@charset "UTF-8";
/* CSS Document ==============
	みんなの経済新聞
	common.css
	スライド / ドロップダウン共有
============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
td, th, p, h1, h2, h3, h4, h5, h6, label {
	word-break: break-all;
	word-wrap: break-word;
}
body {
    font-size: 14px;
    font-family: HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",Helvetica,sans-serif;
    color: #3a3a3a;
    width: 100%;
    min-width: 320px;
    background: #fff;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
nav ul {
    list-style:none;
}
a:link { color: #2e529d; text-decoration: none; -webkit-tap-highlight-color:rgba(249,148,0,0.4); }
a:visited { color: #2e529d; }
a:active { color: #2e529d; }
.mt-25 {
	margin-top: 25px;
}
/* --------------------------------
   Main
--------------------------------- */
#main {
	background: #FFF;
	overflow: hidden;
}
/* --------------------------------
   Contents
--------------------------------- */
#contents {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#contents h2 {
	width: 100%;
	height: 32px;
	border-top: 5px solid #7492d0;
	border-bottom: 1px solid #bfbfbf;
	line-height: none;
	background: url(../img/h_title.png) no-repeat;
	background-size: 250px auto;
	text-indent: -9999px;
}
#contents #headline h2 { background-position: 15px 9px; } /*  ヘッドラインニュース  */
#contents #ranking h2 { background-position: 15px -41px; } /*  ランキング  */
#contents #flash h2 { background-position: 15px -91px; } /*  フォトフラッシュ  */
#contents #pnews h2 { background-position: 15px -191px; } /*  写真ニュース  */
#contents #latest_news h2 { background-position: 15px -141px; } /*  最新ニュース  */
#contents #minkei_list h2 { background-position: 15px -240px; } /*  ネットワーク一覧  */
#contents #minna h2 { background-position: 15px -290px; } /*  みんなの経済新聞ネットワーク  */
#contents #privacy h2 { background-position: 15px -341px; } /*  プライバシー  */
#contents #cookie h2 { background-position: 15px -390px; } /*  クッキーについて  */
#contents #special h2 { background-position: 15px -441px; } /*  特集  */
#contents #gpnews h2 { background-position: 15px -491px; } /*  グローバルフォトニュース  */
/* --------------------------------
   Header
--------------------------------- */
#header {
	position: relative;
	width: 100%;
	height: 50px;
	background: url(../img/header_bg.gif) left top repeat-x;
	background-size: 50px auto;
}
#header h1 a {
	display: block;
	height: 32px;
	overflow: hidden;
}
#header h1.header_logo_minkei { /*  みんなの経済新聞 ロゴ  */
	position: absolute;
	top: 8px;
	left: 10px;
	width:244px;
	background: url(../../img/logo/logo_h4.png) left top no-repeat;
	background-size: auto 34px;
	text-indent: -9999px;
}
#header h1.header_logo { /*  各新聞 ロゴ  */
	position: absolute;
	top: 8px;
	left: 10px;
	width: 190px;
	background: url(../../img/logo/logo_h.png) left top no-repeat;
	background-size: auto 34px;
	text-indent: -9999px;
}
#header .searchButton {
	position: absolute;
	display: block;
	text-indent: -9999px;
}
#header .menu-button-search { /*  検索ボタン */
	top: 8px;
	right: 53px;
	width: 35px;
	height: 34px;
	background: url(../img/icons_basic.png) 0 -150px no-repeat;
	background-size: 50px auto;
}
#header .menu-button-right { /*  #header_slide スライドボタン */
	top: 8px;
	right: 10px;
	width: 38px;
	height: 34px;
	background: url(../img/icons_basic.png) 0 -190px no-repeat;
	background-size: 50px auto;
}
#header_drop { /*  ドロップダウン型ヘッダ非表示  */
	display: none;
}
/* --------------------------------
   検索エリア
--------------------------------- */
#searchBox {
	display:none;
	width:100%;
	height:60px;
	background:#363636;
	overflow: hidden;
}
#searchBox #searchBox_inr {
	width: 290px;
	margin: 0 auto;
	padding-top: 15px;
}
#searchBox #searchBox_inr input.searchText {
	float: left;
	width: 230px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#searchBox #searchBox_inr input[type="submit"].searchButton {
	float:left;
	display:block;
	width:50px;
	height:30px;
	margin-left: 10px;
	background-color: #e1e1e1;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 1.0);
	-webkit-appearance: none;
}
/* --------------------------------
   地域セレクタ
--------------------------------- */
#areaSelector {
	position: relative;
	height: 50px;
	background-color: #5681c0;
	overflow: hidden;
}
#areaSelector a.goButton {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#areaSelector a.goButton-left {
	top: 9px;
	left: 10px;
	background: url(../img/icons_basic.png) 0 -100px no-repeat;
	background-size: 50px auto;
}
#areaSelector a.goButton-right {
	top: 9px;
	right: 10px;
	float: right;
	background: url(../img/icons_basic.png) 0 -50px no-repeat;
	background-size: 50px auto;
}
/*  地域・新聞 選択ボタン  */
#areaSelector #areaBox {
	position: relative;
	width: 42%;
	min-width: 216px;
	height: 32px;
	margin: 9px auto 0 auto;
	padding: 0;
	background: url(../img/icons_basic.png) center -289px no-repeat;
	background-size: 50px auto;
}
#areaBox .selectBg {
	position: absolute;
	appearance:button;
	width: 95px;
	font-size: 12px;
	color: #2e529d;
	line-height: 32px;
	border: none;
	border-radius: 0;
	background: url(../img/icons_basic.png) 83px 10px no-repeat;
	background-size: 50px auto;
	background-color: #f7f7f7;
	margin: 0;
	padding: 0 0 0 7px;
	z-index: 0;
}
#areaBox .btn_area01 {
	top: -5px;
	left: -5px;
}
#areaBox .btn_area02 {
	top: -5px;
	right: -5px;
}
#areaBox .btnBg_area01 {
	top: 0;
	left: 0;
}
#areaBox .btnBg_area02 {
	top: 0;
	right: 0;
}
#areaBox select.btn_area {
	position: absolute;
	zoom:1.1;
	z-index: 100;
	opacity: 0;
	width: 102px;
	height: 39px;
}
/* --------------------------------
   ヘッドライン リスト
--------------------------------- */
#headline {
	margin-bottom: 25px;
}
#headline ul.news {
	margin: 0 16px 15px 15px;
}
#headline .news li {
	display:table;
	width:100%;
	border-bottom:1px solid #e6e5e5;
}
#headline .news li a {
	display:block;
	padding: 10px 0;
	text-decoration: none;
	background: url(../img/list_arrow.png) right center no-repeat;
	background-size: auto 15px;
}
#headline .news li p {
	display: block;
	width: 87%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
#headline .news li p span {
	display: block;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
#headline .news li figure {
	display:table-cell;
	width:80px;
	padding-right: 10px;
	padding-top: 4px;
}
#headline .news li figure img {
	width:80px;
	height:auto;
}
#headline .news li div.newsText {
	display:table-cell;
	vertical-align:middle;
	width: 95%;
}
/* --------------------------------
   エントリー記事
--------------------------------- */
#entry h1 {
	font-size: 20px;
	line-height: 1.5;
	color: #444;
	margin: 10px 15px 8px 15px;
}
#entry time {
	font-size: 11px;
	color: #666;
	margin-left: 15px;
	border-bottom: 1px solid #ccc;
}
/*___  記事本文  ___*/
#entry #entry_body {
	position: relative;
	margin: 0 15px 0 15px;
	padding: 0 0 20px 0;
	overflow: hidden;
}
#entry_body p {
	font-size: 16px;
	line-height: 1.7;
}
#entry_body p a {
	font-weight: bold;
}
#entry_body .entry_photo { /*  本文中 写真  */
	float: left;
	position: relative;
	display: block;
	width: 125px;
	height: 94px;
	margin: 0.5em 16px 10px 0;
	overflow: hidden;
}
#entry_body .entry_photo .pzoom {
	position: absolute;
	left: 102px;
	bottom: 0;
	display: block;
	width: 23px;
	height: 23px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../img/icons_entry.png) 0 0 no-repeat;
	background-size: auto 350px;
	overflow: hidden;
}
#entry_body p strong a { /*  本文中 フォトフラッシュリンク  */
	display: block;
	margin: 1.6em 0;
	padding-left: 1.5em;
	background: url(../img/icons_entry.png) 0 -47px no-repeat;
	background-size: auto 350px;
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
}
#entry_body a.map { /*  本文中 マップリンク  */
	display: block;
	width: 290px;
	margin: 1.6em auto;
	padding-bottom: 20px;
	background: url(../img/icons_entry.png) 0 8px no-repeat;
	background-size: auto 350px;
	overflow: hidden;
}
#entry_body a.map img {
	border: 1px solid #ccc;
}
/* --------------------------------
   最新ニュース リスト
--------------------------------- */
#latest_news {
	margin-bottom: 25px;
}
#latest_news ul.news {
	margin: 0 16px 15px 15px;
}
#latest_news .news li {
	display:table;
	width:100%;
	border-bottom:1px solid #e6e5e5;
}
#latest_news .news li a {
	display:block;
	padding: 10px 0;
	text-decoration: none;
	background: url(../img/list_arrow.png) right center no-repeat;
	background-size: auto 15px;
}
#latest_news .news li p {
	display: block;
	width: 87%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
#latest_news .news li p span {
	display: block;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
#latest_news .news li figure {
	display:table-cell;
	width:80px;
	padding-right: 10px;
	padding-top: 4px;
}
#latest_news .news li figure img {
	width:80px;
	height:auto;
}
#latest_news .news li div.newsText {
	display:table-cell;
	vertical-align:middle;
	width: 95%;
}
/* --------------------------------
   ランキング リスト
--------------------------------- */
#ranking {
	margin-bottom: 25px;
}
#ranking ul {
	margin: 0 16px 15px 15px;
	overflow: hidden;
}
#ranking li {
	display: table;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e6e5e5;
	overflow: hidden;
}
#ranking li.rank1 {
	background: url(../img/icons_rank2.png) 0 12px no-repeat;
	background-size: 27px auto;
}
#ranking li.rank2 {
	background: url(../img/icons_rank2.png) 0px -136px no-repeat;
	background-size: 27px auto;
}
#ranking li.rank3 {
	background: url(../img/icons_rank2.png) 0px -286px no-repeat;
	background-size: 27px auto;
}
#ranking li span {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	text-align: center;
	background: #c7c7c7;
}
#ranking li a {
	display: table-cell;
	padding: 10px 0 10px 38px;
	text-decoration: none;
	background: url(../img/list_arrow.png) right center no-repeat;
	background-size: auto 15px;
}
#ranking li p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin-right: 105px;
}
#ranking li a div.img {
	display: block;
	float: right;
	width: 80px;
	height: 70px;
	margin: 3px 18px 5px 5px;
	overflow: hidden;
}
#ranking li img {
	width: 80px;
	height: auto;
}
/* --------------------------------
   フォトフラッシュ リスト
--------------------------------- */
#flash {
	margin-bottom: 25px;
}
ul#flash_img {
	margin: 0 10px 15px 10px;
	list-style: none;
	line-height: 0;
	overflow: hidden;
}
#flash_img li {
	float: left;
	width: 33.3%;
	padding-top: 10px;
	text-align: center;
}
#flash_img li a {
	display: block;
	width: 90px;
	margin: 0 auto;
	overflow: hidden;
}
#flash_img li img {
	width: 90px;
}
#flash_img li a p.label {
	width: 80px;
	height: 28px;
	text-align: left;
	background: #000;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
}
#flash_img li a p.label span {
	display: block;
	font-size: 11px;
	line-height: 1.3;
	color: #fff;
	height: 28px;
	overflow: hidden;
}
/* --------------------------------
   写真ニュース・フォトフラッシュ
   個別ページ
--------------------------------- */
#pnews figure,
#flash figure {
	display: block;
	width: 100%;
	margin: 0 0 0.6em 0;
	text-align: center;
}
/* --------------------------------
   ネットワーク一覧
--------------------------------- */
#minkei_list p {
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 15px 10px 15px;
}
/*___  アコーディオン リスト  ___*/
#all_list {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cdcccc;
}
#all_list h3 {
	margin: 0;
	background-color: #white;
}
#all_list h3 a {
	background: url("../img/accordion_arrow.png") 17px 21px no-repeat;
	background-size: 14px auto;
	display: block;
	padding: 16px 0 16px 41px;
	margin: 0;
	font-size: 16px;
	color: #262626;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #cdcccc;
}
#all_list h3.open  { background: #fff; }
#all_list h3.open a { background-position: 17px -29px; }
#all_list h3 + div { padding: 15px; }
#all_list h3 + div {
	background: #EFEFEF;
	overflow: hidden;
}
#all_list li {
	display: block;
	background-color: #f5f5f5;
	border-top: 1px solid #dfdfdf;
}
#all_list li a {
	display: block;
	padding: 12px 0 12px 42px;
	font-size: 15px;
	font-weight: bold;
}
#minna,
#privacy,
#cookie {
	margin-bottom: 24px;
}
#privacy ul { /*  プライバシー リスト  */
	margin: 0;
	padding: 0 15px 0 34px;
	list-style: outside square;
}
/* --------------------------------
   Footer
--------------------------------- */
#footer {
	width: 100%;
	padding: 0 0 10px 0;
	color: #fff;
	background-color: #262626;
	overflow: hidden;
}
#footer a:link { color: #fff; -webkit-tap-highlight-color:rgba(249,148,0,0.7) }
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; }
#footer a:active { color: #fff; }
#footer a img { border: none; }
#footer section {
	position: relative;
	margin: 20px 0;
	padding: 0px;
	overflow: hidden;
}
#footer section.footBorder01 {  /*  セクション区切り  */
	border-bottom: 1px solid #939393;
	padding-bottom: 15px;
}
#footer section hr {  /*  セクション内罫線  */
	border: solid #515151;
	border-width:1px 0 0 0;
	margin: 15px 0;
}
/*___  Footer ロゴ  ___*/
#footer h2 {
	margin-left: 15px;
}
#footer h2 a {
	display: block;
	height: 28px;
	overflow: hidden;
}
#footer h2.footer_logo {
	width: 160px;
	background-size: auto 28px;
	text-indent: -9999px;
}
#footer h2.footer_logo_minkei { /*  みん経 ロゴ  */
	/*background: url(../img/logo_minkei.gif) left top no-repeat;*/
	background: url(//images.keizai.biz/img/phone/logo_f_20150107.png) left top no-repeat;
	background-size: auto 28px;
	text-indent: -9999px;
}
#footer h2.footer_logo_news { /*  各新聞 ロゴ  */
	background: url(../../img/logo/logo_f2.jpg) left top no-repeat;
	background-size: auto 28px;
	text-indent: -9999px;
}
/*___  Footer ソーシャルメディアボタン  ___*/
#footer ul#btn_list {
	margin:  15px 0 0 15px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer #btn_list li {
	float: left;
	padding-right: 10px;
}
#footer #btn_list li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icons_social.png) no-repeat;
	text-indent: -9999px;
	background-size: auto 40px;
	clear: both;
	overflow: hidden;
}
#footer #btn_list .btn_twitter {  /*  Twitter  */
	background-position: 0 0;
}
#footer #btn_list .btn_facebook {  /*  Facebook  */
	background-position: -50px 0;
}
#footer #btn_list .btn_line {  /*  LINE  */
	background-position: -100px 0;
}
#footer #btn_list .btn_google {  /*  Google+  */
	background-position: -150px 0;
}
/*___  Footer リンク項目  ___*/
#footer ul#contents_list {
	margin:  0px 15px 0 15px;
	padding: 0;
	overflow: hidden;
}
#footer #contents_list li {
	font-size: 15px;
	color: #fff;
	line-height: 23px;
}
#footer #contents_list li a {
	display: block;
	text-decoration: none;
	margin: 0.6em 0;
	padding-left: 18px;
	background: url(../img/icons_footer.png) no-repeat;
	background-size: 13px auto;
	overflow: hidden;
}
#footer #contents_list .btn_all {  /*  ネットワーク一覧  */
	background-position: 0 5px;
}
#footer #contents_list .btn_about {  /*  〜について */
	background-position: 0 -24px;
}
#footer #contents_list .btn_area {  /*  エリア情報  */
	background-position: 0 -53px;
}
#footer #contents_list .btn_ad {  /*  広告ご案内  */
	background-position: 0 -82px;
}
#footer #contents_list .btn_contact {  /*  お問い合わせ  */
	background-position: 0 -112px;
}
#footer #contents_list .btn_app {  /*  みん経アプリについて  */
	background-position: 0 -140px;
}
/*___  スマホPC切替・コピーライト  ___*/
#footer #sp-pc {
	text-align: center;
	letter-spacing: 0.1em;
}
#footer #sp-pc a {
	text-decoration: underline;
}
#footer #copyright {
	font-size: 8px;
	line-height: 1.5;
	margin-left: 15px;
}
/* --------------------------------
   記事ナビゲーションボタン
--------------------------------- */
ul#entry_navi {
	width: 290px;
	margin: 16px auto 25px auto;
	overflow: hidden;
}
#entry_navi li {
	float: left;
	display: block;
	height: 40px;
	background-image: url(../img/navi.png);
	background-size: 300px auto;
}
#entry_navi a {
	display: block;
	height: 40px;
	background-image: url(../img/navi.png);
	background-size: 300px auto;
	text-indent: -9999px;
	overflow: hidden;
}
/*___  for ヘッドラインニュース  ___*/
#headline .prev_link {width: 90px; background-position: 0 -40px;}
#headline .prev_link a {width: 90px; background-position: 0 0;}
#headline .list_link {width: 94px; margin: 0 8px; background-position: -98px -40px;}
#headline .list_link a {width: 94px; background-position: -98px 0;}
#headline .next_link {width: 90px; background-position: -200px -40px;}
#headline .next_link a {width: 90px; background-position: -200px 0;}
/*___  for 写真ニュース・フォトフラッシュ  ___*/
.fphoto .prev_link {width: 90px; background-position: 0 -140px;}
.fphoto .prev_link a {width: 90px; background-position: 0 -100px;}
.fphoto .list_link {width: 94px; margin: 0 8px; background-position: -98px -140px;}
.fphoto .list_link a {width: 94px; background-position: -98px -100px;}
.fphoto .next_link {width: 90px; background-position: -200px -140px;}
.fphoto .next_link a {width: 90px; background-position: -200px -100px;}
/*  さらに読み込むボタン  */
.getMoreList > div {
	display: block;
	margin: 0 15px 0px 15px;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	background: url(../img/navi.png) center -198px no-repeat;
	background-size: 300px auto;
	background-color: #2e529d;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}
/* --------------------------------
   ソーシャルメディアボタン
--------------------------------- */
ul#btn_social {
	margin: 9px 15px 5px 15px;
	padding-top: 9px;
	border-top: 1px solid #CCC;
	list-style: none;
	overflow: hidden;
}
#btn_social li {
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}
#btn_social #line { /*  LINE  */
	margin-right: 12px;
}
#btn_social #twitter { /*  Twitter  */
	width: 110px;
}
#btn_social #facebook { /*  FAcebook  */
	width: 120px;
}
/* --------------------------------
   バナー
--------------------------------- */
.bnr_01 {
	/* height: 55px; */
	padding-top: 5px;
	background-color: #f7f7f7;
	text-align: center;
}
.bnr_02 {
	margin: 25px 0;
	text-align: center;
}
/* --------------------------------
   みん経トピックス：スライド
--------------------------------- */
.slidemenu {
	background-color: #363636;
}
.slidemenu li {
	list-style: none;
	border-top: 1px solid #4D4D4D;
	font-size:15px;
	line-height: 1.6;
	z-index: 1;
}
.slidemenu li a {
	display: block;
	width: 210px;
	padding:8px 20px 8px 20px;
	color: #fff;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(249,148,0,0.4)
}
.slidemenu li:first-child {
	border-top: none;
}
.slidemenu li:last-child {
	border-bottom: none;
}
.slidemenu .slidemenu-header {
	height: 50px;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	background-color: #333;
}
.slidemenu .slidemenu-header div {
	padding: 17px 0px 0px 19px;
	text-decoration: none;
	color: #fff;
}
.slidemenu .slidemenu-header#minkeiTopics {
	position: relative;
	height: 50px;
	background-color: #5b83bf;
	border-left: 1px solid #363636;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	overflow: hidden;
	z-index: 10;
}
.slidemenu .slidemenu-header#minkeiTopics h3 {
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 16px;
	color: #fff;
}
/*plugin*/
#main {
	z-index: 1;
}
.slidemenu {
	top: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-header {
	position: relative;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-left {
	left: 0;
}
.slidemenu-right {
	right: 0;
}
/* --------------------------------
   みん経トピックス：ドロップダウン
--------------------------------- */
#header_drop #topics_list {
	margin: 0;
	padding: 0;
}
#header_drop #topics_list ul {
	position:absolute;
	display: block;
	top: 50px;
	right: 0px;
	border-radius: 0 0 6px 6px;
	border: 2px solid #2e529d;
	z-index:100;
}
#header_drop #topics_list h5#topics-button {
	margin: 0;
	background-color: #white;
}
#header_drop #topics_list h5#topics-button a { /*  プルダウンボタン  */
	position: absolute;
	top: 8px;
	right: 10px;
	width: 36px;
	height: 34px;
	background: url(../img/icons_basic.png) 0 -190px no-repeat;
	background-size: 50px auto;
	text-indent: -9999px;
}
#header_drop #topics_list h5.open  { background: #fff; }
#header_drop #topics_list h5#topics-button.open a { background-position: 0 -224px; }
#header_drop #topics_list h5 + div { padding: 15px; }
#header_drop #topics_list h5 + div {
	background: #EFEFEF;
	overflow: hidden;
}
#header_drop #topics_list li {
	display: block;
	background-color: #fafafa;
	border-top: 1px solid #eaeaea;
	width: 210px;
}
#header_drop #topics_list li a {
	display: block;
	padding: 4px 0 4px 12px;
	font-size: 14px;
	line-height: none;
	text-decoration: none;
}
#header_drop #topics_list li:last-child {
	border-radius: 0 0 6px 6px;
}
#header_drop #topics_list h4 {
	display: block;
	font-size: 13px;
	color:#FFF;
	padding:3px 0 3px 10px;
	background-color: #2e529d;
}
/* --------------------------------
   ロコトピ！
--------------------------------- */
#contents #locotopi h2 { background-image:url(../img/title_loco.png); background-position: 14px 7px; } /*  ロコトピ 一覧見出し  */
#locotopi {
	margin-bottom: 25px;
}
#locotopi ul {
	margin: 0 16px 15px 15px;
}
#locotopi li {
	display:table;
	width:100%;
	border-bottom:1px solid #e6e5e5;
}
#locotopi li a {
	display:block;
	padding: 10px 0;
	text-decoration: none;
	background: url(../img/list_arrow.png) right center no-repeat;
	background-size: auto 15px;
}
#locotopi li p {
	display: block;
	width: 90%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
#locotopi .loco_event,
#locotopi .loco_gourmet,
#locotopi .loco_shopping,
#locotopi .loco_leisure,
#locotopi .loco_beauty,
#locotopi .loco_wedding,
#locotopi .loco_gym,
#locotopi .loco_health,
#locotopi .loco_life,
#locotopi .loco_space,
#locotopi .loco_business,
#locotopi .loco_law_account,
#locotopi .loco_job_offer {
	height: 24px;
	margin: 3px 0 1px 0;
	background: url(../img/loco.png) 0px 0px no-repeat;
	background-size: 120px;
	text-indent: -9999px;
	overflow: hidden;
}
#locotopi .loco_event { background-position: 0px 0px; }
#locotopi .loco_gourmet { background-position: 0px -34px; }
#locotopi .loco_shopping { background-position: 0px -68px; }
#locotopi .loco_leisure { background-position: 0px -101px; }
#locotopi .loco_beauty { background-position: 0px -135px; }
#locotopi .loco_wedding { background-position: 0px -168px; }
#locotopi .loco_gym { background-position: 0px -202px; }
#locotopi .loco_health { background-position: 0px -235px; }
#locotopi .loco_life { background-position: 0px -270px; }
#locotopi .loco_space { background-position: 0px -304px; }
#locotopi .loco_business { background-position: 0px -339px; }
#locotopi .loco_law_account { background-position: 0px -373px; }
#locotopi .loco_job_offer { background-position: 0px -408px; }
/* entry */
#locotopi #locotopi_entry {
	margin-bottom: 15px;
	padding: 12px 15px 0 15px;
}
#locotopi #locotopi_entry h1 {
	padding: 3px 0 20px 0;
	color: #1d569f;
	font-size: 20px;
	font-weight: bold;
}
#locotopi .locotopi_link {
	display: block;
	margin-top: 25px;
	padding-left: 26px;
	color: #1d569f;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/icons_loco.png) left center no-repeat;
	background-size: 20px;
}
/*  一覧を見る  */
.btnList > div {
	display: block;
	margin: 0 15px 0px 15px;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	background: url(../img/navi.png) center -363px no-repeat;
	background-size: 300px auto;
	background-color: #2e529d;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}
/*  掲載のお申し込みはこちらから  */
.btnEntry > div {
	display: block;
	margin: 20px 15px 0px 15px;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	background: url(../img/navi.png) center -415px no-repeat;
	background-size: 300px auto;
	background-color: #e6a823;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}
