@charset "utf-8";

	*{margin:0;padding:0;
	}

	a{
	text-decoration:none;
	color: #0071bc;
	}


	body {
	width:100%;	
	max-width:750px;
	margin: 0 auto;
	padding: 0;
	font-family: 'メイリオ','Meiryo','Lucida Grande','Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background: #FFF;
	color: #333333;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	}

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


h1 {
	font-size:18px;
	margin-left:5px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #0AC5A8;/*文字色*/
	background: #FFF;/*背景色*/
	border-left: solid 8px #0AC5A8;/*左線*/
	border-bottom: solid 3px #0AC5A8;/*下線*/
}

h3 {
	font-size:12px;
}

h5 {
	color:#444444;
	margin-left: 3px;
	font-size: 10px;
	}

.pad10 {
	padding:10px;
	}

.pad5 {
	padding:5px;
	}

hr {
	width:96%;
	margin: auto;
	}

/*--------------------------------------------------*/
/* header */


header {
	margin-bottom:10px;
	height: auto;
	width:100%;
	}
#tab ul,
.stafflist li,
.imglist li,
#blogAria ul,
nav ul,
header:after {
	content:"";
	display:block;
	clear:both;
	}

.logo img {
	width:50%;
	left:0;
	}



/* hamburger menu v0.1 */

#drawer_wrapper nav {
    position: fixed;
    overflow-y: scroll; 
    top: 0;
    right: -300px;
    width: 300px;
    max-width:750px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background:#333;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 99;
}
#drawer_wrapper nav.menuitems ul li {
    display:block;
    padding: 8px 28px;
    border-bottom: 1px dotted #555;
    background-color: #444;
    color: silver;
}
#drawer_wrapper nav.menuitems ul li a {
    text-decoration: none;
    color: #ddd;
    width: 99%;
    display:block;
}
#drawer_wrapper #hamburger_icon {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 99;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#drawer_wrapper #hamburger_icon span.yum {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#drawer_wrapper #hamburger_icon span:nth-child(1) {
    top: 0;
}
#drawer_wrapper #hamburger_icon span:nth-child(2) {
    top: 10px;
}
#drawer_wrapper #hamburger_icon span:nth-child(3) {
    top: 20px;
}
#drawer_wrapper #hamburger_icon.open span {
    background: #fff;
}
#drawer_wrapper #hamburger_icon.open span {
    width: 24px;;
}
#drawer_wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#drawer_wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#drawer_wrapper .contents section:nth-child(even) p {
    right: 10%
}
#drawer_background {
    z-index: 97;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    display: none;
}


/*-------------------------------------------------*/

	
#blogAria {
	width:50%;
	float: right;
	color: #FFFFFF
}
	

#blogAria ul {
	display:block;
	width: 150px;
	margin-left:auto;
	position: relative;
	right: 3px;
	bottom:2px;
	}


#blogAria .btnRegist a {/*�o�^�{�^��*/
	display: block;
	margin-top: 2px;
	height: 29px;
	width: 66px;
	font-size: 62%;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #0D7AE9;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 700;
	float: left;
	border: 1px solid #042A7D;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(246,246,246,1)), color-stop(50%, rgba(232,232,232,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
}
	
#blogAria .btnLogin a {/*���O�C���{�^��*/
	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: #0D7AE9;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 700;
	float: left;
	border: 1px solid #042A7D;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(246,246,246,1)), color-stop(50%, rgba(232,232,232,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 49%, rgba(232,232,232,1) 50%, rgba(237,237,237,1) 100%);
}
.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 {/*�����^�u*/
	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�^�u*/
	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 {/*���W�^�u*/
	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;
	position: relative;
	z-index: 20;
	}

.obi {/*�^�C�g����*/
	display:block;
	margin-bottom:10px;
	height: 34px;
	width:100%;
	background: #0AC5A8;
	}
	
.obi p {
	font-size:87%;
	line-height: 34px;
	padding-left:5px;
	color: #FFFFFF;
	text-shadow: 1px 0 1px rgba(0,0,0, 0.6);
	font-weight: 700;
	}


.btnAria {
	width: 90%;
	height: 30px;
	margin: 5px auto 20px auto;
}

.btnAria a {   
	display: block;
	text-align: center;
	width: 100%;
	color: #F5F5F5;
	text-shadow: 0 0 1px rgba(134, 156, 184, 1, 0.5);
	font-weight: 700;
	text-decoration: none;
	font-size:87%;
	line-height: 30px;
	height: 30px;
	background: url("../img/arrow_s.png") center right no-repeat ,rgba(181, 194, 211, 1);
	background: url("../img/arrow_s.png") center right no-repeat ,-moz-linear-gradient(top, rgba(181, 194, 211, 1) 0%, rgba(165, 181, 202, 1) 50%, rgba(165, 181, 202, 1) 50%, rgba(134, 156, 184, 1) 100%);
	background: url("../img/arrow_s.png") center right no-repeat ,-webkit-gradient(left top, left bottom, color-stop(0%, rgba(181, 194, 211, 1)), color-stop(50%, rgba(165, 181, 202, 1)), color-stop(50%, rgba(165, 181, 202, 1)), color-stop(100%, rgba(134, 156, 184, 1)));
	background: url("../img/arrow_s.png") center right no-repeat ,-webkit-linear-gradient(top, rgba(181, 194, 211, 1) 0%, rgba(165, 181, 202, 1) 50%, rgba(165, 181, 202, 1) 50%, rgba(134, 156, 184, 1) 100%);
	background: url("../img/arrow_s.png") center right no-repeat ,-o-linear-gradient(top, rgba(181, 194, 211, 1) 0%, rgba(165, 181, 202, 1) 50%, rgba(165, 181, 202, 1) 50%, rgba(134, 156, 184, 1) 100%);
	background: url("../img/arrow_s.png") center right no-repeat ,-ms-linear-gradient(top, rgba(181, 194, 211, 1) 0%, rgba(165, 181, 202, 1) 50%, rgba(165, 181, 202, 1) 50%, rgba(134, 156, 184, 1) 100%);
	background: url("../img/arrow_s.png") center right no-repeat ,linear-gradient(to bottom, rgba(181, 194, 211, 1) 0%, rgba(165, 181, 202, 1) 50%, rgba(165, 181, 202, 1) 50%, rgba(134, 156, 184, 1) 100%);
	box-shadow: 0 1px 2px #ccc;
	border: 1px solid #748DAD;
	border-radius: 2px;
}
.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: #FFFFFF;
	font-weight: 700;
	box-shadow: 0 1px 2px #ccc;
	border: 1px solid #03246C;
	border-radius: 2px;
	background: rgba(22,74,179,1);
	background: -moz-linear-gradient(top, rgba(22,74,179,1) 0%, rgba(19,71,182,1) 50%, rgba(17,61,157,1) 50%, rgba(19,68,173,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,74,179,1)), color-stop(50%, rgba(19,71,182,1)), color-stop(50%, rgba(17,61,157,1)), color-stop(100%, rgba(19,68,173,1)));
	background: -webkit-linear-gradient(top, rgba(22,74,179,1) 0%, rgba(19,71,182,1) 50%, rgba(17,61,157,1) 50%, rgba(19,68,173,1) 100%);
	background: -o-linear-gradient(top, rgba(22,74,179,1) 0%, rgba(19,71,182,1) 50%, rgba(17,61,157,1) 50%, rgba(19,68,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(22,74,179,1) 0%, rgba(19,71,182,1) 50%, rgba(17,61,157,1) 50%, rgba(19,68,173,1) 100%);
	background: linear-gradient(to bottom, rgba(22,74,179,1) 0%, rgba(19,71,182,1) 50%, rgba(17,61,157,1) 50%, rgba(19,68,173,1) 100%);
}
	
.cateNavi {/*�V���A�����L���O�A���W�{�^��*/
	width: 90%;
	height: 30px;
	margin: 0 auto;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(252,252,252,1) 14%, rgba(252,252,252,1) 50%, rgba(242,242,242,1) 51%, rgba(230,230,230,1) 79%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(14%, rgba(252,252,252,1)), color-stop(50%, rgba(252,252,252,1)), color-stop(51%, rgba(242,242,242,1)), color-stop(79%, rgba(230,230,230,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(252,252,252,1) 14%, rgba(252,252,252,1) 50%, rgba(242,242,242,1) 51%, rgba(230,230,230,1) 79%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(252,252,252,1) 14%, rgba(252,252,252,1) 50%, rgba(242,242,242,1) 51%, rgba(230,230,230,1) 79%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(252,252,252,1) 14%, rgba(252,252,252,1) 50%, rgba(242,242,242,1) 51%, rgba(230,230,230,1) 79%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(252,252,252,1) 14%, rgba(252,252,252,1) 50%, rgba(242,242,242,1) 51%, rgba(230,230,230,1) 79%, rgba(245,245,245,1) 100%);
	box-shadow: 0 1px 2px #ccc;
	border: 1px solid #342304;
	border-radius: 2px;
}

	.cateNavi ul li {
		width: 33.3%;
		float: left;
		text-align: center;
		font-size:87%;
		line-height: 5px;
	}
		.btnNew a {
			display: block;
			color: #656565;
			text-shadow: 0 0 1px rgba(255,255,255, 0.5);
			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: #656565;
			text-shadow: 0 0 1px rgba(255,255,255, 0.5);
			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: #656565;
			text-shadow: 0 0 1px rgba(255,255,255, 0.5);
			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;
}

/*2020.09リニューアル追記*/

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

.btn li {
	width: 40%;
	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;
}


/*-------会社概要----------------------------------------*/

.ixislogo{
	margin:20px;
	width:20%;
	}



/*2020.09リニューアル追記-ここまで*/
	
.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: #0AC5A8;	
	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: #5E738E;
	font-weight: bold;
	box-shadow: 0 1px 2px #ccc;
	border: 1px solid #5E738E;
	border-radius: 4px;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
  background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
}

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

/*�ڍ׃y�[�W*/
.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 {/*�ڍ׃y�[�W�̗����ǂ݃{�^��*/
	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: #f56778;
	font-weight: bold;
	box-shadow: 0 1px 2px #ccc;
	border: 1px solid #5E738E;
	border-radius: 4px;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
  background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
}

.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: 90%;
	line-height: 25px;
	color: #666;
}
.outline p {
	width: 95%;
	margin: 0 auto;
}


.detacomiList li {/*�ڍ׃y�[�W�̂��炷���̉��̃��X�g*/
	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ボタン*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  background: #0AC5A8;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


footer {
	display: block;
	width: 100%;
	margin: auto;
}

footer ul {
	display:flex;
	}

footer li {
	border-right: 0.8px solid #A8A8A8;
	}

footer li:last-child {
	border: none; /* 親要素から見て一番最後のli要素のボーダーを無しに */
	}

.ftList li a {
	display: block;
	padding:0 6px;
	font-size:80%;
}

.footer_area {
	width: 100%;
	margin:auto;
	display: block;
	background:#0AC5A8;
	margin-top:20px;
	}


.footer_company {
	width: 100%;
	font-size:10px;
	color:#FFF;
	text-align: center;
	padding: 10px 0;
	}



/*ABJマーク*/

.out_box{
	width:100%;
	margin:0;
	padding:10px 10px 10px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.out_box a{
	display:block;
	}

.left_box{
	width:20%;
	float:left;
	padding-right:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.center_box{
	width:80%;
	float:right;
	}

.center_box p{
	color:#333333;
	font-size:0.7em;
	line-height:1.3em;
	}


/*検索窓*/

.search_container{
  box-sizing: border-box;
  text-align:center;
}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 5px;
  border-radius: 20px;
  height: 2.0em;
  width: 245px;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #869CB8;
  outline : none;
  display: inline-block;
  vertical-align: middle;
}


/*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: 50px;
    position: relative;
    margin: 0 auto;
}  
#keywords4  {  
    width: 80%;  
    position: absolute;  
    top: 3px;  
    left: 12px;  
    border: 0;  
}  
#searchBtn4 {  
    position: absolute;  
    top: 3px;  
    right: 5px;  
}
/*�X���C�v�\��*/

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


/*�����Ŋ֘A*/
.consumptionTax{
	text-align: center;
	font-size: 0.95em;
}
.consumptionTax p{
	color:#444;
	font-weight: bold;
}
.consumptionTax p a{
	color: #bb0000;
}

/*退会前バナー*/
.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);
}
/*lp*/
#lp{
	background: #ECF2FF;
}
#lp a{
	text-decoration: none;
}
#lpHeader{
	height: 50px;
	background: #FFFFFF;
}
#lpHeader img {
	height: 90%;
	padding-left: 5px;
}
.lpTopImg{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.lpTopImg a{
	display: block;
	margin: 0 auto;
	width: 80%;
}
.lpTopImg img{
	width: 100%;
	vertical-align: bottom;
}
.lpRegist {
	margin-bottom: 15px;
}
#lp .lpRegist ul{
	overflow: hidden;
	padding: 2px;
}
#lp .lpRegist ul li{
	width: 90%;
	margin: 0 auto;
}
.lpRegist ul li a{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;                                                                                                                                                                
	box-shadow: 0 1px 1px #BABABA;            
	border-radius: 5px;

	border: 1px outset #4D73BA;






       
	background: rgba(85,132,219,1); background: -moz-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(85,132,219,1)), color-stop(2%, rgba(85,132,219,1)), color-stop(97%, rgba(85,132,219,1)), color-stop(100%, rgba(60,113,171,1))); background: -webkit-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: -o-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: -ms-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: linear-gradient(to bottom, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5584db', endColorstr='#3c71ab', GradientType=0 );
}
.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_new {
  background: #FFFFFF;
  color: #44578D;
  font-size: 1.2em;
  padding: 5px 5px;
  box-shadow: 0 -2px 1px -2px #9E9E9E;
}
.lpObi{
	position: relative;
	background: #FFFFFF;
	color: #44578D;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	box-shadow: 0 -2px 1px -2px #9E9E9E;
}

.lp3Column{
	overflow: hidden;
	/* background: #FFFFFF; */
}
.lp3Column li{
	float: left;
	width: 33.3%;
	padding: 10px 5px 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lp3Column li:nth-child(even){
	border-right: none;
}
.lp3Column li:nth-child(3){
	border-bottom: none;
}
.lp3Column li:nth-child(4){
	border-bottom: none;
}

.lp3Column li a{
}
.lpSamAria img {
  width: 90px;
}
.lpBookWrap{
	overflow: hidden;
}
.lpSamArea{
	width: 40%;
	height: 80px;
	text-align: center;
	float: left;
}
.lpTextArea{
	width: 60%;
	min-height: 80px;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	color: rgba(79, 79, 79, 0.9);
}
.lpTextArea p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lpTitlText {
	font-size: 0.8em;
	color: rgba(46, 46, 46, 0.92);
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lpDetailLink{
	width: 90%;
	margin: 7px auto 0;
}
.lpDetailLink a{
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;                
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 0 1px 1px #323232;
	background: rgba(224,224,224,1);    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(179,179,179,1) 50%, rgba(163,163,163,1) 50%, rgba(163,163,163,1) 100%);    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(50%, rgba(179,179,179,1)), color-stop(50%, rgba(163,163,163,1)), color-stop(100%, rgba(163,163,163,1)));    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(179,179,179,1) 50%, rgba(163,163,163,1) 50%, rgba(163,163,163,1) 100%);    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(179,179,179,1) 50%, rgba(163,163,163,1) 50%, rgba(163,163,163,1) 100%);    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(179,179,179,1) 50%, rgba(163,163,163,1) 50%, rgba(163,163,163,1) 100%);    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(179,179,179,1) 50%, rgba(163,163,163,1) 50%, rgba(163,163,163,1) 100%);    box-shadow: 0 1px 1px #ACACAC;    border: 1px outset #CACACA;    border-radius: 3px;
}
.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;
}
.lpRanking li{
	overflow: hidden;
	padding: 10px 0 10px 3px;
	margin-bottom: 10px;
	box-shadow: 0 1px 1px #D8D8D8;
}
.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(77, 77, 77, 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;    color: #FFFFFF;                                                            font-size: 0.9em;    font-weight: bold;    text-shadow: 0 1px 1px #323232;                                        
	box-shadow: 0 1px 1px #6F6F6F;        border-radius: 3px;
	background: #C2C2C2;
}

.registButtonW a{
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 44px;    line-height: 44px;
	text-align: center;                                                                                                                                
	color: #FFFFFF;    font-size: 1.1em;    font-weight: bold;                                                                        border-radius: 5px;
	box-shadow: 0 1px 1px #0E0E3A;    border-radius: 5px;    border: 1px outset #4D73BA;                                
	background: rgba(85,132,219,1); background: -moz-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(85,132,219,1)), color-stop(2%, rgba(85,132,219,1)), color-stop(97%, rgba(85,132,219,1)), color-stop(100%, rgba(60,113,171,1))); background: -webkit-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: -o-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: -ms-linear-gradient(top, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); background: linear-gradient(to bottom, rgba(85,132,219,1) 0%, rgba(85,132,219,1) 2%, rgba(85,132,219,1) 97%, rgba(60,113,171,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5584db', endColorstr='#3c71ab', GradientType=0 );
}
.lpGenre li a{
	display: block;
	z-index: 100;
	line-height: 45px;
	height: 45px;
	color: #646464;
	font-size: 0.9em;
	font-weight: bold;                                                                                                      
	background: #FAFAFA;
	border-bottom: 1px solid #ECECEC;
}
.lpGenre li:first-child a{
	border-top: 1px solid #CBCBCB;
}

.lpAuthorName{
	color: #403D99;
	font-size: 0.75em;
	text-align: center;
}
.lpFooter {
  text-align: center;
}
.lpFooter a {
  font-size: 0.9em;
  color: #4B4B4B;
  text-decoration: underline !important;
  margin: 5px;
}
#lp footer p{
	color: #383838 !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;
}

