@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto|Varela|Varela+Round|Open+Sans');


/* Firefox scroll bar show */
html {
	overflow-y: scroll;
}

/* reset */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.4 'Varela', sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.4;
}
body {
  min-width: 1200px;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
	.footer_list li {
		font-size: 0.9rem;
	}
  }
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
img{
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}
caption,th {
    text-align:left;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
a{
	text-decoration:none;
}
a img {
	border: none;
}
a:link {
	color: #9a6868;
	text-decoration: none;
}
a:visited {
	color: #9a6868;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #e7b4b4;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */

/* ヘッダ */
#header_bg {
	width: 100%;
	min-width: 950px;
	height: 18px;
	background: #ff7280;
}
#header {
	width: 950px;
	margin: 0 auto;
	padding: 2px 0 2px 44px;
}
#header h1, #header p {
	font-size: 10px;
	color: #fff;
}

/* グローバルナビ */
#gnavi {
	width: 950px;
	margin: 0 auto;
}
#gnavi h2 {
	float: left;
	padding: 10px 0 0 20px;
	width: 180px;
	height: 54px;
}
#gnavi h2 img {
	width: 100%;
}
#gnavi p {
	float: left;
	padding: 17px 40px 0 0;
}
#gnavi ul {
	float: right;
	padding: 12px 0 0 0;
}
#gnavi li {
	float: left;
}
#gnavi_bg {
	width: 100%;
	min-width: 950px;
	height: 70px;
	background: #fff;
	margin-bottom: 8px;
	-webkit-box-shadow: 3px 3px 3px #ffc3c6;
	-moz-box-shadow: 3px 3px 3px #ffc3c6;
	box-shadow: 3px 3px 3px #ffc3c6;
}

/* メインカラム */
#container {
	width: 950px;
	margin: 0 auto;
}

/* サイドカラム */
#sidebar {
	float: left;
	width: 258px;
}

/* サイドカラム バナー */
#side_banner01 {
	width: 246px;
	margin: 12px 0 0 0;
	padding: 5px 0;
	background: #fff;
	border: solid 2px #ffc8cd;
	text-align: center;
	line-height: 0;
}
.side_banner02 {
	width: 250px;
	margin: 8px 0 0 0;
	background: #fff;
	text-align: center;
	line-height: 0;
}

.side_banner02 img {
	width: 100%;
}

/* メインカラム */
#contents_main {
	margin: 4px 0 0 0;
	padding: 5px 0;
	background: #fff;
	border: solid 2px #ffc8cd;
}
#contents {
	float: left;
	width: 692px;
	min-height: 600px;
}
#contents h1 {
  width: 667px;
  height: 38px;
  font-weight: bold;
  line-height: 38px;
	margin: 12px 0 0 0;
  padding-left: 10px;
  background-color: #fff;
  border-left: 15px solid #ff7790;
}

/* パンくずリスト */
#breadcrumb {
	margin: 4px 0 4px 8px;
	font-size: 11px;
}
#breadcrumb a {
	text-decoration: underline;
}
#breadcrumb a img {
	vertical-align: middle;
	margin-bottom: 2px;
}
#breadcrumb span {
	display: inline-block;
	margin: 0 8px;
}

/* サイドカラム ゲームタイトル一覧 */
#titlelist {
	width: 246px;
	margin: 12px 0 0 0;
	background: #fff;
	border: solid 2px #ffc8cd;
}
#titlelist a {
	display: block;
	text-decoration:none;
}
#titlelist dt {
	font-size: 12px;
	padding: 8px 0 8px 8px;
	background: #ffc8cd;
}
#titlelist dd {
	margin: 0 8px;
	padding: 8px 0;
	font-size: 12px;
	border-bottom: dotted 1px #ffc8cd;
}
#titlelist dd:last-child {
	border-bottom: none;
}
#titlelist dd:last-child {
	border-bottom: none;
}
/* last-child for IE6/7 */
#titlelist dd {
	border-bottom:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'none':'2px dotted #ffc8cd');
}

/* フッタ */
#footer_link {
	width: 950px;
	margin: 0 auto;
}
#footer_link ul {
	margin: 15px 5px 10px 0;
}
#footer_link ul li{
	float: right;
	margin-left: 15px;
	line-height: 0;
}
#footer_link p {
	margin: 12px 6px;
	font-size: 12px;
	text-align: right;
}
#footer_bg {
	width: 100%;
	min-width: 950px;
	margin-top: 20px;
	background: #ff7280;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 2px 0 2px 5px;
}
#footer h3 {
	font-size: 10px;
	color: #fff;
	text-align: right;
}

/* ページ上部へのリンク */
.pagetop {
	margin: 20px 18px 0 0;
	text-align: right;
}
.pagetop a {
	color: #ff7280;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ff7280;
	padding: 4px 8px;
	margin-bottom: 16px;
	display: inline-block;
}
.pagetop a:hover,
.pagetop a:active,
.pagetop a:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
