﻿@charset "UTF-8";

/* 年齢認証
------------------------------------------------- */
body #main_index {
	height: 340px;
}
body #main_index hgroup {
	margin: 0;
	height: 110px;
	padding: 20px 0 10px 0;
	text-align:center;
	color: #444;
	font-size: 11px;
	line-height: 1.3;
}
body #main_index hgroup img {
	width: 210px;
	position: relative;
	top: -3px;
	margin: 3px 0 3px 0;
}
body #main_index img#img_girl {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 160px;
	height: 230px;*/
	width: 170px;
	height: 242px;
}
body #main_index #enter a {
	display: block;
	width: 50%;
	height: 50px;
	background: -moz-linear-gradient(top, #D40000, #980005);
	background: -webkit-gradient(linear, center top, center bottom, from(#D40000), to(#980005));
	border: solid 1px #000;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	color: #fff;
	text-align: center;
	margin: 3% auto 0;
	line-height: 1.3;
	padding-top: 10px;
}
body #main_index #enter a span {
	font-family: Verdana-Bold, Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
	font-size: 22px;
	color: #fff;
}
body #main_index #exit a {
	display: block;
	width: 50%;
	height: 22px;
	background: -moz-linear-gradient(top, #a1a1a2,#505056);
	background: -webkit-gradient(linear, center top, center bottom, from(#505056), color-stop(0.2, #a1a1a2), to(#505056));
	border: solid 1px #bdbcbd;
	color: #fff;
	text-align: center;
	margin: 3% auto 0;
	line-height: 1.3;
	padding-top: 3px;
}
body #main_index #exit a span {
	font-family: Verdana-Bold, Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
	font-size: 14px;
}
body footer {
	width: 100%;
	height: auto;
	padding-bottom: 70px;
	text-align: center;
	color: #fff;
	clear: both;
	border-top: solid 3px #000;
}
#footer_catch {
	font-size: 12px;
	line-height: 1.3;
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
}
#footer_catch span {
	color: #000;
}
#footer_phone {
	margin: 8px auto;
	border: 1px solid #444;
	/*background: -webkit-gradient(linear, right top, left bottom, from(#532a06), to(#783d09));*/
	background-image: -moz-linear-gradient(top, #6d6063, #6d6063);
	background-image: -o-linear-gradient(top, #6d6063, #6d6063);
	background-image: -webkit-linear-gradient(top, #6d6063, #6d6063);
	background-image: linear-gradient(top, #6d6063, #6d6063);
	padding: 2px 0;
	width: 60%;
}
#footer_phone a {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #F7D152;
}
#footer_phone a span {
	font-size: 18px;
	color: #fff;
}
.under18 {
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
	margin: 0;
	padding: 0;
	color: #F7D152;
}

#link_area {
	margin: 0 15px 10px 10px;
	clear: both;
	background-color: #fff;
	padding-bottom:5px;
	-webkit-border-radius: 8px;
	text-align:left;
}
#link_area img {
	padding-left:5px;
}
#link_area .ttl {
	color: #bbb;
	background-color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

/* 相互リンク
-------------------------------------------------- */
.link_area_pink {
	border: solid 1px #fd3e63;
	font-size: 11px;
	margin: 5px 5px 0 5px;
	background-color: #ffd0d9;
	-webkit-border-radius: 4px;
}
.link_area_pink a {
	display: block;
	background: url(../img/list_arrow2.png) right no-repeat;
	padding: 5px 15px 5px 10px;
	margin-right: 5px;
}
.link_area_pink p.ttl_pink {
	font-size: 12px;
	color: #fd3e63;
}

/* sitemap_orange
------------------------------------------------- */
.link_area_orange {
	border: solid 1px #532A06;
	font-size: 11px;
	margin: 5px 5px 0 5px;
	background-color: #e9cdb5;
	-webkit-border-radius: 4px;
}
.link_area_orange a {
	display: block;
	background: url(../img/list_arrow1.png) right no-repeat;
	padding: 5px 15px 5px 10px;
	margin-right: 5px;
}
.link_area_orange p.ttl_orange{
	font-size: 12px;
	color: #532A06;
}
