﻿@charset "utf-8";

body{
	width:100%;
	max-width:750px;
	margin: 0;
	padding: 0;
	font-size:16px;
	background:#ffffff  repeat;
	background-size:contain;
	color:#333333;
	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: #d93a4c;
	}



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:#ff389b;
	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:#E99420;
	text-decoration:none;
	}

/*-------------------------------------------------------*/
.center_area{
	margin:0 auto;
	}


.pad10{
	padding-right:10px;
	text-align:right;
	font-size:14px;
	}


/*-------新着-----------------------------------------*/

.white_box {
	width: 96%;
	-webkit-border-radius: 10px;
	display: block;
	margin:0 auto;
	margin-bottom:20px;
	padding: 0 0 20px 0;
	position: relative;
	background:url("../img/new_icon.png") top 10px right 10px no-repeat;
	-webkit-background-position:top 10px right 10px;
	-moz-background-position:top 10px right 10px;
	-ms-background-position:top 10px right 10px;
	-o-background-position:top 10px right 10px;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	-o-background-size:25px 25px;
	background-color: #ffffff;
	}

.white_box p{
	text-align: left;
	font-weight: bold;
	}

.left_box {
	padding-left: 3%;
	width: 62%;
	float: left;
	}

.right_box {
	padding-right: 2%;
	padding-top:10%;
	width: 31%;
	float: right;
	}

.right_box p {
	font-size: 0.6em;
	color: #333333;
	padding-bottom: 10px;
	}

.right_icon_box{
	background: #FFF;
	bottom: 4%;
	padding-right: 3%;
	position: absolute;
	}




/* ここから下がボタンのCSS　*/
.btn-icon {
  display: inline-block;
  max-width: 100px;
  text-align: center;
  background-color: #E99420;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 10%;
  right: 3%;
}

.btn-icon:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  opacity: 0.8;
}


.new_area {
	background: #6e438e;
	width: 100%;
	margin:0 auto;
	}

.new-banner{
  text-align:center;
}

.new-banner .p1{
  display:inline-block;
  width:30%;
  margin:5px 0;
}

.new-banner span{
	color:white;
	}


/*-------------------------------------------------------*/

.pickup_area {
	background: #6e438e;
	width: 100%;
	}

.pickup_area ul{
	margin: 0;
	padding: 0;
	text-align:center;
	}

.pickup_area li {
	list-style-type:none;
	display: -moz-inline-box;
 	display: inline-block;
  	/display: inline;
  	/zoom: 1;
	margin:0 0 5px 0;
	width: 30%;
	}
.pickup_area li img{
	border:1px solid #dedec9;
	}

.pickup_area li span{
	color:#ffffff;
	}


/*-----1段目---------------------------------------------*/

.rank_box{
	background:repeating-linear-gradient(90deg, #F1F1F1 0, #F1F1F1 10px, #ffffff 10px, #ffffff 20px);
	padding:10px 0;
	}

.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 #F1F1F1;
	}

/*-----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 #F1F1F1;
	}


/*-------------------------------------------------------*/
footer {
	width: 100%;
	display: block;
	}

footer #ftList {
	padding:0;
	margin:0;
	}

footer #ftList li {
	width: 50%;
	height:50px;
	padding:20px 0 20px 8px;
	color:#F1F1F1;
	text-align:left;
	background: #3C654D;
	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 #F1F1F1;
	border-top:1px solid #F1F1F1;
	}

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 #F1F1F1;
	}




footer #ftList li a {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.2em;
	display: block;
	color:#F1F1F1;
	text-decoration: none;
	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:#725e21;
	color:#ffffff;
	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:#F1F1F1;
	background:#3C654D;
	}

.other_main{
	padding:5px;
	font-size:14px;
	color:#333333;
	line-height:18px;
	text-align:left;
	background:#ffffff;
	}

.other_obi{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:5px;
	color:#3333333;
	background:#dedec9;
	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:#dedec9;
	color:#BA895C;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	display:block;
	box-sizing:border-box;
	border-bottom:1px solid #ffffff;
	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;
}


/*-----退会アンケート-----------------------*/

.formPage{
	background: #FFFDF8;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.question p:first-child{
	font-weight: bold;
}
.question h3 {
	font-size: 1em;
	color: #444;
	padding-top: 4px;
}
.question p{
	color: #FFF;
	background: #A7A7A7;
	text-shadow: 1px 1px #757575;
}
.question ul{
	padding-left: 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;
	color: #fff;
	text-shadow: 1px 1px #757575;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(49%, rgba(158,158,158,1)), color-stop(50%, rgba(166,166,166,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,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;
	border-bottom: 2px groove #eee;
	border-top: 2px groove #eee;
	box-sizing: border-box;
}
.questionNom span{
	color: #C20000;
	text-shadow: 1px 1px rgba(255, 231, 231, 0.59);
}


.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}



/*---------------------------------------------------------*/

/*退会アンケート
#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;
	}

