@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: #666;
	background: url(../images/bg.png) repeat-x #ebebff;
}
.signup,button{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
a{color:#ff6699;}
a:hover{color: #d80073;}

/* Header */
#intro{position:relative; height:150px; margin-top:4px; background:url(../images/intro.jpg) no-repeat; background-size:100% auto;}
header h1{display:none;}
/* mod 140212*/
header.header-1ban #intro ,
header.header-2ban #intro ,
header.header-9ban #intro{
	height: auto;
	padding-bottom: 10px;
}

header.header-1ban h1,
header.header-2ban h1,
header.header-9ban h1 {
	display: block;
}
/* /mod 140212*/

header nav.accordion_head{
	width: 50px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	box-shadow: 1px 0 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 0 1px rgba(0,0,0,0.4);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-size: 100% auto;
	-webkit-background-size: 100% auto !important;
	-moz-background-size: 100% auto;
	background: url(../images/menu.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144,127,255,1)), color-stop(50%,rgba(180,170,255,1)), color-stop(51%,rgba(107,88,255,1)), color-stop(100%,rgba(144,127,255,1)));
background: url(../images/menu.png) no-repeat center center, -webkit-linear-gradient(top, rgba(144,127,255,1) 0%,rgba(180,170,255,1) 50%,rgba(107,88,255,1) 51%,rgba(144,127,255,1) 100%);
}
header nav.accordion_head:hover,header nav.accordion_head:active{
	background: url(../images/menu.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(63,76,107,1)));
	background: url(../images/menu.png) no-repeat center center, -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%);
	text-shadow: -1px -1px 1px #b03556;
	color: #eee;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
header nav ul li{
	display: block;
	height: 39px;
	border-left: 4px solid #858aff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F3FF) );
	background: -moz-linear-gradient(top, #fff, #fff3f3);
	border-bottom: 1px solid #ddd6ff;
}
header nav ul li:hover,header nav ul li:active{
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F3FF), to(#fff) );
}
header nav ul li a{line-height:39px; display:block; height:100%; font-size:120%; text-decoration:none; padding:0 10px;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); color:#666; }



/* Contents */
#content{}
article > section{background:#fff; margin:0 10px 10px 10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; box-shadow:1px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3); overflow:hidden;}
#content h2{
	color: #fff;
	font-size: 120%;
	padding: 2px 10px;
	margin-bottom: 5px;
	background: #8c89f8;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	text-align: center;
}
#content .main h3{
	padding: 3px 10px;
	margin: 0 10px 0 10px;
	background: #799bfd;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
}
#content .main p{
	padding: 7px 10px;
	margin: 0 10px 5px 10px;
	border: 1px solid #799bfd;
}
.signup_top{margin:10px;}
.signup_top a{
	display: block;
	height: 50px;
	border: 1px solid #666dff;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background: -moz-linear-gradient(top, #ff687e, #ff506c);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,118,255,1)), color-stop(100%,rgba(70,45,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(134,118,255,1) 0%,rgba(70,45,255,1) 100%); /* Chrome10+,Safari5.1+ */
}
.signup_top a:hover,.signup_top a:active{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
}

/* Member */
#member .box{
	margin: 0 10px 10px 10px;
	padding: 5px;
	border: 1px solid #b0b4ff;
	background: #fff;
}
#member .box figure{
	padding: 5px;
	background: #ebebff;
}
#member .box figure img{float:left; margin:0 20px 0 0; border:4px solid #fff; box-shadow:1px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3); -webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);}
#member .box li{float:left; padding:5px 0 0 0;}
.name{width:40%; text-indent:20px; background:url(../images/name.png) no-repeat 0 center; background-size:auto 100%; -webkit-background-size:auto 100%; -moz-background-size:auto 100%; white-space:nowrap;}
.area{width:20%; text-indent:20px; background:url(../images/area.png) no-repeat 0 center; background-size:auto 100%; -webkit-background-size:auto 100%; -moz-background-size:auto 100%; white-space:nowrap;}
.prof{width:40%;}
.prof a{
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #666dff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.prof a:hover,.prof a:hover:active{background:#ff324b;}

/* Aside */
aside {padding:10px; background:#fff; margin:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; box-shadow:1px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3); overflow:hidden;}
.adult p{
	color: #666dff;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px;
	background: url(../images/u19.png) no-repeat 0 center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
}
.signup{margin:10px 0;}
.signup a{
	display: block;
	height: 50px;
	border: 1px solid #666dff;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background: -moz-linear-gradient(top, #ff687e, #ff506c);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,118,255,1)), color-stop(100%,rgba(70,45,255,1)));
	background: -webkit-linear-gradient(top, rgba(134,118,255,1) 0%,rgba(70,45,255,1) 100%);
}
.signup a:hover,.signup a:active{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
}

/* Footer */
footer{padding:0 60px 0 10px; min-height:40px; _height:40px; background:#fff; overflow:hidden; position:relative;}
footer address{
	font-size: 90%;
	font-style: normal;
	padding: 15px 0;
	color: #666dff;
}
#pagetop a{
	width: 50px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	right: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	box-shadow: 1px 0 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 0 1px rgba(0,0,0,0.4);
	background: url(../images/pagetop.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144,127,255,1)), color-stop(50%,rgba(180,170,255,1)), color-stop(51%,rgba(107,88,255,1)), color-stop(100%,rgba(144,127,255,1))); /* Chrome,Safari4+ */
	background: url(../images/pagetop.png) no-repeat center center, -webkit-linear-gradient(top, rgba(144,127,255,1) 0%,rgba(180,170,255,1) 50%,rgba(107,88,255,1) 51%,rgba(144,127,255,1) 100%); /* Chrome10+,Safari5.1+ */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-size: 100% auto;
	-webkit-background-size: 100% auto !important;
	-moz-background-size: 100% auto;
}
#pagetop a:hover,#pagetop a:active{
	background:url(../images/pagetop.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(63,76,107,1)));
	background:url(../images/pagetop.png) no-repeat center center, -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%);
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
}

/* Entry Form */
.entry_main section{
		border: 1px solid #799bfd;
	margin: 0 10px 5px 10px;
}
.entry_main h3{
	padding: 3px 10px;
	background: #799bfd;
	color: #fff;
	font-weight: normal;
	font-size: 100%;
}
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{margin:0 5px; padding:5px 0; border-bottom:1px solid #f0f0f0;}
.block p{padding:0 0 7px 0 !important;}
.block p span{color: #d80073;}
.msg,.alart{
	margin: 5px;
	padding: 5px 10px;
	font-size: 80%;
	background: #ebebff;
}
textarea,input[type="text"]{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;}
p.error{padding:2px 10px !important; margin:0; font-size:80%; background:#ff3a6d; color:#fff;}
.btn_row{border:none !important; margin-bottom:10px !important;}
button{
	display: block;
	width: 94%;
	margin: 5px auto;
	font-size: 180%;
	padding: 10px 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border: 1px solid #666dff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #666dff;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,118,255,1)), color-stop(100%,rgba(70,45,255,1)));
	background: -webkit-linear-gradient(top, rgba(134,118,255,1) 0%,rgba(70,45,255,1) 100%);
}
button:hover,button:active{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(63,76,107,1)));
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%);
}

/* Rule Popup */
#rule_popup #content{margin-top:10px;}


/* mother bar */
#mother{
	width: 100%;
	height: 50px;
	background: url(../images/mother_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}
#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±±άΕ */