@charset "UTF-8";
/*-------------------------------------------------------------------基本設定*/
/*-----------------------------------------------------------------------<h->*/
	/*ロゴ*/


/*----------------------------------------------------------基本設定:ヘッダー*/
/*-------------------------------------------------------------メニューボタン*/
h1 .menu {
	width: 30px;
	margin: 20px 0 0 20px;
	float: left;
}
h1 .menu img {
	max-width: 100%;
	margin: 0;
}
/*メニュー*/
h2.jumpmenu {
	height: 32px;
	background: url(../_image/icon_jumpmenu.gif) no-repeat left center;
	background-size: 32px 32px;
	margin: 18px 5px 10px;
	padding: 0 0 0 36px;
	font-size: 19px;
	line-height: 32px;
}
/*ニュース*/
h2.jumpnews {
	height: 32px;
	background: url(../_image/icon_jumpnews.gif) no-repeat left center;
	background-size: 32px 32px;
	margin: 18px 5px 10px;
	padding: 0 0 0 36px;
	font-size: 19px;
	line-height: 32px;
}
/*メイン*/
.main {
	background: #2b2e31;
	padding: 10px 0;
}
.main img {
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------------基本設定:ヘッダー*/
/*---------------------------------------------------------------------------*/

/*ヘッダー*/
#header {
	height: 70px;
	text-align: center;
	z-index: 9999999;
	zoom: 1;
}
/*回り込みクリア*/
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
#header + * {
	clear: both;
}
/*---------------------------------------------------------------------------*/
/*----------------------------------------------------------基本設定:フッター*/
/*---------------------------------------------------------------------------*/

/*フッター*/
#footer {
	background: #000;
	margin: 0;
	padding: 20px 10px;
	font-size: 11px;
	line-height: 1.6;
	color: #FFF;
}
/*---------------------------------------------------------------トップページ*/
/*------------------------------------------------------------ジャンプメニュー*/
.jumpmenu {
}
/*回り込みクリア*/
.jumpmenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
.jumpmenu + * {
	clear: both;
}
/*.jumpmenu li {
	width: 48.5%;
	background: #2b2e31;
	margin: 0 5px 5px 0;
	padding: 4px 0;
	float: left;
}*/

.jumpmenu li {
	display:inline-block;
	width: 48.5%;
	background: #2b2e31;
	margin: 0 1% 1% 0;
	font-size:12px;
	padding: 4px 0;
	position:relative;
	vertical-align:middle;
}
/*連載*/
.jumpmenu li.rensai {
	border-bottom: 3px solid #d9204c;
}
/*新刊コミックス*/
.jumpmenu li.comics {
	border-bottom: 3px solid #ff6c0a;
}
/*ジャンプ+*/
.jumpmenu li.jumpplus {
	border-bottom: 3px solid #0063d3;
}
/*マンガ賞*/
.jumpmenu li.mangasho {
	border-bottom: 3px solid #ad8416;
}
/*グッズ*/
.jumpmenu li.goods {
	border-bottom: 3px solid #407713;
}
/*アニメ*/
.jumpmenu li.anime {
	border-bottom: 3px solid #5035c8;
}
/*アプリ*/
.jumpmenu li.app {
	border-bottom: 3px solid #ce18d1;
}
/*SNS*/
.jumpmenu li.sns {
	border-bottom: 3px solid #34a8ac;
}
/**/
.jumpmenu li.toko {
	border-bottom: 3px solid #9cbc1e;
}
/**/
.jumpmenu li.tokushu {
	border-bottom: 3px solid #ffae00;
}
.jumpmenu li a {
	display: block;
	font-size: 13px;
	color: #FFF;
	line-height: 42px;
	text-decoration: none;
}
.jumpmenu li a.update {
	display: block;
	font-size: 13px;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
}
.jumpmenu li a.update span {
	position: absolute;
    top: 50%;
    margin-top: -1.2em;
}
.jumpmenu li a.update span span.datetxt{
	color: #fe0000;
	font-weight:bold;
}
.jumpmenu li a img {
	display: inline;
	width: 42px;
	margin: 0 2px 0 4px;
	float: left;
}
/*---------------------------------------------------------------トップページ*/
/*------------------------------------------------------------ジャンプニュース*/
.jumpnews {
	margin: 0 0 10px;
}
/*------------------------------------------------------------------右ペイン*/
/*------------------------------------------------------------ジャンプニュース*/
.jumpnews li {
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
	zoom: 1;
}
/*回り込みクリア*/
.jumpnews li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
.jumpnews li + * {
	clear: both;
}
/*------------------------------------------------------------------右ペイン*/
/*------------------------------------------------------------ジャンプニュース*/
/*最後の要素のボーター削除*/
.jumpnews li:last-child {
	padding: 8px;
	border-bottom: none;
}
/*------------------------------------------------------------ジャンプニュース*/
/*ニュースアイコン*/
.jumpnews img {
	width: 20%;
	float: left;
}
/*------------------------------------------------------------ジャンプニュース*/
/*テキストのボックス*/
.jumpnews div {
	width: 76%;
	float: right;
}
/*ニュースの日付*/
.jumpnews span {
	display: block;
	margin: 4px 0 0;
	font-size: 14px;
	color: #666;
}
/*グローバルナビゲーション：リンクの▲*/
.jumpnews a:link {
	display: block;
	background: url(../_image/icon_newspoint.gif) no-repeat 0 6px;
	background-size: 8px 12px;
	padding: 5px 10px 5px 14px;
	font-size: 13px;
	line-height: 1.4;
	color: #1897cd;
	text-decoration: none;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*---------------------------------------------------------------リンク色設定*/
/*---------------------------------------------------------------------------*/
/*文字色*/
ul.newsList li a:link {
	display: block;
	color: #333;
	text-decoration: none;
}
ul.newsList li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
}
ul.newsList li a:hover {
	display: block;
	color: #333;
	text-decoration: none;
}
ul.newsList li a:active {
	display: block;
	color: #333;
	text-decoration: none;
}
/*---------------------------------------------------------------------------*/
/*文字色*/
ul.newsList li a:link.newsIcon {
	overflow: hidden;
	display: table-cell;
	width: 30%;
	padding: 0 5px 0 0;
}
ul.newsList li a:visited.newsIcon {
	overflow: hidden;
	display: table-cell;
	width: 30%;
	padding: 0 5px 0 0;
}
ul.newsList li a:hover.newsIcon {
	overflow: hidden;
	display: table-cell;
	width: 30%;
	padding: 0 5px 0 0;
}
ul.newsList li a:active.newsIcon {
	overflow: hidden;
	display: table-cell;
	width: 30%;
	padding: 0 5px 0 0;
}
/*---------------------------------------------------------------------------*/
ul.newsList li a.newsIcon img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
ul.newsList li .txtInfo {
	display: table-cell;
	width: 60%;
	vertical-align: top;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*---------------------------------------------------------カテゴリー表示設定*/
/*---------------------------------------------------------------リンク色設定*/
/*文字色*/
ul.newsList li a:link em {
	color: #FFF;
	text-decoration: none;
}
ul.newsList li a:visited em {
	color: #FFF;
	text-decoration: none;
}
ul.newsList li a:hover em {
	color: #FFF;
	text-decoration: none;
}
ul.newsList li a:active em {
	color: #FFF;
	text-decoration: none;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*---------------------------------------------------------カテゴリー表示設定*/
/*---------------------------------------------------------カテゴリーのカラー*/
/*カテゴリーのカラー*/
ul.newsList li em, .newsCat dt em {
	display: block;
	padding: 0 8px 0 8px;
	color: #FFF;
	line-height: 22px;
}
/*---------------------------------------------------------------------------*/
ul.newsList li.news em, .newsCat dt.news em {
	background: #4b4a4a;
}
ul.newsList li.weekly em, .newsCat dt.weekly em {
	background: #279cdd;
}
ul.newsList li.comics em, .newsCat dt.comics em {
	background: #ff9000;
}
ul.newsList li.rensai em, .newsCat dt.rensai em {
	background: #d9204c;
}
ul.newsList li.mangasho em, .newsCat dt.mangasho em {
	background: #2626bc;
}
ul.newsList li.free em, .newsCat dt.free em {
	background: #438f32;
}
ul.newsList li.goods em, .newsCat dt.goods em {
	background: #5035c8;
}
ul.newsList li.app em, .newsCat dt.app em {
	background: #b32eb5;
}
ul.newsList li.info em, .newsCat dt.info em {
	background: #914125;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*---------------------------------------------------ニュースタイトルのカラー*/
/*---------------------------------------------------------------------------*/
/*ニュースタイトルのカラー*/
ul.newsList li strong {
	display: block;
	padding: 6px 0 0 8px;
	font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
}
ul.newsList li.news strong {
	color: #4b4a4a;
}
ul.newsList li.weekly strong {
	color: #279cdd;
}
ul.newsList li.comics strong {
	color: #ff9000;
}
ul.newsList li.rensai strong {
	color: #d9204c;
}
ul.newsList li.mangasho strong {
	color: #2626bc;
}
ul.newsList li.free strong {
	color: #438f32;
}
ul.newsList li.goods strong {
	color: #5035c8;
}
ul.newsList li.app strong {
	color: #b32eb5;
}
ul.newsList li.info strong {
	color: #914125;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*-------------------------------------ニュース抜粋のフォンとサイズとマージン*/
/*---------------------------------------------------------------------------*/
/*ニュース抜粋のフォンとサイズとマージン*/
ul.newsList li span {
	display: block;
	padding: 0 8px;
	font-size: 93%;
	line-height: 1.4;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*-----------------------------------------------------------/*ホバーのカラー*/
/*---------------------------------------------------------------------------*/
/*ホバーのカラー*/
ul.newsList li.news:hover {
	background: #e5e5e5;
}
ul.newsList li.weekly:hover {
	background: #eef7fd;
}
ul.newsList li.comics:hover {
	background: #fef3e5;
}
ul.newsList li.rensai:hover {
	background: #fbe8ec;
}
ul.newsList li.mangasho:hover {
	background: #e8e8f8;
}
ul.newsList li.free:hover {
	background: #ebf3ea;
}
ul.newsList li.goods:hover {
	background: #edeaf9;
}
ul.newsList li.app:hover {
	background: #f7e9f7;
}
ul.newsList li.info:hover {
	background: #ead8d1;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*-----------------------------------------------------------ソーシャルエリア*/
/*---------------------------------------------------------------------------*/
/*ソーシャルエリア*/
.socialArea {
	background: url(../_image/cmn/bg_sosial.gif);
	margin: 0 5px;
	padding: 5px 0 0 0;
	zoom: 1;
}
/*回り込みクリア*/
.socialArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
.socialArea + * {
	clear: both;
}
#contentsChild .socialArea {
	background: none;
	margin: 10px 5px 18px;
	padding: 5px 0 0 0;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*-----------------------------------------------------------ソーシャルエリア*/
/*-----------------------------------------------------------------ツイッター*/
/*ツイッター*/
.twitterTag {
	width: 100px;
	margin: 0 0 5px 8px;
	float: left;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*-----------------------------------------------------------ソーシャルエリア*/
/*-------------------------------------------------------------フェイスブック*/
/*フェイスブック*/
.facebookTag {
	width: 100px;
	margin: 0 0 5px 0;
	float: left;
}
/*----------------------------------------------------------基本設定:ニュース*/
/*-----------------------------------------------------------ソーシャルエリア*/
/*-------------------------------------------------------------フェイスブック*/
/*ライン*/
.lineTag {
	width: 90px;
	margin: 0 0 5px 0;
	float: left;
}
#contentsChild .socialArea .lineTag {
	width: 90px;
	margin: 0 0 5px 8px;
	float: left;
}
/*----------------------------------------------------------基本設定:おしらせ*/
/*---------------------------------------------------------------------------*/
#information {
	background: #f2f1f1;
	margin: 12px 0 30px;
}
#information li {
	border-bottom: 1px dotted #CCC;
}
#information li:last-child {
	border-bottom: none;
}
#information li a:link, #information li a:visited {
	display: block;
	padding: 8px 20px;
	color: #333;
	line-height: 1.6;
	text-decoration: none;
}
/*----------------------------------------------------基本設定:フッターバナー*/
/*---------------------------------------------------------------------------*/
.bnArea {
	background: #f2f1f1;
	margin: 20px 0 0;
	padding: 20px 20px 10px;
}
/*---------------------------------------------------------------------------*/
.bnArea ul {
}
/*---------------------------------------------------------------------------*/
.bnArea ul li {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.bnArea ul li img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: #DDDDDD solid 1px;
}
/*---------------------------------------------------------------------------*/


/*-------------------------------------------------------------------基本設定*/
/*-------------------------------------------------------------ページ内リンク*/

/*パンくずリスト*/
.pageLink {
	zoom: 1;
}
/*回り込みクリア*/
.pageLink:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
.pageLink + * {
	clear: both;
}
/*このページのトップへ*/
.pagetop {
	text-align: right;
	zoom: 1;
}
/*回り込みクリア*/
.pagetop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
.pagetop + * {
	clear: both;
}
/*-------------------------------------------------------------------基本設定*/
/*---------------------------------------------------------------リンク色設定*/

/*文字色*/
a:link {
	color: #0A2A83;
	text-decoration: underline;
}
a:visited {
	color: #0A2A83;
	text-decoration: underline;
}
a:hover {
	color: #0A2A83;
	text-decoration: none;
}
a:active {
	color: #0A2A83;
	text-decoration: none;
}
/*最小高さ設定*/
.minheight {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
/*----------------------------------------------------------基本設定:ヘッダー*/
/*---------------------------------------------------------------------------*/

/*ヘッダー*/
header {
	position: relative;
	background: url(../../../_common/_image/bg.gif);
	background-size: 16px 16px;
	padding: 5px 14px 0;
	zoom: 1;
}
/*回り込みクリア*/
header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
header + * {
	clear: both;
}
/*----------------------------------------------------------基本設定:ヘッダー*/
/*-----------------------------------------------------------------メニュー*/
h1 {
	position:relative;
	width:100%;
}
h1 img {
	display: block;
	/*width: 220px; 通常サイズ*/
	/*こち亀用*/
	width:266px;
	height:auto;
	margin: 0 0 0 4px;
	padding: 7px 0 7px 0;
}



/*メニュー
.menu2 {
	width: 36px;
	height: 40px;
	float: right;
}
.mL {float: left;}*/
/*-----------------------------------------------------------------メニュー*/
/*メニューボタン*/
.slide_btn {
	position:absolute;
	top:16px;
	right:4px;
	width: 44px;
	background-color: #c72222;
	cursor: pointer;
	text-align: center;
	padding: 9px 12px;
	font-size: 16px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*-----------------------------------------------------------------メニュー*/
/*3本線*/
.slide_btn .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 3px;
	width: 18px;
	margin: 3px 0;
}
/*-----------------------------------------------------------------メニュー*/
/*メニューボタン選択状態*/
.slide_btn.active2 {
	background-color: #d74848;
}

/*-----------------------------------------------------------------メニュー*/
/*メニュー全体：初期状態は非表示*/
.sMenu {
	display: none;
	background: #b61212;
}
/*-----------------------------------------------------------------メニュー*/
.sMenu ul {}
/*リスト*/
.sMenu ul li {
	position:relative;
	margin:0;
	padding:0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
/*リストの最後の要素に下線を付けない*/
.sMenu ul li:last-child {
	position:relative;
	margin:0;
	padding:0;
	border-bottom:none;
}
/*-----------------------------------------------------------------メニュー*/
/*インデント*/
.sMenu ul li ul li {
	margin:0;
	padding:0 0 0 18px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
/*-----------------------------------------------------------------メニュー*/
/*リストの最後の要素に下線を付けない*/
.sMenu ul li ul li:last-child {
	margin:0;
	padding:0 0 0 18px;
	border-bottom:none;
}
/*-----------------------------------------------------------------メニュー*/
/*リンク*/
.sMenu  a {
	display:block;
	padding:18px 0 18px 18px;
	font-size:13px;
	color:#FFF;
	text-decoration:none;	

}
/*-----------------------------------------------------------------メニュー*/


.slide_btn3333,
.slide_btn4444,
.slide_btn5555,
.slide_btn6666,
.slide_btn7777,
.slide_btn8888,
.slide_btn9999,
.slide_btn1010,
.slide_btn1111,
.slide_btn1212,
.slide_btn1313 {
	position:absolute;
	top:0;
	right:0;
	width: 49px;
	height: 49px;
	background:#a81111 url(../_image/cmn_menu.png) no-repeat center;
	background-size:20px;
	text-indent: -99999px;
	cursor: pointer;
}
.active3 {
	background:#b81f1f url(../_image/cmn_menu2.png) no-repeat center;
	background-size:20px;

}




/*リストの背景色 2階層目*/
.sMenu2222, .sMenu3333, .sMenu4444, .sMenu5555, .sMenu6666, .sMenu7777, .sMenu8888{
	display: none;
	background: #c72222;
	color:#FFF;
	border-bottom:rgba(0, 0, 0, 0.075);
}
/*リストの背景色 3階層目*/
 .sMenu9999, .sMenu1010, .sMenu1111, .sMenu1212,.sMenu1313 {
	display: none;
	background: #b61212;
	color:#FFF;
	border-bottom:rgba(0, 0, 0, 0.075);
}
/*----------------------------------------------------------------------------*/
/*ナビゲーションメニュー*/
.menuLink {
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
/*回り込みクリア*/
.menuLink:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*DW*/
.menuLink + * {
	clear: both;
}
.menuLink li {
	background: #ebebeb;
	font-size: 14px;
}
.menuLink li img {
	display: inline;
	max-width: 100%;
	height: auto;
}
.menuLink li a {
	display: inline;
}
#acMenu dl {
	width: 100%;
}
#acMenu dt {
	border: #666 1px solid;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
#acMenu dd {
	background: #f2f2f2;
	width: 100%;
	height: auto;
	text-align: center;
	border: #666 1px solid;
	display: none;
}

/*----------------------------------------------------
	ボタン出し分け
----------------------------------------------------*/

.jigenAfter{ display: none;}
body.close .jigenAfter{ display: inherit;}

.jigenBefore{ display: inherit;}
body.close .jigenBefore{ display: none;}

