@charset "UTF-8";



body {
	-webkit-text-size-adjust: 100%;
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}



/* 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: absolute;
	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%;
}



/* Top
----------------------------------- */

#title-block h2 a { display: block; }
#title-block h2 a img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.article #title-block h2{
	position:relative;
	margin:0 0 15px;
}

/* テキスト */
.article #title-block h2.text-header{
	position:relative;
	margin:0 0 20px;
	padding:4px 0 10px;
	background: url(../img/border_h_4px.png) repeat-x left bottom;
	text-align: center;
}
.text-header a{
	display:inline-block!important;
	font-weight:normal;
	line-height:140% ;
	font-size:15px;
}
.text-header a:hover {
	color:#999!important;
}
.text-header a:link,.text-header a:visited{
	text-decoration:none;
	color:#333;	
}
.text-header a:hover,.text-header a:active{
	text-decoration:none;
	color:#ccc;	
}
.article #title-block h2.text-header img{
	display: none;
}
.text-header span{
}
#subt-block h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 120%;
	color: #333;
	text-align: center;
}
#subt-block h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
#subt-block .mod-bookmark {
	display: none;
}



/* Main
----------------------------------- */

#main-block {
	margin: -30px 0 60px;
	text-align:center;
}
#main-block .img {
	margin: 60px -5px 0 -5px;
	text-align: center;
}
#main-block .img img {
	max-width: 100%;
	min-width: auto;
	height: auto;
	-webkit-box-shadow:  1px 1px 5px 1px #bebab2;
	box-shadow:  1px 1px 5px 1px #bebab2;
}
#main-block .text-block{
	margin:30px auto 0;
	padding:0 10px;
	text-align:left;
}
#main-block .text-block p{
	margin-top:1em;
	font-size:14px;
	line-height:140%;
}
#subtitle-block{
	clear: both;
	max-width:300px;
	margin:0 auto 30px;
	padding:0.5em 2em;
	border:  #d4d2c6 solid 1px;
	background: #fefefe;
	font-size:13px;
	line-height:140%;
	text-align:center;
}
.main-pager {
	clear: both;
	margin-bottom: 40px;
	text-align: center;
}
.main-pager a {
	display: inline-block;
	font-size: 120%;
	font-weight:bold;
	line-height: 100%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.main-pager a:link,
.main-pager a:visited{
	color:#333;
	text-decoration:none;
}
.main-pager a:hover{
	color:#666;
	text-decoration:none;
}
.main-pager a.prev {
	margin-right:1em;
	padding-left:25px;
	background: url(../img/arrow_article_prev.png) no-repeat left center;
}
.main-pager a.next {
	margin-left:1em;
	padding-right:25px;
	background: url(../img/arrow_article_next.png) no-repeat right center;
}



/* 告知エリア
----------------------------------- */

#mid-block {
}

/* ソーシャルボタン */
.mod-bookmark{
	text-align: right;
}
#mod-bookmark-btm{
	float: none;
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
}
.mod-bookmark ul.shareBtn{
	position: relative;
	list-style: none inside;
	margin: 0;
	padding: 0;
}
.mod-bookmark ul.shareBtn li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin:0 0 0 8px;
	padding: 0;
    vertical-align: baseline;
    font-size: 0;
    line-height: 0;
}
.mod-bookmark ul.shareBtn .tw_value {
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    width: 73px;
    margin: 0;
    padding: 4px 0 4px 0;
    background: #fff;
    border: 1px solid #9197a3;
    border-radius: 3px;
	text-align: center;
	font-size: 80%;
	line-height: 1.8;
}
.mod-bookmark ul.shareBtn .tw_value a:link,
.mod-bookmark ul.shareBtn .tw_value a:visited {
    color: #4e5665;
	text-decoration: none;
}
.mod-bookmark ul.shareBtn .tw_value a:hover,
.mod-bookmark ul.shareBtn .tw_value a:active {
    color: #389efe;
	text-decoration: none;
}
.mod-bookmark ul.shareBtn .tw_value:before {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -10px;
    border: 5px solid;
    border-color: #9197a3 transparent transparent transparent;
}
.mod-bookmark ul.shareBtn .tw_value:after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -8px;
    border: 5px solid;
    border-color: #fff transparent transparent transparent;
}
#mod-bookmark-btm li.share-twitter{
	position: relative;
}
#mod-bookmark-btm li.share-twitter .tw_value {
	left: 0;
	top: -40px;
	font-size: 13px;
	line-height: 1.8;
}
.mod-bookmark .rss{
	display: inline-block;
}
.mod-bookmark .rss a{
	display: inline-block;
	width:43px;
	height:21px;
	background: transparent url(../img/l_local_nav.png) no-repeat -917px 0;
	overflow:hidden;
}
.mod-bookmark .rss a:hover{
	background: transparent url(../img/l_local_nav.png) no-repeat -917px -30px;
}
.mod-bookmark .rss span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}
.mod-bookmark02{
	margin:0 0 20px;
	text-align: center;
}
.mod-bookmark02 ul.shareBtn02{
	position: relative;
	list-style: none inside;
	margin: 0;
	padding: 0;
}
.mod-bookmark02 ul.shareBtn02 li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin:0 0 0 8px;
	padding: 0;
    vertical-align: baseline;
    font-size: 0;
    line-height: 0;
}
.mod-bookmark02 li.message{margin:0 8px;}
.mod-bookmark02 li.lineup img{width:86px;height:32px;}
.mod-bookmark02 li.message img{width:104px;height:32px;}
.mod-bookmark02 li.rss img{width:86px;height:32px;}

.mod-bookmark02 li a:link img{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
.mod-bookmark02 li a:hover img{
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}

.mod-free-block {
	margin: 40px 0;
	padding: 0 20px;
	font-size: 80%;
	line-height: 140%;
	color: #605d53;
}
.mod-free-block02{
	clear:left;
	margin: 20px 0;
	padding: 0;
	font-size:85%;
	line-height:160%;
}

/* バックナンバー
----------------------------------- */

.mod-backnumber-block {
}

.mod-backnumber-block li {
	padding: 5px 0 7px 0;
	background: transparent url(../img/border_h_2px.png) repeat-x left bottom;
	font-size: 80%;
	line-height: 140%;
}

.mod-backnumber-block li strong {
	font-weight: bold;
}

.mod-backnumber-block li:last-child {
	padding-bottom: 5px;
	background-image: none;
}

.mod-backnumber-block li a:link{
	text-decoration:none;
	color:#333;
}

.mod-backnumber-block li a:visited{
	text-decoration:none;
	color:#999;
}

.mod-backnumber-block li.current a,
.mod-backnumber-block li.current a:link,
.mod-backnumber-block li.current a:visited{
	color: #df8300;
	font-weight: bold;
}

.mod-backnumber-block li a:active,
.mod-backnumber-block li a:hover {
	color: #868173;
	text-decoration: none;
}

.mod-backnumber-block li .notes {
	font-size: 80%;
}

.mod-backnumber-block .more {
	margin: 0 50px;
}

/* ページング */
.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-ad-rectangle,.mod-ad-bnnr{
	clear:left;
	width:300px;
	height:250px;
	margin:20px auto 30px;
	padding:5px;
	background: #c7c2b5;
	background-color: rgba(186,177,158,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #cec9bc;
    box-shadow: inset 0px 0px 3px 1px #cec9bc;
}
.mod-ad-rectangle .mod-ad-block{
	width:300px;
	height:250px;
	margin:0 auto;
}

/* プロフィール
----------------------------------- */

.profile-photo {
	float: right;
	margin: 0 0 10px 10px;
}
.mod-profile-block dl{
	clear:right;
	padding:0 0 10px;
}
.mod-profile-block dt {
	margin-bottom: 0.5em;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
}
.mod-profile-block dt .notes {
	font-size: 80%;
	font-weight: normal;
}
.mod-profile-block dd {
	font-size: 80%;
	line-height: 140%;
}

/* お知らせ
----------------------------------- */
.mod-news-block{clear:right;}
.mod-news-block ul {
	margin-bottom: 10px;
}
.mod-news-block li {
	padding: 5px 0 7px 0;
	background: transparent url(../img/border_h_2px.png) repeat-x left bottom;
}
.mod-news-block li:last-child {
	padding-bottom: 5px;
	background-image: none;
}
.mod-news-block h4,
.mod-news-block p {
	font-size: 80%;
	line-height: 140%;
}
.mod-news-block h4 .notes {
	font-size: 80%;
}
.mod-news-block h4 a {
	color: #333;
	text-decoration: none;
}


/* 単行本情報
----------------------------------- */

.mod-book-item-block{
}
.mod-book-item-block ul{
	margin:0 0 10px;
	overflow:hidden;
	zoom:1;
}
.mod-book-item-block li{
	margin:0 0 10px;
	padding: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;
	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-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-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-book-item-block p.mod-btn-nav{
	clear:left;
	margin-top:10px;
	margin-bottom:20px;
}


/* Twitter
----------------------------------- */

.mod-widget-block div{
	width:250px;
	margin: 0 auto 20px auto;
}


/* 作品一覧
----------------------------------- */
.mod-webcomic-block{clear:right;}

.mod-webcomic-block ul{
	margin:0 0 10px;
}
.mod-webcomic-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-webcomic-block li:first-child{
	background:none;
}
.mod-webcomic-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-webcomic-block li img{
	position:absolute;
	top:7px;
	left:0;
	width:55px;
	height:55px;
}
.mod-webcomic-block li span{
	display: block;
	margin:0 0 3px;
	line-height:130%;
}
.mod-webcomic-block .ranking-magazine{
	font-size:12px;
	font-weight:bold;
}
.mod-webcomic-block .ranking-title{
	font-size:14px;
	font-weight:bold;
}
.mod-webcomic-block .ranking-author{
	font-size:13px;
	color:#666;
}

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


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

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

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

/* 角丸ボタン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,
.mod-btn-nav a:visited{
	color: #2265b7;
	text-decoration:none;
}
.mod-btn-nav a:hover,
.mod-btn-nav a:focus,
.mod-btn-nav a:active{
	color: #389efe;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e0), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -moz-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -ms-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: linear-gradient(to bottom, #fff 15%, #e4e4e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e0',GradientType=0 );
}

/* 角丸ボタン セット */
.btn01 a{
	width:220px;
}

#counter{
	padding:3px 8px;	
}

/* 拡大用タップ判定 */
.img {
	position: relative;
	line-height: 0;
}
.img span.left-top,
.img span.left-bottom,
.img span.right-top,
.img span.right-bottom {
	display: block;
	position: absolute;
	width: 50%;
	height: 50%;
}
.img span.left-top     { left: 0px; top: 0px; }
.img span.left-bottom  { left: 0px; top: 50%; }
.img span.right-top    { left: 50%; top: 0px; }
.img span.right-bottom { left: 50%; top: 50%; }
/*
.img span.left-top     { background: rgba(255,   0,   0, 0.5) none; }
.img span.left-bottom  { background: rgba(  0, 255,   0, 0.5) none; }
.img span.right-top    { background: rgba(  0,   0, 255, 0.5) none; }
.img span.right-bottom { background: rgba(255,   0, 255, 0.5) none; }
*/
