@charset "utf-8";
/* ----------------------------

サブトップ用
File Name: top_styles_sub.css
Last Update:2018-07-01
※トップと共通パーツは「top_styles_base.css」へ
もんすけTV関連は「top_styles_monsuketv.css」へ

---------------------------- */

/*サブトップ用メイン枠------------------------------------------------------------------*/
.subtop_main{
	width: 100%;
	max-width: 1280px;
	min-width: 768px;
	margin:40px auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/*左メイン*/
.subTop_side_left{
	float: left;
	width: 65.5%;
}

/*右サイド*/
.subTop_side_right{
	float: right;
	width: 31%;
	margin-left: 3.5%;
}

@media (max-width: 768px) {/* 縮小版 */
.subTop_side_left{
	float: left;
	width: 60.5%;
}

/*右サイド*/
.subTop_side_right{
	float: right;
	width: 36%;
	margin-left: 3.5%;
}
}

/*ニューストップ専用---------------------*/
.newstop_main{
	width: 100%;
	max-width: 1280px;
	min-width: 768px;
	margin:40px auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/*左メイン*/
.newsTop_side_left{
	float: left;
	width: 74%;
}

/*右サイド*/
.newsTop_side_right{
	float: right;
	width: 22.5%;
	margin-left: 3.5%;
}

@media (max-width: 980px) {/* 縮小版 */
/*左メイン*/
.newsTop_side_left{
	float: left;
	width: 69%;
}

/*右サイド*/
.newsTop_side_right{
	float: right;
	width: 27.5%;
	margin-left: 3.5%;
}
}

@media (max-width: 767px) {/* 縮小版 */
/*左メイン*/
.newsTop_side_left{
	float: none;
	width: 100%;
}

/*右サイド*/
.newsTop_side_right{
	float: none;
	width: 100%;
	margin-left: 0;
}
}

/*ニュース個別ページ---------------------*/
.newspage_main{
	width: 100%;
	max-width: 1280px;
	margin:40px auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/*左メイン*/
.newspage_side_left{
	float: left;
	width: 74%;
}

/*右サイド*/
.newspage_side_right{
	float: right;
	width: 22.5%;
	margin-left: 3.5%;
}

@media (max-width: 980px) {/* 縮小版 */
/*左メイン*/
.newspage_side_left{
	float: left;
	width: 69%;
}

/*右サイド*/
.newspage_side_right{
	float: right;
	width: 27.5%;
	margin-left: 3.5%;
}
}

@media (max-width: 767px) {/* スマホ版 */
/*左メイン*/
.newspage_side_left{
	float:none;
	width: 100%;
}

/*右サイド*/
.newspage_side_right{
	float:none;
	width: 100%;
	margin-left:0;
}
.sub_h_news {background: none;}	
.sub_h_news .h_sub_gray {display: none;}
}

/* サブTOP右コーナー色枠（番組表など）------------------------------------------------------*/
/*共通・色は個別指定*/
.subtop_ContainerBox{
	width: 100%;
	margin:0 0 40px 0;
	padding: 5px;
	line-height: 160%;
	border-radius: 5px;
	box-sizing: border-box;
	}

.subtop_ContainerBox ul{
	list-style: none;
	}

.sub_Container_title img{
	margin: auto;
	padding:0 2%;
	width: 96%;
}

/*ツイッター枠---------------------*/
.subtop_twitterBox{
	width: 100%;
	max-width: 390px;
	margin: 5px 0 55px 0;
	padding: 0px;
	line-height: 160%;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 12px;
	}

/*インフォメーションリンク---------------------*/
#infoContainer{
	margin-bottom: 30px;
}

.info_link_list ul{/*テキストリンク*/
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	padding: 0 5px;
	list-style:outside;
}
.info_link_list li{
	list-style: none;
	line-height: 1.6;
	padding: 5px;
}

.info_link_list li > a{
	position: relative;
	display: block;
	padding: 0 0 0 15px;
	}
	
.info_link_list li > a::before{
	position: absolute;
    content: "・";
	left: 0;
	}

.info_link_list a:hover{
	text-decoration:underline;
}

/*インフォメーション・バナー*/
.banner_link_list{/*バナーリンク*/
	margin: 40px 0 0 0;
}

.banner_link_list li{
	margin: 10px 0;
}

.banner_link_list a:hover img{
	opacity: 0.7;
}

.banner_240{/*バナーサイズ*/
	width: 100%;
	max-width: 240px;
}

.banner_160{
	width: 100%;
	max-width: 160px;
}

/*インフォメーション・ラジオ関連バナー*/
.radio_button_link{
	margin: 0 0 0 0;
}
.radio_button_link li{
	margin: 0 0 20px 0;
	list-style: none;
}
.radio_button_link li:last-child{
	margin: 0 0 10px 0;
}
.radio_button_link img{
	width: 101%;
	max-width: 380px;
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
	border: none;
}

.news_button_link a:hover img {
	opacity: 0.8;
}

/*インフォメーション・ニュース関連バナー*/
.news_button_link{
	margin: 0 0 40px 0;
}
.news_button_link li{
	margin: 5px 0 0 0;
	list-style: none;
}
.news_button_link img{
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.news_button_link a:hover img {
	opacity: 0.8;
}

/*白抜き色付きボタン共通---------------------*/
.color_button{	
	margin: 10px auto;
	width: 100%;
	max-width: 200px;
}

.color_button a{
	display:block;
	padding:10px;
	background:#1e53ad;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
}

.color_button a:hover{
	background:#456bac;
}

/* アナウンサー関連---------------------------------------------------------*/

/* アナウンサー日記・更新---------------------*/
#anadiaryContainer {
	background: #b9dd61;
	padding:5px;
	}

#anadiaryContainer li{
	margin: 0 5px 10px 5px;
	padding:10px;
	background: #fff;
	}

#anadiaryContainer li:last-child{
	margin: 0 5px 5px 5px;
	}

#anadiaryContainer h1{
	padding: 8px 0 4px 0;
}

#anadiaryContainer h2{/*日時*/
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 2px 10px;;
	background: #ffe851;
	border-radius: 5px;
	font-weight: 600;
	float: left;
}

#anadiaryContainer h3{/*担当*/
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 2px 10px;;
	border-radius: 5px;
	font-weight: 500;
}

#anadiaryContainer h3 span{
	color: #07a59f;
}

/* アナウンサーカレンダー告知枠---------------------*/
#ana_rectangle_space {}

#ana_rectangle_space img {width: 100%;}
#ana_rectangle_space a {display: block; margin-top: 5%;}
#ana_rectangle_space a:first-child {margin-top: 0;}


/* アナウンサーブログ更新---------------------*/
#anablogContainer div {}

.anablog_list li{
	vertical-align: middle;
	padding: 10px 0;
	border-bottom: solid 1px #d1b8e6;
	zoom: 1; /* clear: bothのfor IE6/7対応 */
}
.anablog_list li:first-child{
	border-top: solid 1px #d1b8e6;
}

.anablog_list li::after{
	content: "";
	display: block;
	clear: both;
	height: 0;
    visibility: hidden;
}

.anablog_list_txt{
	float: left;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.8;
}

.anablog_list_txt h2{/*アナウンサー名*/
	font-size: 12px;
	font-weight: normal;
}

.anablog_list_txt h3{/*ブログ名*/
	font-size: 15px;
}

.anablog_list_txt h4{/*日付*/
	display: inline-block;
	font-size: 10px;
	margin: 0 5px 5px 0;
	padding: 1px 5px;
	background: #97ced3;
	color: #ffffff;
	font-weight: normal;
}

.anablog_list_txt h5{/*記事タイトル*/
	display: inline;
	font-weight: normal;
}

.anablog_list a > .anablog_list_txt h5{
	color: #08278c;
}

.anablog_list a:hover > .anablog_list_txt h5{
	text-decoration: underline;
}

.anablog_list img{
	width: 30%;
	max-width: 100px;
	border-radius: 100%;
	float: right;
}

.anablog_list a:hover{
	opacity: 0.8;
}
.anablog_sub_txt{font-size: 60%;}

/* アナウンサーinstagram・note欄---------------------*/
#anasnsContainer div {}

.anasns_list li{
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #d1b8e6;
	zoom: 1; /* clear: bothのfor IE6/7対応 */
}
.anasns_list li:first-child{
	border-top: solid 1px #d1b8e6;
}

.anasns_insta li:last-child , .anasns_note li:last-child{
	margin-bottom: 50px;
}

.anasns_name_box {/*アナウンサー名*/
	display:flex;
	align-items: center;
}

.anasns_list h2{/*アナウンサー名*/
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: normal;
	align-self: center;
	
}

.anasns_list img{
	border: solid 1px #ccc;
	width: 80px;
	border-radius: 100%;
	align-self: center;
}

.anasns_list a:hover{
	opacity: 0.8;
}

@media (max-width: 1024px) {/* 縮小版 ：顔写真非表示*/
.anasns_list img{max-width: 60px;}

.anasns_list_txt{

}
}

/* イベント関連----------------------------------------------------------------*/

/* イベントプレゼント---------------------*/
#Event_preContainer {
	background: #abdaf5;
	}

#Event_preContainer h1{
	padding: 5px 3px 0 0;
	}

#Event_preContainer li{
	margin: 0 5px 10px 5px;
	padding:5px 20px 20px 20px;
	background: #fff;
	}

#Event_preContainer li:last-child{
	margin: 0 5px 5px 5px;
	}

/*折り返しラベル風・斜め切り/イベント*/
.event_sisyakai ,
.event_present{
	position: relative;
	display: inline-block;
	left: -25px;
	margin:0 0 10px 0;
	padding: 2px 20px 2px 10px;
	color: white;
}

.event_sisyakai{ background: #cb6dca;}
.event_sisyakai::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px #9b409a;
}

.event_present{ background: #0caf5d;}
.event_present::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px #098b49;
}

.event_sisyakai::after ,
.event_present::after {
	position: absolute;
	content: '';
	right: -3px;
	top: -5px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 35px white;
}

/*非開催時*/
.event_not{padding: 15px 0 0 0 ;}

/* ラジオ関連----------------------------------------------------------------------*/

/*公式SNS欄*/
.subtop_radio_sns{
	padding: 15px;
	background: #ffdd3d url( "../radio/image/subtop_radio_snsbox_back.png");
	border: solid 3px #2b2b2b;
	border-radius: 10px;
	box-sizing: border-box;
}
.subtop_radio_sns h1 img{
	width: 100%;
	height: 34px;
}
.subtop_radio_sns_box{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 210px;
	margin: 14px auto 0 auto;
}
.subtop_radio_sns_box p img{
	width: 50px;
	height: 50px;
}

/* ラジオ番組表ボタン---------------------*/
.button_radioprogram{	
	width: 100%;
	margin: 0 0 40px 0;
	border: solid 4px #1b1b1b;
	box-sizing: border-box;
}

.button_radioprogram span{display: none;}

.button_radioprogram a{
	display: block;
	margin: auto;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: url(../image/button_radioprogram.svg) no-repeat center #ffa31f;
	background-size: 80%;
}

.button_radioprogram a:hover{
	opacity: 0.8;
}

/* ラジオただいま放送中---------------------*/
#radiotimetableContainer {
	background: #3c3c3c;
	padding:0;
	}

#radiotimetableContainer ul{
	padding:0 0 10px 0;
	}

#radiotimetableContainer li{
	margin: 0 10px;
	padding:0;
	background: #fff;
	box-sizing: border-box
	}
#radiotimetableContainer h1{
	padding: 5px 0 5px 5px;
 	background: linear-gradient( #2b2b2b 50% ,transparent 50%);
	border-radius: 5px;
}

#radiotimetableContainer h2{
	padding: 0;
}
#radiotimetableContainer a:hover > img {
	opacity: 0.8;
}

/* 放送中枠*/
.radio_nowonair  li{
	border: #ffde00 solid 5px;
	box-sizing: border-box
}

.radio_now_space{
	padding: 10px;
}
/* サムネイル*/
.radio_now_space img{ 
	float: left;
	width: 45%;
	border: solid 3px #3c3c3c;
	box-sizing: border-box;}

/* 見出し・時間*/
.radio_now_space h3{
	position: relative;
	display: block;
	top: -10px;
	left: -10px;
	width: 80px;
	margin: 0;
	padding: 3px 0 3px 25px;
	background: #ffde00 url(../image/icon_tvtimetablefeed.svg) no-repeat left 5px center;
	background-size: 16px;
	border-radius: 0;
	text-align: left;
}

.radio_now_space h3::after {
	position: absolute;
	content: '';
	right: -3px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 10px white;
	border-bottom: solid 30px white;
	border-left: solid 10px transparent;
}

.radio_nowonair a:hover > h3 {
	color: #393939;
}

.radio_now_space h4 {
	display: block;
	float: right;
	width: 55%;
	padding:5px 10px;
	box-sizing: border-box;
	text-align: left;
}

.radio_now_space a:link > h4 {
	color: #c20b18;
	text-decoration: none;
}
.radio_now_space a:hover > h4 {
	text-decoration: underline;
}

/*ラジコボタン*/
.radko_link{
	width: 90% ;
	max-width: 200px;
	margin: 0 10px 10px 10px;
	border-radius: 5px;
}

/*次の放送枠*/
ul.radio_nextonair li {border: #e3e3e3 solid 5px;}

/* 見出し・日時*/
.radio_nextonair h3{
	display: inline-block;
	margin: 10px 10px 0;
	padding: 2px 10px;
	background: #2b2b2b;
	font-weight: 600;
	float: left;
	color: #ffffff;
}
/*番組名*/
.radio_nextonair h4{
	display: inline-block;
	margin: 10px 0;
	padding: 2px 10px 2px 10px;
	font-weight: normal;
}
.radio_nextonair a {
	text-decoration: none;
}
.radio_nextonair a:hover {
	text-decoration: underline;
}


/* 2021年版ラジオただいま放送中---------------------*/
#radio_nowonair_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #2b2b2b;
	border: solid 7px #2b2b2b; 
	border-radius:5px;
	margin: 0 0 40px 0;
	}

#radio_nowonair_box > h1{
	padding: 0 7px 0 3px;
	width: 14%;
	box-sizing: border-box;
	}

#radio_nowonair_box > h1 img{
	width: 100%;
	max-width: 100px;
	}

.radio_nowonair_space{
	width: 86%;
	display: flex;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	}
.radio_nowonair_title{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-size: 0.95rem;
	font-weight: bold;
	}
.radio_nowonair_radiko{
	width: 30%;
	box-sizing: border-box;
	line-height: 0;
	}
.radio_nowonair_radiko img{
	width: 100%;
	max-width: 197px;
	}

/* 放送中枠*/
.radio_nowonair  li{
	border: #ffde00 solid 5px;
	box-sizing: border-box
}

.radio_now_space{
	padding: 10px;
}
/* サムネイル*/
.radio_now_space img{ 
	float: left;
	width: 45%;
	border: solid 3px #3c3c3c;
	box-sizing: border-box;}

/* 見出し・時間*/
.radio_now_space h3{
	position: relative;
	display: block;
	top: -10px;
	left: -10px;
	width: 80px;
	margin: 0;
	padding: 3px 0 3px 25px;
	background: #ffde00 url(../image/icon_tvtimetablefeed.svg) no-repeat left 5px center;
	background-size: 16px;
	border-radius: 0;
	text-align: left;
}

.radio_now_space h3::after {
	position: absolute;
	content: '';
	right: -3px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 10px white;
	border-bottom: solid 30px white;
	border-left: solid 10px transparent;
}

.radio_nowonair a:hover > h3 {
	color: #393939;
}

.radio_now_space h4 {
	display: block;
	float: right;
	width: 55%;
	padding:5px 10px;
	box-sizing: border-box;
	text-align: left;
}

.radio_now_space a:link > h4 {
	color: #c20b18;
	text-decoration: none;
}
.radio_now_space a:hover > h4 {
	text-decoration: underline;
}

/* ラジオスタジオ動画配信---------------------*/
#radiocameraContainer{ }

#radio3stimg_file{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: solid 4px #3a3a3a;
	box-sizing: border-box;
}
#radio_cam img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: solid 4px #3a3a3a;
	box-sizing: border-box;
}

/*youtube配信*/
/*youtube配信*/
.button_youtube img{	
	margin: 10px auto 15px auto;
	width: 100%;
	max-width: 320px;
    border: solid 1px #000;
    box-sizing: border-box;
}

.button_youtube a:hover{
	opacity: 0.8;
}
/*ustream配信*/
.button_ustream{	
	margin: 10px auto 15px auto;
	width: 100%;
	max-width: 200px;
}

.button_ustream a{
	display:block;
	padding:10px;
	background:#1e53ad;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
}

.button_ustream a:hover{
	opacity: 0.8;
}

/* ラジオインフォメーションリンク---------------------*/

#RadioinfoContainer ul{	
	width: 100%;
	list-style: none;
}

#RadioinfoContainer li{	
	margin: 10px auto;
	width: 100%;
	line-height: 1.6;
}

#RadioinfoContainer a{
	display:block;
	padding:10px 15px;
	background:#47986a;
	border-radius: 3px;
	color: #ffffff;
}

#RadioinfoContainer a:hover{
	opacity: 0.8;
}

/* テレビ関連------------------------------------------------------------------------*/
/* テレビ番組表枠---------------------*/
#TVtimetableContainer {
	background: #12a684;
	padding:10px 10px 10px 5px;
	}

/*テレビ番組表・通常版*/
#TVtimetableContainer h1{
	padding: 0px 0 5px 0;
}

#TVtimetableFeed {
	height: 300px;
	overflow-y:scroll;
	}

#TVtimetableFeed ul{
	margin:0 0 0 5px;
	}

#TVtimetableFeed li{
	margin:0 0px;
	padding: 10px;
	background: #ededed;
	border-bottom:dashed 1px #d2d2d2;
	}

#TVtimetableFeed li a{
	color: #08278c;
	}

#TVtimetableFeed li a:hover{
	text-decoration: underline;
	}

/*テレビ番組表・通常版*/
#TVtimetableFeed h4{
	display: block;
	width: 70px;
	margin: 0 0 10px 0;
	padding: 2px;
	background: #c9e479;
	border-radius: 5px;
	text-align: center;
	font-weight: normal;
}

/*テレビ番組表・最新欄*/
#TVtimetableFeed li:first-child{
	margin:0 0px;
	padding: 10px;
	background: #fff;
	font-weight: 600;
	border-bottom:none;
	}

#TVtimetableFeed li:first-child a{
	color: #c4193d;
	}

/*最新欄　時間見出し*/
#TVtimetableFeed li:first-child h4{
	position: relative;
	display: block;
	width: 80px;
	left:-15px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 25px;
	background: #fedd24 url(../image/icon_tvtimetablefeed.svg) no-repeat left 5px center;
	background-size: 16px;
	border-radius: 0;
	text-align: left;
	font-weight: 600;
}

#TVtimetableFeed li:first-child h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px #c8aa00;
}

#TVtimetableFeed li:first-child h4::after {
	position: absolute;
	content: '';
	right: -3px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 10px white;
	border-top: solid 15px white;
	border-bottom: solid 15px white;
	border-left: solid 10px transparent;
}

/* テレビ番組表ボタン---------------------*/
.button_tvprogram{	
	width: 100%;
	margin: 0 0 40px 0;
	border: solid 4px #1b1b1b;
	box-sizing: border-box;
}

.button_tvprogram span{display: none;}

.button_tvprogram a{
	display: block;
	margin: auto;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: url(../image/button_tvprogram.svg) no-repeat center #6ec245;
	background-size: 80%;
}

.button_tvprogram a:hover{
	opacity: 0.8;
}

/*Spry*/
.SpryHiddenRegion {
    visibility: hidden;
}

/*帯色(交互に変更可能)*/
.even_t li{  background:#ffffff; ;}
.odd_t li{ background:#ffffff; border-bottom:dashed 1px #999;}

/*注意書き*/
.TVtimetable_attention{
	font-size: 10px;
	color: #ffffff;
}

/*サブトップ用-コンテンツBOX(左部分)----------------------------------------------------------*/

/* コンテンツサムネイルボックス---------------------*/
#contentsContainer {
	margin: 0 0 40px 0 ;
}

.content_box {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

/* コンテンツサムネイルリスト：基本(4カラム) ---------------------*/
.content_box_list{ 
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-content: flex-start;
	margin: 0;
	list-style: none;
}
.content_box_list li{
	flex-basis: 22.375%;
	margin: 0 3.5% 0 0;
	padding:0 0 30px 0;
	box-sizing: border-box;
	align-self: stretch;
}

.content_box_list li:nth-child(4n){
	margin: 0 0 0 0;
}

@media (max-width: 1026px) {/* 縮小版(3カラム) */
.content_box_list li{
	flex-basis: 31%;}


.content_box_list li:nth-child(4n){/*ここは必ず(2n)の前に表記*/
	margin: 0 3.5% 30px 0;
}
.content_box_list li:nth-child(3n){
	margin: 0 0 30px 0;
}
}
.list_content img{/*サムネイルimg*/
	width: 100%;
	border: solid 3px #e4e4e4;
	box-sizing: border-box;
	margin: 0 0 5px 0;
}

.list_content h2 { /*コンテンツ名など*/
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 5px 0;
 }

.list_content p{/*放送日時など*/
	line-height: 1.6;
}
.line-through {/*打ち消し線*/
	text-decoration: line-through;
}
.txt-red {/*赤文字*/
	color: #C90606;
}
/*リンクimg*/
.content_box_list a:hover img {opacity: 0.8}

/*SNSラベル*/
.sns_lavel{/*親div*/ position: relative;}

.sns_lavel h3 {
	position: absolute;
	padding: 4px;
 	top: 3px;
	left: 3px;
	font-size: 10px;
	color: #ffffff;/*文字は白*/
	font-weight: normal;
	background: #3b579d;

  }

/*サブリスト・メールのみ番組---------------------*/
.content_box_sub{
	background: #ffffff;
	border: solid 3px #e2e2e2 ;
	overflow-y:scroll;
	overflow:auto;
	margin: 0 auto 40px auto;
	box-sizing: border-box;
}

.content_box_sub ul{
	list-style: none;
	padding: 15px;
}

.content_box_sub li{
	line-height: 1.6;
	margin: 5px;
	padding: 0;
}

.content_box_sub li::before{
	display: inline-block;
	content: "";
	left: 0;
	top: 10px;
	background: url(../image/icon_triangle_green.svg) no-repeat left top;
	background-size: 8px;
	padding: 5px;
}

.content_box_sub h2{/*番組名放送時間*/
	display: inline-block;
}

.content_box_sub p{
	display: inline-block;
	padding: 0 0 0 10px;
}

/*メールボタン---------------------*/
.link_mail{
	margin: 5px auto;
	text-align: center;
}

.link_mail a{
	display: inline-block;
	padding:4px 10px;
	border-radius: 3px;
	background:#676767;
	color: #ffffff;
	font-size: 10px;
}

.link_mail a::before{
	content:" ";
	display:inline-block;
	background: url(../image/icon_link_mail.svg)no-repeat left center;
	height:8px;
	width: 20px;
	background-size:12px;
    vertical-align:middle;
}

.link_mail a:hover{
	opacity: 0.8;
}

.content_box_list .link_mail a{width: 80px;}/*ラジオ通常用*/
.content_box_sub .link_mail a{width: 60px;}/*ラジオサブ用*/

/* アナウンサー用--------------------------------*/

.list_ana img {
	width: 100%;
	box-sizing: border-box;
}

.list_ana h2 { /*名前*/
	margin: 5px 0 0 0 ;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
 }

.ana_name_sub{/*名前アルファベット*/
	text-align: center;
	font-weight: normal;
	color: #888989;
	font-size: 10px;
}

/*名前装飾（.ana_name_wは女性・.ana_name_mは男性）*/
.ana_name_w::before , 
.ana_name_w::after/*女性用*/{
	display: inline-block;
	vertical-align: middle;
	content: "●";
	padding:0 5px;
	color: #f2c4e0;
	font-size:10px;
}

.ana_name_m::before , 
.ana_name_m::after/*男性用*/{
	display: inline-block;
	vertical-align: middle;
	content: "●";
	padding: 0 5px;
	color: #abc3ff;
	font-size:10px;
}
/* Instagram・note */
.ana_sns li{
	margin-bottom:5%;
}
.ana_sns a:hover{
	text-decoration: underline;
}
.ana_sns li:last-child{
	margin-bottom:15%;
}

/* ニュース一覧用（3カラム）---------------------*/

.news_box_list #articles {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-content:flex-start;
	margin: 0;
	list-style: none;
}
.news_box_list li{
	flex-basis: 31%;
	display: block;
	align-self: stretch;
	margin: 0 3.5% 30px 0;
}

.news_box_list li:nth-child(3n){
	margin: 0 0 30px 0;
}

.news_box_list a{
	display: block;
	padding:20px;
	width: 100%;
	height: 100%;
	border: solid 3px #dcdcdc;
	box-sizing: border-box;	
}

.news_box_list a:hover
	{border: solid 3px #283873;}

.news_box_list img{
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
}

.news_box_list h3{/*記事見出し*/
	margin: -5px 0;

	line-height: 1.6;
	font-weight: 600;
	color: #1d287b;
}

.news_box_list a:link h3{color: #1d287b;}
.news_box_list a:hover h3{color: #1d287b;}

.news_box_list h4{/*更新日時*/
	padding: 10px 0 0 0;
	border-top: solid 1px #dcdcdc;
	text-align: right;
	color: #808080;
	font-weight: normal;
	font-size: 10px;
}
.news_box_list a:hover h4{color: #808080}

@media (max-width: 980px) {/* 縮小版 */

.news_box_list li{
	flex-basis: 48.25%;
	align-self: auto;
	margin: 0 0 40px 0;
}
.news_box_list li:nth-child(3n){/*ここは必ず(2n)の前に表記*/
	margin: 0 0 40px 0;
}
.news_box_list li:nth-child(2n){
	margin: 0 0 40px 3.5%;
}
	
.news_box_list a{
	display: block;
	padding:20px;
	border: solid 3px #dcdcdc;
	box-sizing: border-box;
}

#news_title h2 ,
.news_box_list h4
	{font-size: smalle}
	
.news_box_list h3 {font-size: 15px}
}

/*ニュース個別記事用---------------------*/

.news_box_article{/*ニュース個別記事枠*/
	border: solid 3px #dcdcdc;
	padding: 30px;
	box-sizing: border-box;
}
/*個別記事タイトル*/
#news_title{
	position: relative;
	margin: 0 auto 20px auto;
	padding: 5px 0 5px 20px ;
	line-height: 1.6;
	font-size: 18px;
	color: #08278c;
	border-left: solid 6px #08278c;
}

@media (max-width: 1024px) {/* 縮小版 */
#news_title {font-size: 16px;}
}

@media (max-width: 767px) {/* 縮小版 */
.news_box_article{/*ニュース個別記事タイトル*/
	border: none;
	padding: 0;
}
/*個別記事タイトル*/
#news_title{
	margin: 0 auto;
	border-left:none;
}
}

.news_daytime{
	margin: 0 auto 40px auto;
	text-align: right;
	color: #808080;
	line-height: 1.6;
	font-weight: normal;
}
#player{/*動画*/
	text-align: center;
	margin: auto;}

#player video{
	width: 100%;
	height: 56.25%;
	max-width: 435px;
	padding: 0;
	border: solid 5px #313131;
	box-sizing: border-box;
}

#link a{/*動画ボタン*/
	display: block;
	max-width: 210px;
	margin: 10px auto 40px auto;
	padding: 10px 20px;
	border: solid 2px #313131;
	border-radius: 3px;
	box-sizing: border-box;
	background: #e7e7e7;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

#link a:hover{/*動画ボタン*/
	border: solid 2px #c70404;
	background: #ffffff;
}

.news_box_article p{/*本文*/
	line-height: 2.4;
	margin: 30px auto 0 auto;
}

.button_news_back a{/*ニュース一覧へ*/
	display: block;
	max-width: 320px;
	margin: 40px auto;
	padding: 20px 0;
	border: solid 3px #354376;
	box-sizing: border-box;
	background: #f8f8f8;
	color: #354376;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.button_news_back a::after{
	content: "";
	background: url(../image/button_news_back.png) no-repeat center;
	background-size:24px;
	margin-left: 10px;
	padding: 12px;
}
.button_news_back a:hover{
	border: solid 3px #c70404;
	color: #c70404;
}

.button_news_back a:hover::after{
	content: "";
	background: url(../image/button_news_back_h.png) no-repeat center;
	background-size:24px;
	margin-left: 10px;
	padding: 12px;
}

.news_display_smp {display: none}/* スマホ用リンク */

@media (max-width: 767px) {/* スマホ用切り替え */

.news_display_pc {display: none}
.news_display_smp {display:inline}

}

/*番組サムネイル下のSNSリンクボタン*/
.sns_link_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.sns_link_box p{
	margin: 17px 17px 0 0;
}
.sns_link_box p:last-child{ margin: 17px 0 0 0;}
.sns_link_box p:nth-child(4n){ margin: 17px 0 0 0;}
.sns_link_box p:hover{ opacity: 0.7; }
.sns_link_box img{ border: none; height: 32px;}

@media (max-width: 1172px) {/* 縮小版 */
.sns_link_box p:nth-child(4n){ margin: 17px 17px 0 0;}
}

@media (max-width: 767px) {/* 縮小版 */
.sns_link_box p:nth-child(3n){ margin: 17px 0 0 0;}
}
