@charset "UTF-8";

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


/* ナビゲーション
----------------------------------- */
#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{background: url(../img/common_units.png) no-repeat 0 -380px;}
#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-4 a{background: transparent url(../img/l_header_nav.png) no-repeat -332px 0;}
#nav1 li.nav1-4 a:hover{background: transparent url(../img/l_header_nav.png) no-repeat -332px -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;}

/* ニュース */
#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;}

/* Webコミック */
#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:113px;}
#nav2 li.nav2-4 a {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;}

/* 作品情報と試し読み */
#nav2 li.nav2-5 {width:184px;}
#nav2 li.nav2-5 a {height:30px;background: transparent url(../img/l_local_nav.png) no-repeat -483px 0; z-index:0;}
#nav2 li.nav2-5 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -483px -30px;}
#nav2 li.nav2-5.current a,
#nav2 li.nav2-5.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -483px -60px;}

/* 最新コミックス */
#nav2 li.nav2-6 {width:145px;}
#nav2 li.nav2-6 a{background: transparent url(../img/l_local_nav.png) no-repeat -667px 0;}
#nav2 li.nav2-6 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -667px -30px;}
#nav2 li.nav2-6.current a,
#nav2 li.nav2-6.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -667px -60px;}

/* 新人賞 */
#nav2 li.nav2-7 {width:105px;}
#nav2 li.nav2-7 a{background: transparent url(../img/l_local_nav.png) no-repeat -812px 0;}
#nav2 li.nav2-7 a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -812px -30px;}
#nav2 li.nav2-7.current a,
#nav2 li.nav2-7.current a:hover{background: transparent url(../img/l_local_nav.png) no-repeat -812px -60px;}

/* RSS */
#nav2 li.nav2-8 {width:43px;}
#nav2 li.nav2-8 a{background: transparent url(../img/l_local_nav.png) no-repeat -917px 0;}
#nav2 li.nav2-8 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:161px;
	height:64px;
	background: transparent url(../img/l_logo.png) no-repeat 0 0;
}
h1 a{
	display: block;
	width:155px;
	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:180px;	
	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;
	color:#333;
}
.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 {
	width: 960px;
	_width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}


/* -----------------------------------
  トップページレイアウト
----------------------------------- */

.toppage #wrap {
	background: transparent url(../img/border_v.png) repeat-y 629px top;
}

.toppage #push {
	padding: 0 0 20px 0;
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
	text-align:center;
}
.toppage #push a { display: block; }
.toppage #push a img {
	display: block;
	width: 960px;
	height: auto;
	box-shadow: 0 0 7px #bfbfbd;
	-moz-box-shadow: 0 0 7px #bfbfbd;
	-webkit-box-shadow: 0 0 7px #bfbfbd;
}
.toppage .mod-bookmark {
	width: 320px;
	margin: 0 0 15px 0;
	float: right;
}
.toppage #main-block {
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
	float: left;
}
.toppage #side-block {
	display: block;
	width: 320px;
	margin: 0 0 20px 0;
	float: right;
}
.toppage #bottom-block {
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
	clear: left;
	float: left;
}
#magazine-unit,
#ranking-unit,
#banner-m-unit {
	display: none;
}


/* トップページ：ニュース
----------------------------------- */
#news-unit h3{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;	
}
#news-unit li{
	padding:12px 0 10px;
	background: url(../img/border_h_2px.png) repeat-x left top;
	font-size:85%;
	line-height:140%;
	overflow:hidden;
 	list-style: none;
}
#news-unit li a{
	display: inline-block;
	padding:0 0 0 20px;
	background: url(../img/evening_units.png) no-repeat -199px 4px;
	color:#333;
	text-decoration:none;	
}
#news-unit li a:link{
	color:#333;
	text-decoration:none;	
}
#news-unit li a:visited{
	color:#333;
	text-decoration:none;	
}
#news-unit li a:hover{
	color:#333;
	text-decoration: underline;	
}
#news-unit li.top{
	min-height: 57px;
  	height: auto !important;
  	height: 57px;
	padding:0 0 10px 63px;
	background: url(../img/evening_units.png) no-repeat no-repeat 0 -156px;
	font-weight:bold;
	zoom:1;
}
#news-unit li.top span.notes{
	font-weight:normal;
}
#news-unit li.photo{
	float:right;
	margin:0 0 20px 20px;
	padding:0;
	background:none;
}
#news-unit li.photo img{
	padding:4px;
	border:solid 1px #bdb8b1;
	background-color:#fff;
}
#news-unit li.photo a img:link,
#news-unit li.photo a img:visited{
	border-color: #bdb8b1;
}
#news-unit li.photo a img:hover {
	border-color: #dd7777;
}
#news-unit li.top a,
#news-unit li.photo a{
	padding:0;
	background: none;
}

/* トップページ：PICK UP：新人賞・アシスタント募集
----------------------------------- */
#news-pickup-unit{
	clear:left;
}
#news-pickup-unit ul{
	clear:left;
	margin:0 0 20px;
}
#news-pickup-unit li{
	float:left;
	width:310px;
	height:50px;
	list-style:none;
}
#news-pickup-unit li.even,
.news-pickup-unit-nav{
	width:290px;
}
.news-pickup-unit-nav a{
	display: block;
	padding:1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	border: 1px solid #d5d1c6;
	font-weight:bold;
	font-size:90%;
}
.news-pickup-unit-nav img{
	width:46px;
	height:46px;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.news-pickup-unit-nav a:link,
.news-pickup-unit-nav a:visited{color: #2265b7;text-decoration:none;}
.news-pickup-unit-nav a:hover{color: #389efe;text-decoration:none;}

/* トップページ：雑誌情報
----------------------------------- */
#side-magazine-unit{
	margin:0 0 10px;
}
.side-magazine-block{
	clear:left;
	overflow:hidden;
	zoom:1;
}
.side-magazine-block p.magazine-img{
	float:left;
	width:140px;
	margin-bottom:10px;
}
.side-magazine-block p.magazine-img img{
	-webkit-box-shadow: 0 0 5px #bebcb8;
	-moz-box-shadow: 0 0 5px #bebcb8;
	box-shadow: 0 0 5px #bebcb8;
	vertical-align:top;
}
.side-magazine-block .side-magazine-text{
	float:left;
	width:180px;
}
.side-magazine-block h3{
	width:179px;
	height:30px;
	margin:0 0 10px;
	background: url(../img/evening_units.png) no-repeat 0 0
}
.side-magazine-block h3 a{
	display: block;
	width:179px;
	height:30px;
}
.side-magazine-text{
	margin-bottom:10px;
}
.side-magazine-text p{
	margin:0 0 5px 12px;
	font-size:80%;
	line-height:140%;
}
.side-magazine-text p strong{
	color:#d52222;
}
.side-magazine-text p strong.coming{
	color:#22a0d5;
}
.side-magazine-text p a,
.side-magazine-text p a:link,
.side-magazine-text p a:visited{
	text-decoration:none;	
}
.side-magazine-text p a:hover{
	text-decoration: underline;	
}

/* トップページ：バナー（小）
----------------------------------- */

#side-banner-unit{
	margin:10px 0 20px 0;
	list-style: none;
}
#side-banner-unit a{
    display: block;
    width:320px;
    height:78px;
    background: url(../img/l_banner_ebook.png) no-repeat 0 0;   
}
#side-banner-unit span{
    display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

/* トップページ：アクセスランキング（小）
----------------------------------- */
#side-ranking-unit ul{
	margin:0 0 10px;
}
#side-ranking-unit li{
	clear:left;
	padding:11px 0 10px;
	background: url(../img/border_h_2px.png) repeat-x left top;
	overflow:hidden;
 	list-style: none;
}
#side-ranking-unit li:first-child{
	background:none;
	padding-top:0;
}
#side-ranking-unit p.ranking-img{
	float:left;
	width:65px;
}
#side-ranking-unit p.ranking-img a{
	display:block;
	width:55px;
	height:55px;
	background-position:0 0;
	background-repeat: no-repeat;
}
#side-ranking-unit p.ranking-img img{
	width:55px;
	height:55px;
	vertical-align:top;
}
#side-ranking-unit section{
	float:left;
	width:255px;
}
#side-ranking-unit .ranking-title{
	margin:0 0 3px;
	font-size:65%;
	font-weight:bold;
	line-height:130%;
}
#side-ranking-unit hgroup{
	margin:0 0 3px;
	font-size:75%;
	line-height:130%;
}
#side-ranking-unit h4{
	display: inline;
	margin:0 0.5em 0 0;
	font-weight:bold;
	color:#333;
}
#side-ranking-unit h5{
	display: inline;
	margin:0;
	font-weight:normal;
	color:#666;
}
#side-ranking-unit p{
	margin:0 0 3px;
	font-size:75%;
	line-height:130%;
}


/* トップページ：ソーシャルウィジェット
----------------------------------- */
#widget-unit ul{}
#widget-unit li{
	margin:0 0 20px;
	list-style:none;
}
#widget-unit .likebox{
	width:320px;
	height:auto;
	margin:0 auto 10px;
	background-color:#FFF;
}
#widget-unit .twitter-widget,
#widget-unit .twitter-widget02{
	width:320px;
	height:250px;
}
#fb-root {
  display: none;
}
#widget-unit .fb_iframe_widget, #widget-unit .fb_iframe_widget span, #widget-unit .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
#widget-unit .twitter-widget .twitter-timeline,
#widget-unit .twitter-widget02 .twitter-timeline{
	width:320px !important;
}


/* トップページ：他誌の情報
----------------------------------- */
#bottom-info-unit .mod-titlebar{
	width:593px;
	margin-bottom: 10px;
}

/* -----------------------------------
  通常レイアウト
----------------------------------- */
.base #wrap,.search #wrap,.editable #wrap,.news #wrap {
	background: transparent url(../img/border_v.png) repeat-y 629px top;
}

.base #main-block,.search #main-block,.editable #main-block,.news #main-block {
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
	float: left;
}

.base #side-block,.search #side-block,.editable #side-block,.news #side-block {
	display: block;
	width: 320px;
	margin: 0 0 20px 0;
	float: right;
}

.base #bottom-block,.search #bottom-block,.editable #bottom-block,.news #bottom-block {
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
	clear: left;
	float: left;
}

/* ニュース：タイトル
----------------------------------- */
#article-title-unit{
	margin:0 0 20px;
	border-bottom: solid 3px #3f56be;
}
#article-title-unit h2{
	margin:0 0 0.4em;
	padding:0 0 0.3em;
	font-size:140%;
	line-height:150%;
	color:#333;
	background: url(../img/border_h_2px.png) repeat-x left bottom;
}
#article-title-unit .date{
	float:left;
	margin:0 10px 10px 0;
	font-size:75%;
	line-height:140%;
	color:#646055;
}
#article-title-unit .tag{
	margin:0 0 10px;
	font-size:75%;
	line-height:140%;
	color:#646055;
}


/* ニュース：本文
----------------------------------- */
#article-main{
	color:#333;
	font-size:85%;
	line-height:160%;
}
#article-main p.img{
	margin:0 138px 1em;
}
#article-main p.img img{
	border: solid 1px #8e8a7e;
}
#article-main p.img a:link img,
#article-main p.img a:visited img{
	border: solid 1px #8e8a7e;
}
#article-main p.img a:hover img{
	border: solid 1px #DF3188;
}
#article-main p.img-caption{
	margin:0 140px 2em;
	padding:0 0 0 0.5em;
	border-left:solid 4px #8e8a7e;
	font-size:95%;
}


/* ニュース独自のモジュール調整
----------------------------------- */
body.news .mod-book-item-block li{
	margin-bottom:10px;
}
body.news #pickup-unit ul{
	margin-bottom:0;
}

/* -----------------------------------
  メディアレイアウト
----------------------------------- */
.list #main-block {
	display: block;
	margin: 0 0 20px 0;
}

/* メディア：最新コミックス
----------------------------------- */
body.list .mod-lineup-block{
	margin-bottom:40px;
	overflow:hidden;
	zoom:1;
}

body.list .mod-book-item-block{
	width:960px;
	overflow:hidden;	
}
body.list .mod-book-item-block ul{
	width:970px;
	margin:0 -10px 0 0;
}
body.list .mod-book-item-block li{
	width:311px;
	margin:0 10px 20px 0;
}
body.list .mod-book-item-block section{
	width:162px;
}

/* メディア：作品情報と試し読み
----------------------------------- */
body.list div.mod-lineup-block li{
	width:320px;
}


/* -----------------------------------
  雑誌情報レイアウト
----------------------------------- */
.magazine #wrap {
	background: transparent url(../img/border_v.png) repeat-y 629px top;
}
.magazine #top-block {
	display: block;
	float:left;
	width:600px;
}
.magazine #side-block {
	display: block;
	float:right;
	width:320px;
}
.magazine #main-block {
	display: block;
	float:left;
	width:600px;
	margin: 0 0 20px 0;
}
.magazine #bottom-block {
	display: block;
	float:right;
	width:320px;
}


/* 
  雑誌情報：タイトル
----------------------------------- */
#magazine-title{
	height:125px;
	padding:25px 0 0;
}
#magazine-title h2{
	text-align:center;
}

/* 
  雑誌情報：関連ニュース
----------------------------------- */
#magazine-news-block,
#magazine-book-block{
	clear:left;
	padding-top:20px;
}
#magazine-news-block .mod-btn-nav,
#magazine-news-block .mod-btn-nav a{
	margin-bottom:0;
}

/* 
  雑誌情報：発売中の雑誌
----------------------------------- */
.side-magazine-infoblock{
	margin:0 0 20px;
	border: #c6c2bb solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	background-color:#fff;
}
.side-magazine-infoblock p{
	margin:4px;
	padding:0;
}
.side-magazine-infoblock dl{
	margin:0 10px 10px;
	padding:0;
}
.side-magazine-infoblock dt{
	margin:0 0 3px;
	padding:0;
	font-size:100%;
	font-weight:bold;
	line-height:120%;
}
.side-magazine-infoblock dd{
	margin:0 0 3px;
	padding:0;
	font-size:80%;
	line-height:120%;
}
.side-magazine-infoblock strong{
	color:#c70000;
}

/* 
  雑誌情報：次号
----------------------------------- */
.side-magazine-previewblock{
	margin:0 0 20px;
	border: #c6c2bb solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	background-color:#fff;
	overflow:hidden;
	zoom:1;
}
.side-magazine-previewblock p{
	float:left;
	width:156px;
	margin:0;
	padding:0;
}
.side-magazine-previewblock p img{
	margin:5px;
	vertical-align:top;
}
.side-magazine-previewblock dl{
	float:left;
	width:158px;
	margin:10px 0 0;
	padding:0;
}
.side-magazine-previewblock dt{
	margin:0 0 3px;
	padding:0;
	font-size:100%;
	font-weight:bold;
	line-height:120%;
}
.side-magazine-previewblock dd{
	margin:0 0 2px;
	padding:0;
	font-size:80%;
	line-height:120%;
}
.side-magazine-previewblock dd strong{
	color:#1978d0;
}


/* -----------------------------------
  作品詳細レイアウト
----------------------------------- */
.lineup #wrap {
	background: transparent url(../img/border_v.png) repeat-y 629px top;
}

.lineup #top-block {
	display: block;
	width: 960px;
	padding: 0 0 10px 0;
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}

.lineup #side-block {
	display: block;
	width: 320px;
	margin: 0;
	float: right;
}

.lineup #main-block {
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
	float: left;
}

.lineup #bottom-block {
	clear: right;
	display: block;
	width: 320px;
	margin: 0 0 20px 0;
	float: right;
}

/* 作品詳細：作品情報
----------------------------------- */
.lineup #detail-block{
	float:right;
	width:460px;	
}
.detail-title{
	margin:15px 0;
}
#detail-block .detail-text{
	margin: 0 0 8px;
	font-size:80%;
	line-height:150%;
}
#detail-block .detail-text p.img{
	float:right;
	width:120px;
	height:110px;
	margin:0 0 10px;
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
	text-align: right;
}
#detail-block .detail-bookmark{
	position: relative;
	clear:both;
	padding:12px 0 0;
	background: url(../img/border_h_2px.png) repeat-x 0 2px;
	overflow:hidden;
	zoom:1;
}
#detail-block .detail-bookmark div{float:left;}
#detail-block .detail-bookmark .tw_value {
    display: block;
    position: absolute;
    right: 81px;
    top: 12px;
    width: 73px;
    margin: 0;
    padding: 4px 0 4px 0;
    background: #fff;
    border: 1px solid #9197a3;
    border-radius: 3px;
	text-align: center;
	font-size: 80%;
}
#detail-block .detail-bookmark .tw_value a:link,
#detail-block .detail-bookmark .tw_value a:visited {
    color: #4e5665;
	text-decoration: none;
}
#detail-block .detail-bookmark .tw_value a:hover,
#detail-block .detail-bookmark .tw_value a:active {
    color: #389efe;
	text-decoration: none;
}

#detail-block .detail-bookmark .tw_value:before {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -10px;
    border: 5px solid;
    border-color: #9197a3 transparent transparent transparent;
}
#detail-block .detail-bookmark .tw_value:after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -8px;
    border: 5px solid;
    border-color: #fff transparent transparent transparent;
}
#detail-block .detail-bookmark .tw{
	position: absolute;
	right: 81px;
	bottom: 0;
	vertical-align: baseline;
	font-size: 0;
	line-height: 0;
}

#detail-block .detail-bookmark .fb{float: right; width:71px; font-size: 0; line-height: 0;}
#detail-block .detail-bookmark .message{width:116px;}
#detail-block .detail-bookmark .rss{width:188px;}
#detail-block .detail-bookmark .message img{width:104px;height:32px;}
#detail-block .detail-bookmark .rss img{width:86px;height:32px;}

#detail-block .detail-bookmark .message a:link img,
#detail-block .detail-bookmark .rss a:link img,
#detail-block .detail-bookmark .message a:visited img,
#detail-block .detail-bookmark .rss a:visited img{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
#detail-block .detail-bookmark .message a:hover img,
#detail-block .detail-bookmark .rss a:hover img{
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
#detail-block div.detail-bookmark-btm{
	float: none;
}
#detail-block .more{
	clear:both;	
}
#detail-block .detail-trial{
	padding:0 0 5px;
	list-style: none;
}
ul.related-comic{
	margin:0 0 20px;
	padding:0 0 5px;
	list-style: none;
}
#detail-block .detail-trial li,
ul.related-comic li{
	margin:0 0 5px;
	padding:0;
	_height:25px;
}
#detail-block .detail-trial li a,
.related-comic li a{
	display: block;
	padding:5px 6px 5px 30px;
	border:solid 1px #d4d1c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:85%;
	font-weight:bold;
	line-height:140%;
	background:#FFF url(../img/btn_pen.png) no-repeat left center;
}
#detail-block .detail-trial li a:link,
#detail-block .detail-trial li a:visited,
.related-comic li a:link,
.related-comic li a:visited{
	text-decoration:none;
	color:#333;
}
#detail-block .detail-trial li a:hover,
.related-comic li a:hover{
	text-decoration: none;
	color:#666;
	background:#f8f7f5 url(../img/btn_pen.png) no-repeat left center;
	border-color:#e3e1da;
}
#detail-block .detail-trial li span,
.related-comic li span{
	font-weight:normal;
}


/* 作品詳細：作品画像
----------------------------------- */
.lineup #image-block{
	float:left;
	width:460px;	
}
.lineup #image-block img{
	padding:4px;
	border:solid 1px #b3b2ab;
	background-color:#fff;
}
.lineup #image-block a{
	display: block;
	position:relative;
}
.lineup #image-block span{
	position:absolute;
	display: block;
	top:50%;
	left:5px;
	width:179px;
	height:78px;
	margin:-43px 0 0;
	background: url(../img/l_lineup_next.png) no-repeat 0 0;
	text-indent: 100%;
	overflow:hidden;
	white-space: nowrap;
}
.lineup #image-block a:hover span{
	background-position:0 -78px;
}


/* 作品詳細：著者プロフィール
----------------------------------- */
#profile-title{
	display:none;
}


/* 作品詳細：まとめ買いボタン
----------------------------------- */
.morebuy-nav{
	margin:0 0 10px;
	text-align:center;	
}
.morebuy-nav a{
	display: inline-block;
	width:200px;
	padding:0.3em 0 0.2em;
	background: #fef09e;
	background: -moz-linear-gradient(top,  #fef09e 0%, #feea71 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef09e), color-stop(100%,#feea71));
	background: -webkit-linear-gradient(top,  #fef09e 0%,#feea71 100%);
	background: -o-linear-gradient(top,  #fef09e 0%,#feea71 100%);
	background: -ms-linear-gradient(top,  #fef09e 0%,#feea71 100%);
	background: linear-gradient(to bottom,  #fef09e 0%,#feea71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef09e', endColorstr='#feea71',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-style: solid;
	border-width:1px;
	border-color:#e5d785 #ceba56 #ceba56 #e5d785;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.morebuy-nav a:link,
.morebuy-nav a:visited{
	color: #dc541a;
	text-decoration:none;
}
.morebuy-nav a:hover,
.morebuy-nav a:focus,
.morebuy-nav a:active{
	color:#ff6c00;
	text-decoration:none;
	background: #feea86;
	background: -moz-linear-gradient(top,  #fef09e 0%, #fee258 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef09e), color-stop(100%,#fee258));
	background: -webkit-linear-gradient(top,  #fef09e 0%,#fee258 100%);
	background: -o-linear-gradient(top,  #fef09e 0%,#fee258 100%);
	background: -ms-linear-gradient(top,  #fef09e 0%,#fee258 100%);
	background: linear-gradient(to bottom,  #fef09e 0%,#fee258 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef09e', endColorstr='#fee258',GradientType=0 );
}


/* -----------------------------------
  シングルカラムレイアウト
----------------------------------- */
.single #main-block {
	display: block;
	width: 600px;
	margin: 0 auto 20px;
}


/* メッセージフォーム テキスト
----------------------------------- */
#input-block-text{
	margin: 0 0 20px;
}
#input-block-text p{
	margin:0 0 10px;
	font-size:80%;
	line-height:140%;
}


/* メッセージフォーム
----------------------------------- */
#input-block dl {
	width: 558px;
	margin: 0 0 20px;
	padding:20px 20px 0;
	border:solid 1px #d5d1c6;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow:  1px 1px 6px 0px #bebcb8;
	-moz-box-shadow:  1px 1px 6px 0px #bebcb8;
    box-shadow:  1px 1px 6px 0px #bebcb8;
	overflow:hidden;
	zoom:1;
}

#input-block dt{
	clear:left;
	float:left;
	width:150px;
	margin:0 0 5px;
	padding:0;
	font-size:90%;
	line-height:140%;
	font-weight:bold;
}

#input-block dd{
	float:left;
	width:408px;
	margin:0;
	padding:0 0 20px;
	font-size:80%;
	line-height:140%;
}
#input-block dd input{
	vertical-align:middle;	
}
#input-block label.input-group{
	display: block;
	width:400px !important;
	margin-bottom: 5px;
}
#input-block .ans-lineup select {
	display: block;
	width:390px;
	margin-bottom: 10px;
}
#input-block .ans-area select {
	display: block;
	width:200px;
	margin-bottom: 10px;
}
#input-block .ans-lineup input,
#input-block .ans-address input,
#input-block .ans-captcha input,
#input-block input.ans-text {
	padding: 3px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #afafa7;
}
#input-block .ans-profile-age input {
	padding: 3px;
	width: 40px;
	background-color: #fff;
	border: 1px solid #afafa7;
}
#input-block .ans-message textarea {
	display: block;
	width: 388px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #afafa7;
}
#input-block .captcha img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #afafa7;
}
#input-block .input-send{
	clear:left;
	margin:0 0 40px;
	text-align:center;
}
#input-block .input-send input{
	cursor: pointer;
	display: inline-block;
	width:260px;
	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;
	color: #2265b7;
	line-height:140%;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
#input-block .input-send input:hover,
#input-block .input-send input:focus,
#input-block .input-send input:active{
	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 );
	color: #389efe;
}

/* 金額について
----------------------------------- */
.list #main-block .aboutprice{
	margin:0 0 25px;
	padding-top:5px;
	font-size:70%;
	line-height:140%;
}
.base #main-block .aboutprice{
	margin:5px 0 0;
	font-size:70%;
	line-height:140%;
}
.search #main-block .aboutprice{
	position:relative;
	top:-10px;
	margin:0 0 10px;
	font-size:70%;
	line-height:140%;
}

/* 自由入力ページ
----------------------------------- */
.editable #main-block article{
	font-size:85%;
	line-height:160%;	
}

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

/* タイトルリンク */
.more{
	margin:0 0 10px;
	padding:0;
	color:#837c68;
	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: #3f56be url(../img/l_bg.png) repeat center top;
}
.more a:link,
.more a:visited{
	color:#3f56be;
	text-decoration:none;
}
.more a:hover,
.more a:active{
	color:#3f56be;
	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;
}

/* タイトルバー */
.mod-titlebar{
	clear:both;
	margin:0 0 20px;
	padding:2px 0 0 5px;
	background-color:#dad4bf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d1c9ae), color-stop(0.00, #dad4bf));
	background: -webkit-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: -moz-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: -ms-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: linear-gradient(to bottom, #dad4bf 0%, #d1c9ae 88%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad4bf', endColorstr='#d1c9ae',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:solid 1px #c6bfa8;
	font-size:100%;
	line-height:180%;
	color:#534d3b;
}

/* タイトルバー2 */
.mod-titlebar02{
	margin:5px 0 20px;
	padding:0 0 0.3em;
	font-size:110%;
	font-weight:bold;
	line-height:140%;
	color:#333;
	border-bottom: solid 3px #3f56be;
}

/* タイトルバー3 */
.mod-titlebar03{
	margin:5px 0 20px;
	padding:1px 0 0;
	font-size:130%;
	font-weight:bold;
	line-height:120%;
	color: #3f56be;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* 罫線付きテキスト */
.mod-text-block{
	font-size:85%;
	line-height:160%;
}


/* コミックス商品情報 */
.mod-book-item-block{
	width:600px;
	overflow:hidden;
	zoom:1;	
}

*+html .mod-book-item-block{
	margin-bottom:20px; /* ie7 */
}
.mod-book-item-block ul{
	width:620px;
	margin:0 -20px 0 0;
}
.mod-book-item-block li{
	float:left;
	width:288px;
	margin:0 20px 20px 0;
	padding:0 0 9px;
	border:solid 1px #d5d1c6;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	list-style:none;
}
.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:137px;
	min-height:175px;
	margin:9px 0 0;
	color:#666;
}

/* 02 */
.mod-book-item-block02 ul{
	width:320px;
}
.mod-book-item-block02 li{
	width:318px;
	margin:0 0 10px;
	padding:0 0 9px;
	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-block02 p.book-img{
	float:left;
	width:141px;
	min-height:175px;
	margin:9px 0 0;
}
.mod-book-item-block p.book-img img,
.mod-book-item-block02 p.book-img img{
	width:120px;
	height:auto;
	margin:0 0 0 9px;
	border:solid 1px #ccc;
	vertical-align:top;
}
.mod-book-item-block02 section{
	float:left;
	width:167px;
	min-height:175px;
	margin:9px 0 0;
	color:#666;
}
.mod-book-item-block section h3,
.mod-book-item-block section h4,
.mod-book-item-block section h5,
.mod-book-item-block section p,
.mod-book-item-block02 section h3,
.mod-book-item-block02 section h4,
.mod-book-item-block02 section h5,
.mod-book-item-block02 section p{
	margin:0 0 3px;
	font-size:75%;
	font-weight:normal;
	line-height:130%;
}
.mod-book-item-block .book-mag,
.mod-book-item-block02 .book-mag{
	margin:0 0 3px;
	font-size:65%;
	font-weight:bold;
	line-height:130%;
}
.mod-book-item-block .book-title,
.mod-book-item-block02 .book-title{
	font-size:75%;
	margin:0 0 1px;
	font-weight:bold;
	color:#333;
}
.mod-book-item-block ul.book-link,
.mod-book-item-block02 ul.book-link,
body.list .mod-book-item-block ul.book-link{
	width: auto;
	margin:0;
}
.mod-book-item-block ul.book-link li,
.mod-book-item-block02 ul.book-link li,
body.list .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-block02 ul.book-link li:first-child{
	margin-right:5px;
}
.mod-book-item-block .book-link img,
.mod-book-item-block02 .book-link img{
	width:84px;
	height:18px;
	vertical-align:top;
}
.mod-book-item-block02 .book-link a{
	float:left;
}
.mod-book-item-block .book-link a:link img,
.mod-book-item-block02 .book-link a:visited img{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
.mod-book-item-block .book-link a:hover img,
.mod-book-item-block02 .book-link a:hover img{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#side-block .aboutprice{
	margin:0 0 10px;
	font-size:70%;
	line-height:140%;
	text-align:center;
}

/* 試し読み */
.mod-lineup-block{
	clear:left;
}
.mod-lineup-block ul{
}
.mod-lineup-block li{
	float:left;
	width:300px;
 	list-style: none;
}
.mod-lineup-block p.trial-img{
	float:left;
	width:120px;
	min-height:130px;
}
.mod-lineup-block p.trial-img a img{
	vertical-align:top;
}
.mod-lineup-block dl{
	float:left;
	width:160px;
	margin:0 0 10px;
}
.mod-lineup-block dt{
	font-size:65%;
	font-weight:bold;
	line-height:140%;
}
.mod-lineup-block dd{
	font-size:75%;
	line-height:140%;
}
.mod-lineup-block dd.trial-title{
	font-weight:bold;
}
.mod-lineup-block dd.trial-author{
	margin:0 0 5px;
}
.mod-lineup-block dd.trial-title a:link,
.mod-lineup-block dd.trial-title a:visited,
.mod-lineup-block dd.trial-author a:link,
.mod-lineup-block dd.trial-author a:visited{
	color:#333;
	text-decoration: none;
}
.mod-lineup-block dd.trial-title a:hover,
.mod-lineup-block dd.trial-author a:hover{
	text-decoration:underline;
}

/* 試し読み 検索用 */
.mod-book-img-block{
	overflow:hidden;
	width:100%;
	margin:0 0 15px;
}
.mod-book-img-block ul{
	width:600px;
	margin:0;
	padding:0;
}
.mod-book-img-block li{
	float:left;
	width:200px;
	margin:0 0 20px;
	list-style:none;
}
.mod-book-img-block .book-img{
	width:180px;
	height:250px;
}
.mod-book-img-block .book-img a{
	display: block;
	height:250px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-box-shadow:  1px 1px 6px 0px #bebcb8;
	-moz-box-shadow:  1px 1px 6px 0px #bebcb8;
    box-shadow:  1px 1px 6px 0px #bebcb8;
}
.mod-book-img-block .book-img img{
	width:180px;
	height:250px;
}
.mod-book-img-block .book-info{
	display: block;
	width:115px;
	padding:10px 0 0 65px;
	overflow:hidden;
	zoom:1;
	background-position:0 10px;
	background-repeat:no-repeat;
}
.mod-book-img-block .book-info span{
	display: block;
}
.mod-book-img-block .book-magazine,
.mod-book-img-block .book-title,
.mod-book-img-block .book-author,
.mod-book-img-block .book-date{
	font-size:75%;
	line-height:140%;
}
.mod-book-img-block .book-magazine{
	margin:0 0 0.1em;
	font-size:65%;
	font-weight: bold;
}
.mod-book-img-block .book-title{
	font-weight: bold;
}
.mod-book-img-block .book-author{
	font-weight: normal;
	color:#666;
}
.mod-book-img-block .book-date{
	color:#666;
}
.mod-book-img-block a:link,
.mod-book-img-block a:visited{
	text-decoration: none;	
	color:#333;
}
.mod-book-img-block a:link .book-author,
.mod-book-img-block a:visited .book-date{
	text-decoration: none;	
	color:#666;
}
.mod-book-img-block li:hover,
.mod-book-img-block02 li:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}


/* PICK UP */
#pickup-unit{
	padding:14px 0 0;
	background: url(../img/border_h_4px.png) repeat-x 0 0;	
}
#pickup-unit ul {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	width: 600px;
	height: 180px;
	list-style: none outside;
}
#pickup-unit li {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
}
#pickup-unit li.pickup-1 { left: 0px; }
#pickup-unit li.pickup-2 { left: 310px; }
#pickup-unit img{
	width:290px;
	height:180px;
}
#pickup-unit li a {
	display: block;
	width: 290px;
	height: 180px;
	background: #fff no-repeat center center;
}

/* 一覧 1 */
.mod-list-block{
	margin:0 0 10px;	
}
.mod-list-block li{
	clear:right;
	padding:22px 0 0;
	background: url(../img/border_h_2px.png) repeat-x 0 10px;
	list-style: none;
	overflow:hidden;
	zoom:1;
}
.mod-list-block li:first-child{
	padding-top:0;
	background:none;
}
.mod-list-block p{
	margin:0 0 3px;
	font-size:75%;
	line-height:140%;
	color:#777;
}
.mod-list-block p.list-img{
	float:right;
	width:165px;
	text-align:right;
	margin:0 0 10px;
	padding:0;
}
.mod-list-block p.list-img a img{
	padding:4px;
	background-color:#fff;
	border:solid 1px #bdb8b1;
	vertical-align:top;
}
.mod-list-block p.list-img a img:link,
.mod-list-block p.list-img a img:visited{
	border-color: #bdb8b1;
}
.mod-list-block p.list-img a img:hover {
	border-color: #dd7777;
}
.mod-list-block .list-title{
	margin:0 0 0.5em;
	font-size:85%;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.mod-list-block .list-title .notes{
	font-weight:normal;	
}
.mod-list-block .list-title a:link,
.mod-list-block .list-title a:visited{
	color:#333;
	text-decoration:none;	
}
.mod-list-block .list-title a:hover{
	color:#333;
	text-decoration: underline;	
}

/* 一覧 2 ダウンロード*/
.mod-download-block{
	margin:0 0 10px;	
}
.mod-download-block li{
	clear:right;
	padding:22px 0 0;
	background: url(../img/border_h_2px.png) repeat-x 0 10px;
	list-style: none;
	overflow:hidden;
	zoom:1;
}
.mod-download-block li:first-child{
	padding-top:0;
	background:none;
}
.mod-download-block p{
	margin:0 0 3px;
	font-size:85%;
	line-height:140%;
	color:#333;
}
.mod-download-block p.list-img{
	float:left;
	width:130px;
	margin:0;
	padding:0;
}
.mod-download-block p.list-img img{
	padding:4px;
	background-color:#fff;
	border:solid 1px #bdb8b1;
	vertical-align:top;
}
.mod-download-block section{
	float:left;
	width:435px;
}
.mod-download-block .download-title{
	margin:0 0 0.3em;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.mod-download-block .download-title span.notes{
	font-size:80%;
	font-weight:normal;	
}


/* 他誌情報 */
.mod-recommend-block{
	width:620px;
	margin-right: -20px;	
}
.mod-recommend-block .inner{
	float:left;
	width:290px;
	margin-right:20px;
}
.mod-recommend-block ul{
	margin:0 0 10px;	
}
.mod-recommend-block li{
	clear:left;
	padding:10px 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
	font-size:80%;
	line-height:140%;
	overflow:hidden;
 	list-style: none;
}
.mod-recommend-block li a{
	color:#333;
	text-decoration:none;	
}
.mod-recommend-block li a:link{
	color:#333;
	text-decoration:none;	
}
.mod-recommend-block li a:visited{
	color:#333;
	text-decoration:none;	
}
.mod-recommend-block li a:hover{
	color:#333;
	text-decoration: underline;	
}
.mod-recommend-block li.img-unit{
	background:none;
	padding-top:0;
}
.mod-recommend-block p.magazine-img{
	float:left;
	width:84px;
}
.mod-recommend-block p.magazine-img img{
	border:solid 1px #bab4a6;
}
.mod-recommend-block p.magazine-img a img:link,
.mod-recommend-block p.magazine-img a img:visited{
	border-color: #bdb8b1;
}
.mod-recommend-block p.magazine-img a img:hover {
	border-color: #dd7777;
}
.mod-recommend-block p.dmorning-img{
	float:left;
	width:84px;
}
.mod-recommend-block p.dmorning-img a{
    display:block;
    width:71px;
    height:100px;
    background: url(../img/l_bg_dmorning.png) no-repeat 0 0;
	border:solid 1px #bab4a6;
}
.mod-recommend-block p.dmorning-img img{
    width:59px;
    height:84px;
	padding:7px 6px 10px 6px;
}
.mod-recommend-block p.dmorning-img a:link,
.mod-recommend-block p.dmorning-img a:visited{
	border-color: #bdb8b1;
}
.mod-recommend-block p.dmorning-img a:hover {
	border-color: #dd7777;
}

.mod-recommend-block dl{
	float:left;
	width:206px;
}
.mod-recommend-block dt.magazine-title{
	font-weight:bold;
}
.mod-recommend-block dd{
}
.mod-recommend-block dd.magazine-info{
	margin-bottom:8px;	
}
.mod-recommend-block dd.magazine-info strong{
	font-weight:bold;
	color:#d52222;
}
.mod-recommend-block dd.magazine-info strong.coming{
	font-weight:bold;
	color:#22a0d5;
}
.mod-recommend-block dd.magazine-info strong.dmorning{
	font-weight:normal;
	color:#333;
}


.mod-recommend-block .magazine-link a{color: #0769e3;}
.mod-recommend-block .magazine-link a:link{color: #0769e3;}
.mod-recommend-block .magazine-link a:visited{color: #5c56ac;}
.mod-recommend-block .magazine-link a:hover,.mod-recommend-block dd.magazine-link a:focus{color: #389efe;}
.mod-recommend-block .magazine-link a:active{color: #0769e3;}


/* 他誌情報2 */
.mod-recommend-block02{
	width:960px;
}
.mod-recommend-block02 .inner-1{
	float:left;
	width:500px;
}
.mod-recommend-block02 .inner-2{
	float:left;
	width:460px;
}
.mod-recommend-block02 h4,
.mod-recommend-block02 ul{
	width:460px;
}
.mod-recommend-block02 li{
	clear:left;
	padding:11px 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
	overflow:hidden;
 	list-style: none;
	zoom:1;
}
.mod-recommend-block02 li.img-unit{
	background:none;
}
.mod-recommend-block02 li:first-child{
	padding-top:0;
	background:none;
}
.mod-recommend-block02 h4{
	margin-bottom:20px;
}
.mod-recommend-block02 p.recommend-img{
	float:left;
	width:66px;
}
.mod-recommend-block02 p.recommend-img img{
	vertical-align:top;
}
.mod-recommend-block02 dl{
	float:left;
	width:354px;
}
.mod-recommend-block02 dt{
	margin:0 0 2px;
	font-weight:bold;
	font-size:70%;
	line-height:140%;
}
.mod-recommend-block02 dd{
	margin:0;
	padding:0;
	font-size:75%;
	line-height:140%;
}
.mod-recommend-block02 dd.recommend-text{
	margin:0 0 3px;
}
.mod-recommend-block02 dd.recommend-text a:link,.mod-recommend-block02 dd.recommend-text a:visited{color:#333; text-decoration:none;}
.mod-recommend-block02 dd.recommend-text a:hover{
	text-decoration:underline;
}

/* 他誌情報3 */
.mod-recommend-block03{
	width:960px;
}
.mod-recommend-block03 .inner-1{
	float:left;
	width:500px;
}
.mod-recommend-block03 .inner-2{
	float:left;
	width:460px;
}
.mod-recommend-block03 h4,
.mod-recommend-block03 ul{
	width:460px;
}
.mod-recommend-block03 li{
	clear:left;
	padding:5px 0 3px;
	background: url(../img/border_h_2px.png) repeat-x left top;
	overflow:hidden;
 	list-style: none;
	zoom:1;
}
.mod-recommend-block03 li.img-unit{
	padding-top:20px;
	background:none;
}
.mod-recommend-block03 li:first-child{
	padding-top:0;
	background:none;
}
.mod-recommend-block03 dl{
}
.mod-recommend-block03 dt{
	margin:0 0 2px;
	font-weight:bold;
	font-size:70%;
	line-height:140%;
}
.mod-recommend-block03 dd{
	margin:0;
	padding:0;
	font-size:75%;
	line-height:140%;
	color:#666;
}
.mod-recommend-block03 dd strong{
	color:#333;
}
.mod-recommend-block03 dd.recommend-text{
	margin:0 0 2px;
}
.mod-recommend-block03 dd a:link,.mod-recommend-block03 dd a:visited{color:#666; text-decoration:none;}
.mod-recommend-block03 dd a:link strong,.mod-recommend-block03 dd a:visited strong{color:#333;}
.mod-recommend-block03 dd a:hover{
	text-decoration:underline;
}


/* 著者プロフィール */
.mod-profile-block{
	margin:0 0 20px;
	padding:13px 10px;
	border:solid 1px #d4d1c9;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow:hidden;
	zoom:1;
}
.mod-profile-block .profile-title{
	float:left;
}
.mod-profile-block .profile-name{
	float:left;
	margin:0 10px 0 0;
	font-size:100%;
	line-height:140%;
	font-weight:bold;
	color:#333;
}
.mod-profile-block .profile-name span{
	font-size:70%;
	font-weight:normal;
}
.mod-profile-block ul,
.mod-profile-block li{
	float:left;
	list-style:none;
}
.mod-profile-block li a{
	display: block;
	margin:0 5px 0 0;
	width:18px;
	height:18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.mod-profile-block li.tw a{background: url(../img/common_units.png) no-repeat -81px 0;}
.mod-profile-block li.fb a{background: url(../img/common_units.png) no-repeat -109px 0;}

.mod-profile-block p{
	clear:left;
	padding:10px 0 0;
	font-size:85%;
	line-height:140%;
	color:#333;
}
.mod-profile-block .profile-img{
	float:right;
	clear:none;
	padding:0;
}
.mod-profile-block .profile-img img{
	padding:0 0 0 30px;
}

/* 新人賞 */
.mod-awards{
	margin:0 0 20px;
	padding:15px 15px 0;
	border:solid 1px #d2cab9;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow:hidden;
	zoom:1;
}
.mod-awards .awards-img{
	float:right;
	width:130px;
	text-align:right;
}
.mod-awards > h3{
	float:left;
	width:418px;
	margin:0 0 5px;
	padding:0;
	font-size:130%;
	line-height:140%;
	font-weight:bold;
}
.mod-awards > div{
	float:left;
	width:418px;
	margin:0 0 15px;
	font-size:85%;
	line-height:160%;
}
.mod-awards > dl{
	float:left;
	width:418px;
	padding:0 0 20px;
}
.mod-awards > dl > dt{
	margin:0 0 10px;
	padding:4px 7px;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	line-height:140%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mod-awards dt.result{background-color:#d57f24;}
.mod-awards dt.now{background-color:#2491b1;}

.mod-awards > dl > dd{
	margin:0 0 2px;
	font-size:80%;
	line-height:140%;
}

/* バナー */
.mod-banner-block{
	clear:left;
	width:600px;
}
.magazine .mod-banner-block{
	margin: 10px 0 0;
	padding:12px 0 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
	overflow:hidden;
	zoom:1;
}
.mod-banner-block ul{
	width:620px;
	margin:0 -20px 0 0;	
}
.mod-banner-block li{
	float:left;
	width:290px;
	margin:0 20px 0 0;
	padding:0 0 10px;
	list-style:none;
}
.mod-banner-block a img{
	vertical-align: top;
}

/* 関連リンク */
.mod-related-block{
	clear:left;
	width:600px;
}
.mod-related-block ul{
	width:620px;
	margin:0 -20px 20px 0;	
	list-style: none;
	overflow:hidden;
	zoom:1;
}
.mod-related-block li{
	float:left;
	width:290px;
	height:60px;
	margin:0 20px 0 0;
	padding:0 0 10px;
	list-style:none;
}
.mod-related-block a img{
	vertical-align:top;
}
.mod-related-block li.box a{
	display: block;
	width:276px;
	height:50px;
	padding:4px 6px;
	border:solid 1px #d4d1c9;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:85%;
	line-height:130%;
	overflow:hidden;
}
.mod-related-block li.box a:link,
.mod-related-block li.box a:visited{
	text-decoration:none;
}
.mod-related-block li.box a:hover{
	text-decoration: underline;
}

/* 角丸ボタン 共通 */
.mod-btn-nav a {
	margin-bottom: 20px;
}

/* 角丸ボタン1 セット */
.btn01 a{width:260px;}
.btn02 a{width:240px;}
.btn03 a,
.btn04 a{width:340px;}
.btn05 a{width:200px;}


/* 角丸ボタン3 セット */
.btn-magazine {
	width:600px;
}
.btn-magazine li {
	width:300px;
}
.btn-magazine a {
	width:298px;
}
.pager-month {
	width:340px;
	padding:0 0 40px;
}
.pager-month li {
	width:170px;
}
.pager-month a {
	width:168px;
}

/* ブックマーク */
.mod-bookmark .btn-wrapper:first-child{
	width:110px;
}

/* ソーシャルウィジェット */
.mod-widget-block li{
	float:right;
	width:500px;
	margin:0 0 20px;
	list-style:none;
}
.mod-widget-block .likebox{
	width:460px;
	height:300px;
	margin:0 0 0 40px;
	background-color:#FFF;
}
.mod-widget-block .twitter-widget{
	width:460px;
	height:300px;
}

/* ソーシャルウィジェット */
.mod-widget-block02 {
	clear:left;
	width:600px;
	overflow:hidden;	
}
.mod-widget-block02 ul{
	width:600px;
}
.mod-widget-block02 li{
	margin:0;
	list-style:none;
}
.mod-widget-block02 .likebox{
	width:300px;
	height:250px;
	margin:0 auto 20px;
	background-color:#FFF;
}
.mod-widget-block02 .twitter-widget{
	width:520px;
	margin:0 auto 20px;
}
.mod-widget-block02 .twitter-widget .twitter-timeline,
.mod-widget-block02 .twitter-widget02 .twitter-timeline{
	width:520px !important;
}

/*微調整*/
.ex-m-btm30{margin-bottom:30px !important;}
.lineup #top-block .mod-btn-nav a {
	margin-bottom: 0px;
}

/*改行*/
.br-sp{
	display:none;
}

/* ニュース用YouTube */
#article-main .youtube {
	margin: 15px 0;
}

/* くらげちゃんウィジェット */

#kuragechan-feed {
	margin: 0 0 20px 0;
	padding: 9px;
	background: #fff url(../img/kuragechan_bg.png) repeat left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b8b6aa;
}
#kuragechan-feed h3 {
	margin: 0 0 6px 0;
	text-align: center;
}
#kuragechan-feed h3 img {
	width: 245px;
	height: auto;
}
#kuragechan-feed .imgurl a img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
#kuragechan-feed .imgurl a:link,
#kuragechan-feed .imgurl a:visited {
	color: #333;
	font-size: 75%;
	line-height: 140%;
	text-decoration: none;
}
#kuragechan-feed .imgurl p {
	display: none;
}
.kuragechan-twitter {
	margin: 10px 0 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.kuragechan-twitter img {
	width: 245px;
	height: auto;
}