@charset "Shift_JIS";
/* CSS Document */

/* reset */
*{margin:0; padding:0;}
h*,p,hr,ul,li,ol,img,form{margin:0; padding:0; border:0;}
img{border:0;}
ul li{list-style:none;}

header,footer,section,nav,figure,article,hgroup,dialog,aside{margin:0; padding:0; display:block;}

/* €Κέθ */
body{
	font-size: 12px;
	line-height: 1.7em;
	font-family: 'lr oSVbN','qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #323232;
}
a{
	text-decoration: none;
	color: #c21a27;
}
a:hover{text-decoration:under-line; color:#66ccff;}
.signup,button{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

/* Header */
header{position:relative;}
header nav.accordion_head{width:70px; height:40px; line-height:40px; position:absolute; top:4px; right:5px; border:1px solid #800;
border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; text-align:center; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#d00) ); background: -moz-linear-gradient(top, #a00, #d00);
color:#fff; font-size:120%; font-weight:bold; text-shadow:-1px -1px 1px rgba(0,0,0,0.5);}
header nav.accordion_head:hover,header nav.accordion_head:active{background: -webkit-gradient(linear, left top, left bottom, from(#a12933), to(#dd2734) );
background: -moz-linear-gradient(top, #a12933, #dd2734);}
header nav ul{border-bottom:1px solid #000;}
header nav ul li{
	display: block;
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#8d8b8b), to(#343434) );
	background: -moz-linear-gradient(top, #fff, #e9eef0);
	border-bottom: 1px solid #000000;
}
header nav ul li:hover,header nav ul li:active{
background: -webkit-gradient(linear, left top, left bottom, from(#633), to(#400) ); background: -moz-linear-gradient(top, #f00, #e00);}
header nav ul li a{
	line-height: 50px;
	display: block;
	height: 100%;
	font-size: 120%;
	text-decoration: none;
	padding: 0 10px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	color: #fff;
	background: url(../images/icon.png) no-repeat 5px center;
	padding-left: 33px;
}
header nav ul li a:hover,header nav ul li a:active{color:#fff; background:url(../images/icon_o.png) no-repeat 5px center;}
header #logo{width:100%; height:50px; background:url(../images/mother_bg.png) repeat-x 0 0; border-bottom:1px solid #800;}
header #logo h1{display:blcok; height:100%; text-indent:100%; overflow:hidden; white-space:nowrap; background:url(../images/logo.png) no-repeat 10px center; background-size:auto 50px; -moz-background-size:auto 50px; -webkit-background-size:auto 50px;}

/* mod 140212*/
header.header-1ban #logo h1 {
	background: url(../images/logo-1ban.png) no-repeat 10px center;
	background-size: auto 50px;
}

header.header-2ban #logo h1 {
	background: url(../images/logo-2ban.png) no-repeat 10px center;
	background-size: auto 50px;
}
/* mod 140212*/

/* Contents */
#content{
	margin: 10px;
	background: url(../images/content_bg.jpg) no-repeat 0 0 #000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 1px 5px #000;
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
	overflow: hidden;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	padding-top: 10%;
}
#content section > h2{display:none;}
#content .main h2{
	text-indent: 0px;
	background-image: none;
	padding: 5px 10px;
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
	color: #333;
	font-weight: normal;
	font-size: 130%;
	color: #fff;
	background: #bb0000;
	margin:10px 0;
}
#content h3{color:#fff; font-size:120%; padding:2px 10px 2px 33px; margin:5px 0; background:url(../images/icon.png) no-repeat 5px center #868484; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
#content .main p{padding:0 10px 7px 10px;}
article{background:url(../images/article_bg.png) repeat-x top; background-size:auto 100%; -webkit-background-size:auto 100%; -moz-background-size:auto 100%;}
.signup_top{height:60px;}
.signup_top a{
	display: block;
	width: auto;
	height: 50px;
	border: 2px solid #6C050E;
	margin: 20px 10px;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#d00) );
}
.signup_top a:hover,.signup_top a:active{background: -webkit-gradient(linear, left top, left bottom, from(#a12933), to(#dd2734) ); background: -moz-linear-gradient(top, #a12933, #dd2734);}

/* Member */
#member .box{margin:0 10px 10px 10px;}
#member .box figure{
	padding: 7px 10px;
	background: #232323;
}
#member .box figure img{float:left; margin:0 10px 5px 0; border:1px solid #d7dada; width:70px;}
#member .box figure dl{display:block; line-height:1.5em;}
#member .box figure dl dt{
	float: left;
	width: 70px;
	color: #c21a27;
}
#member .box figure dl dd{display:block;}
#member .box figure p{clear:both; padding:5px 0; font-size:90%;}

/* Aside */
aside {padding:10px;}
.adult p{
	color: #c21a27;
	height: 50%;
	line-height: 50px;
	padding: 0 0 0 50px;
	background: url(../images/adult.png) no-repeat 0 center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
}
.signup{
	width: 100%;
	height: 50px;
	border: 1px solid #6c050d;
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#d00) );
	background: -moz-linear-gradient(top, #a00, #d00);
}
.signup:hover,.signup:active{background: -webkit-gradient(linear, left top, left bottom, from(#a12933), to(#dd2734) ); background: -moz-linear-gradient(top, #a12933, #dd2734);}

.signup a{display:block; height:100%; line-height:50px; text-align:center; font-size:180%; font-weight:bold; color:#fff; 
text-decoration:none; letter-spacing:-0.1em; background:url(../images/arrow.png) no-repeat 3px center;
-webkit-background-size:auto 30px; -moz-background-size:auto 30px; white-space:nowrap; text-shadow: -1px -1px 1px rgba(0,0,0,0.5);}
.signup a:hover,.signup a:active{background:url(../images/arrow_o.png) no-repeat 3px center;
-webkit-background-size:auto 30px; -moz-background-size:auto 30px;}

/* Footer */
footer{
	text-align: center;
	min-height: 40px;
	_height: 40px;
	background: -moz-linear-gradient(buttom, #d2e3ee, #fff);
	overflow: hidden;
}
footer address{font-size:90%; font-style:normal;}

/* Entry Form */
h3 span{font-weight:normal; font-size:80%;}
label em{font-style:normal; position:relative; top:2px;}
input,textarea{padding:4px;}
input,textarea,select{border:1px solid #aaa; background-color:#fcfcfc; font-size:150%; font-family:'lr oSVbN','qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,sans-serif;}
input:focus,textarea:focus,select:focus{border:1px solid #fc0; background-color:#fff;}
input[type="radio"]{vertical-align:baseline; border:0; background:none; margin-right:3px;}
input[type="radio"]:checked{background-color:#b6e000;}
.ime_off{ime-mode:disabled;}
select{width:100%;}
label textarea{height:100px; width:97%; max-width:97%; min-width:50%;}
.block{padding:5px 10px; border-bottom:1px dotted #868484;}
.block p{padding:0 0 7px 0 !important;}
.block p span{color:#c00;}
.msg,.alert{padding:5px 10px; border-bottom:1px dotted #868484; font-size:80%;}
.msg span,.alert span{color:#c00;}
textarea{width:97%;}
.text_l{width:97%;}
.text_m{width:40%;}
.text_s{width:80px;}
.radio label{display:inline-block; width:40%; border:1px solid #aaa; padding:5px; font-size:150%; line-height:150%;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee) ); background: -moz-linear-gradient(top, #fff, #eee);
border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
.radio label:last-of-type{border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0;}
.error{font-size:80%; color:#c00;}
button{
	display: block;
	width: 96%;
	margin: 5px auto;
	font-size: 180%;
	padding: 10px 0;
	border: 2px solid #6C050E;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#d00) );
	background: -moz-linear-gradient(top, #a00, #d00);
	white-space: nowrap;
}
button:hover,button:active{
background: -webkit-gradient(linear, left top, left bottom, from(#a12933), to(#dd2734) ); background: -moz-linear-gradient(top, #a12933, #dd2734);}

/* Rule Popup */


/* mother bar */
#mother{
	width: 100%;
	height: 50px;
	background: url(../images/mother_bg.png) repeat-x 0 0;
	box-shadow: 0 1px 2px #8e9398;
	-webkit-box-shadow: 0 1px 2px #8e9398;
}
#mother h1{display:block; margin:0 10px; color:#fff; line-height:50px; text-indent:-9999px;}

/* karamail button */
#mailButton li{display:block; width:100%;}
#mailButton li a{display:block; text-align:center; font-size:130%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; border-color:#006cff; text-shadow:0 -1px 1px #006cff;
background: -webkit-gradient(linear, left top, left bottom, from(#5d93ff), color-stop(0.49, #117cff), color-stop(0.5, #026dc7), to(#004c8d) );
background: -moz-linear-gradient(top, #5d93ff, #117cff 49%, #026dc7 50%, #004c8d);}
#mailButton li.female a{border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; border-color:#fd1a5a; text-shadow:0 -1px 1px #fd1a5a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff8ca7), color-stop(0.49, #ff577f), color-stop(0.5, #ff3363), to(#ff0c45) );
background: -moz-linear-gradient(top, #ff8ca7, #ff577f 49%, #ff3363 50%, #ff0c45);}
#mailButton li.male a:hover,#mailButton li.male a:active{border-color:#006cff; text-shadow:0 -1px 1px #107cff;
background: -webkit-gradient(linear, left top, left bottom, from(#6da3ff), color-stop(0.49, #218cff), color-stop(0.5, #127dd7), to(#105c9d) );
background: -moz-linear-gradient(top, #6da3ff, #218cff 49%, #127dd7 50%, #105c9d);}
#mailButton li.female a:hover,#mailButton li.female a:active{border-color:#fd1a5a; text-shadow:0 -1px 1px #ff2a6a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9cb7), color-stop(0.49, #ff678f), color-stop(0.5, #ff4373), to(#ff1c55) );
background: -moz-linear-gradient(top, #ff9cb7, #ff678f 49%, #ff4373 50%, #ff1c55);}


/* clearfixeo[W */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* clearfixeo[W±±άΕ */