@charset "utf-8";

body{
	width:100%;
	max-width:750px;
	margin: 0;
	padding: 0;
	font-size:16px;
	background:#ffffff;
	background-size:contain;text-decoration: none;
	color:#666666;
	line-height:18px;
	letter-spacing:2px;
	margin:0 auto;
	text-align:center;
	font-family:"メイリオ", "Arial","Hiragino Kaku Gothic Pro",sans-serif;
	-webkit-text-size-adjust: none;
	}


	a{
	text-decoration: none;
	color:#666666;
	}



img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	}
/*-------------------------------------------------------*/
.header{
	height:100%;
	line-height:0;
	text-align:left;
	padding:0px;
	}

/*-------------------------------------------------------*/
.center_info{
	margin:0 auto;
	text-align:center;
	padding:10px;
	}

.red_text{
	color:#cc0000;
	font-size:16px;
	line-height:18px;
	}


/*-------------------------------------------------------*/
.log_area{
	padding:0px 10px 10px 10px;
	}


.log_tb{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
	}

.log_tb td{
	width: 45%;
	text-align:center;
	}
/*-------------------------------------------------------*/

.btn_member{
	background:#802121;
	color:#ffffff;
	padding:10px 20px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	border-radius:10px;
	border: solid 1px #ffffff;
	box-shadow:0 0 3px #333333;
	display:inline-block;
	margin:5px;
	}


.btn_member:hover{
	color:#ffff00;
	text-decoration:none;
	}

/*-------------------------------------------------------*/
.center_area{
	margin:0 auto;
	}


.pad10{
	padding-right:10px;
	text-align:right;
	font-size:14px;
	}



/*-------------------------------------------------------*/
.pickup_area{
	display:inline-block;
	width: 100%;
	margin:0 auto;
	}

.pickup_area ul{
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px;
	}

.pickup_area li {
	width: 31%;
	padding:3px;
	float: left;
	}

.pickup_area ul li span{
	color:#ff69b4;
	}

.pickup_area li img{
	display:inline-block;
	border:1px solid #ffa500;
	}




/*-----1段目---------------------------------------------*/

.rank_tb{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
	}

.rank_tb th{
	width: 30%;
	text-align:center;
	}

.rank_tb td{
	width: 30%;
	text-align:center;
	margin-bottom:10px;
	}

.rank_tb td img{
	border:1px solid #ffa500;
	}

/*-----2段目----------------*/

.rank_tb2{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
	}

.rank_tb2 th{
	width: 20%;
	text-align:center;
	}

.rank_tb2 td{
	width: 20%;
	text-align:center;
	margin-bottom:10px;
	}

.rank_tb2 td img{
	border:1px solid #ffa500;
	}


/*-------------------------------------------------------*/
footer {
	width: 100%;
	display: block;
	}

footer #ftList {
	padding:0;
	margin:0;
	}

footer #ftList li {
	width: 50%;
	height:50px;
	padding:20px 0 20px 8px;
	color:ffffff;
	text-align:left;
	background: #802121;
	float: left;
	list-style:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	}

footer #ftList:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

footer #ftList li:last-child,
footer #ftList li:nth-last-child(2){
	border-bottom:1px solid #866d3b;
	}




footer #ftList li a {
	-size:1em;

	line-height:1.2em;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	background:url("../img/arrow_s.png") center right no-repeat;
	-webkit-background-size:11px 13px;
	-moz-background-size:11px 13px;
	background-size:11px 13px;
	}

@media (min-width: 240px) and (max-width: 400px) {
	footer #ftList li a {
		font-size:0.7em;
		line-height:1em;
		}
}





/*-------------------------------------------------------*/
.center_title{
	margin:0 auto;
	text-align:center;
	padding:5px 10px;
	font-weight:bold;
	font-size:18px;
	color:#333333;
	}


.img_area{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
	}

.img_area img{
	display:inline-block;
	}

.text_area{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:left;
	}



.btn_buy{
	width:50%;
	color:#ffffff;
	background:#ff4d00;
	padding:10px 30px;
	text-align:center;
	font-size:14px;
	border: solid 1px #e99e96;
	border-radius:10px;
	display:inline-block;
	margin:10px;
	}

.btn_buy a{
	display:inline-block;
	color:#ffffff;
	}



/*-------------------------------------------------------*/


.clear{
	clear:both;
	}


.hr_gray01{
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #ffffff;
	margin:10px;
	}

.hr_gray_dashed{
	border: 1px dashed #9b9b9b;
	margin:10px 0px;
	}



/*-------------------------------------------------------*/


.label{
	background:#77ccff;
	color:#866d3b;
	padding:1px 3px;
	display:inline-block;
	margin:2px;
	border-radius:5px;
	font-size:11px;
	}




/*-------------------------------------------------------*/



.other_midashi{
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	padding:10px 0px;
	color:#ffffff;
	background:#802121;
	}

.other_main{
	padding:5px;
	font-size:14px;
	color:#000000;
	line-height:18px;
	text-align:left;
	background:#ffffff;
	}

.other_obi{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:5px;
	color:#FFFFFF;
	background:#802121;
	margin-bottom:5px;
	}

.other_obi_asp{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:5px;
	color:#802121;
	margin-bottom:5px;
	}

/*-------------------------------------------------------*/
.faq{
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	margin: 0 auto;
	}

.faq .ac-content {
	margin:0px;/*ここを10pxにすれば両サイドに10px余白をもたせられます。*/
	}

.faq input {
	display: none;
	}


.faq label {
	width:100%;
	padding:10px;
	background:#d0679f;
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	display:block;
	box-sizing:border-box;
	border-bottom:1px solid #ffe4e1;
	text-align:left;
	}


.faq .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:20px;
	text-align:left;
	}

.faq input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	}







/*----------ページ送り---------------------------------*/

#itemDetailNav{
	text-align: center;
	}

#itemDetailNav a {
	display: inline-block;
	background: #E8E8E8;
	height: 40px;
	line-height: 40px;
	padding: 0 11px;
	color: #555;
	text-decoration: none;
	}

/*-------------------------------------------------------*/



/*フリーワード検索結果*/
.freeword .list2 {
	margin: 15px 0;
}

/*---------------------------------------------------------*/

/*退会アンケート*/
#wrapper{
	text-align:left;
	}

.formPage{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
	}

.question p:first-child{
	font-weight: bold;
	}

.question p{
	color: #555;
	}

.question ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}

.question ul li{
	position: relative;
	}



.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
	}

.question ul li:first-child label{
	border-top: none;
	}

.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
	}

.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
	}

.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
	}

.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
	}

.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
	}

.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
	}


.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
	}

.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(50%, rgba(224,224,224,1)), color-stop

(50%, rgba(219,219,219,1)), color-stop(100%, rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1)

100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
	}

.questionNom {
    display: block;
    font-size: 1em;
    margin-top: 16px;
    padding: 5px 2px;
    box-sizing: border-box;
    background: #737373;
    box-shadow: inset 0 -2px 2px #434343,inset 0 2px 2px #929292;
    color: #fff !important;
	}

.questionNom span{
	color: #FF0000;
	}



.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}


.link_blue{
	color:#4169e1;
	text-decoration:none;
	}

/* テレコム 上部余白 */
.telecom {
	margin-top: 2em; /* 2em(=行)分 */
}

/* テレコム決済の枠 */
.telecom .email {
	position: relative;
	text-align: center;
	margin: 1em 0;
	width: 91%;
	border: 1px solid #000;
	padding: 3% 1%;
	box-sizing: border-box;
}

.telecom .email:after {
	display: block;
	color:#333;
	font-weight: bold;
	margin-top: 1em;
	content: 'クレジットカード・オンライン決済で登録';
	font-size: 1.1em;
}

/* メールアドレス(@より前) */
.telecom .email input[name="email_tmp"] {
	width: 15em;             /* 横幅 */
	height: 2em;             /* 横幅 */
	margin-right: 2px;
}

/* メールアドレス(@より後のプルダウン) */
.telecom .email select[name="email_tmp2"] {
}

/* 送信ボタン */
.telecom .email .sendmail {
	margin-top: .8em;
	padding: .2em 1em;
	border-radius: 100px;
	border: 1px solid #888;
	background: #3478f6;
	color:#FFF;
	font-size: 1.5em;
}

/* 送信ボタン(入力前の押せない状態の時) */
.telecom .email .sendmail:disabled {
}

/* クレジット 上部余白 */
.credit {
	margin-top: 2em; /* 2em(=行)分 */
}

/* クレジット決済の枠 */
.credit .email {
	position: relative;
	text-align: center;
	margin: 1em 0;
	width: 91%;
	border: 1px solid #000;
	padding: 3% 1%;
	box-sizing: border-box;
}

.credit .email:after {
	display: block;
	color:#333;
	font-weight: bold;
	margin-top: 1em;
	content: 'クレジットカード・オンライン決済で登録';
	font-size: 1.1em;
}

/* メールアドレス(@より前) */
.credit .email input[name="email_tmp"] {
	width: 15em;             /* 横幅 */
	height: 2em;             /* 横幅 */
	margin-right: 2px;
}

/* メールアドレス(@より後のプルダウン) */
.credit .email select[name="email_tmp2"] {
}

/* 送信ボタン */
.credit .email .sendmail {
	margin-top: .8em;
	padding: .2em 1em;
	border-radius: 100px;
	border: 1px solid #888;
	background: #3478f6;
	color:#FFF;
	font-size: 1.5em;
}

/* 送信ボタン(入力前の押せない状態の時) */
.credit .email .sendmail:disabled {
}

/* 登録・退会・購入ボタン装飾 */
form button {

}
.docomo button,
.credit button,
.telecom button {
	padding: 0;
	border: 0;
	background: none;
}

form button img {
	max-width: 100%;

}

form + form {
	margin-top: 2em;
}

form label:first-of-type:last-of-type input[type='radio'] {
	display: none;
}
form.single label:first-of-type:last-of-type {
	display: none;
}

.sendmail {
	padding: 1em 2em;
}
