@charset "utf-8";

	*{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: #e5e5e5;
	color: #660000;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	-moz-text-size-adjust: none; /* フォントサイズ自動調整 */
	}

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

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

/* ヘッダーここから */
header {
	background: #FEE31B;
	margin-bottom:10px;
	padding-top:5px;
	height: 35px;
	width:100%;
	border-bottom: 1px solid #F3B214;
	box-shadow: 0 1px 1px #DDDDDD;
	}
#tab ul,
.stafflist li,
.imglist li,
#blogAria ul,
nav ul,
header:after {
	content:"";
	display:block;
	clear:both;
	}

#logo {
	width:50%;
	}
	
#blogAria {
	width:50%;
	float: right;
	color: #052B82;
	text-shadow: 0 1px 1px rgba(255,255,255, 0.24);
}
	
#logo h1 a {
	display: block;
	padding-top: 27px;
	overflow: hidden;
	height: 0;
	width: 135px;
	background-image: url("../img/logo.png");
	-webkit-background-size: 135px 27px;
	-moz-background-size: 135px 27px;
	background-size: 135px 27px;
	float: left;
	position: relative;
	left: 3px;
}	
#blogAria ul {
	display:block;
	width: 150px;
	margin-left:auto;
	position: relative;
	right: 3px;
	bottom:2px;
	}



/*追記*/

#container {
	width: 100%; 
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}

section {
	padding: 16px 8px 0;
}

section * + h2, section * + h3, section * + h4, section * + p {
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn {
	display: flex;
	justify-content: space-around;
	margin-top:5px;
}

.btn li {
	width: 45%;
	text-align: center;
}

#feature li { 
	margin-bottom: 8px; 
	padding: 8px; border: 
	1px solid #000;
}

.list li{ 
	width: 100%;
	margin: 2px; 
	padding: 4px; 
	font-size: 0.8rem;
	line-height: 1;
	text-align: center;
}

.list li a {
	color: #444444;
}

.list li figure img {
	max-width:100%;
	height:auto;
	border: solid 2px #fff;
	-webkit-box-shadow: 0 0 4px #666;
	-moz-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
	vertical-align: bottom;
}

.list li p {
	font-size: 12px;
}


.read_btn_box {
	display:block;
	}

.read_btn_box p {
	text-align:center;
	font-size:small;
	height:37px;
	max-height:100%;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inlin-start:0px;
	margin-inline-end:0ex;
}

.read_btn_box a {
	display:block;
	width:80%;
	margin: auto;
	padding: 7px 5px 5px;
	box-sizing: border-box;
	border:1px solid #ddd;
	font-size:12px;
	text-align: center;
	font-weight:500;
	vertical-align: baseline;
	}



#new .list {
	width:100%;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

#new .list::before, #new .list::after { 
	content: ''; 
	display: block; 
	width: 30%; 
	order: 1;
}

#new .list li {
	position: relative; 
	width: 30%; 
	margin: 0 0 4%;
}

#new .btn {
	width: 90%; 
	margin: 0 auto;
}


#blogAria .btnRegist a {/*登録ボタン*/
	display: block;
	margin-top: 2px;
	height: 29px;
	width: 66px;
	font-size: 62%;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	float: left;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #26A7FA,inset 0 -1px 2px rgba(255, 255, 255, 0.76);
	background: #85cfea; /* Old browsers */
	background: -moz-linear-gradient(top, #85cfea 0%, #74d8ed 49%, #21b4e2 52%, #7fcde8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cfea), color-stop(49%,#74d8ed), color-stop(52%,#21b4e2), color-stop(99%,#7fcde8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%);
}
	
#blogAria .btnLogin a {/*ログインボタン*/
	display:block;
	margin-top: 2px;
	margin-left: 8px;
	height: 29px;
	width:66px;
	font-size: 62%;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	float: left;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #26A7FA,inset 0 -1px 2px rgba(255, 255, 255, 0.76);
	background: #85cfea; /* Old browsers */
	background: -moz-linear-gradient(top, #85cfea 0%, #74d8ed 49%, #21b4e2 52%, #7fcde8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cfea), color-stop(49%,#74d8ed), color-stop(52%,#21b4e2), color-stop(99%,#7fcde8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%);
}
.bookImgAria {
	width: 100%;
	margin: 10px 0;
}
	.bookImg {
		width: 100%;
		height: auto;
	}

#tab {
	width: 100%;
	height: 40px;
	position: relative;
	top:5px;
	z-index: 10;
}
	#tab .tabOn {
		position: relative;
		bottom: 5px;
	}
	#tab .tabOff {
		position: relative;
		top: 5px;
	}
		#tab ul li {
			width: 33.3%;
			height: 60px;
			float: left;
		}

.totalBtn a {/*総合タブ*/
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 50px;
	font-size: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #983202;
	text-shadow: 1px 0 1px #fff;
	font-weight: 700;
	box-shadow: 1px 2px 3px #888,-1px 2px 3px #888,inset 2px 2px 3px #F5CE33,inset -2px 2px 3px #F7D157;
	background: #ffe49f; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe49f 0%, #ffe49f 25%, #fec638 30%, #fbb62b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe49f), color-stop(25%,#ffe49f), color-stop(30%,#fec638), color-stop(100%,#fbb62b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe49f 0%,#ffe49f 25%,#fec638 30%,#fbb62b 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffe49f 0%,#ffe49f 25%,#fec638 30%,#fbb62b 100%);
	border-radius: 3px;
}

.boysBtn a {/*BLタブ*/
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 50px;
	font-size: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #0A4C85;
	text-shadow: 1px 0 1px #fff;
	font-weight: 700;
	box-shadow: 1px 2px 3px #888,-1px 2px 3px #888,inset 2px 2px 3px #57B6F5,inset -2px 2px 3px #5CB2EB;
	background: #81d0ef; /* Old browsers */
	background: -moz-linear-gradient(top, #81d0ef 1%, #62c9f2 26%, #1dace5 28%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#81d0ef), color-stop(26%,#62c9f2), color-stop(28%,#1dace5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #81d0ef 1%,#62c9f2 26%,#1dace5 28%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #81d0ef 1%,#62c9f2 26%,#1dace5 28%);
	border-radius: 3px;
}

.adultBtn a {/*特集タブ*/
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 50px;
	font-size: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #B60F77;
	text-shadow: 1px 0 1px #fff;
	font-weight: 700;
	box-shadow: 1px 2px 3px #888,-1px 2px 3px #888,inset 2px 2px 3px #F076C9,inset -2px 2px 3px #E272BF;
	background: #ffc3f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc3f0 0%, #ff99e5 26%, #ff57db 29%, #fc4ee8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc3f0), color-stop(26%,#ff99e5), color-stop(29%,#ff57db), color-stop(100%,#fc4ee8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc3f0 0%,#ff99e5 26%,#ff57db 29%,#fc4ee8 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffc3f0 0%,#ff99e5 26%,#ff57db 29%,#fc4ee8 100%);
	border-radius: 3px;
}

.box {
	background:#fff;
	width:100%;
	padding: 5px 0;
	margin-bottom:15px;
	height: auto;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	position: relative;
	z-index: 20;
	}

.obi {/*タイトル帯*/
	display:block;
	margin-bottom:10px;
	height: 34px;
	width:100%;
	background: #ffdc3f; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdc3f 0%, #e8b600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc3f), color-stop(100%,#e8b600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffdc3f 0%,#e8b600 100%); /* Chrome10+,Safari5.1+ */
	background: -linear-gradient(top, #ffdc3f 0%,#e8b600 100%);
	box-shadow: 0 1px 0 #ACACAC;
	}
	
.obi p {
	font-size:87%;
	line-height: 34px;
	padding-left:5px;
	color: #062E94;
	text-shadow: 1px 0 1px rgba(255,255,255, 0.6);
	font-weight: 700;
	}
	
.btnAria {
	width: 90%;
	height: 27px;
	margin: 20px auto;
}

.btnAria a {   
	display: block;
	text-align: center;
	width: 100%;
	color: #313131;
	text-shadow: 0 0 1px #fff;
	font-weight: 700;
	text-decoration: none;
	font-size:87%;
	line-height: 27px;
	height: 27px;
	background: url("../img/arrow_s.png") center right no-repeat ,#e2e2e2; /* Old browsers */
	background: url("../img/arrow_s.png") center right no-repeat ,-moz-linear-gradient(top, #e2e2e2 0%, #dddddd 48%, #a1a1a1 52%, #a1a1a1 100%); /* FF3.6+ */
	background: url("../img/arrow_s.png") center right no-repeat ,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(48%,#dddddd), color-stop(52%,#a1a1a1), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: url("../img/arrow_s.png") center right no-repeat ,-webkit-linear-gradient(top, #e2e2e2 0%,#dddddd 48%,#a1a1a1 52%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/arrow_s.png") center right no-repeat ,linear-gradient(top, #e2e2e2 0%,#dddddd 48%,#a1a1a1 52%,#a1a1a1 100%);
	box-shadow: inset 0 1px 2px #DADADA,0 1px 2px #616161;
	border: 1px solid #D3D3D3;
}
.btnRegistBig{
	width: 90%;
	height: 27px;
	margin: 20px auto;	
}
.btnRegistBig a {
	display: block;
	height: 27px;
	width: 100%;
	font-size:87%;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #07138B;
	font-weight: 700;
	box-shadow: 0 1px 2px #666;
	border:1px solid #ECBC24;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	background: #fcf3bc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcf3bc 0%, #fce84e 50%, #f8db00 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf3bc), color-stop(50%,#fce84e), color-stop(51%,#f8db00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcf3bc 0%,#fce84e 50%,#f8db00 51%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #fcf3bc 0%,#fce84e 50%,#f8db00 51%);
}
	
.cateNavi {/*新着、ランキング、特集ボタン*/
	width: 90%;
	height: 27px;
	margin: 0 auto;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dddddd 48%, #a1a1a1 52%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(48%,#dddddd), color-stop(52%,#a1a1a1), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dddddd 48%,#a1a1a1 52%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #e2e2e2 0%,#dddddd 48%,#a1a1a1 52%,#a1a1a1 100%);
	box-shadow: inset 0 1px 2px #DADADA,0 1px 2px #616161;
	border: 1px solid #D3D3D3;
}

	.cateNavi ul li {
		width: 33.3%;
		float: left;
		text-align: center;
		font-size:87%;
		line-height: 27px;
	}
		.btnNew a {
			display: block;
			color: #313131;
			text-shadow: 0 0 1px #fff;
			font-weight: 700;
			text-decoration: none;
		}
		.btnLank a {
			display: block;
			background:url("../img/line_g.gif") top left no-repeat;
			-webkit-background-size:1px 27px;
			-moz-background-size:1px 27px;
			background-size:1px 27px;
			color: #313131;
			text-shadow: 0 0 1px #fff;
			font-weight: 700;
			text-decoration: none;
		}
		.btnSpecial a {
			display: block;
			background:url("../img/line_g.gif") top left no-repeat;
			-webkit-background-size:1px 27px;
			-moz-background-size:1px 27px;
			background-size:1px 27px;
			color: #313131;
			text-shadow: 0 0 1px #fff;
			font-weight: 700;
			text-decoration: none;
		}
		
.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 {
	border-bottom:1px dotted #ccc;
	margin-bottom: 5px;
	}

.noBoder li:last-child {
	border-bottom:none;
	}

	
.titlText {
	font-size:14px;
	line-height: 20px;
	color: #07348E;	
	font-weight: 700;	
	}
	
.taimText {
	text-align: right;
	font-size:10px;
	color: #FCAC12;	
	}
	
.imglist li {
	display:block; 
	min-height: 110px;
	width:100%;
	text-decoration: none;
	color: #7C7C7C;
	font-size:11px;
	line-height: 14px;
	}
	
.btnTachiyomi a {/*立ち読みボタン*/
	display: block;
	font-size: 1.1em;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 50%;
	height: 25px;
	position: relative;
	right: 3px;
	top:5px;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid rgba(12, 90, 202, 0.77);
	border-radius: 2px;
	box-shadow: 0 1px 2px #7A7A7A,inset 0 1px 3px #26A7FA,inset 0 -1px 2px rgba(155, 223, 255, 0.76);
	background: #85cfea; /* Old browsers */
	background: -moz-linear-gradient(top, #85cfea 0%, #74d8ed 49%, #21b4e2 52%, #7fcde8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cfea), color-stop(49%,#74d8ed), color-stop(52%,#21b4e2), color-stop(99%,#7fcde8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%);
}

.samAria img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
	
.samAria {
	width:27%;
	height: 80px;
	text-align: center;
	float: left;
	}
	
.textAria {
	width:73%;
	min-height: 80px;
	float: left;
	}
	
.comiList li {
	width: 100%;
	height: 52px;
	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;
}

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

.comiList li a {
	display: block;
	font-size: 100%;
	line-height: 52px;
	background:url("../img/arrow_b.png") center right no-repeat;
	-webkit-background-size:16px 20px;
	-moz-background-size:16px 20px;
	background-size:16px 20px;
	color: #333;
	font-weight: 700;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
}

.comiList li img {
	vertical-align: -35%;
	margin: 0 5px;
	-webkit-box-shadow: 0 1px 2px #fff;
	-moz-box-shadow: 0 1px 2px #fff;
	box-shadow: 0 1px 2px #fff;
}

/*詳細ページ*/
.detaAria {
	width: 100%;
	font-size:81%;
	line-height: 18px;
	margin: 0 auto;
	min-height: 165px;
	position: relative;
	color: #666;
}
.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: 150px;
	text-align: center;
	float: left;
	}
	
.detaTextAria {
	width:60%;
	min-height: 150px;
	float: left;
	}
	
.detaBtnTachiyomi a {/*詳細ページの立ち読みボタン*/
	display: block;
	font-size: 1.1em;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 50%;
	height: 25px;
	position: absolute;
	right: 5px;
	bottom:5px;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid rgba(12, 90, 202, 0.77);
	border-radius: 2px;
	box-shadow: 0 1px 2px #7A7A7A,inset 0 1px 3px #26A7FA,inset 0 -1px 2px rgba(155, 223, 255, 0.76);	
	background: #85cfea; /* Old browsers */
	background: -moz-linear-gradient(top, #85cfea 0%, #74d8ed 49%, #21b4e2 52%, #7fcde8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cfea), color-stop(49%,#74d8ed), color-stop(52%,#21b4e2), color-stop(99%,#7fcde8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #85cfea 0%,#74d8ed 49%,#21b4e2 52%,#7fcde8 99%);
}

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


/*フッター*/
.btnTop a {/*TOPへボタン*/
	display: block;
	font-size: 100%;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: 700;
	text-shadow: 0 1px 1px #333;
	width: 25%;
	height: 32px;
	position: relative;
	right: 5px;
	top:3px;
	margin-left: auto;
	border:1px solid #fff;
	box-shadow: 0 0 2px #999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, rgba(184, 184, 184, 0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(184, 184, 184, 0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,rgba(184, 184, 184, 0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffffff 0%,rgba(184, 184, 184, 0.3) 100%);
    position: relative;
    top: 5px;
    z-index: 10;
}
.icon-arrow-up:before{
	color: #ECC51F;
}
footer {
	display: block;
    position: relative;
    z-index: 200;
    width: 100%;
}

footer ul li {/*フッターのメニュー*/
	width: 50%;
	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));
    float: left;
}
#ftList li a {
	display: block;
	font-size: 68%;
	line-height: 26px;
	text-decoration: none;
	color: #333333;
	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%;
	height: 26px;
}
.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;
}
footer p {
	text-decoration:none;
	font-size:12px;
	line-height: 24px;
	padding: 3px 0;
	width:100%;
	color: #333;
	text-align: center;
	}
	
/*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;  
}
/*スワイプ表示*/

.picAria {
	display:block;
	width: 320px;
	padding-top: 10px;
	text-align:center;
	margin: 0 auto;
	clear:both;
	}	


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

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


/*lp*/
#lp{
	background: #DFDFDF;
}
#lp a{
	text-decoration: none;
}
#lpHeader{
	height: 50px;
	background: #FFDA00;
	box-shadow: 0 1px 2px #896200;
}
#lpHeader img {
	height: 90%;
	padding-left: 5px;
}
.lpTopImg{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.lpTopImg a{
	display: block;
}
.lpTopImg img{
	width: 100%;
	vertical-align: bottom;
}
.lpRegist {
	margin-bottom: 15px;
}
#lp .lpRegist ul{
	overflow: hidden;
	padding: 2px;
}
#lp .lpRegist ul li{
	float: left;
	width: 50%;
}
.lpRegist ul li a{
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #FFDD00;
	color: #EE6F00;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFF2E6;
	box-shadow: 1px 1px 1px #AC7D1A;
	border: 1px solid #FFCC4B;
}
.lpNav ul{
	overflow: hidden;
	box-shadow: 1px 1px 1px #913516;
}
.lpNav ul li{
	float: left;
	width: 33.3%;
}
.lpNav ul li a{
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #662908;
	text-shadow: 0 1px 1px #FFE0A7;
	font-size: 0.9em;
	font-weight: bold;
	background: #FFFECE;
	border-left: 1px solid rgba(138, 90, 45, 1);
	border-top: 1px solid #917C4C;
	border-bottom: 1px solid #7E3F10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lpNav ul li:first-child a{
	border-left: none;
}

.lpContents{
	margin-top: 15px;
	margin-bottom: 15px;
}
.lpObi{
	position: relative;
	background: #1A1A9D;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #0C1437;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #0B114C;
	box-shadow: 0 1px 2px rgba(80, 43, 14, 0.56);
}

.lp2Column{
	overflow: hidden;
	background: #FFFFFF;
}
.lp2Column li{
	float: left;
	width: 50%;
	padding: 10px 5px 10px 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed rgba(3, 59, 138, 0.79);
	border-right: 1px dashed rgba(2, 55, 155, 0.79);
}
.lp2Column li:nth-child(even){
	border-right: none;
}
.lp2Column li:nth-child(3){
	border-bottom: none;
}
.lp2Column li:nth-child(4){
	border-bottom: none;
}

.lp2Column li a{
}
.lpBookWrap{
	overflow: hidden;
}
.lpSamAria{
	width: 40%;
	height: 80px;
	text-align: center;
	float: left;
}
.lpTextAria{
	width: 60%;
	min-height: 80px;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	color: rgba(2, 23, 141, 0.9);
}
.lpTitlText {
	font-size: 1em;
	color: rgba(46, 46, 46, 0.92);
	font-weight: 700;
}
.lpDetailLink{
	width: 90%;
	margin: 7px auto 0;
}
.lpDetailLink a{
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #FFDC28;
	color: #0700A5;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #957C24;
}
.lpFButton{
	position: relative;
	background: rgba(128,52,5,1);
	background: -moz-linear-gradient(top, rgba(128,52,5,1) 0%, rgba(136,57,12,1) 50%, rgba(113,42,4,1) 51%, rgba(110,43,7,1) 71%, rgba(110,43,12,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,52,5,1)), color-stop(50%, rgba(136,57,12,1)), color-stop(51%, rgba(113,42,4,1)), color-stop(71%, rgba(110,43,7,1)), color-stop(100%, rgba(110,43,12,1)));
	background: -webkit-linear-gradient(top, rgba(128,52,5,1) 0%, rgba(136,57,12,1) 50%, rgba(113,42,4,1) 51%, rgba(110,43,7,1) 71%, rgba(110,43,12,1) 100%);
	background: -o-linear-gradient(top, rgba(128,52,5,1) 0%, rgba(136,57,12,1) 50%, rgba(113,42,4,1) 51%, rgba(110,43,7,1) 71%, rgba(110,43,12,1) 100%);
	background: -ms-linear-gradient(top, rgba(128,52,5,1) 0%, rgba(136,57,12,1) 50%, rgba(113,42,4,1) 51%, rgba(110,43,7,1) 71%, rgba(110,43,12,1) 100%);
	background: linear-gradient(to bottom, rgba(128,52,5,1) 0%, rgba(136,57,12,1) 50%, rgba(113,42,4,1) 51%, rgba(110,43,7,1) 71%, rgba(110,43,12,1) 100%);
}
.lpFButton a{
	position: relative;
	display: block;
	color: #eee;
	font-size: .95em;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	height: 45px;
	border-top: 2px solid #7F3D2A;
	border-bottom: 2px solid #551800;
	background: url("../img/arrow_s2.png") no-repeat 97% 50%;
}



.lp3Column{
	text-align: center;
}
.lpRanking{
	overflow: hidden;
	background: #FFFFFF;
}
.lpRanking li{
	overflow: hidden;
	padding: 10px 0 10px 3px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
}
.lpRanking:nth-child(4) li{
	border-bottom: none;
	margin-bottom: 0;
}
.lpList1Img {
	width: 27%;
	height: 80px;
	text-align: center;
	float: left;
}
.lpList1TextWrap{
	width: 73%;
	min-height: 80px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: rgba(11, 26, 131, 0.9);
	float: left;
}
.lpList1Title{
	font-size: 1.1em;
	color: rgba(46, 46, 46, 0.92);
	font-weight: 700;
}
.lpList1DetailButton a{
	display: block;
	width: 50%;
	float: right;
	text-align: center;
	margin-right: 10px;
	height: 45px;
	line-height: 45px;
	background: #FFD700;
	color: #050484;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #957824;
}

.registButtonW a{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 1px 1px #000229;
	line-height: 45px;
	height: 45px;
	background: #100088;
	border: 1px outset #2A3D99;
}
.lpGenre li a{
	display: block;
	z-index: 100;
	line-height: 45px;
	height: 45px;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #5760DB;
	background: rgba(25,68,210,1);  
	background: -moz-linear-gradient(top, rgba(25,68,210,1) 0%, rgba(25,68,210,1) 52%, rgba(21,50,178,1) 53%, rgba(21,50,178,1) 100%);  
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,68,210,1)), color-stop(52%, rgba(25,68,210,1)), color-stop(53%, rgba(21,50,178,1)), color-stop(100%, rgba(21,50,178,1)));  
	background: -webkit-linear-gradient(top, rgba(25,68,210,1) 0%, rgba(25,68,210,1) 52%, rgba(21,50,178,1) 53%, rgba(21,50,178,1) 100%);  
	background: -o-linear-gradient(top, rgba(25,68,210,1) 0%, rgba(25,68,210,1) 52%, rgba(21,50,178,1) 53%, rgba(21,50,178,1) 100%);  
	background: -ms-linear-gradient(top, rgba(25,68,210,1) 0%, rgba(25,68,210,1) 52%, rgba(21,50,178,1) 53%, rgba(21,50,178,1) 100%);  
	background: linear-gradient(to bottom, rgba(25,68,210,1) 0%, rgba(25,68,210,1) 52%, rgba(21,50,178,1) 53%, rgba(21,50,178,1) 100%);  
}
.lpGenre li:first-child a{
	border-top: 1px solid #516AFC;
}

.lpAuthorName{
	color: #001877;
	font-size: 0.75em;
	text-align: center;
}

#lp footer p{
	color: #000171 !important;
}

/*書籍リスト*/
.lpImg3Column {
	background: #FFD21B;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 2px solid #D7AE00;
}
.lpImg3Column li {
	float: left;
	width: 33.3%;
	text-align: center;
}
.lpImg3Column img {
	vertical-align: bottom;
}
