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

/* reset */
*{margin:0; padding:0;}
h1,h2,h3,h4,h5,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:#000;}
a{color:#fef500;}
a:hover{color:#ccc;}
.signup,button{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

/* Header */
header{position:relative; height:100%;}
header img{width:100%;}
header h1{display:block; position:absolute; top:0; left:0; height:100%; width:100%;}
header h1 a{display:block; height:100%; text-indent:100%; overflow:hidden; white-space:nowrap;}


/* Contents */
article{padding:10px;}
.contents{background:url(../images/contents.jpg) no-repeat 0 top; background-size:100% auto; -moz-background-size:100% auto; -webkit-background-size:100% auto;}
article section h2{color:#f94c3a;}
article figure{padding:10px 0;}
article figure img{float:left; width:28%; max-width:100px; margin:0 20px 0 0;}
.signup h2{display:block; margin-bottom:5px;}
.signup li{width:50%; float:left;}
.signup li a{display:block; text-align:center; color:#fff; text-decoration:none; font-size:20px; height:50px; line-height:50px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
li.male a{
background:url(../images/male.png) no-repeat left center,url(../images/male_light.png) no-repeat center center, -moz-linear-gradient(left, rgba(255,255,255,0.1), rgba(0,0,0,0.1)) #4c8ecc;
background:url(../images/male.png) no-repeat left center,url(../images/male_light.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(0,0,0,0.1))) #4c8ecc;
margin-right:5px; border:3px solid #74b7f6; background-size:auto 100%; -moz-background-size:auto 100%; -webkit-background-size:auto 100%;}
li.female a{
background:url(../images/female.png) no-repeat left center,url(../images/female_light.png) no-repeat center center, -moz-linear-gradient(left, rgba(255,255,255,0.1), rgba(0,0,0,0.1)) #ff67c4;
background:url(../images/female.png) no-repeat left center,url(../images/female_light.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(0,0,0,0.1))) #ff67c4;
margin-left:5px;  border:3px solid #fe99d7; background-size:auto 100%; -moz-background-size:auto 100%; -webkit-background-size:auto 100%;}
.signup p{color:#fef500; padding:5px 0 10px 0;}
article h3{padding:10px 10px 5px 10px; color: #f94c3a; border-bottom: 1px solid #f94c3a;}
.inner p{padding:10px;}


/* aside */
aside{background:#2f2f2f; padding:10px;}
aside section{border:1px solid #525252; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-bottom:10px; background:#393939; overflow:hidden;}
aside section h2{display:block; background:#f94c3a; text-align:center; padding:5px 0;}
dl{padding:10px;}
dt{float:left; display:block; width:60%;}
.free{padding:0 10px 10px 10px;}
.free span{width:30%; margin:0 auto; background:#f94c3a; padding:10px; font-size:18px; display:block; text-align:center; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; position:relative;}
.free span:before{border-color:transparent transparent #f94c3a; border-style:solid; border-width:0 5px 5px; top:-5px; content:""; display:block; left:50%; position:absolute; width:0; margin-left:-2px;}
.free p{color:#fef500; margin-top:5px;}
.u19 p{padding:10px; text-align:center;}

/* Footer */
footer{background:#f94c3a;}
footer nav li{border-bottom:1px solid #bd2e18; border-top:1px solid #f1715c;}
footer nav li a{color:#fff; text-decoration:none; font-size:18px; padding:10px; display:block; border-left:10px solid rgba(198,17,10,0.8);}

footer address{font-style:normal; display:block; text-align:center; padding:10px 0; border-top:1px solid #f1715c;}



/* Entry Form */

label em{font-style:normal; position:relative; top:2px;}
input,textarea,select{border:0; background-color:#fff; font-size:20px; 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; padding:4px;}
select{margin-bottom:3px;}
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;}
label textarea{height:100px; min-width:50%;}
.block{padding:10px; background:#393939; border:1px solid #525252; margin-top:5px;}
.block p span{color:#f00;}
.msg{background:#202020; padding:10px; font-size:80%; margin-top:5px; border: 1px solid #333;}
.alert{background:#202020; padding:10px; font-size:80%; margin-top:5px; border: 1px solid #333;}
textarea,input[type="text"],select{width:98%;}
.text_l{width:98%;}
.text_m{width:40%;}
.text_s{width:40%;}
.radio label{display:inline-block; width:40%; padding:5px; font-size:150%; line-height:150%; color:#000;
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{display: block; color: red; text-align: left; margin: 5px 0; padding: 3px 10px; background: #300; border: 1px solid red;}
button{display:block; width:96%; margin:10px auto; font-size:180%; padding:10px 0; border: 3px double #ccc; background:#f94c3a;
border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; text-align:center; font-weight:bold; color:#fff;
text-decoration:none;
white-space:nowrap;}


/* Rule Popup */


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

/* karamail button */
#mailButton li{display:block; width:50%; float:left;}
#mailButton li a{display:block; text-align:center; font-size:180%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 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);}

/* campaign */
#campaign h4 {border:0; font-size:14px; color:#fff; text-indent:0; padding:10px;}
#campaign h5 {font-weight:normal; font-size:12px;color:#fff; padding:10px;}
#campaign p{padding:10px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
#campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:10px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:"₯"; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,#campaign_btn_entry {position:absolute; bottom:5px; left:0px; z-index:2;}
#campaign_btn a,#campaign_btn_entry a {width:60px; height:60px; display:block; background:url(../images/cam_btn.png) no-repeat 0 0; text-indent:120%; overflow:hidden; white-space:nowrap; background-size:contain;}



/* 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±±άΕ */