@charset "utf-8";

/* style.css */


/* --------------------------------------------------------- clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* ---------------------------------------------------------  common */

#webmag {
	width:630px;
	/*width:670px;*/
}

#webmag table {
	border-collapse: collapse;
	border-spacing:0;
	font-size:1em;
}

#webmag .btn-more {
	text-align:right;
	margin:10px 0 20px;
}

#webmag .btn-more02 {
	text-align:right;
	float: right;
    margin: -25px 10px 5px 0px;
	width: 70px;
}


/* ---------------------------------------------------------  title */

#webmag h2 {
	background-image:none;
	padding:0;
}

#webmag h2 img {
	display:block;
}

#webmag h3 {
	color:#fff;
	font-size:160%;	
	padding:12px 10px 7px;
	line-height:1;
	background:url(/plus/images/bg-tit.gif) 0 0 no-repeat;
}


/* ---------------------------------------------------------  webmag-box-contents */

.webmag-box-contents {
	margin-bottom:20px;
}

.webmag-box-contents a {
	color:#0009cc;
	text-decoration:none;
	font-size:150%;	
}

.webmag-box-contents a:hover {
	text-decoration:underline;
}


/* ---------------------------------------------------------  box-news */

#box-news {
	width:100%;
	margin-bottom: 10px;
	border:2px solid #fa67a9;
	border-right:2px solid #fa67a9;
	border-bottom:2px solid #fa67a9;
}

#box-news th {
	width:90px;
	padding:5px 0px;
	background:url(/plus/images/bg-boxnews.gif) left 0 repeat-y #fa67a9;
	color:#fff;
	font-size:130%;
	text-align:center;
}

#box-news ul {
	padding:5px 10px;
}

#box-news li {
	line-height:1.4;
	padding-bottom:2px;
	width: 460px;
	/*width: 480px;*/
}

#box-news li.last {
	padding-bottom:0;
}

#box-news a {
	color:#0009cc;
	text-decoration:none;
		font-size:130%;	
}

#box-newsa a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------  box-arrivals box-recommend */

#box-arrivals-wrap {
	margin-bottom:20px;
}


#box-arrivals {
	width:630px;
	/*width:460px;*/
	height:100%;
	/*height:190px;*/
	float:right;
	background: url(/plus/images/ill-info.gif) right 35px no-repeat;
}

#box-arrivals-header {
	background:url(/plus/images/bg-tit.gif) 0 0 no-repeat;
}

#box-arrivals-header h3 {
	float:left;
	padding-bottom:0;
}

#box-arrivals-header ul {
	float:right;
	margin:10px 0 5px;
	_margin-right:-5px;
}

#box-arrivals-header li {
	width: auto;
	width:75px;
	float:left;
	margin-right:5px;
	padding:1px 2px 0px 2px;
	text-align:center;
	line-height:1;
	border: 1px solid #FEDD62;
	background:url(/plus/images/bg-arrivals-btn-btm.gif) left bottom no-repeat #FEDD62;
}

#box-arrivals-header li a {
	width: auto;
	width:75px;
	display:block;
	color:#fff;
	padding-bottom:1px;
}

#box-arrivals-header li a:hover {
	color:#ffff00;
	text-decoration:none;
}

#box-arrivals-main {
	padding:5px 5px 0;
}

#box-arrivals-main li {
	border-bottom:1px dashed #000;
	padding:8px 3px;

	/padding:3px;
	line-height:1.2;
}

#box-arrivals-main li a {
	font-size:140%;	
	background:url(/plus/images/bg-arrivals-list.gif) 0 0.4em no-repeat;
	padding-left:10px;
}


#box-recommend {
	width:100px;
	/*width:200px;*/
	float:left;
	margin: 0px auto;
	text-align: center;
}

#box-recommend .bnrarea {
	margin-top:5px;
}



/* ---------------------------------------------------------  sparea */

.sp-area {
	margin-bottom:20px;
}

.sp-area img {
	vertical-align:bottom;
	line-height:0;
	font-size:0;
}


/* ---------------------------------------------------------  genre-select */

.genre-select {
	margin:10px 0 0 10px;
}

.genre-select dt {
	float:left;
	width:120px;
}

.genre-select dt img {
	display:block;
}

.genre-select dd {
	float:left;
}

.genre-select li {
	display:inline;
	background:url(/plus/images/ico-list-pause.gif) 0 0 no-repeat;
	padding:0 5px 0 20px;
	vertical-align:bottom;
	color:#CCC;
}

.genre-select li.first {
	background:none;
}


/* ---------------------------------------------------------  webmg-list */

.webmg-list {
	width:630px;
	/*width:650px;*/
	margin:10px 0 0 0;
}

.webmg-list li {
	width:200px;
	margin:0 0 7px 15px;
	/*margin:0 0 7px 25px;*/
	float:left;
	line-height:1.4;
}

.webmg-list li.first {
	margin-left:0;
	clear: both;
}

.webmg-list .pht {
	margin-bottom:3px;
}

.webmg-list .pht img {
	font-size:0;
	line-height:0;
}


/* ---------------------------------------------------------  menulist iconlist */

.menulist {
	float:left;
	margin:10px 0;
	padding-left:5px;
}

.menulist li {
	float:left;
	border-left:1px solid #ccc;
	padding:0 4px;
}

.menulist li.first {
	border-left:none;
}

.iconlist {
	margin:5px 0;
}

.iconlist td {
	padding:0 3px;
	vertical-align:middle;
}


/* ---------------------------------------------------------  series-list */

#series-list-header {
	background:url(/plus/images/bg-tit.gif) 0 0 no-repeat;
}

#series-list-header h3 {
	float:left;
}

#series-list-header p {
	float:right;
}

#series-list-header p img {
	display:block;
	margin:9px 5px 0 0;
}

#series-list-intro {
	margin-top:10px;
}

#series-list-intro .phtarea {
	width:210px;
}

#series-list-intro .txtarea {
	width:410px;
	float:right;
	margin:0 0 0 0;
/*	margin:10px 0 0 0;*/
}

#series-list-intro .update-day {
	font-weight:bold;
	color:#fa67a9;
}

#series-list-intro .newest-story-tit {
	background:url(/plus/images/icon-series-newest.gif) 0 0 no-repeat;
	margin-top:5px;
	padding:0 0 3px 55px;
	font-weight:bold;
	font-size:120%;
}

#series-list-intro .newest-story-tit a {
	text-decoration:underline;
}

#series-list-intro .nexttime {
	margin-top:5px;
	padding-left: 5px;
}

#series-list-intro .introduce {
	margin:10px 0 0 0;
	background:#FFC;
}

#series-list-intro .introduce dt {
	padding:10px 10px 5px;
}

#series-list-intro .introduce dt img {
	display:block;
}

#series-list-intro .introduce dd {
	padding:0 13px 10px;
}

#backnumber {
	border:1px solid #fa67a9;
	margin:10px 0 0 0;
	padding:15px;
}

#backnumber dl {
	float:left;
	width:340px;
}

#backnumber dt {
	margin-bottom:10px;
}

#backnumber dt img {
	display:block;
}

#backnumber .illustarea {
	float:right;
}

#backnumber li {
	background:url(/plus/images/bg-linedot-01.gif) left bottom repeat-x;
	padding:3px 0;
}

#backnumber li .ico {
	padding-left:5px;
}

#webmag #backnumber .btn-more {
	margin:5px 0 0 0;
}


/* ---------------------------------------------------------  character */

#character {
	width:650px;
	margin:0 0 20px 10px;
}

#character li {
	float:left;
	width:320px;
	margin:10px 0 0;
}

#character li p {
	float:left;
	width:50px;
	margin-right:5px;
}

#character li dl {
	float:left;
	width: 250px;
}

#character li dt {
	font-weight:bold;
	margin-bottom:5px;
}


/* ---------------------------------------------------------  artist */

#artist {
	margin:10px 10px 20px;
}

#artist p {
	width:120px;
	float:left;
}

#artist dl {
	width:480px;
	float:right;
}

#artist dt {
	font-size:130%;
	font-weight:bold;
	margin-top:5px;
}

#artist dd {
	margin-top:5px;
}

/* ---------------------------------------------------------  related */

#related {
	width:640px;
	margin:5px 15px 25px;
}

#related li {
	float:left;
	text-align:center;
	width:160px;
}

#related span {
	display:block;
	margin:5px 0 0 0;
	padding:0 10px;
	text-align:center;
}


/* ---------------------------------------------------------  bbs */

#bbs-header {
	background:url(/plus/images/bg-tit.gif) 0 0 no-repeat;
}

#bbs-header h3 {
	float:left;
}

#bbs-header p {
	float:right;
}

#bbs-header p img {
	display:block;
	margin:9px 5px 0 0;
}

#bbs-main {
	margin:10px 0 0;
}

#bbs-main .btn-more {
	margin-bottom:0;
}

/* ---------------------------------------------------------  box-main */

#box-main {
	padding-bottom:0px;
	/*padding-bottom:30px;*/
}

.page {
	margin:5px 10px 10px 0;
	text-align:right;
	float: right;
}


.btnarea {
	text-align:center;
}

.btnarea ul {
	width:430px;
	margin:0 auto;
}

.btnarea li {
	float:left;
}

/* 漫画詳細画像　臨時対応　20120130 */
.magarea img{
	max-width: 630px;
}


/* ---------------------------------------------------------  freetextarea */

.freetextarea {
	margin-bottom:20px;
	/*margin-bottom:20px;*/
	float: left;
	padding: 10px 0px 0px 20px;
	/*padding: 5px 0px 5px 10px;*/
	width: 450px;
}



/* ---------------------------------------------------------  copy */

#copy {
	text-align:center;
	margin:20px 0;
}


/* ---------------------------------------------------------  adlist */

.adlist,
.adlist02 {
	margin-bottom:20px;
}


.adlist li {
	width:200px;
	padding-bottom:5px;
	float:left;
	margin: 0 0 0 15px;
}

.adlist li.first {
	margin:0;
}


/* スマイルカウント */
td.count-smile {
	background: url(/plus/images/ico-smile02.gif) no-repeat left center;
	width: 30px;
	/*width: 20px;*/
	font-size: 12px;
	padding-left: 5px;
	text-align: center;
}
td.count-smile span{ color:#FF0099; }


/* ページング */
#webmag .page-jump span {
	margin: 5px;
	font-size: 12px;
}
#webmag .box-paging {
	text-align: center;
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCC;
}


/* ---------------------------------------------------------  bnr-scroll */

/* box-bnr-scroll */
#box-bnr-scroll {
	clear: both;
	margin-bottom: 15px;
}

#box-bnr-scroll .btn-back {
	float: left;
	width: 15px;
	height: 100px;
	z-index:1;
}
#box-bnr-scroll .btn-go {
	float: right;
	width: 15px;
	height: 100px;
	z-index:1;
}

#box-bnr-scroll-inner {
	width: 600px;
	/*width: 640px;*/
	height: 94px;/* 100-3-3 */
	float: left;
	overflow: hidden;
	border-bottom: #CCC 3px solid;
	border-top: #CCC 3px solid;
	z-index:1;
	position:relative;	
}

#box-bnr-scroll-area {
	width: auto;
	z-index:2;
	position:relative;	
}

#box-bnr-scroll-inner ul{
	position:relative;	
/*
	border-bottom: #CCC 3px solid;
	border-top: #CCC 3px solid;
*/
}
#box-bnr-scroll-inner li {
	float: left;
	padding:10px 5px;
/*	margin: 10px 5px;*/
	position:relative;
	text-align:center;
}


/* ----------------------------------------------------------add1207 style */
#right_plus {
	width: 310px;
	float: right;
	background: #ffc;
	text-align: left;
}

#right-inner-plus {
	padding-right: 20px;
	padding-left: 20px;
}

#contents_plus {
	text-align: left;
	background:#fff;
	width: 640px;
	float: left;
}

/*.box-right-plus {
	width: 310px;
	padding: 0px;
	margin-bottom: 10px;
}
*/

.pad-tp10{ padding-top:10px;}

#right_plus div.box-flash-bnr {
	/*padding-top: 10px;*/
	padding-bottom: 5px;
	text-align: center;
}

#right_bnr{
	text-align: center;
}


#right_bnr img{
	vertical-align:0;
}

/* PC VIEW HIDE */.pc_only {
  display: none!important;
}

/* SP VIEW SHOW */
@media screen and (max-width: 767px) {
  .pc_only {
    display: block!important;
  }
}

