@charset "utf-8";
/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
}

ul, ol{
	list-style-type:none;
}
footer,header,hgroup,menu,nav,section { 
	display:block;
}
img {
	border:0;
	vertical-align:bottom;
}
table{
	border-spacing:0;
	empty-cells:show;
}

/**/
body{
	font-size:14px;
	line-height:1.6;
	color:#FFFFFF;
	-webkit-text-size-adjust: none;
	background-color:#000000;
}
a{
	color:#C6D5FD;
	text-decoration:underline;
}
.c_notes,small{
	font-size:12px;
}


/*ヘッダー*/
header{
	text-align:center;
	margin-bottom:5px;
}
h1{
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	background-color:#808080;
	margin-bottom:10px;
}
.trade{
	position:absolute;
	left:5px;
	top:1.6em;
	color:#666666;
}

/*認証*/
.authentication{
	text-align:center;
	padding:0px 5px 20px;
}
.r18{
	background:url(../image/index/r18.png) no-repeat;
	background-position:center top;
	padding-top:25px;
	margin:0px auto 15px;
}
.enter,.exit{
	width:48%;
	border:#333333 solid 1px;
	background-color:#808080;
	background-image:
	-webkit-gradient(linear, left top, left  bottom,
	from(#808080), to(#000000));
	background-image:
	-moz-linear-gradient(top, #808080,#000000);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.enter{float:left;}
.exit{float:right;}
.enter a,.exit a{
	display:block;
	width:100%;
	text-align:center;
	letter-spacing:0.1em;
	padding:8px 0px;
	font-size:18px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}


.authentication:after{
	display:block;
	clear:both;
	content:'';
}

/*他サイトへのリンク*/
.ps_link{
	text-align:center;
	margin-bottom:20px;
	line-height:2.0;
}

/*-----フッター-----*/
footer{
	text-align:center;
	border-top:#990000 solid 3px;
	background:url(../image/info_bg.png) repeat-x;
	background-position:left top;
	padding-top:10px;
}
/*電話*/
.c_info{
	margin:5px auto 0px;
	width:95%;
	border:#333333 solid 1px;
	background-color:#808080;
	background-image:
	-webkit-gradient(linear, left top, left  bottom,
	from(#808080), to(#000000));
	background-image:
	-moz-linear-gradient(top, #808080,#000000);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.c_info a{
	display:block;
	width:100%;
	text-align:center;
	letter-spacing:0.1em;
	padding:6px 0px;
	font-size:22px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}

/*メールでお問合せ*/
.c_info_mail{
	width:94%;
	margin:15px auto;
	border-top:#333333 dotted 1px;
	border-bottom:#333333 dotted 1px;
	height:1.6em;
	position:relative;
}
.c_mailto{
	position:absolute;
	top:1px;
	left:5px;
	text-align:left;
	background:url(../image/mail.png) no-repeat;
	background-position:left center;
	padding-left:20px;
}
.c_mailadd{
	position:absolute;
	top:1px;
	right:5px;
	text-align:right;
}

/*リンク*/
.link{
	padding-bottom:15px;
}
h3{
	text-align:center;
	font-size:16px;
	width:100%;
	padding:5px 0px;
	background-color:#808080;
	background-image:
	-webkit-gradient(linear, left top, left  bottom,
	from(#808080), to(#808080));
	background-image:
	-moz-linear-gradient(top, #808080, #808080);
	color:#000000;
}
.link ul{
	margin:5px 5px 0px;
}
.link li{
	text-align:center;
	margin: 10px auto;
	font-size:10px;
	border-bottom:#333333 dotted 1px;
}
.link li a{
	color:#FFFFFF;
}
.link li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

/*各サイトへbtn*/
.c_sitebtn{
	margin-bottom:10px;
}
.pcsite_btn{
	margin-right:25px;
}
.mbsite_btn{
	margin-left:25px;
}
/*-----ナビ（コンテンツメニュー）-----*/
.c_nav{
	border-top:#333333 dashed 1px;
	padding-top:15px;
}
.c_nav li{
	width:50%;
	float:left;
	background-color:#990000;
	background-image:
	-webkit-gradient(linear, left top, left  bottom,
	from(#990000), to(#990000));
	background-image:
	-moz-linear-gradient(top, #990000, #990000);
}
.c_nav li a{
	width:100%;
	padding:20px 0px 18px;
	display:block;
	border-bottom:#333333 solid 1px;
	color:#FFFFFF;
	text-decoration:none;
}
.c_nav li.c_nav_l a{
	background:url(../image/mark_nav_l.png) no-repeat;
	background-position:right center;
}
.c_nav li.c_nav_r a{
	background:url(../image/mark_nav_r.png) no-repeat;
	background-position:right center;
}
.c_nav li a span{
	padding-left:10px;
}
.c_nav ul:after{
	display:block;
	clear:both;
	content:'';
}