@charset "utf-8";

/* 共通スタイル
----------------------------------------------------------- */
/*少年・青年*/
.color_boy {
	background: #0185E5;
	color: #FFFFFF;
}
/*BL*/
.color_boyslove {
	background: #00AAE6;
	color: #FFFFFF;
}
/*TL*/
.color_teenslove {
	background: #FC3;
	color: #FFFFFF;
}
/*少女・女性*/
.color_girl {
	background: #FF6E78;
	color: #FFFFFF;
}
/*ハーレクイン*/
.color_hq {
	background: #ED8AEF;
	color: #FFFFFF;
}
/*ライトノベル*/
.color_lightnovel {
	background: #6FDD00;
	color:#FFFFFF;
}
/*小説・実用書*/
.color_book {
	background: #21A42E;
	color:#FFFFFF;
}
/*オトナ*/
.color_sexy {
	background: #DA4FA8;
	color:#FFF;
}
/*灰の設定*/
.color_etc {
	background: #999999;
	color:#FFF;
}

.contents_right_co_title {
  padding: 5px 8px;
  text-align: left;
  font-weight: bold;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_right_co_title p {
  color: #FFFFFF;
}
p.genre_top_link {
  font-size: 12px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  background: #FFFFFF;
}
p.genre_top_link a {
  font-weight: bold;
  color: #345;
}
p.genre_top_link span.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
}
p.genre_top_link span.arrow_boy {
  border-color: transparent transparent transparent #0185E5;
}
p.genre_top_link span.arrow_boyslove {
  border-color: transparent transparent transparent #00AAE6;
}
p.genre_top_link span.arrow_girl {
  border-color: transparent transparent transparent #FF6E78;
}
p.genre_top_link span.arrow_teenslove {
  border-color: transparent transparent transparent #FFCC33;
}
p.genre_top_link span.arrow_hq {
  border-color: transparent transparent transparent #ED8AEF;
}
p.genre_top_link span.arrow_lightnovel {
  border-color: transparent transparent transparent #6FDD00;
}
p.genre_top_link span.arrow_book {
  border-color: transparent transparent transparent #21A42E;
}
p.genre_top_link span.arrow_sexy {
  border-color: transparent transparent transparent #DA4FA8;
}
.right_btn{
text-align:right;
padding:5px;
font-size:12px;
}
.right_btn a{
color:#333;
}
.catch {
	width: 100%;
	display: table;
	border-bottom: #CCCCCC dotted 1px;
	padding: 20px 2%;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catch_text{
	display: table-cell;
	padding:5px;
	font-size:14px;
}
div.reload_s_btn {
	display: table-cell;
	width: 30%;
	text-align: center;
}
div.reload_b_btn {
	width: 80%;
	margin: 0 auto 20px;
}
div.reload_s_btn a,
div.reload_b_btn a {
	display: block;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	
	border: #CCCCCC solid 1px;
	padding: 10px 30%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: #F2F2F0;
}

div.reload_s_btn a:hover,
div.reload_b_btn a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background: #FCFCFC;
}

/* 作品一覧
----------------------------------------------------------- */
section.title_w {
	width: 96%;
	margin: 0 auto;
}
section.title_w ul {
	list-style: none;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
section.title_w ul::after {
	content: "";
	display: block;
	clear: both;
}
section.title_w ul li {
	width: 25%;
	float: left;
	list-style: none;
}
section.title_w ul li dl {
}
section.title_w ul li dt {
	display: table;
	width: 96%;
	height: 266px;
	max-width: 185px; 
	border: #CCCCCC solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px auto 10px;
}
section.title_w ul li dt figure {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
section.title_w ul li dt figure img {
  max-width: 185px;
  max-height: 264px;
}
section.title_w ul li dd {
	display: table;
	widht: 100%;
}
section.title_w ul li dd div.free_btn {
	width: 60%;
	max-width: 140px;
	margin: 0 auto 5px;
}
section.title_w ul li dd div.free_btn img {
	width: 100%;
}
section.title_w ul li dd {
	width: 100%;
}
section.title_w ul li dd figcaption {
	font-size: 14px;
	text-align: center;
}
section.title_w ul li dd p.author_name {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

/* pager
----------------------------------------------------------- */
/* pager -comicnews参照- */
.c_pager {
	height: 41px;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #999), color-stop(0.05, #999), color-stop(1.00, #999));
	background: -webkit-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -moz-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -o-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -ms-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: linear-gradient(to bottom, #999 0%, #999 5%, #999 100%);
	border-bottom: 1px solid #CCC;
}
.sample {
	background: #E1E1E1;
	width: 82.6%;
	float: left;
}
.sample ul {
	width: 1000%;
	text-align: center;
	height: 30px;
	padding: 4px;
}
.sample li a, .sample li a:hover {
	display: block;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	background: #C4C4C4;
	border: 1px solid #999;
	-webkit-box-shadow: none;
	border-radius: 5px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	min-width: 60px;
}
.c_pager .prevBtn {
	width: 8.1%;
	height: 40px;
	
	float: left;
	text-align: center;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #999), color-stop(0.05, #999), color-stop(1.00, #999));
	background: -webkit-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -moz-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -o-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -ms-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: linear-gradient(to bottom, #999 0%, #999 5%, #999 100%);
	border-right: solid 1px #888;
}
.c_pager .nextBtn {
	width: 7.7%;
	height: 40px;

	float: left;
	text-align: center;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #999), color-stop(0.05, #999), color-stop(1.00, #999));
	background: -webkit-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -moz-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -o-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: -ms-linear-gradient(top, #999 0%, #999 5%, #999 100%);
	background: linear-gradient(to bottom, #999 0%, #999 5%, #999 100%);
	border-left: solid 1px #888;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
.banner_u_mark {
    margin-bottom: 8px;
}
.banner_u_mark .novel_m {
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #41BD89;
    background: #41BD89;
    border-radius: 3px;
    width: 48px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.banner_u_mark .comic_m {
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #FFBB00;
    background: #FFBB00;
    border-radius: 3px;
    width: 48px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
