﻿@charset "utf-8";

body{
	width:100%;
	max-width:750px;
	min-width:320px;
	margin: 0;
	padding: 0;
	font-size:16px;
	background:#ffffff url(../img/haikei.png) 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: #4169e1;
	}



img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	}

.head_bg_color{
	background:#2f2f2f;
	}

/*-------------------------------------------------------*/
.header{
	height:100%;
	line-height:0;
	text-align:left;
	padding:0px;
	}

/*-------------------------------------------------------*/
.center_info{
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	padding:10px;
	background: #2f2f2f;
	border-radius:5px;
	}

.red_text{
	color:#cc0000;
	font-size:16px;
	line-height:18px;
	}





/*-------------------------------------------------------*/

.scroll_sp{
	width:100%;
	height:auto;
	overflow-x:scroll;
	}


/*-------横スクロール10個まで------*/
.wall_img10{
	margin:0 auto;
	width: 400%;
	border-collapse: separate;
	}

.wall_img10 td{
	width: 10%;
	padding: 2px;
	}

















/*-------------------------------------------------------*/
.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:#ffff00;
	text-decoration:none;
	}


/*-------------------------------------------------------*/
.center_area{
	margin:0 auto;
	}


.pad10{
	padding-right:10px;
	text-align:right;
	font-size:14px;
	}



/*-------------------------------------------------------*/


/*----■■ランキング■■------*/
.ranking{
	background:#ffffff;
	}

.rank_waku{
	width:100%;
	height:auto;
	position: relative;
	}

.rank_no1{	
	background:#ffa500;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:24px;
	position: relative;
	box-sizing:border-box;
	}

.rank_no1 .triangle {
	position: absolute;
	bottom: -10px;
	left: 20px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #ffa500;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}


.rank_no2{	
	background:#1e90ff;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	padding10px;
	font-size:16px;
	line-height:24px;
	position: relative;
	box-sizing:border-box;
	}

.rank_no2 .triangle {
	position: absolute;
	bottom: -10px;
	left: 20px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #1e90ff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}



.rank_no3{	
	background:#fa8072;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:24px;
	position: relative;
	box-sizing:border-box;
	}

.rank_no3 .triangle {
	position: absolute;
	bottom: -10px;
	left: 20px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #fa8072;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}


.rank_no4{
	background:#778899;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:24px;
	position: relative;
	box-sizing:border-box;
	}

.rank_no4 .triangle {
	position: absolute;
	bottom: -10px;
	left: 20px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #778899;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}





/*--------------------------------*/
.newpage_title{	
	background:#ffa500;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	line-height:24px;
	position: relative;
	box-sizing:border-box;
	}

.newpage_title .triangle {
	position: absolute;
	bottom: -10px;
	left: 20px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #ffa500;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}

.artist_moji{
	color:#8a2be2;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	}

.gray_moji{
	color:#333333;
	font-size:14px;
	line-height:18px;
	}

.label{
	background:#00ced1;
	color:#ffffff;
	padding:1px 3px;
	display:inline-block;
	margin:2px;
	border-radius:5px;
	font-size:11px;
	}
/*--------------------------------*/

.box_sp{
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	padding:10px;
	box-sizing:border-box;
	}


.left_box_sp{
	width:30%;
	position: relative;
	}

.left_box_sp img{
	margin-bottom:5px;
	}


.obi{
	position: absolute;
	top: 0px;
	left: 0px;
	}



.right_box_sp{
	width:70%;
	color:#926513;
	padding:0px 5px 0px 5px;
	font-size:14px;
	text-align:left;
	}


	.desc{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}


/*-------------------------------------------------------------------*/




/*-------------------------------------------------------------------*/
.right_sp{
	text-align:right;
	}



.motto{
	text-align:right;
	background:#836a07;
	color:#ffffff;
	border-radius:5px;
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	padding:10px;
	margin:5px;
	text-decoration:none;
	}


/*-------------------------------------------------------------------*/
.shousai{
	width:25%;
	color:#333333;
	background: #c0c0c0;/*IE*/
	background:linear-gradient(#e6e6e6,#ffffff,#636363);
 	background:-webkit-linear-gradient(#e6e6e6,#ffffff,#636363);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#e6e6e6,#ffffff,#636363);/*Firefox*/
	background:-o-linear-gradient(#e6e6e6,#ffffff,#636363);/*Opera*/
	background:-ms-linear-gradient(#e6e6e6,#ffffff,#636363);/*Internet Explorer*/
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-border-radius:8px;
	-ms-border-border-radius:8px;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.4) inset,
		-1px 0px 0px rgba(225,225,225,0.2) inset,
		0px 1px 1px rgba(0,0,0,0.1) inset,
		0px -1px 1px rgba(0,0,0,0.3) inset,
		0px 1px 3px #666;
	-pie-background:linear-gradient(#f7c4c7, #e85064);
	behavior: url("/PIE.htc");
	padding:2px 10px;
	text-align:center;
	font-size:14px;
	line-height:30px;
	border: solid 1px #dddddd;
	}



.shousai a{
	display:inline-block;
	text-decoration:none;
	color:#333333;
	}
/*-------------------------------------------------------------------*/

.btn_registry{
	width:70%;
	height:auto;
	background:#ff2f86;
	border-radius:10px;
	border:1px solid #ffffff;
	color:#ffffff;
	text-align:center;
	box-shadow:1px 1px 3px #808080;
	display:inline-block;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	padding:5px;
	margin:10px;
	box-sizing:border-box;
	text-decoration:none;
	}


/*-------------------------------------------------------------------*/
/*------■新着■-----*/
.center{
	text-align:center;
	margin:0 auto; 
	}

.new_img3{
	margin:0 auto;
	width: 100%;
	border-collapse: collapse;
	}

.new_img3 th{
	width: 25%;
	padding: 2px 2px 0px 2px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-shadow:0 0 3px #000000;
	}

.new_img3 td{
	width: 25%;
	height:auto;
	padding: 0px 2px 2px 2px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-shadow:0 0 3px #000000;
	overflow:hidden;
	}



.new_name{
	width:100%;
	background:#3c12b1;
	color:#ffffff;
	display:inline-block;
	font-size:10px;
	padding:5px;
	box-sizing:border-box;
	text-decoration:none;
	overflow:hidden;
	}



/*-------------------------------------------------------*/


footer {
	width: 100%;
	display: block;
	}

footer #ftList {
	padding:0;
	margin:0;
	}

footer #ftList li {
	width: 50%;
	height:50px;
	padding:20px 0 20px 8px;
	color:#333333;
	text-align:left;
	background: #bb9e1d;/*IE*/
	background:linear-gradient(#bb9e1d,#ffffff,#bb9e1d);
 	background:-webkit-linear-gradient(#bb9e1d,#ffffff,#bb9e1d);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#bb9e1d,#ffffff,#bb9e1d);/*Firefox*/
	background:-o-linear-gradient(#bb9e1d,#ffffff,#bb9e1d);/*Opera*/
	background:-ms-linear-gradient(#bb9e1d,#ffffff,#bb9e1d);/*Internet Explorer*/
	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 #808080;
	border-right:1px solid #ffffff;
	border-top:1px solid #808080;
	}

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 #808080;
	}




footer #ftList li a {
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	display: block;
	color:#333333;
	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;
		}
}










/*--------------------------------------------------*/


.other_midashi{
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	padding:10px 0px;
	color:#ffffff;
	background:#3d05a6;
	}

.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:#333333;
	background:#e5dcaf;
	margin-bottom:5px;
	}


/*-----■商品詳細ページ■---------------------------------------------*/

.white_frame{
	border:5px solid #ffffff;
	box-shadow:0 0 5px #a9a9a9;
	}

.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:#ff389b;
	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;
	}



/*-------------------------------------------------------*/







/*-------------------------------------------------------*/

/*■■検索窓■■*/

.search_area{
	width:100%;
	height:auto;
	}

.search_window{
	width:85%;
	background: #ffffff;
	border: 1px #dfdfdf solid;
	height: 40px;
	padding:5px;
	font-size:16px;
	}

.search_btn{
	width:50%;
	border: 0;
	padding: 0;
	height: 40px;
	margin:5px 0px 10px 0px;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
	background: #4169e1;/*IE*/
	background:linear-gradient(#6495ed, #4169e1);
 	background:-webkit-linear-gradient(#6495ed, #4169e1);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#6495ed, #4169e1);/*Firefox*/
	background:-o-linear-gradient(#6495ed, #4169e1);/*Opera*/
	background:-ms-linear-gradient(#6495ed, #4169e1);/*Internet Explorer*/
	}


/*■■検索窓下の人気そうなワード文字サイズ変えれる用■■*/
.word01{
	font-size:35px;
	line-height:40px;
	font-weight:bold;
	color:#4169e1;
	text-decoration:none;
	}


.word02{
	font-size:25px;
	line-height:40px;
	font-weight:bold;
	color:#4169e1;
	text-decoration:none;
	}


.word03{
	font-size:15px;
	line-height:40px;
	font-weight:bold;
	color:#4169e1;
	text-decoration:none;
	}


/*-------------------------------------------------------*/
.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:#00cccc;
	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: #f1f1f1;
	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;
	}

/*-------------------------------------------------------*/



/*---------------------------------------------------------*/

/*退会アンケート*/
#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;
	}

