@charset "UTF-8";

/* body要素設定
----------------------------------- */
body {
	text-align: center;
}


/* ナビゲーション
----------------------------------- */
.toggle2 { display: none!important; }

#nav1 {
	float:right;
	width:332px;
	height:72px;
}
#nav1 li{
	float:left;
	width:110px;
	height:64px;
}
#nav1 li a{
	display: block;
	width:110px;
	height:64px;
}
#nav1 li span{
	display:block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

html > body #nav1 li span{display: none;} /* for ie6,7 */

/* モーニング */
#nav1 li.nav1-1{padding:0 0 0 2px; background: url(../img/common_units.png) no-repeat 0 -380px;}
#nav1 li.nav1-1 a{background: transparent url(../img/l_header_nav.png) no-repeat -2px 0;}
#nav1 li.nav1-1 a:hover{background: transparent url(../img/l_header_nav.png) no-repeat -2px -64px;}

/* アフタヌーン */
#nav1 li.nav1-2 a{background: transparent url(../img/l_header_nav.png) no-repeat -112px 0;}
#nav1 li.nav1-2 a:hover{background: transparent url(../img/l_header_nav.png) no-repeat -112px -64px;}

/* イブニング */
#nav1 li.nav1-3 a{background: transparent url(../img/l_header_nav.png) no-repeat -222px 0;}
#nav1 li.nav1-3 a:hover{background: transparent url(../img/l_header_nav.png) no-repeat -222px -64px;}

#nav2 {
	clear:both;
}
#nav2 li{
	float:left;
	height:30px;
}
#nav2 li a{
	display: block;
	height:30px;
}
#nav2 li span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

/* トップページ */
#nav2 li.nav2-1 {width:131px;}
#nav2 li.nav2-1 a{background: transparent url(../img/l_local_nav.png) no-repeat 0 0;}
#nav2 li.nav2-1 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat 0 -30px;}
#nav2 li.nav2-1.current a,
#nav2 li.nav2-1.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat 0 -60px;}

/* Webコミック */
#nav2 li.nav2-2 {width:106px;}
#nav2 li.nav2-2 a{background: transparent url(../img/l_local_nav.png) no-repeat -131px 0;}
#nav2 li.nav2-2 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -131px -30px;}
#nav2 li.nav2-2.current a,
#nav2 li.nav2-2.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -131px -60px;}

/* 試し読み */
#nav2 li.nav2-3 {width:133px;}
#nav2 li.nav2-3 a{background: transparent url(../img/l_local_nav.png) no-repeat -237px 0;}
#nav2 li.nav2-3 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -237px -30px;}
#nav2 li.nav2-3.current a,
#nav2 li.nav2-3.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -237px -60px;}

/* 雑誌情報 */
#nav2 li.nav2-4 {width:547px;}
#nav2 li.nav2-4 a{width:113px;background: transparent url(../img/l_local_nav.png) no-repeat -370px 0; z-index:10;}
#nav2 li.nav2-4 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -370px -30px;}
#nav2 li.nav2-4.current a,
#nav2 li.nav2-4.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -370px -60px;}

/* RSS */
#nav2 li.nav2-5 {width:43px;}
#nav2 li.nav2-5 a{background: transparent url(../img/l_local_nav.png) no-repeat -917px 0;}
#nav2 li.nav2-5 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -917px -30px;}



/* ヘッダー
----------------------------------- */

#header {
	width: 100%;
	background: transparent url(../img/l_header_nav.png) repeat-x 0 -128px;
}
#header .header-wrap {
	position: relative;
	width: 960px;
	height: 121px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/l_header_nav_bg.png) no-repeat 0 101px;
}
h1 {
	float:left;
	width:245px;
	height:64px;
	background: transparent url(../img/l_logo.png) no-repeat 0 0;
}
h1 a{
	display: block;
	width:245px;
	height:64px;
}
h1 span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}
#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:#fff;
}
#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;
}

/* フッター
----------------------------------- */

.footer-wrap {
	clear: both;
	width: 100%;
	min-height:150px;
	margin: 20px 0 0 0;
	background: url(../img/l_footer_bg.png) repeat-x left top;
	text-align: center;
}
.footer-wrap .footer-top {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.footer-wrap .to-top{
	float:right;
}
.footer-wrap .aboutprice{
	float:left;
	padding:15px 0 12px;
	font-size: 11px;
	line-height: 140%;
	color: #666;
}
.footer-wrap p.to-top a {
	display: block;
	width: 160px;
	margin: 0 0 5px;
	padding: 8px 0;
	background: #f6f6f6 url(../img/l_bg.png) repeat left top;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	color: #777;
	font-size: 12px;
	line-height: 110%;
	text-decoration: none;
}
.footer-wrap ul {
	clear:both;
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: left;
}
.footer-wrap ul li {
	display: inline;
}
.footer-wrap ul li a {
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #a8a294;
	font-size: 13px;
	line-height: 140%;
	text-decoration: none;
}
.footer-wrap ul li a:link,
.footer-wrap ul li a:visited{
	color:#333;
}
.footer-wrap ul li a:hover{
	text-decoration:underline;
}
.footer-wrap ul li.current a:link,
.footer-wrap ul li.current a:visited { color: #988e77; font-weight:bold; }

.footer-wrap ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.footer-wrap ul#footer-nav1 {
	padding-bottom: 2px;
	margin-bottom: 10px;
	background: transparent url(../img/l_footer_border.png) repeat-x left bottom;
}
.footer-wrap ul#footer-nav3 { margin-bottom: 10px; }
.footer-wrap ul#view-toggle {
	margin: 10px auto;
	text-align: center;
}
.footer-wrap ul#view-toggle li { display: block; }
.footer-wrap ul#view-toggle li a {
	display: block;
	margin: 0;
	padding: 15px;
	background: #eee;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 110%;
}
.footer-wrap small {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: right;
	color: #88857f;
	font-size: 12px;
	line-height: 100%;
}
.footer-wrap ul#view-toggle .view-l { display: none; }


/* ラッパー設定
----------------------------------- */
#wrap {
	text-align: center;
}

/* -----------------------------------
  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: -80px 0 60px;
}
.article #mid-block {
	display: block;
	width: 960px;
	margin: 50px 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{
	margin:120px 0 0;
	text-align:center;	
}
#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:30px auto 0;
	text-align:left;
}
#main-block .text-block p{
	margin-top:1em;
	font-size:90%;
	line-height:140%;
}
#main-block .text-block .fancybox 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;
}


/* サブタイトル */
#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{
	position:absolute;
	bottom:10px;
	right:0;
}
#mod-bookmark-btm{
	position: relative;
	margin: 0 auto 20px;
}
.mod-bookmark ul.shareBtn{
	position: relative;
	list-style: none inside;
	margin: 0;
	padding: 0;
}
.mod-bookmark ul.shareBtn li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin:0 0 0 8px;
	padding: 0;
    vertical-align: baseline;
    font-size: 0;
    line-height: 0;
}
.mod-bookmark ul.shareBtn .tw_value {
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    width: 73px;
    margin: 0;
    padding: 4px 0 4px 0;
    background: #fff;
    border: 1px solid #9197a3;
    border-radius: 3px;
	text-align: center;
	font-size: 80%;
	line-height: 1.8;
}
.mod-bookmark ul.shareBtn .tw_value a:link,
.mod-bookmark ul.shareBtn .tw_value a:visited {
    color: #4e5665;
	text-decoration: none;
}
.mod-bookmark ul.shareBtn .tw_value a:hover,
.mod-bookmark ul.shareBtn .tw_value a:active {
    color: #389efe;
	text-decoration: none;
}
.mod-bookmark ul.shareBtn .tw_value:before {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -10px;
    border: 5px solid;
    border-color: #9197a3 transparent transparent transparent;
}
.mod-bookmark ul.shareBtn .tw_value:after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -8px;
    border: 5px solid;
    border-color: #fff transparent transparent transparent;
}
#mod-bookmark-btm li.share-twitter{
	position: relative;
}
#mod-bookmark-btm li.share-twitter .tw_value {
	left: 0;
	top: -40px;
	font-size: 13px;
	line-height: 1.8;
}
.mod-bookmark .rss{
	display: inline-block;
}
.mod-bookmark .rss a{
	display: inline-block !important;
	width:43px;
	height:21px;
	background: transparent url(../img/l_local_nav.png) no-repeat -917px 0;
	overflow:hidden;
	va
}
.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{
	margin:0 0 20px;
	text-align: center;
}
.mod-bookmark02 ul.shareBtn02{
	position: relative;
	list-style: none inside;
	margin: 0;
	padding: 0;
}
.mod-bookmark02 ul.shareBtn02 li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin:0 0 0 8px;
	padding: 0;
    vertical-align: baseline;
    font-size: 0;
    line-height: 0;
}
.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 20px;
	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:0 auto 10px;
	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{
	float:left;	
	width:320px;
	margin-bottom:20px;
	margin-top:20px;
}
.mod-book-item-block{
	float:left;	
	width:320px;
	margin-top:20px;
}
.mod-news-block,#mod-webcomic-block,#mod-webcomic-block02{
	float:left;	
	width:320px;
	margin-bottom:30px;
}
.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{ width:640px;}
.two-column .mod-profile-block h3,.two-column .mod-profile-block .mod-btn-nav{ width:620px;}

/* -----------------------------------
  Webコミック：レクタングルバナー
----------------------------------- */
.mod-ad-rectangle,.mod-ad-bnnr{
	float:right;
	clear:left;
	width:300px;
	height:250px;
	margin:30px 0 0;
	padding:10px;
	background: #c7c2b5;
	background-color: rgba(186,177,158,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #cec9bc;
    box-shadow: inset 0px 0px 3px 1px #cec9bc;
}
#ad-mid-rectangle{
	float: none;
	margin: 0 auto 40px;	
}
.mod-ad-rectangle .mod-ad-block{
	width:300px;
	height:250px;
	margin:0 auto;
}

/* -----------------------------------
  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{
	padding:0 0 2px;
}
.mod-book-item-block ul{
	width:300px;
}
.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=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/* -----------------------------------
  Webコミック：Twitter
----------------------------------- */
.mod-widget-block{
	clear:left;
	width:600px;
	margin:0 auto 30px;
}
.mod-widget-block div{
	width:520px;
	margin:0 auto;
}
.mod-widget-block div iframe{
	width:520px !important;
	height:375px;
}

/* -----------------------------------
  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:#908e89;}
.mod-webcomic-block li a:hover .morning{color:#91bb66;}
.mod-webcomic-block li a:hover .morningtwo{color:#e291f6;}
.mod-webcomic-block li a:hover .afternoon{color:#f69669;}
.mod-webcomic-block li a:hover .goodafternoon{color:#9adbef;}
.mod-webcomic-block li a:hover .evening{color:#b8bee1;}


/* -----------------------------------
  モジュール
----------------------------------- */

/* タイトルリンク */
.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;
}

/* YouTube */
#main-block .youtube {
	margin: 30px 0 0;
}