@charset "euc-jp";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	color: #333;
	font-family: '¥á¥¤¥ê¥ª', Meiryo, '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

body {
	background: url(/images/background/b13.gif);
}

a {
	color: #1F5ECD;
	-webkit-transition: all .15s;
	transition: all .15s;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

.cf:before, 
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}

.is-center {
	text-align: center;
}

/* layout */

#container {
	margin: 0 auto;
	width: 700px;
}

#main {
	background: url(/images/enter.jpg) 0 0 no-repeat;
	border: 1px solid #fff;
	height: 630px;
	margin: 24px auto 0;
	padding: 16px;
	width: 100%;
}

.contents {
	float: right;
	margin-top: 110px;
	width: 390px;
}

.contents__section {
	margin: 16px 0;
}

h1 {
	color: #f00;
	font-size: inherit;
}

/* enter button area */

#enter {
	background: #333;
	color: #fff;
	padding: 16px;
}

#enter a {
	color: #f00;
}

#enter p {
	margin-bottom: 16px;
}

.button-area {
	margin-bottom: 8px;
	text-align: center;
}

.age-verification {
	font-size: 1.3333em;
	font-weight: bold;
}

/* button */

#enter .button {
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 148px;
}

.button span {
	font-size: 75%;
	font-weight: normal;
	margin-left: 4px;
}

.button-enter {
	background: #f00;
	background: -webkit-linear-gradient(top, #ff4040 0%, #f00 100%);
	background: linear-gradient(to bottom, #ff4040 0%, #f00 100%);
}

.button-leave {
	background: #888;
	background: -webkit-linear-gradient(top, #a6a6a6 0%, #888 100%);
	background: linear-gradient(to bottom, #a6a6a6 0%, #888 100%);
}

/* for other language */

.multi-lang {
	margin-top: 24px;
	text-align: center;
}

.multi-lang__item {
	display: inline-block;
	width: 144px;
}

.multi-lang__button {
	display: block;
	height: 36px;
	margin: 0 auto 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 120px;
}

.multi-lang--en {
	background: url(/images/button-en.png) 0 0 no-repeat;
}

.multi-lang--cn {
	background: url(/images/button-cn.png) 0 0 no-repeat;
}

.multi-lang__item span {
	font-size: 11px;
}

/* extra */

.parental-control {
	font-size: 11px;
}

.content-warning {
  border: 1px solid #999;
	color: #aaa;
	font-size: 11px;
	height: 126px;
	line-height: 1.8;
  overflow-y: scroll;
  padding: 8px 16px;
}

