@media screen and (max-width: 960px) {
body {
	background-color: #EBEBEB;
	-webkit-text-size-adjust: 100%;
}
#header {
	height: auto;
	background-color: #fff;
}
/*---------- headline----*/
/*タブのスタイル*/
.header_swich {
	height: 0;
	width: calc(100%/2 - 5px);
	border-bottom: 30px solid #ccc;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease;/**/
}
.header_swich:nth-of-type(1) {
	border-right: rgba(0,0,0,0.0) solid 10px;
	position:absolute;
	top:48;
	left:0;/*6/12追加*//*修正前*/
	/*
	border-right: rgba(0,0,0,0.0) solid 10px;
	position: relative;
	left: 0;*/
	/**/
	
/*border-right: #333333 solid 10px;
	border-bottom: 30px solid #CCCCCC;*/
}
.header_swich:nth-of-type(2) {
	border-left: rgba(0,0,0,0.0) solid 10px;
	position:absolute;
	top:48;
	right: 0;/*6/12追加*//*修正前*/
	/*
	border-left: rgba(0,0,0,0.0) solid 10px;
	position: absolute;
	right: 0;
	top: 48px;*/ 
	/**/
	
/*border-left: #333333 solid 10px;
	border-bottom: 30px solid #CCCCCC;*/
}
.header_swich span {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: -30px;
}
.header_swich:hover {
	border-bottom-color: #fff;
}
.header_swich:hover span {
	color: #46484C;
}
/*ラジオボタンを全て消す*/
input[name="header_swich"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.header_swich_content {
	display: none;
	clear: both;
}
#header_ranking {
	margin-bottom: 20px;
}
/*選択されているタブのコンテンツのみを表示*/
#header_news:checked ~ #header_news.header_swich_content, #header_ranking:checked ~ #header_ranking.header_swich_content {
 display: block;
	
	/**/
	/*6/12追加*/
	margin-top:30px;
}
/*選択されているタブのスタイルを変える*/
#headline input:checked + .header_swich {
	border-bottom-color: #fff;
	color: #46484C;
	z-index: 50;
}
/*---------- headline----*/
.tabContainer {
	overflow-x: auto;
	margin-bottom: -15px;
}
.tabContainer::-webkit-scrollbar {
 height: 5px;
}
.tabContainer::-webkit-scrollbar-track {
 background: #000;
}
.tabContainer::-webkit-scrollbar-thumb {
 background: #000;
}
.tab {
	display: table;
	border-collapse: separate;
	border-spacing: -5px 0;
}
.tab__button {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: rgba(0,0,0,0.0) solid 10px;
	border-bottom: 30px solid #ccc;
	border-left: rgba(0,0,0,0.0) solid 10px;
}
.tab__button.active {
	border-bottom: none;
	border-bottom: 30px solid #fff;
}
.tab__button a {
	height: 0;
	width: 130px;
	background-color: rgba(0,0,0,0.0);
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease;
}
.tab__button.active a {
}
.contents__content {
	background-color: #ccc;
	text-align: center;
}
/*-----*/
#headline h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: block;
	font-size: 95%;
	line-height:150%;
	font-weight: bold;
	text-align: center;
	background-color: #46494C;
}
#headline h2.pc_title {
	display: none;
}
#headline h2.sp_title {
	display: none;
	padding: 5px 0;
}
.header_free p {
	margin: 0;
}
.header_free img {
	width:100%;
	height:auto;
}
.header_free a:hover, .header_free a:link, .header_free a:visited {
	color: #000;
	text-decoration: none;
}
#headline .freespace img {
	width: 100%;
	height: auto;
}
#headline .main {
}
#headline .main ul, #header_ranking ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
	background-color: #fff;
}
#headline .main li, #header_ranking ul li {
	border-top: #C5C3C6 solid 1px;
	padding: 9px 10px 10px;
	display: block;
}
#headline .main li, #header_ranking ul li.ad.sp {
	width: calc(100% - 20px);
	text-align: center;
}
#header_ranking ul li:first-child {
	border: none;
}
#headline .main li:nth-child(2), #header_ranking ul li:nth-child(2) {
	margin-left: 0;
}
#headline .main li a.image, #header_ranking ul li a.image {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#headline .main li a img, #header_ranking ul li a img {
	width: 100%;
	height: 100%;
}
/*縦幅*/
#headline .main li a.width img, #header_ranking ul li a.width img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*横幅*/
#headline .main li a.height img, #header_ranking ul li a.height img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#headline .main li dl, #header_ranking ul li dl {
	float: right;
	width: calc(100% - 80px);
}
#headline .main li dt.title a, #header_ranking ul li dt.title a {
	font-size: 85%;
	line-height: 140%;
	font-weight: bold;
	text-decoration: none;
}
#headline .main li dd .day, #header_ranking ul li dd .day {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-align: right;
	margin-top: 10px;
}
}
@media screen and (max-width: 960px) {
/*--最新記事--*/
#headline .main ul li.first, #header_ranking ul li.first {
	border: none;
}
#headline .main li.first_img.photo, #headline .main li.first_img.sp {
	display:none;
}
#headline .main li.first_img.photo.w960 {
	display:inherit;
	border-top: #C5C3C6 solid 1px;
}
#headline .main li.first dd .entry, #header_ranking ul li.first dd .entry {
	display: none;
}
}
@media screen and (max-width: 360px) {
/*--最新記事--*/
#headline .main ul li.first, #header_ranking ul li.first {
	border: none;
}
#headline .main li.first .day, #header_ranking ul li.first .day {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-align: right;
	margin-top: 10px;
}
#headline .main li.first_img, #header_ranking ul li.first_img {
	border: none;
	text-align: center;
}
#headline .main li.first_img a, #header_ranking ul li.first_img a {
	display: block;
	width: 100%;
	height: calc(100vw - 40px);
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#headline .main li.first_img.sp {
	display: inherit;
}
#headline .main li.first_img.photo {
	display: inherit;
	border-top: #C5C3C6 solid 1px;
}
#headline .main li.first_img.photo.w960 {
	display: none;
}
#headline .main li.first_img.photo a {
	width: calc(100vw - 20px);
	height: calc(100vw - 20px);
}
#headline .main li.first_img.photo a.width {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#headline .main li.first_img.photo .first_img.photo {
	display: block;
	position: relative;
	width: calc(100vw - 20px);
	height: calc(100vw - 20px);
}
#headline .main li.first_img.photo .content {
	color: #fff;
	width: calc(100vw - 40px);
	min-height: 95px;
	padding: 25px 15px 0;
	z-index: 100;
	bottom: 0;
	left: 0;
	font-size: 120%;
	position: absolute;
	background-image: url(../img/index/photo_title.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headline .main li.first_img.photo .content .title {
	color: #fff;
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 140%;
	white-space: normal;
	position: relative;
	max-height: 40pt;
}
#headline .main li.first_img.photo .content .title:before {
	content: ".";
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
	padding-right: 5px;
	background: url(../img/index/photo_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headline .main li.first_img.photo .content .data {
	color: #fff;
	display: block;
	text-align: right;
	font-size: 75%;
	padding-bottom: 10px;
}
#headline .main li.first_img a img, #header_ranking ul li.first_img a img {
	width: 100%;
	height: auto;
}
#headline .main li.first_img a img, #header_ranking ul li.first_img a img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*縦幅*/
#headline .main li.first_img a.width img, #header_ranking ul li.first_img a.width img {
	max-width: inherit;
	max-height: inherit;
	margin: auto;
	right: inherit;
	bottom: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
#headline .main li.first a.width, #headline .main li.first a.height {
	display: none;
}
#headline .main li.first dl, #header_ranking ul li.first dl {
	float: none;
	width: 100%;
}
#headline .main li.first dt.title, #header_ranking ul li.first dt.title {
	clear: both;
	padding-top: 5px;
}
#headline .main li.first dt.title a, #header_ranking ul li.first dt.title a {
	font-size: 120%;
}
#headline .main li.first dd, #header_ranking ul li.first dd {
	margin: 0;
	padding: 0;
}
#headline .main li.first dd .entry, #header_ranking ul li.first dd .entry {
	display: none;
}
#other .side .freespace {
	padding: 0;
}
#other .side .freespace img {
	width: 100%;
	height: auto;
}
}
 @media screen and (max-width: 960px) {
#headline .ad {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
}
/*----*/
#headline .side .denshiban {
	border:  #000000 solid 1px;
	margin-bottom: 10px;
	background-color: #fff;
}
#headline .side .denshiban .shimen {
	display: block;
	float: left;
	width: calc(50% - 5px);
	position: relative;
}
#headline .side .denshiban .shimen img {
	width: 100%;
	height: auto;
}
#headline .side .denshiban .shimen span {
	color: #fff;
	display: block;
	z-index: 5;
	width: 100%;
	padding: 10px 0;
	/*	margin: 5px;*/
	text-align: center;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.50);
}
#headline .side .denshiban .btn {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#headline .side .denshiban .btn li {
	margin: 0;
	padding: 0;
}
#headline .side .denshiban .btn li a {
	color: #fff;
	display: block;
	margin: 4px 5px;
	height: 20vw;
	/*width: calc(46vw - 18vw);*/
	width: calc(46vw - 16vw);/*5/17*/
	/*padding-left: 18vw;*/
	padding-left: 16vw;
	text-align: left;
	font-size: 3.5vw;
	line-height: 20vw;
	font-weight: bold;
	text-decoration: none;
	background-color: #36C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 15px 6vw;
}
#headline .side .denshiban .btn li a:hover {
	color: #FF9;
	background-color: #000066;
}
#headline .side .denshiban .btn li.koudoku a {
	padding-top: 4vw;
	line-height: 6vw;
	height: 16vw;
	background-image: url(../img/index/icon_koudoku.svg);
	/*background-size: 23%;*/
	background-size: 20%;/*5/17*/
}
#headline .side .denshiban .btn li.denshi a {
	padding-top: 4vw;
	line-height: 6vw;
	height: 16vw;
	background-image: url(../img/index/icon_denshi.svg);
	/*background-size: 25%;*/
	background-size: 21%;/*5/17*/
}
#headline .side .denshiban .btn li.gougai a {
	line-height: 20vw;
	background-image: url(../img/index/icon_gougai.svg);
	background-size: 20%;
}
/*---*/
#headline .side .gougai_info {
	width: auto;
	height: auto;
	border:  #CC3333 solid 5px;
	margin-bottom: 10px;
}
#headline .side .gougai_info h2 {
	display: block;
	text-align: center;
	background-color: #CC3333;
	border-radius: 0;
}
#headline .side .gougai_info div {
	display: block;
	width: 100%;
	height: 52vw;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
}
#headline .side .gougai_info div img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*-----*/
#headline .side h2 {
	font-size: 95%;
}
#headline .side .osusume ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
	background-color: #fff;
}
#headline .side .osusume ul li {
	width: calc(100% - 16px);
	padding: 8px;
	display: inline-block;
	vertical-align: top;
	border-bottom: #C5C3C6 1px solid;/*	text-align: center;*/
}
#headline .side .osusume ul li .category {
	float: right;
	margin: 0 10px;
	color: #fff;
	width: calc(100% - 130px);
	display: inline-block;
	font-size: 70%;
	font-weight: bold;
	padding: 4px 20px;
	background-color: #777;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#headline .side .osusume ul li a {
	float: left;
	left: 0;
	width: 80px;
	display:block;
}
#headline .side .osusume ul li a.image {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#headline .side .osusume ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*縦幅*/
#headline .side .osusume ul li a.width img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*横幅*/
#headline .side .osusume ul li a.height img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#headline .side .osusume ul li dl {
	width: calc(100% - 80px);
	float: right;
	display: block;
	text-align: left;
}
#headline .side .osusume ul li .title {
	margin: 0;
	width: 100%;
	padding: 8px 0 5px;
	display: block;
	font-size: 80%;
}
#headline .side .osusume ul li .title a {
	display: block;
	width: calc(100% - 20px);
	float: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
#headline .side .osusume ul li dd {
	margin: 0;
	padding: 0;
}
#headline .side .osusume ul li dd .entry {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 70%;
	line-height: 150%;
}
#headline .side .osusume ul li dd .entry a {
	float: none;
	color: #666;
	text-decoration: none;
}
/*---------- pickup------*/
#pickup {
	margin-top: 20px;
	margin-bottom: 10px;
}
#pickup h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: block;
	font-size: 95%;
	text-align: center;
	line-height:150%;
	font-weight: bold;
	background-color: #333;
}
#pickup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#pickup ul li {
	padding-left: 5px;
}
#pickup ul li div {
	width: calc(100% - 60px);
	margin-top: 10px;
	border: #ccc solid 1px;
	padding-top: 10px;
	background-color: #fff;
}
#pickup ul li i {
	color: #fff;
	position: absolute;
	right: 80px;
	margin-top: 10px;
	background-color: #D3292C;
	width: 42px;
	height: 42px;
	font-size: 85%;
	text-align: center;
	line-height: 42px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#pickup ul li div .image {
	border: none;
	padding: 0;
	float: left;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
	border: #ccc solid 1px;
}
#pickup ul li div .image img {
	width: 100%;
	height: auto;
}
/*縦幅*/
#pickup ul li div .width img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*横幅*/
#pickup ul li div .height img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#pickup ul li .category {
	float: left;
	width: calc(100% - 150px);
	margin: 2px 0;
	padding: 5px 10px;
	font-size: 75%;
}
/*---------- kyodo_news--*/
#kyodo_news {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	background-color: #fff;
}
#kyodo_news h2 {
	color: #fff;
	float: left;
	margin: 10px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 80%;
	line-height:150%;
	font-weight: bold;
	text-align: center;
	background-color: #003E99;
}
/*-----*/
/*タブのスタイル*/

input[name="kyoudo_swich"], label.kyoudo_swich {
	display: none !important;
}
#kyoudo_swich {
	width: calc(100% - 140px);
	margin: 11px 0;
	padding: 5px 15px;
	display: inline-block;
	font-size: 80%;
	font-size: 16px;
}
#kyodo_news .kyoudo_main {
	display: none;
}
#kyodo_news #kyoudo_main_syuyou_0 {
	display: block;
}
/*-----*/
#kyodo_news .kyoudo_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#kyodo_news .kyoudo_main li {
	padding: 8px;
	text-align: center;
	vertical-align: top;
	border-top: #ccc solid 1px;
}
#kyodo_news .kyoudo_main li a.image {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#kyodo_news .kyoudo_main li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*縦幅*/
#kyodo_news .kyoudo_main li a.width img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*横幅*/
#kyodo_news .kyoudo_main li a.height img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#kyodo_news .kyoudo_main li dl {
	width: calc(100% - 80px);
	float: right;
	padding: 0;
	text-align: left;
}
#kyodo_news .kyoudo_main li dt.title {
	font-size: 80%;
}
#kyodo_news .kyoudo_main li dt.title a {
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
}
#kyodo_news .kyoudo_main li dd {
	margin: 0;
	padding: 0;
}
#kyodo_news .kyoudo_main li dd .entry {
	margin: 5px 10px 0 0;
	padding: 0;
	font-size: 70%;
	line-height: 150%;
}
#kyodo_news .kyoudo_main li dd .entry a {
	color: #666;
	text-decoration: none;
}
#kyodo_news .kyoudo_main li dd .day {
	margin: 10px 10px 0 0;
	color: #666;
	font-size: 75%;
	text-align: right;
}
/*---------- other-------*/
#other .main .content {
	border-bottom: 1px solid #000;
}
#other .main .content h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 95%;
	line-height:150%;
	font-weight: bold;
	background-color: #333;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
/*-----*/
#other .main {
	margin-bottom: 20px;
}
#other .main .ranking {
	display: none;
}
/*---------- other_新聞社から-------*/
#other .main .from_gihushinbun {
	border-bottom: 1px solid #000;
	background-color: #fff;
}
#other .main .from_gihushinbun h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: block;
	font-size: 95%;
	text-align: center;
	line-height:150%;
	font-weight: bold;
	background-color: #333;
}
#other .main .from_gihushinbun ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#other .main .from_gihushinbun ul:nth-of-type(2) {
	border: none;
}
#other .main .from_gihushinbun li {
	margin: 10px;
	vertical-align: top;
}
#other .main .from_gihushinbun li:nth-child(4), #other .main .from_gihushinbun li:nth-child(8) {
}
#other .main .from_gihushinbun li.ad {
	border-top: #ccc solid 1px;
	padding-top: 10px;
}
#other .main .from_gihushinbun h3 {
	color: #fff;
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size: 70%;
	background-color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#other .main .from_gihushinbun i {
	display:none;
}
#other .main .from_gihushinbun a.image {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#other .main .from_gihushinbun a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*縦幅*/
#other .main .from_gihushinbun a.width img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/*横幅*/
#other .main .from_gihushinbun a.heigh img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
#other .main .from_gihushinbun dl {
	float: right;
	width: calc(100% - 80px);
}
#other .main .from_gihushinbun dt {
	margin: 0 0 5px;
}
#other .main .from_gihushinbun dt.title a {
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}
#other .main .from_gihushinbun dd {
	margin: 0;
	padding: 0;
}
#other .main .from_gihushinbun dd .entry {
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 150%;
}
#other .main .from_gihushinbun dd .entry a {
	color: #666;
	text-decoration: none;
}
#other .main .from_gihushinbun .data {
	color: #666;
	font-size: 80%;
	text-align: right;
}
/*---------- other_アーカイブ-------*/
#other .main .archive {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
#other .main .archive h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 95%;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
	background-color: #333;
}
#other .main .archive a {
	text-decoration: none;
}
#other .main .archive .archive_all {
	display: block;
}
#other .main .archive h3 {
	color: #fff;
	font-size: 70%;
	margin: 10px 0;
	padding: 4px 10px;
	background-color: #003E99;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#other .main .archive ul {
	margin: 0 10px 10px;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#other .main .archive ul li {
	padding-left: 15px;
	line-height: 150%;
	margin: 0 0 5px;
	font-size: 85%;
	vertical-align: top;
	background-image: url(../img/index/archive_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#other .main .archive ul li p {
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 120%;
}
#other .main .archive .archive_other {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #ccc solid 1px;
}
/*---------- other_side-------*/
#other .side .side_ad, .side_ad {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	letter-spacing: -0.4em;
}
.side_ad li {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-align: center;
}
.side_ad li div {
	display: inline-block;
}
#other .side .side_ad li {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: top;
}
#other .side .side_ad.pr a:hover, #other .side .side_ad.pr a:link, #other .side .side_ad.pr a:visited {
	color: #000;
	text-decoration: none;
}
#ad_300x150 iframe {
	width: 300px !important;
	height: auto;
}
/*---------- カテゴリーカラー -------*/
#other .main .from_gihushinbun li.cat01 h3, #headline .side .osusume ul li.cat01 .category {
	background-color: #FF595E;
}
#other .main .from_gihushinbun li.cat02 h3, #headline .side .osusume ul li.cat02 .category {
	background-color: #FDA500;
}
#other .main .from_gihushinbun li.cat03 h3, #headline .side .osusume ul li.cat03 .category {
	background-color: #8AC926;
}
#other .main .from_gihushinbun li.cat04 h3, #headline .side .osusume ul li.cat04 .category {
	background-color: #1982C4;
}
#other .main .from_gihushinbun li.cat05 h3, #headline .side .osusume ul li.cat05 .category {
	background-color: #6A4C93;
}
#other .main .from_gihushinbun li.cat06 h3, #headline .side .osusume ul li.cat06 .category {
	background-color: #339966;
}
#headline .side .osusume ul li.cat07 .category {
	background-color: #0065B5;
}
#headline .side .osusume ul li.cat08 .category {
	background-color: #FD5EA2;
}
#other .main .from_gihushinbun li.cat07 h3 {
	background-color: #0065B5;
}
#other .main .from_gihushinbun li.cat08 h3 {
	background-color: #080771;
}
#other .main .from_gihushinbun li.cat09 h3 {
	background-color: #CC3333;
}
#other .main .from_gihushinbun li.cat10 h3 {
	background-color: #333333;
}
#other .main .from_gihushinbun li.cat11 h3 {
	background-color: #008EEB;
}
#other .main .from_gihushinbun li.cat12 h3 {
	background-color: #DF9765;
}
/*---------- 広告表示---*/
#div-gpt-ad-1535005981827-0 {
	padding-top: 7px;
}
#div-gpt-ad-1535005981827-0 div {
	border-top: solid #ccc 1px;
}
#div-gpt-ad-1535006015816-0 {
	text-align: center;
}
#div-gpt-ad-1535006015816-0 div {
	display: inline-block;
}
#div-gpt-ad-1535005687143-0 {
	display: inline-block;
}
/*--------- 動画再生ボタン表示用(190524追加)---*/
#headline .main li.first_img.photo .content .title.movie:before {
	background: url(../img/index/movie_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
span.movie,
.first_img.w960 span.movie {
	width: 70px;
	min-height: 70px;
	height: auto !important;
	padding: 0;
	z-index: 100;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: url(../img/tmp/mv_filter2.png);
	background-repeat: repeat-x;
	background-position: center;
}
.first_img span.movie {
	width: 100%;
	height: calc(100vw - 40px);
	z-index: 100;
	background-image: url(../img/tmp/mv_filter.png);
	background-position: center;
}
}
@media screen and (max-width: 768px) {
/*---------- 広告表示---*/
#div-gpt-ad-1535005981827-0 {
	padding-top: 4px;
}
#div-gpt-ad-1535005981827-0 div {
	border-top: solid #ccc 1px;
}
}
