@charset "shift_jis";
#kiji_honbun:after {
	content: "";
	display: block;
	clear: both;
}

/*########## 600px以上##########*/
@media(min-width:600px) {
#menubtn, #share, .Mobile_Aria, div#r_home_button, div#r_home_button_z, div#soc_buttons ul li#line_soc {
	display: none;
}



/* 2016.5.2 暫定非表示 */
div#div-gpt-ad-1450667809975-0,
div#div-gpt-ad-1450667809975-1 {
	display: none;
}



}
/*########## 599px以下##########*/
@media(max-width:599px) {
* {
	line-height: 1.6;
}
table.r_photo * {
	line-height: 1.2;
}
button#menubtn * {
	line-height: 1;
}
/*ブロック削除*/
div#weekly_news, .none, div#ad_top, .MobileLnk, div#ad_bottom, div#ad_middle, div#leadto_webhome, div#div-gpt-ad-1434958534459-1, div#div-gpt-ad-1434958534459-0, div#div-gpt-ad-1434958534459-3, #ad_bottom, #div-gpt-ad-1434958534459-4, #share {
	display: none;
}
/*フロート削除*/

div#page_main, div#misc_side, h1, #ad_middle_left, #ad_middle_right {
	float: none;
}
div#container, div#page_main, div#soc_buttons {
	width: auto;
}
/*カラム落ち表示のセンタリング*/
div#misc_side {
	width: 90%;
	margin: 0 auto;
}
/*メイン右ボーダー削除*/
div#page_main {
	border-style: none;
}
/*記事ユニット余白調整*/
div#kiji_unit, div#kiji_honbun {
	width: auto;
}

/*ナビゲーションメニュー*/
ul#common_menu {
	display: none;
}
ul#common_menu {
	border-style: none;
	margin-bottom: 10px;
	text-align: center;
}
ul#common_menu li {
	width: auto;
	display: block;
	background-color: #fff;
	border-style: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
	text-align: left;
	padding: 0;
}
ul#common_menu li:first-child {
	border-top: 1px solid #000;
}
ul#common_menu li.none {
	display: none;
}
ul#common_menu li a {
	color: #000;
	display: block;	
	padding: 10px;
}
ul#common_menu li a:hover {
	text-decoration: none;
}
/*サイトタイトル*/
#pagehead:after {
	content: "";
	display: block;
	clear: none;
}
#pagehead h1 {
	width: 60%;
	height: 65px;
	margin: 0;
	padding: 0;
	background: url(../img/title.gif) no-repeat left;
	background-size: contain;
}
#pagehead img {
	display: none;
}
h1 {
	width: auto;
	float: none;
}
/*トグルボタン*/
#menubtn {
	padding: 4px 8px;
	border: solid 1px #aaa;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
#menubtn:hover {
	background-color: #ddd;
}
#menubtn:focus {
	outline: none;
}
#menubtn i {
	color: #888;
	font-size: 28px;
}
#menubtn span {
	display: block;
	font-size: 10px;/*text-indent: -9999px;*/
}

/*モバイル誘導エリア*/

.Mobile_Aria {
	display: none;
}


/*カテゴリーバー*/
div#kiji_date {
	width: auto;
	padding: 10px;
	border-radius: 4px;
	background: #66aacc;
	color: #fff;
}


/* レスポンシブ用ホームボタン関連 */
div#kiji_unit {
	position: relative;
}
div#r_home_button {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	color:#fff;
}
div#r_home_button a{
	color:#fff;
}
div#r_home_button a:visited{
	color:#fff;
}
/* 全国ニュース用 */
div#r_home_button_z {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	color:#fff;
}
div#r_home_button_z a{
	color:#fff;
}
div#r_home_button_z a:visited{
	color:#fff;
}
/*見出しのサイズの変更*/
h2#kiji_midashi {
	font-size: 130%;
	font-weight: bold;
}
/*記事中の画像*/
/*
div#kiji_honbun table.r_photo,
div#kiji_honbun table.ra_photo*/
div#kiji_honbun table {
	margin: 0 auto 25px;
}
/*画像*/

div#kiji_honbun table.r_photo {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
div#kiji_honbun table.wk_photo {
	float: none;
}
div#kiji_honbun table.r_photo img,
div#kiji_honbun table img {
	max-width: 100%;
	height: auto;
}
div#kiji_honbun table.wk_photo img {
	max-width: 100%;
	height: auto;
}
/*SNSボタン*/
#share ul {
	height: auto;
}
#share li {
	font-size: 14px;
	float: left;
	text-align: center;
	width: 84px;
	margin-right: 1%;
	margin-bottom: 8px;
	border-radius: 3px;
	list-style: none;
}
#share li.share-twitter {
	background: #55acee;
	box-shadow: 0 2px #2795e9;
}
#share li.share-twitter:hover {
	background: #83c3f3;
}
#share li.share-facebook {
	background: #3b5998;
	box-shadow: 0 2px #2d4373;
}
#share li.share-facebook:hover {
	background: #4c70ba;
}
#share li.share-line {
	background: #00C300;
	box-shadow: 0 2px #009d00;
}
#share li.share-line:hover {
	background: #2bd92b;
}
#share a {
	display: block;
	height: 27px;
	padding-top: 6px;
	color: #ffffff;
	text-decoration: none;
}
#share a:hover {
	text-decoration: none;
	color: #ffffff;
}
#share li i {
	font-size: 18px;
}
/*フッター*/
div#pagefoot {
	font-size: 12px;
}
/* google ad exchange */
.ad_center {
	margin: 10px auto;
}
.ad_f_center {
	margin: 10px 0;
	text-align: center; /* footerのadはwidthが指定されていないのでimgを中央寄せ */
}
/*########## 359px以下##########*/
@media(max-width:359px) {
/*タイトル画像*/
#pagehead h1 {
 width:225px!important;
 height: 65px;
}
}
