@media screen and (min-width: 1281px) {/*min-width: 1281px*/
body {
	background-image: url(../img/index/header_back.jpg);
}
/*---------- headline----*/
#headline {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: -1px;
	font-size: 0;							/*隙間削除*/
}
/*-----*/
#headline .jishin {
	float: right;
	width: 440px;
	font-size: 16px;
}
/*-----*/
#headline .freespace {
	margin: 0;
	padding: 0;
	float: left;
	width: 820px;
	font-size: 16px;
	text-align: center;
}
#headline .freespace p {
	display: inline-block;
}
#headline .freespace img {
	width: 100%;
	height: auto;
}
/*-----*/
#headline .ad {
	float: left;
	width: 300px;
	padding: 0 55px;
	font-size: 16px;
}
/*-----*/
#headline h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;						/*フォント調整*/
	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;
}
#headline h2.sp_title {
	display: none;
}
#headline input[type=radio], #headline label.header_swich {
	display: none;
}
.header_free {
	width: 820px;
	font-size: 16px;
}
.header_free p {
	margin-top: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 .main {
	float: left;
	width: 820px;
	font-size: 1px;
}
#headline #header_news {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#headline .main div {
	font-size: 16px;					/*フォント調整*/
}
#headline .main .main {
	float: none;
	border-top: 3px double #000;
	font-size: 0;
}
#headline .main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#headline .main li {
	border-top: #C5C3C6 solid 1px;
	width: 400px;
	padding: 9px 0 10px;
	display: block;
	float: left;
}
#headline .main li:nth-last-child(2n+1) {
	margin-left: 10px;
}
#headline .main li:nth-last-child(10), #headline .main li:nth-last-child(8) {
	margin-left: 10px;
}
#headline .main li:nth-last-child(11), #headline .main li:nth-last-child(9) {
	margin-left: 0px;
}
#headline .main li:nth-last-child(12), #headline .main li:nth-last-child(13), #headline .main li:nth-last-child(14), #headline .main li:nth-last-child(15) {
	margin-left:10px;
}
#headline .main li.sp {
	display: none;
}
#headline .main li a.image {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-left: 5px;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#headline .main li a img {
}
/*縦幅*/
#headline .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%;
}
/*横幅*/
#headline .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;
}
#headline .main li dl {
	float: right;
	width: 300px;
}
#headline .main li dl.noimg {
	float: none;
	width: 400px;
	min-height: 80px;
}
#headline .main li dt.title {
	text-align:justify;
}
#headline .main li dt.title a {
	text-decoration: none;
}
#headline .main li dd {
	text-align:justify;
}
#headline .main li dd .day {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
/*--最新記事--*/
#headline .main ul li.first {
	width: 100%;
	border: none;
}
#headline .main li.first .day {
	margin: 10px;
	padding: 0;
	color: #666;
	font-size: 80%;
	text-align: right;
}
#headline .main li.first_img {
	border: none;
	text-align: center;
	padding: 10px 0 0;
	margin: 0;
}
#headline .main li.first_img.photo {
	border-top: #C5C3C6 solid 1px;
}
#headline .main li.first_img.photo .first_img.photo {
	display: block;
	position: relative;
	width: 380px;
	height: 380px;
}
#headline .main li.first_img.photo .content {
	color: #fff;
	width: 350px;
	min-height: 75px;
	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 {
	display: block;
	width: 380px;
	height: 380px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#headline .main li.first_img.photo a {
	width: 380px;
	height: 380px;
}
#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 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 {
	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 dl {
	width: 100%;
}
#headline .main li.first dt.title {
	font-size: 220%;
}
#headline .main li.first dd {
	margin: 0;
	padding: 0;
}
#headline .main li.first dd .entry {
	margin: 0;
	padding:0;
	font-size: 115%;
	line-height: 170%;
}
#headline .main li.first dd .entry a {
	color: #666;
	text-decoration: none;
}
#headline .main .ad {
	clear: both;
	padding: 20px 10px;
	border-top: #000 solid 1px;
	text-align: center;
}
#headline .main .ad div {
	display: inline-block;
}
#header_ranking {
	display: none;
}
#headline .main li.first_img.photo.w960 {
	display: none;
}
#headline .main li.first a.width, #headline .main li.first a.height {
	display: none;
}
/*----*/
#headline .side {
	float: right;
	width: 440px;
	font-size: 16px;					/*フォント調整*/
}
#headline .side .denshiban {
	border:  #000000 solid 1px;
	margin-bottom: 30px;
}
#headline .side .denshiban .shimen {
	display: block;
	float: left;
	position: relative;
}
#headline .side .denshiban .shimen img {
}
#headline .side .denshiban .shimen span {
	color: #fff;
	display: block;
	z-index: 5;
	width: 250px;
	padding: 20px 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;
	padding-left: 70px;
	width: 105px;
	height: 105px;
	text-align: left;
	line-height: 140%;
	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 35px;
}
#headline .side .denshiban .btn li a:hover {
	color: #FF9;
	background-color: #000066;
}
#headline .side .denshiban .btn li.koudoku a {
	padding-top: 32px;
	height: 73px;
	background-image: url(../img/index/icon_koudoku.svg);
	background-size: 23%;
	background-position: 15px 37px;
}
#headline .side .denshiban .btn li.denshi a {
	/*padding-top: 32px;*/
	padding-top:18px;/*5/17追加*/
	padding-bottom:16px;/*5/17追加*/
	height: 73px;
	background-image: url(../img/index/icon_denshi.svg);
	background-size: 25%;
}
#headline .side .denshiban .btn li.gougai a {
	line-height: 105px;
	background-image: url(../img/index/icon_gougai.svg);
	background-size: 20%;
	background-position: 20px 32px;
}
/*-----*/
#headline .side .osusume {
	font-size: 1px;
	border-top: 3px double #000;
}
#headline .side .osusume ul {
	margin: 0;
	padding: 0;
	font-size: 16px;					/*フォント調整*/
	list-style: none;
	letter-spacing: -0.4em;
}
#headline .side .osusume ul li {
	width: 210px;
	margin: 0 4px;
	display: inline-block;
	min-height: 340px;
	vertical-align: top;
	padding-bottom: 10px;
}
#headline .side .osusume ul li .category {
	color: #fff;
	display: block;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 20px;
	margin-right: 10px;
	background-color: #777;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#headline .side .osusume ul li dl {
	text-align: left;
}
#headline .side .osusume ul li a.image {
	display: block;
	width: 200px;
	height: 150px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#headline .side .osusume ul li a.image 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 .osusume ul li .title {
	margin: 0;
	padding: 5px 0;
	font-size: 80%;
}
#headline .side .osusume ul li .title a {
	margin: 0;
	padding: 0;
}
#headline .side .osusume ul li dd {
	margin: 0;
	padding: 0;
}
#headline .side .osusume ul li dd .entry {
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 150%;
}
#headline .side .osusume ul li dd .entry a {
	color: #666;
	text-decoration: none;
}
#headline #pickup.sp {
	display: none;
}
/*---------- pickup------*/
.pickup {
	border-top: 3px double #000;
	margin-bottom: 50px;
	font-size: 9px;						/*フォント調整*/
}
.pickup h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;						/*フォント調整*/
	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;
}
.pickup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;					/*フォント調整*/
	letter-spacing: -0.4em;
}
.pickup ul a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left: 3px;
}
.pickup ul a div {
	width: 110px;
	height: 145px;
	margin-top: 10px;
	border: #ccc solid 1px;
	text-align: center;
	padding-top: 10px;
	display: inline-block;
	background-color: #f5f5f5;
}
.pickup ul li div .image {
	border: none;
	padding: 0;
}
.pickup ul li div .image {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
}
.pickup ul li div .image img {
}
/*縦幅*/
.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 a i {
	color: #fff;
	margin: -15px 0 0 -15px;
	position: absolute;
	background-color: #D3292C;
	left: 15px;
	width: 32px;
	height: 32px;
	z-index: 5;
	font-size: 65%;
	text-align: center;
	line-height: 32px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.pickup ul li .category {
	margin: 2px 0;
	padding: 5px 10px;
	font-size: 75%;
}
/*---------- kyodo_news--*/
#kyodo_news {
	margin-bottom: 40px;
	border-top: 3px double #000;
	border-bottom: 1px solid #000;
}
#kyodo_news h2 {
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;						/*フォント調整*/
	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;
}
/*-----*/
/*タブのスタイル*/
.kyoudo_swich {
	width: calc((100% - 190px) / 11);
	background-color: #F5F5F5;
	text-align: center;
	color: #565656;
	display: block;
	padding: 10px 0;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	color: #003E99;
	margin: 10px 2px;
	font-size: 80%;
	border-radius: 3px;
	text-decoration: none;
}
#kyodo_news form select {
	display: none;
}
.kyoudo_swich span {
	font-weight: bold;
}
.kyoudo_swich:hover {
	opacity: 0.75;
	background-color: #333;
}
.kyoudo_swich:hover span {
	color: #fff;
}
/*ラジオボタンを全て消す*/
input[name="kyoudo_swich"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.kyoudo_swich_content {
	border-top: solid 1px #000;
	display: none;
	clear: both;
	overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#kyoudo_main_syuyou_0:checked ~ #kyoudo_main_syuyou_0.kyoudo_swich_content, #kyoudo_main_syuyou:checked ~ #kyoudo_main_syuyou.kyoudo_swich_content, #kyoudo_main_syakai:checked ~ #kyoudo_main_syakai.kyoudo_swich_content, #kyoudo_main_seiji:checked ~ #kyoudo_main_seiji.kyoudo_swich_content, #kyoudo_main_keizai:checked ~ #kyoudo_main_keizai.kyoudo_swich_content, #kyoudo_main_kokusai:checked ~ #kyoudo_main_kokusai.kyoudo_swich_content, #kyoudo_main_wadai:checked ~ #kyoudo_main_wadai.kyoudo_swich_content, #kyoudo_main_sport:checked ~ #kyoudo_main_sport.kyoudo_swich_content, #kyoudo_main_kagaku-kankyo:checked ~ #kyoudo_main_kagaku-kankyo.kyoudo_swich_content, #kyoudo_main_iryo:checked ~ #kyoudo_main_iryo.kyoudo_swich_content, #kyoudo_main_bunka:checked ~ #kyoudo_main_bunka.kyoudo_swich_content {
 display: block;
}
/*選択されているタブのスタイルを変える*/
#kyodo_news input:checked + .kyoudo_swich {
	background-color: #003E99;
}
#kyodo_news input:checked + .kyoudo_swich span {
	color: #fff;
}
/*-----*/
#kyodo_news .kyoudo_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#kyodo_news .kyoudo_main li {
	display: inline-block;
	width: 150px;
	padding: 15px;
	text-align: center;
	vertical-align: top;
}
#kyodo_news .kyoudo_main li .image {
	width: 150px;
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#kyodo_news .kyoudo_main li a.image 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 dt.title {
}
#kyodo_news .kyoudo_main li dt.title {
	font-size: 100%;
}
#kyodo_news .kyoudo_main li dt.title a {
}
#kyodo_news .kyoudo_main li dt.title a {
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 140%;
	white-space: normal;
	position: relative;
	max-height: 30pt;
}
#kyodo_news .kyoudo_main li dd {
	margin: 0;
	padding: 0;
}
#kyodo_news .kyoudo_main li dd .entry {
	margin: 5px 0;
	font-size: 75%;
	line-height: 150%;
}
#kyodo_news .kyoudo_main li dd .entry a {
	color: #666;
	text-decoration: none;
}
#kyodo_news .kyoudo_main li dd .day {
	color: #666;
	font-size: 75%;
	text-align: right;
}
/*---------- other-------*/
#other {
}
#other .main {
	float: left;
	width:930px;
}
#other .main .content {
	border-top: 3px double #000;
	border-bottom: 1px solid #000;
}
#other .main .content h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;						/*フォント調整*/
	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_ランキング-------*/
#other .main .ranking {
	float: left;
	width: 465px;
	margin-bottom: 40px;
	border-bottom: #000 solid 1px;
}
#other .main .ranking h3 {
	margin-right: 10px;
}
#other .main .ranking ol.ranking {
	width: 440px;
	margin: 0;
	border-bottom: none;
}
#other .main .ranking ol:nth-of-type(2) {
	border: none;
}
#other .main .ranking a {
	color: #000000;
}
/*---------- other_新聞社から-------*/
#other .main .from_gihushinbun {
	border-top: 3px double #000;
	border-bottom: 1px solid #000;
	font-size: 9px;						/*フォント調整*/
}
#other .main .from_gihushinbun h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;						/*フォント調整*/
	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 .from_gihushinbun ul {
	margin: 0;
	padding: 0;
	font-size: 16px;					/*フォント調整*/
	list-style: none;
	letter-spacing: -0.4em;
	border-bottom: #ccc solid 1px;
}
#other .main .from_gihushinbun ul:nth-of-type(2) {
	border: none;
}
#other .main .from_gihushinbun li {
	width: 210px;
	margin: 10px 0;
	padding: 10px;
	min-height: 370px;
	border-left: #ccc solid 1px;
	display: inline-block;
	vertical-align: top;
}
#other .main .from_gihushinbun li:nth-child(4), #other .main .from_gihushinbun li:nth-child(8) {
	border-right: #ccc solid 1px;
}
#other .main .from_gihushinbun h3 {
	color: #fff;
	margin: 0 0 10px;
	padding: 4px 10px;
	font-size: 85%;
	background-color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#other .main .from_gihushinbun i {
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	background-color: #D3292C;
	font-size: 75%;
	text-align: center;
}
#other .main .from_gihushinbun a.image {
	display: block;
	width: 210px;
	height: 140px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
}
#other .main .from_gihushinbun a.image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#other .main .from_gihushinbun dt {
	margin: 5px 0;
}
#other .main .from_gihushinbun dt.title a {
	font-size: 85%;
}
#other .main .from_gihushinbun dd {
	margin: 0;
	padding: 0;
}
#other .main .from_gihushinbun dd .entry {
	margin: 5px 0;
	padding: 0;
	font-size: 80%;
	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 {
	font-size: 9px;						/*フォント調整*/
	margin-top: 40px;
	border-top: 3px double #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#other .main .archive h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;						/*フォント調整*/
	line-height:150%;
	font-weight: bold;
	background-color: #333;
	border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
}
#other .main .archive h3 {
	color: #fff;
	font-size: 9px;					/*フォント調整*/
	width: 80%;
	width: calc(100% - 20px);
	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;
	padding: 0;
	font-size: 16px;					/*フォント調整*/
	list-style: none;
	letter-spacing: -0.4em;
}
#other .main .archive ul li {
	display: inline-block;
	width: 210px;
	height: 32px;
	padding-left: 15px;
	line-height: 100%;
	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 a:link {
	color: #000000;
	text-decoration: none;
}
#other .main .archive ul li a:visited {
	color: #333333;
}
#other .main .archive ul li a:hover {
	color: #0066cc;
	text-decoration: none;
}
/*-----*/
#other .main .archive ul li p {
	margin: 0;
	padding: 0;
	font-size: 70%;
}
#other .main .archive .archive_tokusyu {
	display: block;
	padding-left: 20px;
	padding-bottom: 20px;
}
/*---------- other_side-------*/
#other .side {
	float: right;
	width: 310px;
}
/**/
#other .side .side_ad {
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#other .side .side_ad.pr {
	margin-bottom: 10px;
}
#other .side .side_ad li {
	margin: 0;
	padding: 0 5px 0 0;
	display: inherit;
	margin-bottom: 10px;
	vertical-align: top;
}
#other .side .side_ad.pr li {
	padding: 2px 5px;
	font-size: 90%;
	margin-bottom: 2px;
}
#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;
}
#other .ad {
	float: right;
	width: 300px;
	padding: 0 10px 10px;
}
/*---------- カテゴリーカラー -------*/
#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;
}
/*---------- freespace---*/
.freespace {
}
.freespace a {
	display: inline;
	text-align: inherit;
	background-color: inherit;
}
.freespace p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 90%;
}
.freespace .center {
	text-align:center;
}
/*---------- 広告表示---*/
#div-gpt-ad-1535005981827-0 {
	margin-top: 10px;
	text-align: center;
}
#div-gpt-ad-1535005981827-0 div {
	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 {
	width: 80px;
	min-height: 80px;
	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: 380px;
	min-height: 380px;
	z-index: 100;
	background-image: url(../img/tmp/mv_filter.png);
}
}
