@charset "Shift_JIS";
/* CSS Document */
/*--------------------------	
 *	all / reset
 *------------------------*/
/* 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;}
a { text-decoration: none;}

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

/* 共通設定 */
a:link {
	color: #DE1039;
}

a:visited {
	color: #DE1039;
}

a:hover {
	color: #E100EC;
}

a:active {
	color: #E100EC;
}

body{
	font-size: 12px;
	line-height: 1.7em;
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin: 0;
	padding: 0;
	color: #444;
	background: #dedede;
}

#wrap{

}

.signup,button{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

/*--------------------------
 *	General style
 *------------------------*/
h2 {
	color: #f7f7f7;
	text-shadow: 1px 0 1px #f7f7f7;
}

dt {
	float: left;
}


/*--------------------------
 *	content
 *------------------------*/
#content h2 {
	height: 30px;
	background: url(../images/h2bg.jpg) no-repeat 0px 0px;
	margin: 0 0 10px;
	padding: 10px 0px 0px 50px;
	color: #f7f7f7;
	text-shadow: 1px 0 1px #f7f7f7;
}

#content h2 span {font-size: 12px; font-weight: normal; display: inline; background: none; padding: 0;}

/* signup */
#signup {
	margin: 20px 0;
}

#signup a {
	display: block;
	margin: 0 10px;
}

#signup p{
	text-align: center;
}


.go_signup {text-align:center; margin:15px 0 0; font-size:14px;}
.signup_sm {position:relative; width:100%; height:0; padding-top:33.4%; margin-bottom:10px;}
.signup_sm ul {position:absolute; top:0; left:0; width:94%; height:84.5%; margin:3%;}
.signup_sm ul li {width:48.5%; height:100%; margin-right:3%; float:left; background:url(../images/btn_s.png) no-repeat 0 0; background-size:contain;}
.signup_sm ul li a {display:block; width:100%; height:100%; text-indent: 120%; overflow: hidden; white-space: nowrap;}
.signup_sm ul li:nth-of-type(2) {margin:0; background:url(../images/btn_m.png) no-repeat 0 0; background-size:contain;}

/* Header */
header {

}

header h2 {
	padding: 10px;
	background: #46005E !important;
	text-align: center;
}

header p {
	padding: 10px 10px 0;
	font-size: 120%;
}

.rewrap header {position:relative; width:100%; height:0; padding-top:76.5%; background:url(../images/headimg.jpg) no-repeat 0 0; background-size: contain;}
.rewrap header h1 a {position:absolute; top:0; left:0; display:block; width: 100%; height: 100%; text-indent: 120%; overflow: hidden; white-space: nowrap;}
.logo a {background:url(../images/logo.png) no-repeat 0 0; background-size:50% auto;}
.logo-3ban a {background:url(../images/logo-3ban.png) no-repeat 0 0; background-size:50% auto;}
.logo-4ban a {background:url(../images/logo-4ban.png) no-repeat 0 0; background-size:50% auto;}
.logo-5ban a {background:url(../images/logo-5ban.png) no-repeat 0 0; background-size:50% auto;}
.logo-6ban a {background:url(../images/logo-6ban.png) no-repeat 0 0; background-size:50% auto;}
.logo-7ban a {background:url(../images/logo-7ban.png) no-repeat 0 0; background-size:50% auto;}
.logo-8ban a {background:url(../images/logo-8ban.png) no-repeat 0 0; background-size:50% auto;}


/* Summary */
#summary div {
	margin: 0 10px 10px 10px;
}

#summary h3 {
	padding: 5px 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,199,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,199,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,199,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,199,214,1) 100%); /* W3C */
 	border-radius: 10px 10px 0px 0px;
 	text-shadow: 1px 0 1px #444;
}

#summary p {
	padding: 5px 10px 5px 25px;
	border-radius: 0px 0px 10px 10px;
	background: url(../images/arrow.jpg) no-repeat 10px 10px #fff;
	background-size: 10px auto;
	font-size: 120%;
}

.rewrap #summary div{background:url(../images/article_bg.jpg) no-repeat right 0,#fff; background-size:cover; padding:5px 0;}
.rewrap #summary h3 {margin: 10px 10px 0;}
.rewrap #summary p {padding: 5px 10px 10px 25px; background: url(../images/arrow.jpg) no-repeat 10px 10px;background-size: 10px auto;}
.rewrap #summary p span {color: #FF0096;font-weight: bold;}
.rewrap #summary p:first-of-type {background:none; }

/* Member */
#member a {
	display: block;
	padding: 10px;
	background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(100%,rgba(173,18,131,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(173,18,131,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(203,96,179,1) 0%,rgba(173,18,131,1) 100%); /* W3C */
	color: #f7f7f7;
	font-size: 120%;
}

.memberArea {
	margin: 0 10px 10px;
	padding: 10px;
	background: #fff;
}

#member figure {
	float: left;
	width: 50%;
}

.memright {
	float: right;
	width: 45%;
	padding: 0px 5px;
	
}

.memright img {
	padding: 5px 0 0 0;
}

.memBtn {
	display: block;
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 1%, rgba(164,164,164,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(241,241,241,1)), color-stop(100%,rgba(164,164,164,1)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 1%,rgba(164,164,164,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 1%,rgba(164,164,164,1) 100%);
	border-radius: 10px;
	color: #4a4a4a;
	font-weight: bold;
}


#member span {
	display: block;
	background: url(../images/profBtn.png) no-repeat 5px 10px;
	background-size: 20px auto;
	text-align: center;
	padding: 10px;
}

/* random prof */
#prof {background:#fdc9d7;}
.profArea {padding:0 10px 1px;}
.profArea figure {margin:0 auto 10px; padding:10px 8px; background:#fff; max-width:300px;}
.profArea figure img{float:left; margin:5px; width:80px; height:80px;}
.profArea figure dl{margin-left:95px;}
.profArea figure dt{width:90px; background:-moz-linear-gradient(top,#fff,#fdc6d5); background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fdc6d5)); text-align:center; margin:0px 10px 5px 0; float:left; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.profArea figure dd{text-algin:left; margin:0px 10px 5px 100px; line-height:12px; padding:4px 0; width:100px;}
.profArea .fukidasi{margin:10px 0; color:#000; text-align:left; padding:6px 5px; background:#fdc9d7; border-radius:10px; position:relative; overflow:visible; font-size:11px;}
.profArea .fukidasi:after{content:""; position:absolute; top:-35px; left:35px; width:0; height:0; border:solid 15px transparent; border-bottom:20px solid #fdc9d7;; }
.profArea figure p a { display:block; width:320px; height:28px; background:transparent url(../images/send_msg_btn.png) no-repeat left top; text-indent:100%; overflow:hidden; white-space:nowrap;}
.profArea figure p a:hover { background:transparent url(../images/send_msg_btn.png) no-repeat left -28px; }

.profArea figure a.moreprof {display:inline-block; padding:6px 5px; color:#000; text-decoration:none; text-align:right; position:absolute; right:0; top:0px; width:100%;}
.prof_men .fukidasi{background:#b5ddff !important;}
.prof_men .fukidasi:after{border-bottom:20px solid #b5ddff !important;}

.prof_error {margin:10px; padding:10px; text-align: center; background:#fdd; color:#ff0c45; font-size:14px;}
/* price */
#price {
	margin-bottom: 10px;
}

#price ul {
	padding: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,211,223,1) 30%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,211,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,211,223,1) 30%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,211,223,1) 30%); /* W3C */
}

#price li {
	margin: 0 0 10px;
	padding: 5px;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(249,234,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,234,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,234,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(249,234,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	box-shadow: 0px 3px 2px #fdc5d4;	
	border-bottom: 1px solid #D894D2;
	border-radius: 10px;
	font-size: 150%;
}

.priceArea {
	margin: 0 10px;
}

/* Footer */
footer {
	padding: 10px;
	background: #2f2f2f;
	color: #f7f7f7;
	text-align: center;
	font-size: 150%;
}

/* nav */
nav a {
	display: block;
	color: #f7f7f7 !important;
	padding: 10px;
	font-size: 150%;
	background: -moz-linear-gradient(top, rgba(150,132,142,1) 0%, rgba(125,38,86,1) 5%, rgba(67,1,36,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,132,142,1)), color-stop(5%,rgba(125,38,86,1)), color-stop(100%,rgba(67,1,36,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(150,132,142,1) 0%,rgba(125,38,86,1) 5%,rgba(67,1,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(150,132,142,1) 0%,rgba(125,38,86,1) 5%,rgba(67,1,36,1) 100%); /* W3C */
}

/* Entry Form */

/* Rule Popup */
#rule_popup #wrap{background-image:none;}
#rule_popup #content{margin:0;}
#rule_popup h1{display:block; background:#603; color:#fff; padding:7px 10px; font-weight:bold;}

/* karamail button */


/*--------------------------
 *	sub
 *------------------------*/
.sub header p {
	padding: 10px;
}

.sub #content {
	background: #fff;
}

.subCont {
	padding: 0 10px 10px;
}

.subCont h3,
.entryArea h3 {
	margin: 10px 0;
	padding: 5px 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,199,214,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,199,214,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,199,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,199,214,1) 100%);
	border-radius: 10px;
	text-shadow: 1px 0 1px #444;
}

/* faq */
.faq span {
	color: #DE1039;
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
}

.faq_list li {
	padding: 10px 0;
}

/*--------------------------
 *	entry
 *------------------------*/


#entryform h2 {
	margin: 10px 0 0 0;
}

.entryArea {
	padding: 10px;
	background: #fff;
}

.entryArea span {
	color: #DE1039;
}

.block {
	margin: 0 0 0px 0;
	padding: 5px 0px;
}

.block label {
	line-height: 2em;
}

.error {
	color: #FA3CEB;
}

/* input */
input, textarea, select {
	border: 1px solid #aaa;
	background-color: #fcfcfc;
	font-size: 150%;
}

.text_l {
	width: 97%;
}

label textarea {
	height: 100px;
	width: 97%;
	max-width: 97%;
	min-width: 50%;
}

select {
	width: 100%;
}

.radio label {
	display: inline-block;
	width: 49%;
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 150%;
	line-height: 130%;
	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);
	box-sizing: border-box;
}

.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;
}

label em {
	font-style: normal;
	position: relative;
	top: 2px;
}

button {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 20px;
	background: -moz-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(79,79,79,1) 50%, rgba(0,0,0,1) 51%, rgba(119,119,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,122,122,1)), color-stop(50%,rgba(79,79,79,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(100%,rgba(119,119,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(122,122,122,1) 0%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 51%,rgba(119,119,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(122,122,122,1) 0%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 51%,rgba(119,119,119,1) 100%); /* W3C */	box-shadow: 1px 3px 4px #ccc;
	font-size: 200%;
	color: #fff;
	text-shadow: 1px 0 1px #fff;
}

.juyo { background:rgba(255,0,0,0.1); border:1px dotted #f00 !important; padding:8px !important; box-sizing:border-box;}
/*--------------------------
 *	color
 *------------------------*/
.col01{
	color: #d5642c;
}

/*--------------------------
 *	generic
 *------------------------*/
.mg10t {
	margin-top: 10px;
}

.mg10v {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mg10w {
	margin-right: 10px;
	margin-left: 10px;
}

.mg10b {
	margin-bottom: 10px;
}

.fll {
	float: left;
	width: 80%;
}

.flr {
	 float: right;
}

/*rule_popup */
#rule_popup {padding-bottom:50px;}

/*close_btn */
a.close_btn {position:fixed; bottom:0; display:block; line-height:50px; width:100%; text-align:center; color:#fff; font-size:16px; background-color:rgba(70,0,94,0.8);}

/* mother bar */
#mother{width:100%; height:40px; background:url(../images/mother_bg.png) repeat-x 0 0; border-bottom:1px solid #000; z-index:100;}
#mother h1{display:block; margin:0 10px; color:#fff; line-height:40px; text-indent:-9999px;}
.motherMg {
	margin-top: 40px !important;
	
}
/* LPPR スタイル調整 */
.lpprtitle {background:rgba(253,199,214,1) !important;}
.lppr a {background:#fff !important; color:#333 !important;}

/* 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);}

/* clearfix各バージョン */
.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各バージョンここまで */