@charset "UTF-8";

/* ヘッダー
----------------------------------- */

#search{
	position:absolute;
	top:19px;
	left:257px;	
	width: 240px;
	height:24px;
	background: url(../img/common_units.png) repeat-x 0 -350px;
	border-style: solid;
	border-width: 1px;
	border-color:#272727 #4d4d4d #4d4d4d #272727;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#search-txt {
	position:absolute;
	top:0;
	left:0;
	width: 193px;
	margin: 0;
	height: 24px;
	padding: 0 20px 0 27px;
	background: url(../img/common_units.png) no-repeat -25px -103px;
	border: none;
	font-size: 12px;
	line-height: 24px;
	color:#ababab;
}
#search-txt:focus{
	outline: 0;
}
#search-btn {
	cursor: pointer;
	position:absolute;
	top:0;
	left:220px;
	width: 20px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../img/common_units.png) no-repeat -34px -125px;
	font-size: 12px;
	line-height: 100%;
	text-indent: 100%;
	overflow: hidden;
	border:0;
}
.search-act{color:#fff !important;}
.search-def{color:#ababab !important;}

/* -----------------------------------
  Webコミック レイアウト
----------------------------------- */
.article #title-block {
	display: block;
	width: 960px;
	margin: 0 auto 20px;
	text-align:left;
}
.article #subt-block {
	display: block;
	width: 960px;
	margin: 0 auto 20px;
	text-align:left;
}
.article #main-block {
	display: block;
	margin: 0 0 20px;
}
.article #mid-block {
	display: block;
	width: 960px;
	margin: 80px auto 30px;
	text-align:left;
	overflow:hidden;
	zoom: 1;
}
.article #bottom-block {
	clear:left;	
	display: block;
	width: 960px;
	margin: 0 auto 30px;
	text-align:left;
	overflow:hidden;
	zoom: 1;
}

/* -----------------------------------
  Webコミック：タイトル
----------------------------------- */
.article #title-block h2{
	position:relative;
}
.article #subt-block{
	position:relative;
	margin:0 auto 40px;
	padding:30px 0 10px;
	background: url(../img/border_h_4px.png) repeat-x left bottom;
}

/* テキスト */
.article h2.text-header{
	position: relative;
	padding:5px 5px 1px 5px;
	font-size:120%;
	line-height:2;
	font-weight:normal;
	background: url(../img/l_bg_title.png) repeat 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}
.text-header img{
	width:33px;
	height:33px;
	margin:0 5px 0 0;
	vertical-align: top;
}
.text-header a:link,.text-header a:visited{
	text-decoration:none;
	color:#fff;	
}
.text-header a:hover,.text-header a:active{
	text-decoration: none;
	color:#ccc;
}
.article #subt-block h3{
	margin:0 450px 0 0;
	padding:0;
	font-size:140%;
	color:#333;
}
.article #subt-block h3 span{
	font-size:60%;
	font-weight:normal;
}


/* -----------------------------------
  Webコミック：メイン
----------------------------------- */
#main-block .img{
	text-align:left;
	margin-top: 0;
	margin-bottom: 120px;
}
#main-block .img img{
	min-width:auto;
	max-width:100%;
	height: auto;
	margin:0 auto;
	-webkit-box-shadow:  1px 1px 5px 1px #bebab2;
	box-shadow:  1px 1px 5px 1px #bebab2;
}
#main-block .text-block{
	width:600px;
	margin:0 auto;
	text-align:left;
}
#main-block .text-block p{
	margin-top:1em;
	font-size:90%;
	line-height:140%;
}

/* サブタイトル */
#subtitle-block{
	clear: both;
	display: inline-block;
	max-width:600px;
	margin:0 auto 25px;
	padding:0.5em 2em;
	border:  #d4d2c6 solid 1px;
	background: #fefefe;
	font-size:85%;
	line-height:140%;
	text-align:center;
}

/* ページャー */
.main-pager {
	clear: both;
	margin-bottom: 40px;
	text-align: center;
}
.main-pager a {
	display: inline-block;
	font-size: 140%;
	font-weight:bold;
	line-height: 200%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.main-pager a:link,
.main-pager a:visited{
	color:#333;
	text-decoration:none;
}
.main-pager a:hover{
	color:#666;
	text-decoration:none;
}
.main-pager a.prev {
	margin-right:1em;
	padding-left:25px;
	background: url(../img/arrow_article_prev.png) no-repeat left center;
}
.main-pager a.next {
	margin-left:1em;
	padding-right:25px;
	background: url(../img/arrow_article_next.png) no-repeat right center;
}

/* ソーシャルボタン */
.mod-bookmark{
	bottom:7px;
	right:-5px;
	text-align: right;
}
.mod-bookmark02{
	margin:0 0 20px;
	text-align: center;
}
.mod-bookmark iframe,
.mod-bookmark div,
.mod-bookmark02 iframe,
.mod-bookmark02 div {
    margin-right: 0;
}
.mod-bookmark .btn-wrapper,
.mod-bookmark02 .btn-wrapper{
	display: inline-block;
	margin:0 10px;
	overflow:hidden;
	vertical-align: top;
}
.mod-bookmark .mixi,
.mod-bookmark02 .mixi {
	vertical-align:bottom;
}
.mod-bookmark iframe.fb-like-button,
.mod-bookmark02 iframe.fb-like-button {
	height:50px;    
}
.mod-bookmark .rss{
	display: inline-block;
	margin:0 4px;
	overflow:hidden;
	vertical-align: bottom;
}
.mod-bookmark .rss a{
	display: inline-block;
	width:43px;
	height:30px;
	height:22px\9; /* for IE8 and below */
	background: transparent url(../img/l_local_nav.png) no-repeat -917px 0;
	overflow:hidden;
}
.mod-bookmark .rss a:hover{
	background: transparent url(../img/l_local_nav.png) no-repeat -917px -30px;
}
.mod-bookmark .rss span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}
.mod-bookmark02 ul{
	margin:0 0 13px;
	text-align:center;
}
.mod-bookmark02 li{
	display: inline;
	padding:0 5px;
}
.mod-bookmark02 li.lineup img{width:86px;height:32px;}
.mod-bookmark02 li.message img{width:104px;height:32px;}
.mod-bookmark02 li.rss img{width:86px;height:32px;}

.mod-bookmark02 li a:link img{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
.mod-bookmark02 li a:hover img{
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}


/* -----------------------------------
  Webコミック：バックナンバー
----------------------------------- */
.mod-backnumber-block{
	width:960px;
	overflow:hidden;
}
.mod-backnumber-block li{
	float:left;
	width:320px;
	margin:0 0 8px;
	list-style:none;
}
.mod-backnumber-block li a{
	display: block;
	width:278px;
	padding:5px 5px 5px 30px;
	border:solid 1px #d4d1c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:80%;
	line-height:140%;
	background:#FFF url(../img/btn_pen.png) no-repeat left center;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.mod-backnumber-block li a:link{
	text-decoration:none;
	color:#333;
}
.mod-backnumber-block li a:visited{
	text-decoration:none;
	color:#999;
}
.mod-backnumber-block li.current a,
.mod-backnumber-block li.current a:link,
.mod-backnumber-block li.current a:visited{
	color: #df8300;
	font-weight: bold;
}
.mod-backnumber-block li a:active,
.mod-backnumber-block li a:hover{
	text-decoration: none;
	color:#666;
	background:#f8f7f5 url(../img/btn_pen.png) no-repeat left center;
	border-color:#e3e1da;
}
.mod-backnumber-block li span.notes{
	font-weight:normal;
}

/* ページング */
.pager {
	clear: both;
	margin:8px 0 0;
	text-align: center;
}
.pager li {
	display: inline;
	list-style: none inside;
	font-size: 80%;
	line-height: 200%;
}
.pager li.dot {
	margin:0 10px;
}
.pager a {
	margin: 0 1px;
	padding: 6px 8px;
	border-style: solid;
	border-width: 1px;
	border-color:  #ffffff #c8c2b6 #c8c2b6 #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #edebe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#edebe6));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#edebe6 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#edebe6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#edebe6',GradientType=0 );
}
.pager span {
	margin: 0 1px;
	padding: 6px 8px;
	border-style: solid;
	border-width: 1px;
	border-color:  #9d9484 #c8c2b6 #c8c2b6 #9d9484;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #beb7ab;
	color:#fff;
}
.pager a:link,
.pager a:visited {
	color: #2265b7;
	text-decoration: none;
}
.pager a:hover {
	color: #389efe;
	text-decoration: none;
	border-color: #ffffff #e1ded7 #e1ded7 #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f1ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f1ef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f1ef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f1ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f1ef',GradientType=0 );
}

/* -----------------------------------
  Webコミック：自由入力欄
----------------------------------- */
.mod-free-block{
	width:740px;
	margin:40px auto 0;
	padding:10px;
	background-color:#f8f7f0;	
	font-size:75%;
	line-height:150%;
	color:#696459;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mod-free-block02{
	position:relative;
	width:960px;
	margin:0 auto 30px;
	text-align:left;
	font-size:85%;
	line-height:160%;
}


/* -----------------------------------
  Webコミック：下位コンテンツ共通
----------------------------------- */
.mod-profile-block,.mod-news-block,.mod-book-item-block{
	float:left;	
	width:320px;
	margin-top:50px;
}
.mod-widget-block,#mod-webcomic-block,#mod-webcomic-block02{
	float:left;	
	width:320px;
}
.mod-profile-block h3,.mod-news-block h3,.mod-book-item-block h3,.mod-widget-block h3,#mod-webcomic-block h3,#mod-webcomic-block02 h3{
	width:300px;
}

/* 2column */
.two-column .mod-profile-block{ margin-left:0px}
.two-column .mod-profile-block,.two-column .mod-news-block{ width:480px;}
.two-column .mod-profile-block h3,.two-column .mod-news-block h3{ width:460px;}
.two-column #mod-webcomic-block{ margin-left:0px}
.two-column #mod-webcomic-block,.two-column #mod-webcomic-block02{ width:480px;}
.two-column #mod-webcomic-block h3,.two-column #mod-webcomic-block02 h3{ width:460px;}

/* -----------------------------------
  Webコミック：プロフィール
----------------------------------- */
.mod-profile-block dl{
	clear:right;
	padding:0 20px 10px 0;
	color:#333;
	overflow:hidden;
	zoom:1;
}
.mod-profile-block dt{
	margin:0 0 5px;
	font-size:85%;
	font-weight:bold;
	line-height:140%;
}
.mod-profile-block dt span.notes{
	font-weight:normal;
	font-size:80%;
}
.mod-profile-block dd{
	font-size:75%;
	line-height:140%;
}
.mod-profile-block dd.profile-photo{
	float:right;
	width: auto;
	padding:0 0 0 8px;
}
.mod-profile-block dd.profile-photo img{
	border:solid 1px #c3c3c3;
}
.mod-profile-block .mod-btn-nav{margin:5px 0 10px;}

/* -----------------------------------
  Webコミック：お知らせ
----------------------------------- */
.mod-news-block p{
	margin:0 20px 0 0;
}
.mod-news-block ul{
	margin:0 20px 3px 0;
}
.mod-news-block li{
	margin:10px 0 0;
	padding:0 0 12px;
	background: url(../img/border_h_2px.png) repeat-x left bottom;
	list-style: none;
}
.mod-news-block li:last-child{
	background:none;	
}
.mod-news-block h4{
	margin:0 0 0.2em;
	font-size:85%;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.mod-news-block h4 span.notes{
	font-weight:normal;	
}
.mod-news-block h4 a:link,
.mod-news-block h4 a:visited{
	color:#333;
	text-decoration:none;	
}
.mod-news-block h4 a:hover{
	color:#333;
	text-decoration: underline;	
}
.mod-news-block section p{
	margin:0 0 3px;
	font-size:75%;
	line-height:140%;
	color:#777;
}

/* -----------------------------------
  Webコミック：単行本情報
----------------------------------- */
.mod-book-item-block{
}
.mod-book-item-block ul{
	width:300px;
	margin:0 0 10px;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block li{
	width:298px;
	margin:0 0 10px;
	padding:0 0 10px;
	float:left;
	border:solid 1px #d5d1c6;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	list-style:none;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block p.book-img{
	float:left;
	width:141px;
	min-height:175px;
	margin:9px 0 0;
}
.mod-book-item-block section{
	float:left;
	width:147px;
	min-height:175px;
	margin:9px 0 0;
	color:#666;
}
.mod-book-item-block p.book-img img{
	width:120px;
	height:auto;
	margin:0 0 0 9px;
	border:solid 1px #ccc;
	vertical-align:top;
}
.mod-book-item-block h4,
.mod-book-item-block h5,
.mod-book-item-block section p{
	margin:0 0 3px;
	font-size:75%;
	font-weight:normal;
	line-height:130%;
}
.mod-book-item-block .book-mag{
	font-size:65%;
	font-weight:bold;
}
.mod-book-item-block h4{
	font-size:75%;
	font-weight:bold;
	color:#333;
}
.mod-book-item-block .book-title{
	margin:0 0 1px;
	font-weight:bold;
	color:#333;
}
.mod-book-item-block ul.book-link{
	width: auto;
	margin:0;
}
.mod-book-item-block ul.book-link li{
	float: none;
	width: auto;
	padding:0;
	margin:5px 0 0;
	border: none;
	background-color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style:none;
	font-size:75%;
	line-height:130%;
}
.mod-book-item-block ul.book-link li:first-child{
	margin-right:5px;
}
.mod-book-item-block .book-link img{
	width:84px;
	height:18px;
	vertical-align:top;
}
.mod-book-item-block .book-link a:link img{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
.mod-book-item-block .book-link a:hover img{
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}

/* -----------------------------------
  Webコミック：Twitter
----------------------------------- */
.mod-widget-block div{
	width:300px;
}
.mod-widget-block .twitter-timeline{
	width:300px !important;
}


/* -----------------------------------
  Webコミック：新着Webコミック、人気のWebコミック
----------------------------------- */
.mod-webcomic-block ul{
	margin:0 20px 10px 0;
}
.mod-webcomic-block li{
	position:relative;
	clear:left;
	top:-5px;
	margin:0;
	padding:5px 0;
	background: url(../img/border_h_2px.png) repeat-x 0 0;
 	list-style: none;
}
.mod-webcomic-block li:first-child{
	background:none;
}
.mod-webcomic-block li a{
	display: block;
	min-height:50px;
	height: auto !important;
	height:50px;
	padding:5px 0 0 65px;
	background-repeat: no-repeat;
	background-position:0 0;
	overflow:hidden;
	zoom:1;
}
.mod-webcomic-block li img{
	position:absolute;
	top:5px;
	left:0;
	width:55px;
	height:55px;
}
.mod-webcomic-block li span{
	display: block;
	margin:0 0 3px;
	font-size:75%;
	line-height:120%;
}
.mod-webcomic-block .ranking-magazine{
	font-size:65%;
	font-weight:bold;
}
.mod-webcomic-block .ranking-title{
	font-weight:bold;
}
.mod-webcomic-block .ranking-author{
	color:#666;
}

.mod-webcomic-block li a:link,
.mod-webcomic-block li a:visited{
	text-decoration: none;	
	color:#333;
}
.mod-webcomic-block li a:hover{
	text-decoration: none;
	color:#999;
}
.mod-webcomic-block li a:hover .ranking-author{color:#ccc;}
.mod-webcomic-block li a:hover .morning{color:#9bd867;}
.mod-webcomic-block li a:hover .morningtwo{color:#e291f6;}
.mod-webcomic-block li a:hover .afternoon{color:#f5986f;}
.mod-webcomic-block li a:hover .goodafternoon{color:#73d1df;}
.mod-webcomic-block li a:hover .evening{color:#8899f4;}


/* -----------------------------------
  モジュール
----------------------------------- */

/* タイトルリンク */
.more{
	margin:0 0 10px;
	padding:0;
	color:#e5781f;
	font-size:110%;
	line-height:160%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	background: url(../img/border_h_4px.png) repeat-x left center; 
}
.more em{
	padding:0 10px 0 0;
	color:#323232;
	font-size:90%;
	font-style:normal;
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}
.more a{
	display: inline-block;
	padding:0 10px 0 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}
.more a:link,
.more a:visited{
	color:#e5781f;
	text-decoration:none;
}
.more a:hover,
.more a:active{
	color:#e5781f;
	text-decoration:underline;
}

/* タイトル */
.headline{
	margin:0 0 10px;
	padding:0;
	color:#837c68;
	font-size:105%;
	line-height:160%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	background: url(../img/border_h_4px.png) repeat-x left center; 
}
.headline span{
	padding:0 10px 0 0;
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}

/* 角丸ボタン1 */
.mod-btn-nav{
	clear:both;
	margin:0;
	text-align:center;	
}
.mod-btn-nav a{
	display: inline-block;
	padding:0.3em 0 0.2em;
	background-color:#fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1efe9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1efe9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1efe9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1efe9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1efe9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1efe9',GradientType=0 );
	-webkit-box-shadow: 1px 1px 0px 0px #fff;
	-moz-box-shadow: 1px 1px 0px 0px #fff;
	box-shadow: 1px 1px 0px 0px #fff;
	border: 1px solid #c4c2ba;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.mod-btn-nav a:link,
.mod-btn-nav02 a:link,
.mod-btn-nav a:visited,
.mod-btn-nav02 a:visited{
	color: #2265b7;
	text-decoration:none;
}
.mod-btn-nav a:hover,
.mod-btn-nav a:focus,
.mod-btn-nav a:active{
	color: #389efe;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e0), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -moz-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -ms-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: linear-gradient(to bottom, #fff 15%, #e4e4e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e0',GradientType=0 );
}

/* 角丸ボタン セット */
.btn01 a{
	width:220px;	
}

/*改行*/
.br-sp{
	display:none;
}
