@charset "UTF-8";
/* 静的なコミックTOPページ用CSS START */
#comic-bread{
	width:816px;
	height:auto;
	padding:0 15px;
	margin:10px 0 0;
}
#comic-bread h2{
	padding:0 0 0 35px;
	font-size:180%;
	background:url(../../gw/img/comic/bread_comic.gif) left 50% no-repeat;
}
.comic-contents{
	width:765px;
	height:auto;
	margin:0 auto;
}
.comic-section{
	width:765px;
	height:auto;
	margin:10px 0 0;
}
.comic-section:after{
	content: ".";
  display: block;
  clear: both;
  height: 0;
	width:100%;
  visibility: hidden;
	font-size: 0;
	line-height:0;
}
.comic-banner{
	width:582px;
	height:auto;
	float:left;
}
.comic-info{
	width:171px;
	height:auto;
	padding:25px 0 0 12px;
	float:left;
	position:relative;
}
.comic-update{
	width:135px;
	height:54px;
	position:absolute;
	top:-17px;
	right:-45px;
	z-index:10;
}
.comic-nav li{
	width:170px;
	height:53px;
}

.p-gabu{
	background:url(../../gw/img/comic/p-gabu_back.png);
	border-radius:5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:10px 0 15px;
	padding:10px 10px 15px; 
}
/* 201607014 #4158 読み切り追加 Start */
.complete_story {
	background:url(../../gw/img/comic/comp_back.png);
	border-radius:5px 5px 0 0; 
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:0 ;
	padding:10px;
}
.complete_story .comic-contents{
	position:relative;
}
.complete_story .comic-complete{
	width:135px;
	height:54px;
	position:absolute;
	top:-58px;
	right:31px;
	z-index:100;
}
.complete_story .comic-banner {
	width:362px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.complete_story .comic-banner:nth-child(odd) {
	margin-right: 40px;
}
.complete_story .comic-banner img{
	width:100%;
}
.update_mon{
	background:url(../../gw/img/comic/mon_back.png);
	/*border-radius:5px 5px 0 0 ;*/  /* #4158 del 上部にコンテンツ追加*/
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:0 ;
	padding:10px 10px 15px; 
}
/* 201607014 #4158 読み切り追加 End */
.update_tue{
	background:url(../../gw/img/comic/tue_back.png);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:0 ;
	padding:10px 10px 15px; 
}
.update_wed{
	background:url(../../gw/img/comic/wed_back.png);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:0;
	padding:10px 10px 15px; 
}
.update_thu {
	background: url(../../gw/img/comic/thu_back.png);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 10px 10px 15px; 
}
.update_fri {
	background: url(../../gw/img/comic/fri_back.png);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 10px 10px 15px; 
}
.update_sat{
	background:url(../../gw/img/comic/sat_back.png);
	border-radius:0 0 5px 5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:0 ;
	padding:10px 10px 15px; 
}
.update_sun{
	background:url(../../gw/img/comic/sun_back.png);
	border-radius:0 0 5px 5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:0 ;
	padding:10px 10px 15px; 
}

.complete{
	background:url(../../gw/img/comic/comp_back.png);
	border-radius:0 0 5px 5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	margin:10px 0 15px;
	padding:10px 10px 15px; 
}

/* 静的なコミックTOPページ用CSS E N D */