@charset "UTF-8";

/* sp_index.css */

.section_index .deletedelete,
.section_index .delete{
	display:none !important;
	position:relative !important;
	z-index:-100000;
}
/* index */
body#index .article_contents {
	box-shadow: 0px 3px 4px 0px #aaa , 0px 2px 4px 0px #999 inset;
}
body#index .section_contents {
	overflow: hidden;
	width: 640px;
}
.section_index {
}

.index_box,
.index_box_etc,
.index_box_l{
	position:relative;
}
.index_box,
.index_box a,
.index_box a img,
.index_box .fr_box,
.index_box_etc,
.index_box_etc a,
.index_box_etc img,
.index_box_etc .fr_box{
	width: 305px;
	float: left;
}
.index_box,
.index_box a,
.index_box .fr_box {
	height: 407px;
}
.index_series{
}
.index_box_l{
	clear: both;
}
.index_box_l,
.index_box_l img {
	width: 620px;
	height: auto;
	text-align: center;
}
.index_box,
.index_box_etc,
.index_box_l,
.index_box_sp,
.index_banner,
.index_topics{
	margin-bottom: 10px;
	margin-left: 10px;
}
.index_box a {
	position: relative;
	display: block;
}
.fr_cap,
.fr_ttl,
.fr_txt {
	position: absolute;
	display: block;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}
.fr_cap {
	top: 0px;
	left: 0px;
	width: 295px;
	padding: 0 5px;
	font-size: 60%;
}
.fr_txt {
	display: block !important;
	bottom: 0px;
	left: 0px;
	width: 295px;
	height: 180px;
	padding: 5px;
	font-size: 65%;
}
.fr_cpy {
	padding-right: 20px;
	background: url(../images/index/sp_index_fr_arrow.png) no-repeat 100% 50%;
	font-size: 116%;
}
.fr_cpy strong {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
}
.fr_cpy em {
	font-size: 83%;
	font-weight: bold;
}

.fr_img img {
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-o-border-radius: 0px 15px 15px 0px;
	-ms-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
}
.fr_cap {
	-webkit-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	-o-border-radius: 0px 15px 0px 0px;
	-ms-border-radius: 0px 15px 0px 0px;
	border-radius: 0px 15px 0px 0px;
}
.fr_txt {
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-o-border-radius: 0px 0px 15px 0px;
	-ms-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
}

.index_comics .fr_cap {
	background-color: #f6a030;
}
.index_comics .fr_txt {
	-webkit-background: rgba(246,160,47,0.85);
	-moz-background: rgba(246,160,47,0.85);
	-o-background: rgba(246,160,47,0.85);
	-ms-background: rgba(246,160,47,0.85);
	background: rgba(246,160,47,0.85);
}
.index_news .fr_cap {
	background-color: #1cbcf8;
}
.index_news .fr_txt {
	-webkit-background: rgba(29,188,248,0.85);
	-moz-background: rgba(29,188,248,0.85);
	-o-background: rgba(29,188,248,0.85);
	-ms-background: rgba(29,188,248,0.85);
	background: rgba(29,188,248,0.85);
}
.index_samples .fr_cap {
	background-color: #f33f3f;
}
.index_samples .fr_txt {
	-webkit-background: rgba(243,63,62,0.85);
	-moz-background: rgba(243,63,62,0.85);
	-o-background: rgba(243,63,62,0.85);
	-ms-background: rgba(243,63,62,0.85);
	background: rgba(243,63,62,0.85);
}
.index_pro .fr_cap {
	background-color: #27b558;
}
.index_pro .fr_txt {
	-webkit-background: rgba(41,181,88,0.85);
	-moz-background: rgba(41,181,88,0.85);
	-o-background: rgba(41,181,88,0.85);
	-ms-background: rgba(41,181,88,0.85);
	background: rgba(41,181,88,0.85);
}

.index_box.index_comics a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #f6a030 url(../images/index/sp_index_icn_comics.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_box.index_news a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #1cbcf8 url(../images/index/sp_index_icn_news.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_box_l.index_news a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #1cbcf8 url(../images/index/sp_index_icn_news.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_box.index_samples a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #f33f3f url(../images/index/sp_index_icn_samples.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_box.index_pro a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #27b558 url(../images/index/sp_index_icn_pro.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_series .fr_cpy,.index_author .fr_cpy {
	background: url(../images/index/sp_index_fr_arrow2.png) no-repeat 100% 50%;
}
.index_box.index_series,.index_box.index_author,
.index_box.index_series a,.index_box.index_author a,
.index_box.index_series .fr_box,.index_box.index_author .fr_box {
	height: 305px;
}
.index_box.index_series .fr_img,.index_box.index_author .fr_img {
	display: block;
	height: 305px;
	overflow: hidden;
	border-radius: 0px 0px 15px 0px;
}
.index_box.index_series .fr_txt,
.index_box.index_author .fr_txt {
	height: 80px;
}

.index_series .fr_cap,.index_author .fr_cap {
	background-color: #fff;
	color: #666;
}
.index_series .fr_txt,.index_author .fr_txt {
	background-color: #fff;
	color: #666;
}
.index_box.index_series a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #fff url(../images/index/sp_index_icn_series.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_box.index_author a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #fff url(../images/index/sp_index_icn_author.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_box.index_maga,
.index_box.index_maga img {
	height: 305px !important;
}
.index_maga .fr_cap {
	background-color: #5f5f5f;
}
.index_box.index_maga a:after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	background: #5f5f5f url(../images/index/sp_index_icn_maga.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}

.index_box_sp,
.index_box_sp a {
	display: block;
	width: 305px;
	height: 305px;
	text-indent: -9999px;
}

.index_banner {
	clear: both;
	width: 600px;
	height: 500px;
	margin: 0 20px;
	padding: 20px 0 0;
}
.index_banner a {
	display: block;
	width: 600px;
	height: 500px;
	background: url(../images/index/sp_index_banner.jpg) no-repeat 50% 0;
	text-indent: -9999px;
}

/* slidearea */
.index_topics {
	position: relative;
	width: 620px;
	height: 450px;
	margin: 10px 10px 140px 10px;
}
.index_topics_inner {
	height: 394px;
	background-color: #ccc;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-o-border-radius: 0px 15px 15px 0px;
	-ms-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
}
.index_topics_nav {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 620px;
	text-align: center;
}
.index_topics_nav li {
	display: inline-block;
	padding: 0 8px;
}
.index_topics_nav span{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/index/sp_topics_icon.png) repeat 100% 0;
	text-indent: -9999px;
}
.index_topics_nav .active span{
	background: url(../images/index/sp_topics_icon.png) repeat 0% 0;
}
.index_topics_section {
	position: relative;
}
.tp_title {
	padding: 5px 10px;
	background-color: #5f5f5f;
	font-size: 83%;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	-webkit-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	-o-border-radius: 0px 15px 0px 0px;
	-ms-border-radius: 0px 15px 0px 0px;
	border-radius: 0px 15px 0px 0px;
}
.tp_title:after {
	content:"";
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 63px;
	height: 63px;
	background: #5f5f5f url(../images/index/sp_topics_bg.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-o-border-radius: 0px 15px 0px 15px;
	-ms-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
}
.index_topics_img {
	float: left;
}
.index_topics_img img {
	width: auto;
	height: 340px;
	margin: 10px 0 0 10px;
}
.index_topics_detail {
	overflow: hidden;
	padding: 10px 0 42px 20px;
	background: url(../images/index/sp_topics_line.png) no-repeat 20px 100%;
	height:250px;
}
.tp_logo {
}
.tp_logo img {
	width: auto;
	height: 85px;
}
.tp_number {
	font-size: 90%;
}
.tp_number span {
	font-size: 90%;
}
.tp_date {
	font-size: 100%;
	font-weight: bold;
}
.tp_date span {
	font-size: 75%;
}
.tp_price {
	font-size: 75%;
}

.owl-controls {
	display:none !important;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* 作品・作家名が長い場合のcss */
.fr_txt {
	font-size: 55%;
}
