@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
}


/* ナビゲーション
----------------------------------- */
.toggle { display: none; }
.nav1btn,
.nav2btn {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 100%;
	background: transparent url(../img/s_menu.png) no-repeat;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	background-size: 80px 80px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.nav1btn {
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
}
.nav2btn {
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: -40px 0px;
}
.nav1btn.btn-on,
.nav2btn.btn-on {
	background-color: #444;
	background-position: 0px -40px;
}
#topnav ul {
	clear: both;
	background: #444;
	background: -moz-linear-gradient(top,  #444444 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #444444 0%,#333333 100%);
	background: linear-gradient(to bottom,  #444444 0%,#333333 100%);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	height: 100%;
}
#topnav ul#nav1 { margin: 0 60px 0 0; }
#topnav ul#nav2 { margin: 0 0 0 60px; }
#topnav li {
	list-style: none;
	display: block;
}
#topnav li a {
	margin: 0;
	padding: 10px 10px;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
#topnav li.current a {
	text-shadow: none;
	color: #777;
}
#topnav li a:hover,
#topnav li a:active {
	background: #555 none;
}
#topnav li:first-child a { border-top: 0; }
#topnav li:last-child a { border-bottom: 0; }

#topnav .nav2-4,
#topnav .nav2-5 {
	margin: 0;
	padding: 8px 0 0 10px;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	color: #999;
	font-size: 12px;
	line-height: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
#topnav ul ul {
	background: transparent none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#topnav ul ul li {
	display: inline-block;
}
#topnav ul ul li a {
	border: none;
	padding: 4px 8px 4px 0;
	font-size: 12px;
}
#topnav .nav2-8 {
	display: none;
}

/* ヘッダー
----------------------------------- */
#header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 999;
	background: #222;
	background: -moz-linear-gradient(top,  #333333 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #333333 0%,#222222 100%);
	background: linear-gradient(to bottom,  #333333 0%,#222222 100%);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
h1 {
	margin: 0 80px;
	padding: 0;
	height: 40px;
	font-size: 0;
	line-height: 0;
}
h1 a {
	display: block;
	margin: 0 auto;
	width: 108px;
	height: 40px;
	background: transparent url(../img/s_logo.png) no-repeat center center;
	-webkit-background-size: 108px 30px;
	-moz-background-size: 108px 30px;
	background-size: 108px 30px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
#search {
	clear: both;
	margin: 0 10px 10px 10px;
	padding-top: 50px;
	text-align: center;
}
#search-txt {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0px 5px 20px;
	background: #fff url(../img/s_search.png) no-repeat 3px center;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #c0bfb2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	color:#999;
}
#search-txt:focus{
	outline: 0;
	color:#000;
}
#search-btn { display: none; }
#header-ads {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}


/* ラッパー設定
----------------------------------- */

#wrap {
	z-index: 1;
	width: auto;
	padding: 0 5px;
}


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

.footer-wrap {
	background: #181818;
}
.footer-wrap p.to-top {
	background: #555;
	background: -moz-linear-gradient(top,  #777777 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top,  #777777 0%,#555555 100%);
	background: linear-gradient(to bottom,  #777777 0%,#555555 100%);
	border-bottom: 1px solid #666;
	text-align: center;
}
.footer-wrap p.to-top a {
	display: block;
	padding: 8px;
	font-size: 14px;
	line-height: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.footer-wrap .aboutprice{
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 140%;
	color: #aaa;
	text-align:center;
	text-indent:0.3em;
}
.footer-wrap ul {
	clear: both;
	padding-top: 10px;
	text-align: left;
}
.footer-wrap li {
	display: block;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
.footer-wrap #footer-nav1 li {
	width: 100%;
}
.footer-wrap li a {
	display: block;
	padding: 5px 0 0 5px;
	background: #222;
	border-top:    1px solid #303030;
	border-left:   1px solid #303030;
	border-right:  1px solid #181818;
	border-bottom: 1px solid #181818;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.footer-wrap li a:hover,
.footer-wrap li a:active {
	background: #555 none;
	border: 1px solid #777;
}
.footer-wrap #footer-nav3 li a {
	font-size: 11px;
}
.nav-label {
	font-size: 11px;
	color: #999;
}
#view-toggle .view-s { display: none; }
.footer-wrap ul#view-toggle { padding-bottom: 5px; }
.footer-wrap ul#view-toggle li {
	width: 100%;
	float: none;
}
.footer-wrap a {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	color: #ccc;
}
.footer-wrap .current a {
	text-shadow: none;
	color: #666;
}
.footer-wrap small {
	display: block;
	clear: both;
	padding: 10px 5px;
	text-align: center;
	color: #aaa;
	font-size: 11px;
	line-height: 140%;
}


/* トップページレイアウト
----------------------------------- */
#push {
	margin: 0 0 20px 0;
}
#push a { display: block; }
#push a img {
	display: block;
	width: 100%;
	height: auto;
}

.toppage #top-socialbtn {
	display: block;
	height:30px;
	overflow:hidden;
	text-align:right;
}

#side-magazine-unit,
#side-ranking-unit,
#side-banner-unit {
	display: none;
}

/* トップページ：ニュース
----------------------------------- */
#news-unit ul{
	margin-bottom:10px;	
}
#news-unit li{
	padding:12px 0 10px;
	background: url(../img/border_h_2px.png) repeat-x left top;
	font-size:14px;
	line-height:140%;
	overflow:hidden;
 	list-style: none;
}
#news-unit li:nth-child(3){
	clear:right;
}
#news-unit li a{
	display: inline-block;
	padding:0 0 0 20px;
	background: url(../img/morning_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{
	padding-top:0;
	background: none;
}
#news-unit li.top span.notes{
	font-weight:normal;
}
#news-unit li.photo{
	float:right;
	margin:0 0 0 20px;
	padding:0;
	background:none;
}
#news-unit li.photo img{
	width:90px;
	height:auto;
	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.photo a{padding:0;background: none;}

/* トップページ：雑誌情報
----------------------------------- */
#magazine-unit{
	padding: 24px 0 0;
	background: url(../img/border_h_4px.png) repeat-x left top;
}
.magazine-block{
	clear:left;
	margin:0 20px 0 0;
}
.even-block{
	margin-right:0;
}
.magazine-block p.magazine-img{
	float:left;
	width:112px;
    margin:0 0 15px;
}
.magazine-block p.magazine-img img{
	-webkit-box-shadow: 0 0 5px #a3a19d;
	-moz-box-shadow: 0 0 5px #a3a19d;
	box-shadow: 0 0 5px #a3a19d;
	border: 1px solid #fff;
	width:112px;
	height:auto;
}
.magazine-block p.dmorning-img{
	float:left;
	width:114px;
    height:160px;
    margin:0 0 20px;
    background-image: url(../img/m_bg_dmorning.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size:114px 160px;
	-moz-background-size:114px 160px;
	-webkit-background-size:114px 160px;
	-ms-background-size:114px 160px;
	-webkit-box-shadow: 0 0 5px #c0bdb9;
	-moz-box-shadow: 0 0 5px #c0bdb9;
	box-shadow: 0 0 5px #c0bdb9;
}
.magazine-block p.dmorning-img img{
    padding:11px 11px 17px;
    width:92px;
    height:auto;
}
.magazine-block .magazine-text{
	margin: 0 0 0 112px;
}
.magazine-block h3{
	display: none;
}
.magazine-text p{
	margin:0 0 5px 12px;
	font-size:13px;
	line-height:140%;
}
.magazine-text p strong{
	color:#d52222;
}
.magazine-text p strong.coming{
	color:#22a0d5;
}
.magazine-text p strong.dmorning{
	color:#333;
}
.magazine-text p a,
.magazine-text p a:link,
.magazine-text p a:visited{
	text-decoration:none;
	font-size:13px;
}
.magazine-text p a:hover{
	text-decoration: underline;	
}

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

#banner-m-unit{
    clear:left;
	position: relative;
	margin:0 0 30px;
	padding:0;
}
#banner-m-unit li{
	margin: 0;
	padding: 0;
}
#banner-m-unit li:first-child{
	margin: 0 0 15px;
}
#banner-m-unit li a{
	display: block;
	width:300px;
	height:60px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:300px 60px;
	-moz-background-size:300px 60px;
	-webkit-background-size:300px 60px;
	-ms-background-size:300px 60px;
}
#banner-m-unit li.banner-app a{
	background-image: url(../img/s_banner_app_02.png);
}
#banner-m-unit li.banner-ebook a{
	background-image: url(../img/s_banner_ebook.png);
}

#banner-m-unit span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}


/* トップページ：Webコミック/試し読み
----------------------------------- */
#moae-unit{
	clear:left;	
}

/* トップページ：アクセスランキング
----------------------------------- */
#ranking-unit ul{
	margin:0 0 20px;
}
#ranking-unit li{
	clear:left;
	padding:7px 0 5px;
	background: url(../img/border_h_2px.png) repeat-x left top;
	overflow:hidden;
 	list-style: none;
}
#ranking-unit li:first-child{
	background:none;
	padding-top:0;
}
#ranking-unit p.ranking-img{
	float:left;
	width:90px;
}
#ranking-unit p.ranking-img a{
	display:block;
	width:90px;
	height:90px;
	background-position:0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 90px 90px;
	-moz-background-size: 90px 90px;
	-o-background-size: 90px 90px;
	-ms-background-size: 90px 90px;
}
#ranking-unit p.ranking-img img{
	width:90px;
	height:90px;
	vertical-align:top;
}
#ranking-unit section{
	margin:0 0 0 100px;
}
#ranking-unit .ranking-mag{
	margin:0 0 0.2em;
	font-size:12px;
	font-weight:bold;
	line-height:130%;
}
#ranking-unit hgroup{
	margin:0 0 0.2em;
	font-size:14px;
	line-height:130%;
}
#ranking-unit h4{
	display: inline;
	margin:0 0.5em 0 0;
	font-weight:bold;
	color:#333;
}
#ranking-unit h5{
	margin:0;
	font-weight:normal;
	font-size:12px;
	color:#666;
}
#ranking-unit p{
	margin:0;
	font-size:13px;
	line-height:140%;
}

/* トップページ：PICK UP：新人賞・アシスタント募集
----------------------------------- */

#news-pickup-unit ul{
	clear:left;
	margin:0 0 20px;
}
#news-pickup-unit li{
	width:290px;
	height:50px;
	margin:0 auto 10px;
	list-style:none;
}
.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;}

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

/* トップページ：バナー
----------------------------------- */
.toppage .mod-banner-block{
	padding: 24px 0 0;
	background: url(../img/border_h_4px.png) repeat-x 0 0;
}

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

/* ニュース：本文
----------------------------------- */
#article-main{
	color:#333;
	font-size:14px;
	line-height:160%;
}
#article-main p.img{
	margin:0 15px 1em;
	text-align:center;
}
#article-main p.img img{
	width:100%;
	height: auto;
	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 15px 2em;
	padding:0 0 0 0.5em;
	border-left:solid 4px #8e8a7e;
	font-size:13px;
}

/* ニュース：レクタングルバナー1
----------------------------------- */
.toppage #side-block,.base #side-block,.editable #side-block,.news #side-block{
	padding:24px 0 0 ;
	background: url(../img/border_h_4px.png) repeat-x left top;
}


/* 
  雑誌情報：タイトル
----------------------------------- */
#magazine-title{
	padding:10px 0 30px;
	overflow:hidden;
	zoom:1;
}
#magazine-title h2{
	width:200px;
	margin:0 auto 10px;
}
#magazine-title h2 img{
	width:100%;
	height:auto;
}
#magazine-title p{
	margin:0 10px;
	padding:0;
	text-align:center;
}
#magazine-title a{
	display:block;
	font-size:12px;
	line-height:120%;
}

/* 
  雑誌情報：発売中の雑誌
----------------------------------- */
.side-magazine-infoblock{
	margin: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 p img{
	width:100%;
	height: auto;
}
.side-magazine-infoblock dl{
	margin:0 10px 10px;
	padding:0;
}
.side-magazine-infoblock dt{
	margin:0 0 3px;
	padding:0;
	font-size:15px;
	font-weight:bold;
	line-height:120%;
}
.side-magazine-infoblock dd{
	margin:0 0 3px;
	padding:0;
	font-size:13px;
	line-height:120%;
}
.side-magazine-infoblock strong{
	color:#c70000;
}

/* 
  雑誌情報：次号
----------------------------------- */
.side-magazine-previewblock{
	margin:0 20px 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:120px;
	margin:0;
	padding:0;
}
.side-magazine-previewblock p img{
	width:100px;
	height: auto;
	margin:5px;
	vertical-align:top;
}
.side-magazine-previewblock dl{
	margin:10px 0 0 120px;
	padding:0;
}
.side-magazine-previewblock dt{
	margin:0 0 3px;
	padding:0;
	font-size:15px;
	font-weight:bold;
	line-height:120%;
}
.side-magazine-previewblock dd{
	margin:0 0 2px;
	padding:0;
	font-size:13px;
	line-height:120%;
}
.side-magazine-previewblock dd strong{
	color:#1978d0;
}

/* 
  雑誌情報：バナー
----------------------------------- */
.magazine .mod-banner-block{
	padding:22px 0 0 ;
	background: url(../img/border_h_2px.png) repeat-x left top;
}
.magazine #widget-unit{
	padding:22px 0 0 ;
	background: url(../img/border_h_2px.png) repeat-x left top;
}

/* 
  雑誌情報：関連ニュース
----------------------------------- */
#magazine-news-block{
	clear:left;
}
#magazine-news-block .mod-list-block{
	margin:0 0 20px;	
}


/* 作品詳細：作品情報
----------------------------------- */
.detail-title{
	margin:15px 0;
	text-align:center;
}
.detail-title img{
	max-width:100%;
	height: auto;
}
#detail-block .detail-text{
	margin: 0 0 8px;
	font-size:13px;
	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{
	clear:both;
	padding:12px 0 20px;
	background: url(../img/border_h_2px.png) repeat-x 0 2px;
	text-align:center;
}
#detail-block .detail-bookmark div{display: inline-block; margin:0 10px 0 0; vertical-align:top;}
#detail-block .detail-bookmark .tw{}
#detail-block .detail-bookmark .fb{height:61px;overflow:hidden;}
#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 .more{
	clear:both;	
}

/* 作品詳細：作品画像
----------------------------------- */
.detail-trial {
	margin:0 0 10px;
}
.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:13px;
	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;
}
.related-comic li a,.related-comic li a:hover{background-position:0 -52px;}
#detail-block .detail-trial li span,
.related-comic li span{
	font-weight:normal;
}

/* 作品詳細：作品画像
----------------------------------- */
.lineup #image-block{
	margin:0 20px 20px;
	padding:4px;
	border:solid 1px #b3b2ab;
	background-color:#fff;
}
.lineup #image-block img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.lineup #image-block a{
	display: block;
	position:relative;
}
.lineup #image-block span{
	position:absolute;
	display: block;
	top:50%;
	left:0;
	width:90px;
	height:39px;
	margin:-21px 0 0;
	background-image: url(../img/l_lineup_next.png);
	background-repeat: no-repeat;
	background-position:0 0;
	-webkit-background-size: 90px 78px;
	-moz-background-size: 90px 78px;
	background-size: 90px 78px;
	text-indent: 100%;
	overflow:hidden;
	white-space: nowrap;
}

/* 作品詳細：著者プロフィール
----------------------------------- */
.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{
	margin: 0 100px 0 0;
}
.mod-profile-block .profile-name{
	margin:0 10px 5px 0;
	font-size:14px;
	line-height:140%;
	font-weight:bold;
	color:#333;
}
.mod-profile-block .profile-name span{
	font-size:12px;
	font-weight:normal;
}
.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;
	background-repeat: no-repeat;
	background-position:0 0;
}
.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:13px;
	line-height:140%;
	color:#333;
}
.mod-profile-block .profile-img{
	float:right;
	clear:none;
	padding:0;
}
.mod-profile-block .profile-img img{
	width:90px;
	height:auto;
	padding:0 0 0 10px;
}

/* 作品詳細：まとめ買いボタン
----------------------------------- */
.morebuy-nav{
	margin:0 0 20px;
	text-align:center;	
}
.morebuy-nav a{
	display: inline-block;
	width:240px;
	margin:0 auto;
	padding:12px 0 10px 0;
	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:14px;
	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 );
}

/* 
  作品詳細：関連ニュース
----------------------------------- */
.lineup .mod-list-block,
.lineup .mod-download-block{
	margin:0 0 20px;	
}

/* 新人賞
----------------------------------- */
.mod-awards{
	margin:0 0 20px;
	padding:0 10px;
	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{
	text-align:center;
}
.mod-awards > h3{
	margin:0 0 5px;
	font-size:16px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}
.mod-awards > p{
	margin:0 0 15px;
	font-size:13px;
	line-height:140%;
}
.mod-awards > dl{
	margin:0 0 20px;
}
.mod-awards > dl > dt{
	margin:0 0 10px;
	padding:4px 7px;
	font-size:14px;
	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:13px;
	line-height:140%;
}
.awards-news{
	margin:0 0 20px;	
}


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


/* メッセージフォーム
----------------------------------- */
#input-block dl {
	margin: 0 auto 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;
}

#input-block dt{
	margin:0 0 5px;
	padding:0;
	font-size:14px;
	line-height:140%;
	font-weight:bold;
}

#input-block dd{
	margin:0;
	padding:0 0 20px;
	font-size:13px;
	line-height:140%;
}
#input-block dd input{
	vertical-align:middle;	
	font-size:16px;
}
#input-block label.input-group{
	display: block;
	width:auto !important;
	margin-bottom: 5px;
}
#input-block .ans-lineup select,
#input-block .ans-area select {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}
#input-block .ans-captcha input {
	padding: 3px;
	width: 244px;
	background-color: #fff;
	border: 1px solid #afafa7;
}
#input-block input.ans-text{
	display: block;
	width: 98%;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #afafa7;
	font-size: 16px;
}
#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: 99%;
	height: 4em;
	background-color: #fff;
	border: 1px solid #afafa7;
	font-size: 16px;
}
#input-block .captcha img {
	display: block;
	margin:30px 0 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:12px 0 10px;
	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:13px;
	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 20px;
	font-size:13px;
	line-height:140%;
	text-align:center;
	text-indent:0.3em;
}
.base #main-block .aboutprice{
	margin:10px 0 0;
	font-size:13px;
	line-height:140%;
	text-align:center;
	text-indent:0.3em;
}
.search #main-block .aboutprice{
	margin:0 0 20px;
	font-size:13px;
	line-height:140%;
	text-align:center;
	text-indent:0.3em;
}

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

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

/* タイトルリンク */
#news-unit h3 a,
.more a{
	display: block;
	background: #72ac54 url(../img/s_more.png) no-repeat right center;
	background-size: 17px 12px;
	border: 1px solid #6ca54f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 10px 0;
	padding: 7px 5px 6px 5px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	color: #f3f1ec;
	text-decoration: none;
	text-shadow: 1px 1px 1px #5b8e41;
}
.more em{
	display:block;
	margin-top: -4px;
	margin-bottom:10px;
	padding:0 0 6px 5px;
	background: url(../img/border_h_2px.png) repeat-x left bottom;
	color:#63a144;
	font-style:normal;
	font-size:15px;
	line-height:140%;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* タイトル */
.headline{
	background: none #72ac54;
	border: 1px solid #6ca54f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 10px 0;
	padding: 7px 5px 6px 5px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	color: #f3f1ec;
	text-shadow: 1px 1px 1px #528538;
}

/* スライダー */
.slider{
	width:100%;
	box-sizing:border-box;
	margin:0 auto 10px;
	border-right:solid 1px #b1ada0;
	overflow:hidden;
}
.swiper-car{
	background:none;
}
.swiper-car .slide-detail {
	height: 80px;
}
.swiper-car .book-magazine,
.swiper-car .book-title,
.swiper-car .book-author,
.swiper-car .book-date{
	font-size:13px;
}
.swiper-car .book-magazine{
	font-size:12px;
}
.page-nav{
	display:none;
}

/* 罫線付きテキスト */
.mod-text-block{
	margin: 0 0 20px;
	padding:0 0 18px;
	background: url(../img/border_h_2px.png) repeat-x left bottom;
	font-size:14px;
	line-height:160%;
}

/* タイトルバー */
.mod-titlebar{
	margin:2px 0 10px !important;
	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: 18px;
	font-weight:bold;
	line-height:180%;
	color:#534d3b;
}
/* タイトルバー2 */
.mod-titlebar02{
	margin:0 0 10px;
	padding:6px 0 0.3em;
	font-size: 18px;
	font-weight:bold;
	line-height:100%;
	color:#333;
	border-bottom: solid 3px #68a732;
}

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


/* 単行本情報 */
.mod-book-item-block ul{
	margin:0 0 10px;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block02 ul{
	margin:10px 0;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block li,
.mod-book-item-block02 li{
	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-block p.book-img,
.mod-book-item-block02 p.book-img{
	float:left;
	width:141px;
	margin:9px 0 0;
}
.mod-book-item-block section,
.mod-book-item-block02 section{
	margin:9px 9px 0 141px;
	color:#666;
}
.mod-book-item-block p.book-img img,
.mod-book-item-block02 p.book-img img{
	margin:0 0 0 9px;
	border:solid 1px #ccc;
	vertical-align:top;
}
.mod-book-item-block h3,.mod-book-item-block h4,.mod-book-item-block h5,
.mod-book-item-block02 h3,.mod-book-item-block02 h4,.mod-book-item-block02 h5{
	margin:0 0 3px;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
.mod-book-item-block p,
.mod-book-item-block02 p{
	margin:0 0 3px;
	font-size:12px;
	font-weight:normal;
	line-height:130%;
}
.mod-book-item-block .book-mag,
.mod-book-item-block02 .book-mag{
	font-size:12px;
	font-weight:bold;
}
.mod-book-item-block .book-title,
.mod-book-item-block02 .book-title{
	margin:0 0 1px;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.mod-book-item-block ul.book-link,
.mod-book-item-block02 ul.book-link{
	width: auto;
	margin:0;
}
.mod-book-item-block ul.book-link li,
.mod-book-item-block02 ul.book-link li{
	float: left;
	width: auto;
	margin:5px 5px 5px 0;
	padding:0;
	border: none;
	background-color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style:none;
	font-size:13px;
	line-height:130%;
}
.mod-book-item-block .book-link img,
.mod-book-item-block02 .book-link img{
	width:84px;
	height:18px;
	vertical-align:top;
}
.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=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
#side-block .aboutprice{
	margin:0 0 20px;
	font-size:12px;
	line-height:140%;
	text-align:center;
}

/* 関連リンク */
.mod-related-block ul{
	width: 310px;
	margin:0 auto 20px;
}
.mod-related-block li.box a{
	font-size:13px;
}

/* 試し読み */
.mod-lineup-block{
	clear:left;
}
.mod-lineup-block ul{
}
.mod-lineup-block li{
	clear:left;
	margin:0 0 10px;
 	list-style: none;
	overflow:hidden;
	zoom:1;
}
.mod-lineup-block p.trial-img{
	float:left;
	width:102px;
	min-height:102px;
}
.mod-lineup-block p.trial-img a img{
	width:90px;
	height:90px;
	vertical-align:top;
}
.mod-lineup-block dl{
	margin:0 0 0 102px;
}
.mod-lineup-block dt{
	font-size:12px;
	font-weight:bold;
	line-height:140%;
}
.mod-lineup-block dd{
	font-size:13px;
	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-searcher{
	display:none;
}

/* 試し読み 検索用 */
.mod-book-img-block{
	margin:0 0 15px;
}
.mod-book-img-block ul{
	margin:0;
	padding:0;
}
.mod-book-img-block li{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	margin:0 0 10px;
	padding:12px 0 0 ;
	background: url(../img/border_h_2px.png) repeat-x left top;
	list-style:none;
}
.mod-book-img-block li:first-child{
	padding-top:0;
	background: none;
}
.mod-book-img-block .book-img{
	width:108px;
	margin:0 10px 8px 0;
}
.mod-book-img-block .book-img img{
	width:108px;
	height:150px;
}
.mod-book-img-block .book-img a{
	display: block;
	height:150px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:92px auto;
	-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 a img {
	width:108px!important;
	height:auto!important;
}
.mod-book-img-block .book-info{
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	margin:0;
	padding:65px 0 0 0;
	overflow:hidden;
	zoom:1;
	background-position:0 0;
	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{
	clear:left;
	padding: 24px 0 0;
	background: url(../img/border_h_4px.png) repeat-x 0 0;
}
#pickup-unit ul {
	position: relative;
	margin: 0 0 20px;
	list-style: none outside;
}
#pickup-unit li {
	width:290px;
	margin: 0 auto 10px;
	padding: 0;
}
#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 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.list-img{
	float:right;
	width:106px;
	text-align:right;
	margin:0 0 10px;
	padding:0;
}
.mod-list-block p.list-img a img{
	width:90px;
	height:90px;
	padding:2px;
	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:14px;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.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;	
}
.mod-list-block .list-title span.notes{
	font-weight:normal;	
}
.mod-list-block p{
	margin:0 0 3px;
	font-size:13px;
	line-height:140%;
	color:#777;
}
.mod-list-block p a{font-size:14px;}


/* 一覧 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:13px;
	line-height:140%;
	color:#333;
}
.mod-download-block p a{
	font-size:14px;
}
.mod-download-block p.list-img{
	float:left;
	width:106px;
	margin:0;
	padding:0;
}
.mod-download-block p.list-img img{
	width:90px;
	height:90px;
	padding:2px;
	background-color:#fff;
	border:solid 1px #bdb8b1;
	vertical-align:top;
}
.mod-download-block section{
	margin:0 0 0 106px;
}
.mod-download-block .download-title{
	margin:0 0 0.3em;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.mod-download-block .download-title span.notes{
	font-size:13px;
	font-weight:normal;	
}


/* 他誌情報 */
.mod-recommend-block{
}
.mod-recommend-block .inner:nth-child(2){
	padding: 24px 0 0;
	background: url(../img/border_h_4px.png) repeat-x 0 0;
}
.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:14px;
	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 dl{
	margin:0 0 0 84px;
}
.mod-recommend-block dt.magazine-title{
	font-weight:bold;
}
.mod-recommend-block dd{
	font-size:13px;
}
.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 .magazine-link a{color: #0769e3; font-size:14px;}
.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{
	margin:0 0 10px;
}
.mod-recommend-block02 li{
	clear:left;
	padding:11px 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
 	list-style: none;
}
.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:65px;
}
.mod-recommend-block02 p.recommend-img img{
	width:53px;
	height:53px;
	vertical-align:top;
}
.mod-recommend-block02 dl{
	margin:0 0 0 65px;
}
.mod-recommend-block02 dt{
	margin:0 0 2px;
	font-weight:bold;
	font-size:12px;
	line-height:140%;
}
.mod-recommend-block02 dd{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:140%;
}
.mod-recommend-block02 dd.recommend-text{
	margin:0 0 3px;
}
.mod-recommend-block02 dd.recommend-text strong{
	font-size:14px;
}
.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{
	margin:0 0 10px;
}
.mod-recommend-block03 li{
	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:12px;
	line-height:140%;
}
.mod-recommend-block03 dd{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:140%;
	color:#666;
}
.mod-recommend-block03 dd strong{
	display: block;
	font-size:14px;
	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-banner-block ul{
	width:290px;
	margin:0 auto 20px;	
}
.mod-banner-block li{
	margin:0 0 10px;
	list-style:none;
}
.mod-banner-block a img{
	vertical-align: top;
}

/* 関連リンク */
.mod-related-block ul{
	width:290px;
	margin:0 auto 20px;	
}
.mod-related-block li{
	margin:0 0 10px;
	list-style:none;
}
.mod-related-block a img{
	vertical-align:top;
	width:290px;
	height:auto;
}

.mod-related-block li.box a{
	display: block;
	width:276px;
	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:140%;
}
.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;
}

/* 角丸ボタン1 */
.mod-btn-nav a{
	font-size:14px;
	margin-bottom:10px;
	padding:12px 0 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* 角丸ボタン セット */
.btn01 a,.btn02 a,.btn05 a{width:240px;}
.btn03 a,.btn04 a{
	width: auto;
	padding-left:2em;
	padding-right:2em;
}

/* 角丸ボタン2 */
.mod-btn-nav02 a{
	font-size:12px;
	padding:4px 20px 3px 20px;
}

/* 角丸ボタン3 */
.mod-btn-nav03 li {
	font-size: 13px;
}

/* 角丸ボタン3 セット */
.btn-magazine {
	width:310px;
}
.btn-magazine li {
	width:155px;
}
.btn-magazine li a {
	width:153px;
}
.pager-month {
	width:290px;
	padding:0 0 30px;
}
.pager-month li {
	width:145px;
}
.pager-month li a {
	width:143px;
}

/* ページング */
.pager {
	padding-top: 20px;
}
.pager li {
	display: none;
	font-size:13px;
}
.pager li:first-child,
.pager li:last-child {
	display: inline;
}

/* ソーシャルウィジェット */
.mod-widget-block02 ul{
	padding:24px 0 10px;
	background: url(../img/border_h_4px.png) repeat-x left top;
}
.mod-widget-block02 li{
	list-style:none;
}
.mod-widget-block02 .likebox{
	width:310px;
	height:250px;
	margin: 0 auto 10px;
	background-color:#FFF;
	overflow:hidden;
}
.mod-widget-block02 .twitter-widget{
	width:250px;
	margin: 0 auto 0;
}

/* レクタングルバナー */
.mod-ad-rectangle,.mod-ad-bnnr{
	padding:5px !important;
	margin: 0 auto 20px;
}

/* 微調整 */
.s-p-top20{padding-top:20px !important;}
.s-p-top22{padding-top:22px !important;}

/* エラー */
#error{
	padding:80px 0;
}

/* スマホ用テキストサイズ */
p.common,div.mod-editor{
	font-size:14px;
	line-height:160%;
}

/* ニュース用YouTube */
#article-main .youtube {
	position: relative;
	margin: 15px 0;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}
#article-main .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}