@charset "shift-jis";

	*{margin:0;padding:0;
	}

	a{
	outline:none;
	border:0;
	}

	body {
	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	background: #FAFAFA;
	color: #444;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	-moz-text-size-adjust: none; /* フォントサイズ自動調整 */
	}

	li{list-style-type:none;}
	
	.colorG {color: #333;}

	
/* ■リンク色ここから */
A:link    {COLOR: #4D311A; TEXT-DECORATION: underline;}
A:visited {COLOR: #996633; TEXT-DECORATION: underline;}
/* ■リンク色ここまで */


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* ヘッダーここから */
header {
	height: 45px;
	background: url("../img/logo.png") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	box-shadow: 0 2px 3px #bbb;	
	margin-bottom: 10px;
	width: 100%;
	}
#tab ul,
.stafflist li,
.imglist li,
#blogAria ul,
nav ul,
header:after {
	content:"";
	display:block;
	clear:both;
	}
	
#blogAria {
	width:50%;
	margin-top: 8px;
	float: right;
	color: #FAFAFA;
}
		
#blogAria ul {
	display:block;
	margin-left:auto;
	position: relative;
	right: 3px;
	bottom:2px;
	}


#blogAria .btnRegist a {/*登録ボタン*/
	display:block;
	height: 29px;
	width: 66px;
	font-size: 0.8em;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #0D0000;
	text-shadow: 1px 1px 1px #fff;	
	font-weight: 700;
	float: right;
	border: 1px outset #fff;
	border-radius: 3px;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(48%, rgba(237,237,237,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
}

#blogAria .btnLogin a {
	display:block;
	margin-left: 5px;
	height: 29px;
	width:66px;
	font-size: 0.8em;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #0D0000;
	text-shadow: 1px 1px 1px #fff;	
	font-weight: 700;
	float: right;
	border: 1px outset #fff;
	border-radius: 3px;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(48%, rgba(237,237,237,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 48%, rgba(245,245,245,1) 100%);
}

#currentPt{
	display:block;
	height: 29px;
	width: 140px;
	font-size: 0.8em;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #0D0000;
	text-shadow: 1px 1px 1px #fff;	
	font-weight: 700;
	float: right;
	border: 1px outset #fff;
	border-radius: 3px;
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
}

.picAria {
	display:block;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	clear:both;
	}	
.picAria img{
	width: 100%;
}

.btnRegistBig{
	width: 92%;
	margin: 15px auto;	
}
.btnRegistBig a {
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
    font-weight: 700;
	color: #FEFEDB;
	text-shadow: 0 -1px 1px #976336;
	background: rgba(218,184,154,1);
	background: -moz-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,184,154,1)), color-stop(50%, rgba(218,184,154,1)), color-stop(51%, rgba(205,160,121,1)), color-stop(100%, rgba(205,160,121,1)));
	background: -webkit-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -o-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: linear-gradient(to bottom, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	box-shadow: 0 1px 1px #ccc;
	border: 1px solid #fff;
}

/*コースの追加、購入履歴*/
#userTab {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
}
#userTab ul{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 2px;
	overflow: hidden;
}
#userTab ul li{
	width: 49%;
	margin-left: 1%;
	padding-left: -0.5%;
	float: left;
	text-align: center;
}
#userTab ul li a{
	display: block;
	font-size: 0.8em;
	padding: 8px 0;
	text-decoration: none;
    font-weight: 700;
	color: #67492E;
	text-shadow: 0 1px 1px #FED3A7;
	border: 1px solid #fff;
	background: rgba(255,230,199,1);
	background: -moz-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,230,199,1)), color-stop(50%, rgba(255,230,199,1)), color-stop(51%, rgba(240,217,183,1)), color-stop(63%, rgba(240,217,183,1)), color-stop(100%, rgba(240,217,183,1)));
	background: -webkit-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -o-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: linear-gradient(to bottom, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	box-shadow: 0 1px 1px #ccc;
}
#userTab ul li:first-child a{
	display: block;
	font-size: 0.8em;
	padding: 8px 0;
	text-decoration: none;
    font-weight: 700;
	color: #FEFEDB;
	text-shadow: 0 -1px 1px #976336;
	background: rgba(218,184,154,1);
	background: -moz-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,184,154,1)), color-stop(50%, rgba(218,184,154,1)), color-stop(51%, rgba(205,160,121,1)), color-stop(100%, rgba(205,160,121,1)));
	background: -webkit-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -o-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: linear-gradient(to bottom, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	box-shadow: 0 1px 1px #ccc;
	border: 1px solid #fff;
}

/*新着、ランキング、検索*/
#tab {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
}
#tab ul{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 5px;
	overflow: hidden;
}
#tab ul li{
	width: 32.3%;
	margin-left: 1%;
	float: left;
	text-align: center;
}
#tab ul li a{
	display: block;
	font-size: 0.8em;
	padding: 8px 0;
	text-decoration: none;
    font-weight: 700;
	color: #67492E;
	text-shadow: 0 1px 1px #FED3A7;
	border: 1px solid #fff;
	background: rgba(255,230,199,1);
	background: -moz-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,230,199,1)), color-stop(50%, rgba(255,230,199,1)), color-stop(51%, rgba(240,217,183,1)), color-stop(63%, rgba(240,217,183,1)), color-stop(100%, rgba(240,217,183,1)));
	background: -webkit-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -o-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: linear-gradient(to bottom, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	box-shadow: 0 1px 1px #ccc;
}

/*メイン*/
.contents{
	background: #EEEDED;
}
.obi {/*タイトル帯*/
	display:block;
	width:100%;
}
.obi img{
	width: 100%;
	box-shadow: 0 1px 1px #C3C3C3;
}
	
.btnAria {
	width: 100%;
	margin: 10px auto;
}

.btnAria a {   
	display: block;
	text-align: center;
	width: 100%;
	padding: 11px 0;
	font-weight: 700;
	text-decoration: none;
	font-size: .9em;
	color: #67492E;
	text-shadow: 0 1px 1px #FED3A7;
	background: rgba(255,230,199,1);
	background: -moz-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,230,199,1)), color-stop(50%, rgba(255,230,199,1)), color-stop(51%, rgba(240,217,183,1)), color-stop(63%, rgba(240,217,183,1)), color-stop(100%, rgba(240,217,183,1)));
	background: -webkit-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -o-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	background: linear-gradient(to bottom, rgba(255,230,199,1) 0%, rgba(255,230,199,1) 50%, rgba(240,217,183,1) 51%, rgba(240,217,183,1) 63%, rgba(240,217,183,1) 100%);
	box-shadow: 0 1px 1px #ccc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
		
.genreNavi {
	width: 90%;
	height: 27px;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #fecb94, #9e5311);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #fecb94),
    			color-stop(1.0, #9e5311));
	box-shadow: 0 0 4px #ccc;
	border:2px solid #fff;
}
	
.imglist li {
	display:block; 
	min-height: 110px;
	width:100%;
	text-decoration: none;
	color: #7C7C7C;
	font-size:11px;
	line-height: 14px;
	border-bottom:1px dotted #ccc;
	margin-bottom: 5px;
}
.noBoder li:last-child {
	border-bottom:none;
}
.titlText {
	font-size:14px;
	line-height: 20px;
	font-size: 1.4em;
	color: #2C1706;	
	font-weight: 700;	
}		
.samAria img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}	
.samAria {
	width:27%;
	height: 80px;
	overflow: hidden;
	text-align: center;
	float: left;
	}	
.textAria {
	position: relative;
	width: 58%;
	font-size: 1.3em;
	padding-right: 15%;
	min-height: 80px;
	float: left;
	top: 0px;
	}
.listArrow{
	position: absolute;
	right: 10px;
	top: 25px;
	opacity: 0.7;
}


/*ジャンル検索*/
#genreList{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5px;
	overflow: hidden;
}
#genreList li{
	position: relative;
	float: left;
	width: 48%;
	margin-top: 5px;
	margin-left: 5px;
	left: -5px;
	text-align: center;
}
#genreList li a{
	display: block;
	padding: 8px 0;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color: #323232;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	background: rgba(224,224,224,1);
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 51%, rgba(201,201,201,1) 51%, rgba(201,201,201,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(51%, rgba(224,224,224,1)), color-stop(51%, rgba(201,201,201,1)), color-stop(100%, rgba(201,201,201,1)));
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 51%, rgba(201,201,201,1) 51%, rgba(201,201,201,1) 100%);
	background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 51%, rgba(201,201,201,1) 51%, rgba(201,201,201,1) 100%);
	background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 51%, rgba(201,201,201,1) 51%, rgba(201,201,201,1) 100%);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 51%, rgba(201,201,201,1) 51%, rgba(201,201,201,1) 100%);
	border: 1px solid #fff;
	box-shadow: 0 1px 1px #bbb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/*詳細ページ*/
.detaAria {
	width: 100%;
	font-size:81%;
	line-height: 18px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	min-height: 145px;
	position: relative;
	color: #666;
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
}
.detaSamAria img {
	border: solid 2px #fff;
	-webkit-box-shadow: 0 0 4px #666;
	-moz-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}	
.detaSamAria {
	width:40%;
	min-height: 130px;
	text-align: center;
	float: left;
	}
	
.detaTextAria {
	width:45%;
	padding-right: 15%;
	min-height: 130px;
	float: left;
	}
.detailDataTextAria {
	font-size: 1.1em;
	width: 60%;
	min-height: 130px;
	float: left;
	}

.detaOpText {
	color: #ff6600;
	font-size: 120%;
	line-height: 40px;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
}

.outline {
	background: #fff;
	width: 100%;
	padding: 10px 0;
	font-size: 100%;
	line-height: 25px;
	color: #666;
}
.outline p {
	width: 95%;
	margin: 0 auto;
}
.outline p span {
	border-bottom: dotted 1px #ccc;
}


.detacomiList li {/*詳細ページのあらすじの下のリスト*/
	display: block;
	font-size: 81%;
	line-height: 20px;
	color: #666;
	text-shadow: 0 1px 1px #fff;
	width: auto;
	height: 52px;
	padding: 0 0 5px 5px;
	background: -moz-linear-gradient(top, #fff, #eae9e9 5%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #fff),
    			color-stop(0.05, #eae9e9),
    			color-stop(1.0, #ccc));
    border-top: solid 1px #999;
    position: relative;
}

.detacomiList ul {
    border-bottom: solid 1px #999;
}

.detaAten {
	width: 100%;
	font-size: 120%;
	line-height: 25px;
	color: #ff6666;
	text-align: center;
    border-bottom: dotted 1px #999;
    padding: 5px 0;
}



/*TOPへ*/
.btnTop{
	text-align: center;
}
.btnTop a {/*TOPへボタン*/
	display: block;
	font-size: .85em;
	text-decoration: none;
	width: 35%;
	padding: 10px 0;
	position: relative;
	right: 5px;
	top:3px;
	margin-left: auto;
	margin-top: 10px;
	color: #656565;
	font-weight: 700;
	border: 1px outset #fff;
	background: #E2E2E2;
}
.icon-arrow-up:before{
	color: #FFFFFF;
}


/*フッター*/
footer {
	display: block;
    position: relative;
    z-index: 200;
    width: 100%;
}
footer ul {
	overflow: hidden;
}
footer ul li {/*繝輔ャ繧ｿ繝ｼ縺ｮ繝｡繝九Η繝ｼ*/
	width: 50%;
    float: left;
	color: #323232;
	font-weight: 700;
	border: 1px outset #fff;
	background: #E2E2E2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer ul li:nth-child(odd){
	border-left: none;
}
footer ul li:nth-child(even){
	border-right: none;
}
#ftList li a {
	display: block;
	font-size: 68%;
	line-height: 26px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	background:url("../img/arrow_s2.png") center right no-repeat;
	-webkit-background-size:11px 13px;
	-moz-background-size:11px 13px;
	background-size:11px 13px;
	width: 100%;
	padding: 7px 0;
}
.ftText{
	display: block;
	height: 26px;
	width: 90%;
	padding-left: 5px;
	background:url("../img/line_g2.gif") center left no-repeat;
	-webkit-background-size:2px 26px;
	-moz-background-size:2px 26px;
	background-size:2px 26px;
}
.ftTextNone{
	display: block;
	height: 26px;
	width: 90%;
	padding-left: 5px;
}
#copyright{
	display: block;
	width: 100%;
	padding: 11px 0;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 -1px 1px #1C0C01;
	background: url("../img/footer.png") no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

	
/*form*/
#searchform4 {  
    width: 90%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    -moz-box-shadow: inset 0 0 2px #ccc;
    border-radius: 20px;
    border: solid 1px #ccc;
    display: block;
    height: 24px;
    position: relative;
    margin: 0 auto;
}  
#keywords4  {  
    width: 80%;  
    position: absolute;  
    top: 3px;  
    left: 12px;  
    border: 0;  
}  
#searchBtn4 {  
    position: absolute;  
    top: 3px;  
    right: 5px;  
}

/*各ページ*/
h2.obi{
	font-size: 1.2em;
	color: #FFFFFF;
	text-shadow: 0 -1px 1px #1C0C01;
	padding: 5px 0;
	background: url("../img/footer.png") no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
h4.obi{
	font-size: 1.2em;
	color: #FFFFFF;
	text-shadow: 0 -1px 1px #1C0C01;
	padding: 5px 0;
	background: url("../img/footer.png") no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#buyButton{
	display: block;
	margin-top:10px;
	text-align: center;
}
#buyButton a{
	display: block;
	background: #FFE317;
	padding: 6px 4px;
	width: 130px;
	text-decoration: none;
    font-weight: 700;
	color: #FEFEDB;
	text-shadow: 0 -1px 1px #976336;
	background: rgba(218,184,154,1);
	background: -moz-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,184,154,1)), color-stop(50%, rgba(218,184,154,1)), color-stop(51%, rgba(205,160,121,1)), color-stop(100%, rgba(205,160,121,1)));

	background: -webkit-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -o-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	background: linear-gradient(to bottom, rgba(218,184,154,1) 0%, rgba(218,184,154,1) 50%, rgba(205,160,121,1) 51%, rgba(205,160,121,1) 100%);
	box-shadow: 0 1px 1px #ccc;
	border: 1px solid #fff;
}
.speacer{
	display: block;
	content: "";
	border-bottom: 1px solid #aaa;
}
.detaAria .listArrow{
	position: absolute;
	right: 10px;
	top: 34%;
	opacity: 0.7;
}

/*ジャンル一覧*/
.allGenreList{
	width: 100%;
}
.allGenreList li a{
	display: block;
	font-size: 1em;
	padding: 9px 5px;
	background: #E2E2E2;
	border-top: 1px outset #fff;
	border-bottom: 1px outset #fff;
	color: #333333;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.allGenreList li:first-child{
	border-top: 1px inset #fff
}
.allGenreListArrow{
	position: relative;
	float: right;
	right: 5px;
	top: 3px;
	height: 20px;
}

/*消費税関連*/
.consumptionTax{
	text-align: center;
	font-size: 0.95em;
	margin-top: 10px;
}
.consumptionTax p{
	color:#444;
	font-weight: bold;
}
.consumptionTax p a{
	color: #bb0000;
	line-height: 2em;
}


/*退会前バナー*/
.leaveBanner{
	width: 100%;
}
.leaveBanner li{
	text-align: center;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 5px;
}
.leaveBanner li a{
	text-decoration: none;
	color: #333;
	font-size: .9em;
	font-weight: bold;
}
.leaveBanner li a img{
	width: 100%;
	vertical-align: bottom;
}


/*退会アンケート*/
.formPage{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.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 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: #4193D5;
}
.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,#4193D5;
	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);
}

/*下層ページフッター*/
body:not([class = "top"]) footer #ftList {
	display: none;
}


/*リストスタイル*/
.vList {
    width: 95%;
    margin: 0 auto;
}
.vList h3 {
    color: #fff;
    padding: 5px;
    box-shadow: inset 0 -1px 5px #61391C,0 1px 1px #875F3B;
    border: 1px solid #7D4A26;
    background: rgba(168,113,77,1);
    background:    
     -moz-linear-gradient(top, rgba(168,113,77,1) 0%, rgba(125,74,38,1) 34%, rgba(125,74,38,1) 100%);
    background: 
    -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,113,77,1)), color-stop(34%, rgba(125,74,38,1)), color-stop(100%, rgba(125,74,38,1)));
    background: 
    -webkit-linear-gradient(top, rgba(168,113,77,1) 0%, rgba(125,74,38,1) 34%, rgba(125,74,38,1) 100%);
    background:    
    -o-linear-gradient(top, rgba(168,113,77,1) 0%, rgba(125,74,38,1) 34%, rgba(125,74,38,1) 100%);
    background: 
     -ms-linear-gradient(top, rgba(168,113,77,1) 0%, rgba(125,74,38,1) 34%, rgba(125,74,38,1) 100%);
    background: linear-gradient(to bottom, rgba(168,113,77,1) 0%, rgba(125,74,38,1) 34%, rgba(125,74,38,1) 100%);
}
.vList ul{
    border: 1px solid #FFE9C9;
}
.vList ul li a {
    display: block;
    color: #DA8141;
    padding: 0 5px;
    border-bottom: 1px solid #FFE9C9;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    box-shadow: inset 0 1px 4px rgba(255, 215, 180, 0.1),inset 0 -1px 5px rgba(255, 215, 180, 0.2);
    background: rgba(255,255,255,1);
    background: 
    -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,247,236,1) 100%);
    background: 
    -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(254,247,236,1)));
    background:   
    -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,247,236,1) 100%);
    background:
    -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,247,236,1) 100%);
    background:  
    -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,247,236,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(254,247,236,1) 100%);
}

.vList ul li:last-child a {
	border-bottom: none;
}
.vList ul li a::after {
	content: '>';
	float: right;
	font-size: 1.2rem;
	color: #8B7966;
}


.btn_2column ul {
}
.btn_2column ul li {
    float: left;
    width: 50%;
}
.btn_2column ul li a{
	display: block;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #B6A790;
	border-radius: 5px;
	box-shadow: 0 1px 1px #6B522B;
	background: rgba(243,226,199,1);
	background: 			
	-moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 31%, rgba(182,141,76,1) 100%);
	background: 	
	-webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(31%, rgba(193,158,103,1)), color-stop(100%, rgba(182,141,76,1)));
	background: 	
	-webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 31%, rgba(182,141,76,1) 100%);
	background: 	
	-o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 31%, rgba(182,141,76,1) 100%);
	background: 	
	-ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 31%, rgba(182,141,76,1) 100%);
	background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 31%, rgba(182,141,76,1) 100%);
}

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