@charset "UTF-8";

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

/* Navigation
----------------------------------- */
.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 ul ul {
	background: transparent none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#topnav .nav2-8,
#topnav .nav2-5 {
	display: none;
}


/* Header
----------------------------------- */
#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;
}

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

/* Footer
----------------------------------- */
.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,
.footer-wrap li.nav2-1 {
	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 a { display: block; }
#push a img {
	display: block;
	width: 100%;
	height: auto;
}
.toppage #push-foot p{
	text-align:center;
	padding:0 3px;
	border:solid 1px #ef9125;
	background: #f79e2b;
	background: -moz-linear-gradient(top,  #f79e2b 0%, #f58e24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79e2b), color-stop(100%,#f58e24));
	background: -webkit-linear-gradient(top,  #f79e2b 0%,#f58e24 100%);
	background: -o-linear-gradient(top,  #f79e2b 0%,#f58e24 100%);
	background: -ms-linear-gradient(top,  #f79e2b 0%,#f58e24 100%);
	background: linear-gradient(to bottom,  #f79e2b 0%,#f58e24 100%);
	font-weight:bold;
	font-size:13px;
	line-height:28px;
	color:#fff;
	text-shadow: 1px 1px 1px #d8701a;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79e2b', endColorstr='#f58e24',GradientType=0 );
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.toppage .mod-bookmark{
	display: block;
	height:30px;
	margin:10px 0;
	overflow:hidden;
	text-align:center;
}
.toppage .mod-bookmark ul.shareBtn{
	list-style: none inside;
    font-size: 0;
    line-height: 0;
}
.toppage .mod-bookmark ul.shareBtn li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin:0 0 0 10px;
	padding: 0;
    vertical-align: baseline;
}

/* トップページ：雑誌情報
----------------------------------- */
#magazine-unit{
	padding: 0 0 30px;
}
.magazine-block{
	clear:left;
	padding:8px 0 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
	overflow:hidden;
	zoom:1;
	list-style: none;
}
.magazine-block:first-child{
	padding-top:0;
	background:none;
}
.even-block{
	margin-right:0;
}
.magazine-block p.magazine-img{
	float:left;
	width:112px;
}
.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 6px;
    background-image: url(../img/l_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;	
}

/* -----------------------------------
  リストレイアウト
----------------------------------- */
.list #main-block {
	display: block;
	padding: 0 0 20px;
	clear: left;
}

/* -----------------------------------
  お知らせレイアウト
----------------------------------- */
.info #main-block {
	display: block;
	padding: 0 0 20px;
	clear: left;
}
.news-block{
	margin:0 0 20px;	
}
.news-block li{
	margin:0 0 10px;
	padding:12px 0 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
	list-style: none;
}
.news-block li:first-child{
	padding-top:0;
	background:none;	
}
.news-block h3{
	margin:0 0 0.2em;
	font-size:85%;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.news-block h3 span.notes{
	font-weight:normal;	
}
.news-block p{
	margin:0 0 3px;
	font-size:75%;
	line-height:140%;
	color:#666;
}

/* -----------------------------------
  自由入力レイアウト
----------------------------------- */
.editable #main-block {
	display: block;
	padding: 0 0 20px;
	clear: left;
	font-size:14px;
	line-height:160%;	
}

/* メッセージフォーム テキスト
----------------------------------- */
#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;
}

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

/* タイトルリンク */
#news-unit h3 a,
.more a{
	display: block;
	background: #55534e url(../img/s_more.png) no-repeat right center;
	background-size: 17px 12px;
	border: 1px solid #47453f;
	-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 #383631;
}
.more em{
	padding:0 10px 0 0;
	color:#323232;
	font-size:13px;
	font-style:normal;
}

/* タイトル */
.headline{
	background: none #55534e;
	border: 1px solid #47453f;
	-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 #383631;
}

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

/* Webコミック、試し読み */
.mod-book-img-block,
.mod-book-img-block02{
	margin:0 0 15px;
}
.mod-book-img-block ul,
.mod-book-img-block02 ul{
	margin:0;
	padding:0;
}
.mod-book-img-block li,
.mod-book-img-block02 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,
.mod-book-img-block02 li:first-child{
	padding-top:0;
	background: none;
}
.mod-book-img-block .book-img,
.mod-book-img-block02 .book-img{
	width:108px;
	margin:0 10px 0px 0;
}
.mod-book-img-block .book-img a,
.mod-book-img-block02 .book-img a{
	display: block;
	height:150px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:102px 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,
.mod-book-img-block02 .book-img a img{
	width:108px!important;
	height:auto!important;
}
.mod-book-img-block .book-info,
.mod-book-img-block02 .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,
.mod-book-img-block02 .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,
.mod-book-img-block02 .book-magazine,
.mod-book-img-block02 .book-title,
.mod-book-img-block02 .book-author,
.mod-book-img-block02 .book-date{
	font-size:13px;
	line-height:140%;
}
.mod-book-img-block .book-magazine,
.mod-book-img-block02 .book-magazine{
	margin:0 0 0.1em;
	font-size:12px;
	font-weight: bold;
}
.mod-book-img-block .book-title,
.mod-book-img-block02 .book-title{
	font-size:14px;
	font-weight: bold;
}
.mod-book-img-block .book-author,
.mod-book-img-block02 .book-author{
	font-weight: normal;
	color:#666;
}
.mod-book-img-block .book-date,
.mod-book-img-block02 .book-date{
	color:#666;
}
.mod-book-img-block a:link,
.mod-book-img-block a:visited,
.mod-book-img-block02 a:link,
.mod-book-img-block02 a:visited{
	text-decoration: none;	
	color:#333;
}
.mod-book-img-block a:link .book-author,
.mod-book-img-block a:visited .book-date,
.mod-book-img-block02 a:link .book-author,
.mod-book-img-block02 a:visited .book-date{
	text-decoration: none;	
	color:#666;
}
.mod-book-img-block a:hover,
.mod-book-img-block02 a:hover{
	text-decoration: none;
	color:#999;
}
.mod-book-img-block li:hover,
.mod-book-img-block02 li:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/* 単行本情報 */
.mod-book-item-block ul{
	margin:0 0 20px;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block li{
	margin:0 0 10px;
	border:solid 1px #d5d1c6;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	list-style:none;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block p.book-img{
	float:left;
	width:141px;
	min-height:182px;
	margin:9px 0 0;
}
.mod-book-item-block section{
	margin:9px 9px 0 141px;
	padding:0 0 5px;
	color:#666;
}
.mod-book-item-block 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{
	margin:0 0 3px;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
.mod-book-item-block p{
	margin:0 0 3px;
	font-size:12px;
	font-weight:normal;
	line-height:130%;
}
.mod-book-item-block .book-mag{
	font-size:12px;
	font-weight:bold;
}
.mod-book-item-block .book-title{
	margin:0 0 1px;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.mod-book-item-block ul.book-link{
	width: auto;
	margin:0;
}
.mod-book-item-block ul.book-link li{
	float:left;
	width: auto;
	padding:0;
	margin:5px 5px 5px 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{
	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{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
.mod-book-item-block .book-link a:hover img{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/* ランキング */
.mod-side-ranking-block ul{
	overflow:hidden;
	margin-bottom:20px;
}
.mod-side-ranking-block li{
	position:relative;
	clear:left;
	top:-5px;
	margin:0;
	padding:7px 0;
	background: url(../img/border_h_2px.png) repeat-x 0 0;
 	list-style: none;
}
.mod-side-ranking-block li:first-child{
	background:none;
}
.mod-side-ranking-block li a{
	display: block;
	min-height:50px;
	height: auto !important;
	height:50px;
	padding:1px 0 0 65px;
	background-repeat: no-repeat;
	background-position:0 0;
	overflow:hidden;
	zoom:1;
}
.mod-side-ranking-block li img{
	position:absolute;
	top:7px;
	left:0;
	width:55px;
	height:55px;
}
.mod-side-ranking-block li span{
	display: block;
	margin:0 0 3px;
	font-size:13px;
	line-height:130%;
}
.mod-side-ranking-block .ranking-magazine{
	font-size:12px;
	font-weight:bold;
	line-height:130%;
}
.mod-side-ranking-block .ranking-title{
	font-size:14px;
	font-weight:bold;
}
.mod-side-ranking-block .ranking-author{
	color:#666;
}

.mod-side-ranking-block li a:link,
.mod-side-ranking-block li a:visited{
	text-decoration: none;	
	color:#333;
}
.mod-side-ranking-block li a:hover{
	text-decoration: none;
	color:#999;
}
.mod-side-ranking-block li a:hover .ranking-author{color:#908e89;}
.mod-side-ranking-block li a:hover .morning{color:#91bb66;}
.mod-side-ranking-block li a:hover .morningtwo{color:#e291f6;}
.mod-side-ranking-block li a:hover .afternoon{color:#f69669;}
.mod-side-ranking-block li a:hover .goodafternoon{color:#9adbef;}
.mod-side-ranking-block li a:hover .evening{color:#b8bee1;}

/* お知らせ */
.mod-news-block ul{
	padding:0 0 10px;
}
.mod-news-block li{
	margin:0 0 10px;
	padding:12px 0 0;
	background: url(../img/border_h_2px.png) repeat-x left top;
	list-style: none;
}
.mod-news-block li:first-child{
	padding-top:0;
	background:none;	
}
.mod-news-block h3{
	margin:0 0 0.2em;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	color:#333;
}
.mod-news-block h3 span.notes{
	font-weight:normal;	
}
.mod-news-block h3 a:link,
.mod-news-block h3 a:visited{
	color:#333;
	text-decoration:none;	
}
.mod-news-block h3 a:hover{
	color:#333;
	text-decoration: underline;	
}
.mod-news-block section p{
	margin:0 0 3px;
	font-size:13px;
	line-height:140%;
	color:#777;
}

/* ソーシャルウィジェット */
.mod-widget-block{
	margin:0 auto 20px;
	padding:24px 0 0 ;
	background: url(../img/border_h_4px.png) repeat-x left top;
}
.mod-widget-block div{
	width:250px;
	margin:0 auto 10px;
	text-align:center;	
}

/* バナー */
.mod-banner-block{
	clear:left;
	width:290px;
	margin:0 auto 20px;	
}
.mod-banner-block li{
	margin:0 0 10px;
	list-style: none;
}
.mod-banner-block li img{
	vertical-align:top;
}


/* バナー */
.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;
}

/* 角丸ボタン1 */
.mod-btn-nav{
	clear:both;
	margin:0 0 30px;
	text-align:center;
}
.mod-btn-nav a{
	display: inline-block;
	padding:12px 0 10px 0;
	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: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.mod-btn-nav a:link{
	color: #2265b7;
	text-decoration:none;
}
.mod-btn-nav a:visited{
	color: #5c56ac;
	text-decoration:none;
}
.mod-btn-nav a:hover,
.mod-btn-nav a:focus,
.mod-btn-nav a: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 );
}

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

/* 角丸ボタン2 */
.mod-btn-nav02{
	margin:0 0 20px;
}
.mod-btn-nav02 a{
	display: inline-block;
	padding:0.1em 30px;
	background-color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5ef), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: -moz-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: -ms-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: linear-gradient(to bottom, #fff 15%, #f5f5ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5ef',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: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:12px;
	font-weight: normal;
	line-height:140%;
}
.mod-btn-nav a:link,
.mod-btn-nav02 a:link,
.mod-btn-nav a:visited,
.mod-btn-nav02 a:visited{
	color: #2265b7;
	text-decoration:none;
}
.mod-btn-nav a:hover,
.mod-btn-nav a:focus,
.mod-btn-nav a:active,
.mod-btn-nav02 a:hover,
.mod-btn-nav02 a:focus,
.mod-btn-nav02 a:active{
	color: #389efe;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e0), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -moz-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -ms-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: linear-gradient(to bottom, #fff 15%, #e4e4e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e0',GradientType=0 );
}

/* ページング */
.pager {
	clear: both;
	padding-top: 12px;
	margin:0 0 20px;
	text-align: center;
}
.pager li {
	display: none;
	list-style: none inside;
	font-size: 80%;
	line-height: 200%;
}
.pager li.next,
.pager li.prev {
	display: inline;
}
.pager li.dot {
	margin:0 10px;
}
.pager a {
	margin: 0 1px;
	padding: 6px 8px;
	border-style: solid;
	border-width: 1px;
	border-color:  #ffffff #c8c2b6 #c8c2b6 #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #edebe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#edebe6));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#edebe6 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#edebe6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#edebe6',GradientType=0 );
}
.pager span {
	margin: 0 1px;
	padding: 6px 8px;
	border-style: solid;
	border-width: 1px;
	border-color:  #9d9484 #c8c2b6 #c8c2b6 #9d9484;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #beb7ab;
	color:#fff;
}
.pager a:link,
.pager a:visited {
	color: #2265b7;
	text-decoration: none;
}
.pager a:hover {
	color: #389efe;
	text-decoration: none;
	border-color: #ffffff #e1ded7 #e1ded7 #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f1ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f1ef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f1ef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f1ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f1ef',GradientType=0 );
}

/* ソート */
.mod-sort-nav{
	margin:0 0 20px;
	padding:5px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 2px 0px #ada79b;
    box-shadow: inset 1px 1px 2px 0px #ada79b;
	background: #d0cbc0;
	background: -moz-linear-gradient(top,  #d0cbc0 0%, #c3bdaf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0cbc0), color-stop(100%,#c3bdaf));
	background: -webkit-linear-gradient(top,  #d0cbc0 0%,#c3bdaf 100%);
	background: -o-linear-gradient(top,  #d0cbc0 0%,#c3bdaf 100%);
	background: -ms-linear-gradient(top,  #d0cbc0 0%,#c3bdaf 100%);
	background: linear-gradient(to bottom,  #d0cbc0 0%,#c3bdaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbc0', endColorstr='#c3bdaf',GradientType=0 );
	text-align:center;
}
.mod-sort-nav select {
	margin:0 4px;
	padding:0;
	vertical-align:middle;
}

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