@charset "UTF-8";

/*―――――――――――――――――――――――――
	18禁ページ
―――――――――――――――――――――――――*/
body#top18 {
	padding-top: 20px;
}
body#top18 div#top18_top_message {
	font-size: 77%;
	text-align: center;
}
body#top18 div#top18_header {
	margin-bottom: 30px;
	text-align: center;
}
body#top18 div#top18_content {
	margin-bottom: 20px;
}
body#top18 div#top18_content div#top18_notice {
	margin: 0px auto 10px;
	padding: 5px 0px 5px 50px;
	width: 320px;
	text-align: center;
	background: url("../img/18mark.png") no-repeat 5px center;
	background-size: 40px 38px;
	font-size: 77%;
	line-height: 1.2;
	color: #666;
	box-sizing: border-box;
}
body#top18 div#top18_content div#top18_enter {
	margin: 0px auto 30px;
}
body#top18 div#top18_content div#top18_enter a {
	margin: 5px auto 0px;
	border: solid 1px #FFF;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 1.0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 138.5%;
	background: linear-gradient(top, #D86E6D, #A32D2B);
	background: -webkit-gradient(linear, left top, left bottom, from(#D86E6D), to(#A32D2B));
	color: #FFF;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #666;
}
body#top18 div#top18_content div#top18_enter a span {
	font-size: 50%;
	font-weight: normal;
}
body#top18 div#top18_content div#top18_message {
	margin: 20px auto 30px;
	width: 85%;
	font-size: 77%;
	line-height: 1.2;
	color: #A32D2B;
}
body#top18 div#top18_footer {
	display: table;
	width: 100%;
	height: 25px;
	background-color: #A32D2B;
}
body#top18 div#top18_footer  {
	width: 100%;
	height: 108px;
}
body#top18 div#top18_footer div.footer_main {
	height: 83px;
	background: url("../img/footer_bg.png") repeat-x left top;
}
body#top18 div#top18_footer div.footer_main:after {content:" ";display:block;clear:both;}
body#top18 div#top18_footer div.footer_logo {
	width: 200px;
	float: left;
}
body#top18 div#top18_footer div.footer_logo a {
	display: block;
}
body#top18 div#top18_footer div.footer_btn {
	margin: 45px 5px 0px 0px;
	width: 90px;
	float: right;
}
body#top18 div#top18_footer div.footer_btn a.btn_pc_site {
	padding: 10px 0px 10px 28px;
	height: 1em;
	line-height: 1em;
	font-size: 77%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	background: #FFF url("../img/icon/btn_pc.png") no-repeat 5px center;
	background-size: 20px 20px;
	border-radius: 10px;
}
body#top18 div#top18_footer p.footer_copy {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: url("../img/footer_copyright_bg.png") repeat-x left top;
	font-size: 77%;
	text-align: center;
	color: #FFF;
}
