/*
Theme Name: FMうおぬま 81.4MHz Ver3.4.6
Theme URI: https://fm-u814.com
Author: エフエム魚沼株式会社
Author URI: https://fm-u814.com
Description: FMうおぬま専用テーマ
Version: 3.4.6
License: エフエム魚沼株式会社
License URI: https://fm-u814.com
Text Domain: fmu814
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#333; text-decoration: none; }
a:focus { outline:none !important; color:#333; text-decoration:none; }
a:active { outline:none !important; color:#333; text-decoration:none; }
a:hover { color:#333; text-decoration:none; }
a:visit { color:#333; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
a:hover {
	opacity: 0.70;
}
address {margin-top:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:16px;
	line-height:180%;
	letter-spacing: 1px;
	color:#30383d;
	counter-reset:number;
}
html, body {
	height: 100%;
	width:100%;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position:relative;
	clear:both;
	background: #fff;
}
#header {
	position: relative;
	max-width:1200px;
	min-width: 960px;
	margin:0 auto;
	padding:15px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
/*------------------------------ ロゴ ----------*/
#header #logo {
	position: relative;
	width:140px;
}
#header #logo img {
	width:100%;
	height:auto;
}
.list-contact {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}
.list-contact li {
	margin:0 5px;
	position: relative;
	overflow: hidden;
}
.list-contact li a {
	line-height: 150%;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-weight:700;
	-webkit-box-shadow:3px 3px 0 rgba(0,0,0,0.10);
			box-shadow:3px 3px 0 rgba(0,0,0,0.10);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-contact li.top a {
	padding: 15px 0;
	width:50px;
	background: url(img/parts/ic/home.png) 50% 50% no-repeat #3CA1D0;
	background-size:23px auto;
	text-indent:-9999px;
}
.list-contact li.request a {
	padding: 15px 20px 15px 50px;
	background: url(img/parts/ic/request.png) 15px 55% no-repeat #2597cc;
	background-size:23px auto;
}
.list-contact li.mail a {
	padding: 15px 20px 15px 50px;
	background: url(img/parts/ic/mail.png) 15px 55% no-repeat #31393d;
	background-size:23px auto;
}

/*------------------------------ グローバルナビ ----------*/
#gnav {
	position:relative;
	width:100%;
	background:#31393d;
	border-top:5px solid #339cc9;
	z-index: 10;
}
#gnav ul {
	position:relative;
	display: -webkit-flex;
    display: flex;
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
}
#gnav ul li {
	position: relative;
	font-size: 18px;
	width:20%;
	text-align: center;
}
#gnav ul li a {
	display: block;
	width:100%;
	height: 100%;
	font-size: 14px;
	line-height: 60px;
	padding-left:30px;
	color:#fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#gnav ul li a:after {
	position: absolute;
	content:'';
	top:25%;
	right:0;
	height:50%;
	border-left: 1px solid rgba(255,255,255,0.20);
}
#gnav ul li:nth-child(2) a:before {
	position: absolute;
	content:'';
	top:25%;
	left:0;
	height:50%;
	border-left: 1px solid rgba(255,255,255,0.20);
}
#gnav ul li a.home {background:url(img/parts/ic/home.png) 35% 45% no-repeat; background-size:auto 18px !important;}
#gnav ul li a.program {background:url(img/parts/ic/program.png) 30% 45% no-repeat; background-size: auto 16px !important;}
#gnav ul li a.staff {background:url(img/parts/ic/staff.png) 10% 50% no-repeat; background-size: auto 20px !important; padding-left:20px;}
#gnav ul li a.service {background:url(img/parts/ic/service.png) 25% 45% no-repeat; background-size: auto 17px !important;}
#gnav ul li a.disaster {background:url(img/parts/ic/disaster.png) 25% 50% no-repeat; background-size: auto 18px !important;}
#gnav ul li a.movie {background:url(img/parts/ic/movie.png) 15% 50% no-repeat; background-size: auto 24px !important;}
#gnav ul li a.faq {background:url(img/parts/ic/faq.png) 20% 50% no-repeat; background-size: auto 20px !important;}
#gnav ul li a.company {background:url(img/parts/ic/company.png) 25% 45% no-repeat; background-size:auto 18px !important;}
#gnav ul li a.recruit {background:url(img/parts/ic/recruit.png) 28% 45% no-repeat; background-size:auto 18px !important;}

#gnav ul li:first-child,
#gnav ul li:last-child,
#gnav ul li:nth-child(8) {display: none;}

/*------------------------------ 緊急のお知らせ ----------*/
.bx-important {
	position: relative;
	clear:both;
	overflow: hidden;
	background:#ab1e23;
}
.bx-important p {
	position: relative;
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	font-weight: 700;
	font-size:14px;
	color: #fff;
	line-height: 55px;
}
.bx-important p span {
	display: inline-block;
	margin-right: 20px;

	text-align: center;
	width: 150px;
}
.bx-important p a {
	color:#fff;
}

/*-----------------------------------------------------------------------------------------
	フッター
-----------------------------------------------------------------------------------------*/
footer {
	padding:50px 0;
	background:#2cb3e8;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#wrap-footer {
	position: relative;
	width: 960px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row-reverse;
			flex-flow: row-reverse;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
#wrap-footer,
#wrap-footer a {
	color: #fff;
}
#fnav {
	width:400px;
}
#fnav ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}
#fnav ul li {
	position: relative;
	width:48%;
	font-size: 12px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#fnav ul li a {
	padding-left:25px;
	display: block;
}
#fnav ul li a:before {
	position: absolute;
	content: '';
	top:10px;
	left:0;
	width:5px;
	height:5px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#wrap-footer .f-company {
	display: -webkit-flex;
	display: flex;
	align-items:flex-start;
	width:430px;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}
footer .f-company img {
	width:25%;
	height: auto;
}
footer small {
	position: absolute;
	bottom:-20px;
	right:0;
	display: block;
	color:#fff;
	text-align: center;
}

/*------------------------------ ページトップへ ----------*/
#pageTop {
	position:fixed;
	bottom:20px;
	right:10px;
	width: 60px;
	height:60px;
	display: none;
	z-index:9000;
}
#pageTop img {
	width: 100%;
	height: auto;
}
#pageTop:hover {
	cursor: pointer;
}

/*------------------------------ フッターボタン ----------*/
#fBtn {
	display: none;
}
.btnIn {
    right:0 !important;
}

.flx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	flex-direction: row-reverse;
}
#bx-sns {
    position: fixed;
    right:-90px;
    top:50%;
    transform: translate(0, -50%);
    width:80px;
    padding:15px 10px;
    background:rgba(37,151,204,0.30);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius:5px 0 0 5px;
    z-index: 10;
    transition:0.7s;
}
#bx-sns li {
    background:#fff;
    border-radius:10px;
    margin-bottom:20px;
}
#bx-sns li a {
    display: block;
    padding:10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#bx-sns li img {
    display: block;

    width:100%;
    height:auto;
}
#bx-sns li:last-child {
    margin-bottom:0 !important;
}

/*-----------------------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------------------*/

#bx-main {
	width:100%;
	min-width: 960px;
	padding:30px 0;
	background:#f1f3f4;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}

/*------------------------------ スライダー ----------*/
#slider {
	position: relative;
	overflow: hidden;
	width:67%;
	height: 540px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#slider img {
	width:101% !important;
	height:auto !important;
}
/*------------------------------ オンエア ----------*/
#bx-radio {
	position: relative;
	padding:0;
	width:375px;
	height:540px;
	z-index:2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#onair {
	position: relative;
	padding: 55px 15px 15px 15px;
	background: url(img/parts/ic/denpa.gif) 50% 15px no-repeat #fff;
	background-size:35px auto;
	height:250px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
/*------------------------------ サイマルラジオ ----------*/
#itradio {}
#itradio img {
	width:100%;
	height: auto;
	display: block;
	margin:5px 0;
	-webkit-transition:0.2s;
			transition:0.2s;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#itradio img:hover {
	opacity:0.80;
}
/*----------------------------- トークテーマ ----------*/
#talktheme {
	position: relative;
	font-size:14px;
	font-weight:700;
	padding: 0 15px 10px 15px;
	background:#fff;
	width:100%;
	height: 105px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#talktheme dl {
	position: relative;
	top:-20px;
	border-radius: 10px;
	/*border:2px solid #aaa;*/
	background:#f5f5f5;
	text-align: center;
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.30);
			box-shadow: 3px 3px 0 rgba(0,0,0,0.30);
}
#talktheme dl dt {
	position: relative;
	color:#fff;
	top:-21px;
	background:rgba(255,174,0,1.00);
	line-height:40px;
	border-radius:40px;
	width:220px;
	margin:0 auto 15px auto;
	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.10);
			box-shadow: 0 5px 0 rgba(0,0,0,0.10);
}
#talktheme dl dd {
	position: relative;
	top:-22px;
}

/*----------------------------- お知らせ・番組紹介 ----------*/
#news,
#corner {
	position: relative;
	clear: both;
	width:100%;
	padding:50px 0 50px 0;
	border-top:1px solid rgba(48,56,61,0.10);
	-webkit-box-shadow: 0 5px 10px -10px rgba(0,0,0,0.10) inset;
			box-shadow: 0 5px 10px -10px rgba(0,0,0,0.10) inset;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
#news {
	background:#B4E6F0;
}
#corner {
	background:#cce5ea;
}
#news h1,
#corner h1 {
	position: relative;
	font-size:22px;
	font-weight:700;
	letter-spacing: 3px;
	margin:0 auto 50px auto;
	text-align: center;
	background: #fff;
	color:rgba(48,56,61,0.90);
	/*color:#fff;*/
	line-height:60px;
	width:300px;
	border-top: 10px solid #a0dde2;
    border-left: 10px solid #e2a0b4;
    border-right: 10px solid #eec496;
    border-bottom: 10px solid #a0e2c2;
	border-radius:3px;
	-webkit-box-shadow:10px 10px 0 rgba(0,0,0,0.05);
			box-shadow:10px 10px 0 rgba(0,0,0,0.05);
}
#news div.bx-topics,
#corner div.bx-topics {
	position: relative;
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	
}

/*----------------------------- 記事一覧 ----------*/
ul.list-posts {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
			justify-content:flex-start;
}
ul.list-posts li {
	position: relative;
	overflow: hidden;
	width:23.5%;
	margin:0 2% 2% 0;
	background: #fff;
	min-height:300px;
	border:5px solid rgba(255,255,255,0.10);
	border-radius:5px;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,0.10);
			box-shadow:0 3px 0 rgba(0,0,0,0.10);
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.list-posts li:nth-child(4n) {
	margin-right:0;
}
ul.list-posts li:hover {}
ul.list-posts li dl dt img {
	-webkit-transform: scale(1.0);
			transform: scale(1.0);
	-webkit-transition:0.50s;
	        transition:0.50s;
}
ul.list-posts li:hover > dl dt img {
	-webkit-transform: scale(1.08);
			transform: scale(1.08);
	-webkit-transition:0.50s;
	        transition:0.50s;
}
ul.list-posts li dl dt {
	position:relative;
	overflow: hidden;
	background: #f9f9f9;
	margin-bottom: 20px;
}
ul.list-posts li dl dt img {
	width:100%;
	height: auto;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.list-posts li dl dd span {
	line-height: 25px;
	font-size: 12px;
}
ul.list-posts li dl dd {
	min-height: 100px;
	padding: 0 10px;
}
ul.list-posts li dl dd p {
	margin-bottom:10px;
	min-height:60px;
}
ul.list-posts li dl dd span.cate {
	width:100px;
	text-align:center;
	color:#fff;
	display: block;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 10px;
}
ul.list-posts li dl dd span.new {
	display: inline;
	color:#E10000;
	font-size: 12px;
}
ul.list-posts li dl dd span.datetime {
	display: block;
	color:#999;
    margin-bottom:15px;
}
ul.list-posts li a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*----------------------------- 記事一覧 ----------*/
ul.list-topics {
	width:100%;
}
ul.list-topics li {
	position: relative;
	clear:both;
	overflow: hidden;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #efefef;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ul.list-topics dl div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
ul.list-topics dl div dt {
	width:25%;
	background:#efefef;
	padding:4px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ul.list-topics dl div dt img {
	width:100%;
	height:auto;
}
ul.list-topics dl div dd {
	width:70%;
}
ul.list-topics li dl dd span {
	line-height: 25px;
	font-size: 12px;
}
ul.list-topics li dl dd span.cate {
	width:100px;
	text-align:center;
	color:#fff;
	display: block;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 10px;
}
ul.list-topics li dl dd p {
	margin-bottom:0 !important;
}
ul.list-topics li dl dd span.datetime {
	display: block;
	color:#999;
}
ul.list-topics li a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*----------------------------- カテゴリ―名 背景色 ----------*/
span.news { background:rgba(3,183,146,0.80); }
span.corner { background:rgba(3,110,183,0.80); }
span.disaster { background:rgba(231,56,40,0.80); }
span.important { background:rgba(231,56,40,0.80); }

.more-news {
	position: absolute;
	top:25px;
	right:10px;
	width:140px;
}
.more-news a {
	position: relative;
	display: block;
	font-size:14px;
	color:#0866a1;
	line-height: 35px;
	border-radius:35px;
	background:#fff;
	width:100%;
	text-align: center;
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.10);
			box-shadow: 2px 2px 0 rgba(0,0,0,0.10);
}
.more-news a:after {
	position: absolute;
	content:'';
	top:50%;
	right:15%;
	width:6px;
	height:6px;
	margin-top:-3px;
	border-top:1px solid #0866a1;
	border-right:1px solid #0866a1;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

/*----------------------------- SNSエリア ----------*/
#wrap-sns {
	position: relative;
	clear: both;
	overflow: hidden;
	border-top:1px solid #9e9e9f;
	padding:100px 0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	z-index: 10;
}
#wrap-sns:before,
#wrap-sns:after {
	position: absolute;
	content:'';
	top:0;
	z-index: -1;
}
#wrap-sns:before {
	left:-700px;
	background:url(img/parts/fb-left.png) 0 0 no-repeat;
	width:1360px;
	height:991px;
}
#wrap-sns:after {
	left:50px;
	background:url(img/parts/fb-right.png) 0 0 no-repeat;
	width:1994px;
	height:997px;
}
.bx-footer {
	max-width:1100px;
	min-width:960px;
	margin: 0 auto;
}
.bx-footer h1 {
	position: relative;
	font-size: 24px;
	background:url(img/parts/ic/facebook.png) 0 7px no-repeat;
	background-size:30px auto;
	padding:10px 0 25px 45px;
}
.bx-footer ul {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.bx-footer ul li {
	margin-bottom:20px;
    width:23%;
	border:2px solid #efefef;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-footer ul li img {
	width:100%;
	height:auto;
}

/*-----------------------------------------------------------------------------------------
	下層ページ（共通）
-----------------------------------------------------------------------------------------*/
/*------------------------------ パン屑 ----------*/
#pan {
	position:relative;
	z-index: 10;
}
#pan ol {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	padding:20px 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
#pan ol li {
	line-height:100%;
	font-size:12px;
	color: #fff;
}
#pan ol li a {
	color: #fff;
}
#pan ol li:after {
	position:relative;
	content:'>';
	margin:0 8px;
	font-size:12px;
}
#pan ol li:last-child:after {
	content:'';
}
/*------------------------------ コンテンツエリア ----------*/
article {
	position: relative;
	clear:both;
	/*overflow: hidden;*/
	width:100%;
	margin:0;
	padding:0 0 100px 0;
	background:#efefef;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
article #ttl {
	position: relative;
	margin-top:-55px !important;
	padding:100px 0 50px 30px;
	background-size: auto auto;
	background-color: rgba(54, 168, 215, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(42, 163, 213, 1) 10px, rgba(42, 163, 213, 1) 20px );
	box-shadow:0 5px 0 rgba(0,0,0,0.05);
	color:#fff;
}
article #ttl h1 {
	letter-spacing: 7px;
	margin:0 auto 20px auto;
	font-family: "Noto Sans JP";
	font-size: 40px;
	text-align: left;
	max-width:1200px;
	min-width:960px;
}
article #ttl p {
	margin:0;
}
article section {
	margin-bottom:30px;
}
article section h2 {
	position: relative;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-weight: 700;
	color:#30383d;
	background: #efefef;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 20px;
	letter-spacing: 3px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
article section h3 {
	position: relative;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-weight: 700;
	color:#30383d;
	margin-bottom: 40px;
	letter-spacing: 3px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#container {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin:-20px auto 0 auto;
	max-width:1200px;
	min-width:960px;
}
.content {
	position:relative;
	width:75%;
	padding:20px 30px;
	background:#fff;
	margin:0;
	min-height: 700px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
			box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.content_movie {
	position:relative;
	width:100%;
	padding:20px 30px;
	background:#fff;
	margin:0;
	min-height: 700px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
			box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

/*-----------------------------------------------------------------------------------------
	サイドメニュー
-----------------------------------------------------------------------------------------*/
#sidebar {
	position: relative;
	overflow: hidden;
	width:22%;
	margin:60px 0 50px 0;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#sidebar ul {
	margin-bottom:20px;
}
#sidebar ul li {
	font-size:14px;
	margin-bottom:20px;
}
#sidebar ul li img {
	width:100%;
	height:auto;
	border:5px solid #fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#sidebar p {
	font-size:18px;
	font-weight:700;
	border-bottom:1px solid #333;
	padding:5px 5px 10px 5px;
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

@media only screen and (max-width:1200px){
	#sidebar ul li img {
		width:100%;
		height: auto;
	}
}

/*-----------------------------------------------------------------------------------------
	よくある質問
-----------------------------------------------------------------------------------------*/
.list-faq {}
.list-faq div {
	position: relative;
	padding: 30px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-faq div:last-child {
	border-bottom:0;
}
.list-faq div dt {
	position: relative;
	padding-left:45px;
	font-size: 26px;
	font-weight: 700;
	color:#30383d;
	background:rgba(240,240,240,0.50);
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 20px 20px 20px 65px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-faq div dt:before {
	position: absolute;
	content:'';
	top:12px;
	left:10px;
	width:40px;
	height:40px;
	border-radius: 50%;
	background:#30383d;
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.10);
			box-shadow: 2px 2px 0 rgba(0,0,0,0.10);
}
.list-faq div dt:after {
	position: absolute;
	content:'Q';
	top:18px;
	left:22px;
	color:#fff;
	font-size: 20px;
}
.list-faq div dd {
	position: relative;
	padding-left:65px;
	font-size: 16px;
}
.list-faq div dd a {
	position: relative;
	display: inline-block;
	background:#333;
	color:#fff;
	font-size: 14px;
	line-height:50px;
	border-radius:5px;
	padding:0 50px 0 20px;
	margin:20px 0 20px 0;
}
.list-faq div dd a:after {
	position: absolute;
	content:'';
	top:50%;
	right:20px;
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkti-transform: rotate(45deg);
			transform: rotate(45deg);
}
.list-faq div dd p {
	margin:0 0 20px 0;
}
.list-faq div dd:before {
	position: absolute;
	content:'';
	top:-8px;
	left:10px;
	width:40px;
	height:40px;
	border-radius: 50%;
	background:#efefef;
}
.list-faq div dd:after {
	position: absolute;
	content:'A';
	top:-1px;
	left:21px;
	color:#30383d;
	font-weight: 700;
	font-size: 26px;
}

/*-----------------------------------------------------------------------------------------
	会社概要
-----------------------------------------------------------------------------------------*/
.list-company {
	position: relative;
	margin:0 auto;
	width:95%;
}
.list-company:before {
	position: absolute;
	content:'';
	top:0;
	left:21%;
	height: 100%;
	border-left: 2px solid #efefef;
}
.list-company div {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	padding:15px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-company div:nth-child(2n){
	background: #f9f9f9;
}
.list-company div dt {
	width:22%;
	font-weight: 700;
}
.list-company div dd {
	width:73%;
}

/*-----------------------------------------------------------------------------------------
	防災情報
-----------------------------------------------------------------------------------------*/

article#disaster section section p,
article#disaster section section ul {
	margin:0 20px 40px 20px !important;
}
article#disaster section section p span {
	position: relative;
	display: inline-block;
	padding-left:20px;
}
article#disaster section section p span:before {
	position:absolute;
	content:'';
	top:5px;
	left:0;
	width:15px;
	height:15px;
	border-radius: 50%;
	border:1px solid #333;
}

article#disaster section section ul li {
	list-style: disc;
	margin:0 0 5px 20px;
}

#disaster02 {
	text-align: center;
}

iframe {
	margin:0 auto 40px auto;
	width:100%;
	height: 550px;
}

/*-----------------------------------------------------------------------------------------
	もっと見るボタン
-----------------------------------------------------------------------------------------*/

.more-uonumacity a {
	position: relative;
	display: block;
	width:280px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	background:#009321;
	color:#fff;
	margin:40px auto;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
			box-shadow: 0 4px 0 rgba(0,0,0,0.10);
}
.more-uonumacity a:after {
	position:absolute;
	content:'';
	top:50%;
	right:20px;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	margin-top:-5px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.more-fb a {
	position: relative;
	display: block;
	width:280px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	background:#4267b2;
	color:#fff;
	margin:20px auto;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
			box-shadow: 0 4px 0 rgba(0,0,0,0.10);
}
.more-fb a:after {
	position:absolute;
	content:'';
	top:50%;
	right:20px;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	margin-top:-5px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.more-tw a {
	position: relative;
	display: block;
	width:280px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	background:#1da1f2;
	color:#fff;
	margin:20px auto;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
			box-shadow: 0 4px 0 rgba(0,0,0,0.10);
}
.more-tw a:after {
	position:absolute;
	content:'';
	top:50%;
	right:20px;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	margin-top:-5px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
/*-----------------------------------------------------------------------------------------
	サービス
-----------------------------------------------------------------------------------------*/
ol.list-service {
	margin:50px 20px;
}
ol.list-service li {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 180%;
}
ol.list-service li:before {
	position: absolute;
	content:'★';
	top:0;
	left:0;
}
ol.list-flow {
	position: relative;
	margin:50px 0;
	padding-left: 50px;
}
ol.list-flow:after {
	position: absolute;
	content:'';
	left:38px;
	top:0;
	border-left:5px solid #efefef;
	height:85%;
	z-index: 0;
}
ol.list-flow li {
	position: relative;
	line-height: 150%;
	height: auto;
	padding:0 0 10px 45px;
	margin-bottom: 70px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ol.list-flow li:before {
	position:absolute;
	content: '';
	top:-15px;
	left: -35px;
	width:50px;
	height:50px;
	background: #33a7d8;
	border-radius: 50%;
	z-index: 10;
}
ol.list-flow li:after {
	position:absolute;
	counter-increment:number;
	content: counter(number);
	top:-1px;
	left: -17px;
	color:#fff;
	font-size:24px;
	line-height: 100% !important;
	font-weight: normal !important;
	z-index: 10;
}
ol.list-flow li dl dt {
	font-size: 20px;
	font-weight:700;
	margin-bottom:20px;
}
/*-----------------------------------------------------------------------------------------
	プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.bx-inquiry {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 40px 20px;
	background:#f9f9f9;
	text-align: center;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-inquiry p {
	font-weight: 700;
	font-size:20px;
}
.more a {
	position: relative;
	display: block;
	width:50%;
	text-align: center;
	line-height: 70px;
	border-radius: 70px;
	background:#0088C1;
	color:#fff;
	font-size: 20px;
	margin:40px auto 0 auto;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
			box-shadow: 0 4px 0 rgba(0,0,0,0.10);
}
.more a:after {
	position:absolute;
	content:'';
	top:50%;
	right:30px;
	width:12px;
	height:12px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	margin-top:-6px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#privacypolicy h2 {
	border-left:3px solid #333;
	padding:0 15px;
	margin:20px 0;
	font-size:20px;
	font-weight:700;
}
#privacypolicy p {
	margin:0 0 20px 0;
}

/*-----------------------------------------------------------------------------------------
	お問い合わせ＆リクエスト・メッセージ
-----------------------------------------------------------------------------------------*/
.inquiryTable {
	position: relative;
	margin:30px auto 0 auto;
	width:100%;
}
.inquiryTable th {
	width:30%;
	vertical-align: middle;
	padding:15px;
	font-size:14px;
	font-weight: 700;
	text-align: left;
	border-bottom:1px solid #efefef;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryTable td {
	width:70%;
	padding:20px 15px;
	font-size:16px;
	text-align: left;
	border-bottom:1px solid #efefef;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryTable label {
	display: block;
}
.inquiryTable td input[type="text"] {
	width:100%;
	height:55px;
	line-height:55px;
	padding:0 10px;
	display:inline-block;
	background:#fff;
	font-size:16px;
	border:3px solid #ccc;
	border-radius:0;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.inquiryTable td.tel input[type="text"] {
	width:20%;
	height:55px;
	line-height:55px;
	padding:0 10px;
	display:inline-block;
}
.inquiryTable td textarea {
	display:block;
	width:100%;
	min-height:300px;
	padding:10px;
	border:3px solid #ccc;
	font-size:16px;
	border-radius:0;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.hisu {
	display: inline-block;
	margin-left:10px;
	color:#ff0000;
}
.error_top {
	display: block;
	margin:20px 0;
	color:#ff0000;
	border:1px solid #ff0000;
	background: rgba(255,0,0,0.10);
	padding: 10px 0;
	text-align: center;
}
.error {
	display: block;
	margin:10px 0 0 0;
	color:#ff0000;
}
.ttl-sendmail {
	position: relative;
	font-size:20px;
	font-weight:700;
	letter-spacing: 3px;
	margin:40px auto;
	text-align: center;
}
.sendBox {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:0 0 40px 0;
	width:100%;
	padding:20px 0;
	text-align:center;
}
.sendBox input[type="submit"] {
	max-width:350px;
	width:50%;
	margin:50px auto;
	text-align: center;
	font-size:18px;
	font-weight: 700;
	background: #fff;
	background:#0088C1;
	border:none;
	border-radius: 50px;
	line-height: 70px;
	color: #fff;
	-webkit-box-shadow:0 7px 0 rgba(0,0,0,0.15);
			box-shadow:0 7px 0 rgba(0,0,0,0.15);
}
.sendBox input[type="submit"]:hover {
	opacity: 0.70;
	cursor: pointer;
}
.attention {
	position: relative;
	padding-left: 20px;
	color:#d71518;
	display: block;
}
.attention:before {
	position: absolute;
	content:'※';
	top:0;
	left:0;
}

/*-----------------------------------------------------------------------------------------
	スタッフ紹介
-----------------------------------------------------------------------------------------*/
.bx-staff {
	position: relative;
	border-bottom:1px solid #ccc;
	padding: 40px 0;
	margin-bottom: 0;
	min-height: 550px;
}
/*------------------------------ 画像・チャート ----------*/ 
.bx-staff-img {
	position: relative;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.img-staff {
	width:35%;
	height: auto;
}
.img-chart {
	position: absolute;
	top:20px;
	right:10px;
	width:38%;
	height: auto;
}
.ic-sns {
	display: -webkit-flex;
	display: flex;
}
.ic-sns li {
	margin:10px;
}
.ic-sns li img {
	width:60px;
	height:auto;
}
.ic-sns li span {
	display: none;
}

/*------------------------------ 名前 ----------*/ 
.profilename {
	position:absolute;
	top:60px;
	left:35%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width:220px;
	text-align: center;
	-webkit-justify-content: center;
			justify-content: center;
}
.profilename h2 {
	background:url(img/content/staff/bg-shadow_blue.png) 50% 50% no-repeat;
	background-size:auto 80%;
	width:100%;
	margin:0;
	padding:0;
	font-weight: 700;
}
.profilename h2 span {
	font-size:22px !important;
}
.profilename span {
	width:46%;
	display: inline-block;
	font-weight: 700;
	font-size:16px;
}

/*------------------------------ 担当番組 ----------*/ 
.broadcast-res {
	width:35%;
}
.broadcast-res dt,
.broadcast-res dd {
	font-weight: 700 !important;
}
.broadcast-res dt {
	position: relative;
	background:url(img/content/staff/bg-shadow_yellow.png) 50% 50% no-repeat;
	background-size:100% auto;
	width:170px;
	margin-top:20px;
	text-align: center;
}
.broadcast-res dd {
	margin:0 0 10px 15px;
	line-height: 150%;
}

/*------------------------------ プロフィール ----------*/ 
.profile {
	position: absolute;
	top:135px;
	left: 38%;
}
.profile dt,
.profile dd {
	font-weight: 700;
	font-size: 15px;
}
.profile dt {
	position: relative;
	padding-left:25px;
}
.profile dt:before {
	position: absolute;
	top:3px;
	left: 0;
	content:'';
	width:20px;
	height:20px;
	border-radius:50%;
	background:#333;
}
.profile dd {
	padding-left:25px;
}

/*------------------------------ 一言 ----------*/ 
.word {
	position: absolute;
	bottom:7%;
	left:41%;
	margin: 0 !important;
	font-weight: 700;
}
.word span {
	position: relative;
	display: block;
}
.m-clr {
	bottom:15%;
}

/*-----------------------------------------------------------------------------------------
	タイムテーブル
-----------------------------------------------------------------------------------------*/
ul.setumei {
	margin-bottom:20px;
	display:block;
}
ul.setumei li {
	position:relative;
	margin:0 0 10px 0;
	font-size:12px !important;
	padding-left:35px;
}
ul.setumei li.ps:before,
ul.setumei li.sun:before,
ul.setumei li.car:before,
ul.setumei li.newspaper:before {
	position: absolute;
	content:'';
	top:0;
	left:0;
	width:25px;
	height:25px;
	border-radius: 3px;
}
ul.setumei li.sun:before {
	background:url(img/parts/ic/sun.png) 50% 50% no-repeat #E89000;
	background-size:17px auto;
}
ul.setumei li.car:before {
	background:url(img/parts/ic/car.png) 50% 50% no-repeat #E89000;
	background-size:17px auto;
}
ul.setumei li.newspaper:before {
	background:url(img/parts/ic/news.png) 50% 50% no-repeat #E89000;
	background-size:17px auto;
}
ul.setumei li.ps:before {
	background:rgba(8,197,0,1.00);
}
ul.setumei li.ps:after{
	position: absolute;
	color:#fff;
	content:'曜';
	top:0;
	left:6px;
}

p.txt-scroll {
	display: none;
}
.list-icons {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
}
.list-icons li {
	overflow: hidden;
	font-size: 9px;
	text-indent: -9999px;
	width:25px;
	height:25px;
	margin: 10px 5px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-icons li.sun {
	background:url(img/parts/ic/sun.png) 50% 50% no-repeat #E89000;
	background-size:17px auto;
}
.list-icons li.car {
	background:url(img/parts/ic/car.png) 50% 50% no-repeat #E89000;
	background-size:17px auto;
}
.list-icons li.newspaper {
	background:url(img/parts/ic/news.png) 50% 50% no-repeat #E89000;
	background-size:17px auto;
}
.scroll {
	margin-bottom: 50px;
}
.timeTable {
	position: relative;
	width:100%;
	table-layout: fixed;
	border-radius: 10px;
	border-right: 1px solid #ccc;
}
.timeTable th,
.timeTable td {
	font-size:14px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.timeTable th {
	font-weight:700;
	background:#333;
	text-align: center;
	padding: 8px;
	color: #fff;

}.timeTable th.tl {
	width:100px !important;
	background: #fff !important;
}
.timeTable td.h {
	width:40px !important;
	color: #fff;
	text-align: center;
	font-weight:700;
	background:#333;
	padding: 10px 0;
}
.timeTable td.i {
	width:40px !important;
	color: #fff;
	text-align: center;
	background:#999;
	padding: 10px 0;
}
.timeTable td {
	width:auto;
	padding: 10px 20px;
	border-bottom:1px solid #ccc;
}
.timeTable td strong {
	font-size: 20px;
}
.list-personality {
	margin-top:10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
.list-personality li {
	font-size: 13px;
	margin-right: 10px;
}
.timeTable span {
	display: inline-block;
	background:rgba(8,197,0,1.00);
	width:25px;
	color:#fff;
	line-height: 25px;
	text-align: center;
	margin:0 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
			box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}
.w18 {
	line-height: 130%;
	padding:10px !important;
}
.w18 strong { font-size: 12px !important; }
.w18 span { font-size: 12px !important; }
.bdr_r-no { border-right:0 !important; }
.jwave {
	background:#efefef;
	color: #999;
	font-size: 14px;
	border-right:0 !important;
}
.holiday {
	background:#ccc;
	text-align:center;
	color: #999;
	font-size: 14px;
}
.border-btm {
	border-bottom:0 !important;
}

.entry-content img {
	height: auto;
	max-width:835px;
}
.entry-content a {
	word-break:break-all;
}

/*-----------------------------------------------------------------------------------------
	求人情報
-----------------------------------------------------------------------------------------*/
.recruit_no {
	text-align: center;
	margin:100px auto 0 auto;
}

/*-----------------------------------------------------------------------------------------
	映像制作
-----------------------------------------------------------------------------------------*/

/*----------------------------- 映像制作一覧 ----------*/
#movie {
	margin:0;
}
.txt-movie {
	text-align: center;
	font-size:26px;
	font-weight:700;
	line-height:200%;
	margin:80px auto;
}
ul.list-movie {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content:flex-start;
			justify-content:flex-start;
}
ul.list-movie li {
	position: relative;
	overflow: hidden;
	width:27.33333333%;
	margin:0 3% 10% 3%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.list-movie li:hover {}

.img-movie {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-top:56.25%;
	width:100%;
}
.img-movie img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	-webkit-transform: scale(1.0);
			transform: scale(1.0);
	-webkit-transition:0.50s;
	        transition:0.50s;
}
.img-movie:hover img {
	-webkit-transform: scale(1.08);
			transform: scale(1.08);
	-webkit-transition:0.50s;
	        transition:0.50s;
}
.date-movie {
	font-size:13px;
	color:#ccc;
	line-height:100%;
	margin:20px 0 10px 0 !important;
}
ul.list-movie li h3 {
	font-size:16px;
	line-height:150%;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:20px;
}
ul.list-movie li h3 a {
	color:#2271b1;
}
.genre-movie {
	font-size:12px;
	color:#111;
	line-height:100%;
	margin-bottom:0 !important;
}

/*----------------------------- 映像制作 詳細 ----------*/
#wrap_movie {
	position:relative;
	width:100%;
	padding-top:56.20%;
	margin:10px 0 40px 0;
	background:#000;
	-webkit-box-shadow:8px 8px 0 rgba(0,0,0,0.10);
			box-shadow:8px 8px 0 rgba(0,0,0,0.10);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#wrap_movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#wrap_movie_img {
	position:relative;
	width:100%;
	margin:10px 0 40px 0;
	background:#fff;
}
.movie-title {
	background:none !important;
	padding:0 !important;
	font-size:24px;
	margin-bottom:20px;
}
.movie-content img {
	height: auto;
	max-width:835px;
}
.movie-content a {
	word-break:break-all;
}
.movie-notice {
	min-height: 200px;
	margin:40px 0 80px 0;
}
.more-movie a {
	position: relative;
	display: block;
	width:50%;
	text-align: center;
	line-height: 70px;
	border-radius: 70px;
	background:#0088C1;
	color:#fff;
	font-size: 20px;
	margin:200px auto;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
			box-shadow: 0 4px 0 rgba(0,0,0,0.10);
}
.more-movie a:after {
	position:absolute;
	content:'';
	top:50%;
	right:30px;
	width:12px;
	height:12px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	margin-top:-6px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

/*----------------------------- 映像制作 サイドメニュー ----------*/
ul.list-movie-sidebar {
	margin-bottom:50px !important;
}
ul.list-movie-sidebar li {
	position: relative;
	font-size:12px !important;
	line-height:150%;
	padding:10px 0;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
ul.list-movie-sidebar li div {
	width:50% !important;
	height: auto;
	background:#fff;
}
ul.list-movie-sidebar li span {
	width:47% !important;
}
ul.list-movie-sidebar li div img {
	width:100% !important;
	height: auto;
	border:0 !important;
}
ul.list-movie-sidebar li a {
	display: block ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

ul.list-movie-category {
	margin-bottom:50px !important;
}
ul.list-movie-category li {
	position: relative;
	font-size:12px !important;
	line-height:150%;
	padding:15px 5px;
	margin:0 !important;
	border-bottom: 1px solid #ccc;
}
ul.list-movie-category li a {
	text-decoration: underline;
}

/*----------------------------- 番組審議会一覧 ----------*/
ul.list-program {
	width:100%;
}
ul.list-program li {
	position: relative;
	clear:both;
	overflow: hidden;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #efefef;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ul.list-program dl div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
ul.list-program dl div dt {
	width:20%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
ul.list-program dl div dd {
	width:75%;
}
ul.list-program li dl dd span.new {
	display: inline;
	color:#E10000;
	font-size: 12px;
    padding-left:10px;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:680px) {
	h1, h2, h3, h4, h5, h6 {}
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {}
	a {}
	a:focus {}
	a:active {}
	a:hover {}
	a:visit {}
	a img {
		-webkit-transition:0s;
				transition:0s;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {margin-bottom: 4%;}
	ul,ol {}
	img {}
	table {}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size: 14px;
	}
	html, body {
		min-width: 100%;
	}
	main {}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		position:fixed;
		top:0;
		left:0;
		z-index: 9999;
		height: 65px;
		width:100%;
		-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.10);
				box-shadow:0 2px 2px rgba(0,0,0,0.10);
	}
	#header {
		max-width:100%;
		min-width:100%;
		margin:0;
		padding:2%;
		display:block;
	}
	/*------------------------------ ロゴ ----------*/
	#header #logo {
		width:110px;
	}
	#header #logo img {}
	.list-contact {
		display: none !important;
	}
	.list-contact li:first-child {}
	.list-contact li:nth-child(2) {}
	.list-contact li a {
		line-height: 45px;
	}
	.list-contact li:first-child a {}
	.list-contact li:nth-child(2) a {}
	
	/*------------------------------ グローバルナビ・メニューボタン ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:0;
		right:0;
		width: 80px;
		height: 65px;
		margin-top:0;
		background: #2597cc;
		z-index:9999;
	}
	#panel-btn:after {
		position: absolute;
		content: 'メニュー';
		left:20px;
		bottom:4px;
		color:#fff;
		font-size: 10px;
		white-space: nowrap;
		font-weight: 700;
		letter-spacing: 0;
		width:40px;
	}
	#panel-btn-icon {
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 30px;
	  height: 3px;
	  margin:-10px 0 0 -15px;
	  background: #fff;
	  transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 30px;
		height: 3px;
		background: #fff;
		-webkit-transition: .3s;
				transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -10px;
	}
	#panel-btn-icon:after {
		margin-top: 8px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #fff;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	/*------------------------------ グローバルナビ ----------*/
	#gnav {
		position:fixed;
		top:65px !important;
		left:0;
		margin:0;
		display: none;
		width: 100%;
		height: 100%;
		z-index:9999;
		border-top:0;
		background:#2597cc !important;
	}
	#gnav ul {
		display: block !important;
		margin:5% auto 0 auto;
		max-width:90%;
		min-width:90%;
	}
	#gnav ul li {
		position: relative;
		font-size: 15px;
		width:100%;
		line-height: 50px;
		text-align: left;
		background:none;
		z-index: 1;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.30);
	}
	#gnav ul li:before {
		display: none;
	}
	#gnav ul li:nth-last-child(2):after {
		display: none;
	}
	
	#gnav ul li a.home {background-position: 1% 45%;}
	#gnav ul li a.program {background-position: 1% 45%;}
	#gnav ul li a.staff {background-position: 1% 50%;}
	#gnav ul li a.service {background-position: 1% 45%;}
	#gnav ul li a.disaster {background-position: 1% 50%;}
	#gnav ul li a.movie {background-position: 1% 50%;}
	#gnav ul li a.faq {background-position: 1% 50%;}
	#gnav ul li a.company {background-position: 1% 45%;}
	#gnav ul li a.recruit {background-position: 1% 45%;}
    #gnav ul li a.council {background:url(img/parts/ic/news.png) 1% 45% no-repeat; background-size:auto 18px !important;}

	#gnav ul li:last-child {
		display: block;
	}
	#gnav ul li:nth-child(2) a:before,
	#gnav ul li a:before {
		position: absolute;
		content: '';
		top:50%;
		right:1%;
		left: auto;
		background:none;
		margin-top:-5px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		border-left: 0;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#gnav ul li a:after {
		display: none;
	}
	#gnav ul li a {
		position: relative;
		color:#fff;
		padding:0 0 0 40px !important;
		margin:0;
		line-height:50px;
		display: block;
		z-index: 10;
	}
	#gnav ul li a:hover {
		opacity:1;
	}
    #gnav ul li:first-child,
    #gnav ul li:last-child,
    #gnav ul li:nth-child(8) {display: block;}
	
	/*-----------------------------------------------------------------------------------------
		フッター
	-----------------------------------------------------------------------------------------*/
	footer {
		padding:4% 0 90px 0;
	}
	#wrap-footer {
		width: 100%;
		margin:0;
		display:block;
	}
	#wrap-footer,
	#wrap-footer a {}
	#fnav {
		display: none;
	}
	#fnav ul {}
	#fnav ul li {}
	#fnav ul li a {}
	#fnav ul li a:before {}
	#wrap-footer .f-company {
		width:90%;
		margin:0 auto 4% auto;
	}
	footer .f-company img {
		width:20%;
		display: block;
		margin: 0 auto 4% auto;
	}
	footer .f-company p {
		width:70%;
		margin: 0 auto;
		font-size: 12px;
	}
	footer small {
		position:relative;
		bottom:auto;
		right:auto;
		line-height: 40px;
	}

	/*------------------------------ ページトップへ ----------*/
	#pageTop {
		display: none !important;
	}
	#pageTop img {}
	#pageTop:hover {}
	
	/*------------------------------ フッターボタン ----------*/
	#fBtn {
		display: block;
		position: fixed;
		left:0;
		bottom:0;
		z-index: 9000;
	}
	#fBtn ul {
		position: fixed;
		left:0;
		bottom:0;
		display: -webkit-flex;
    	display: flex;
		width: 100%;
	}
	#fBtn ul li {
		position: relative;
		width: 33.33333333%;
		font-weight: 700;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		text-align: center;
		/*
		background:#2597cc;
		*/
		background:#31393d;
		font-size: 10px !important;
		letter-spacing: -1px;
	}
	#fBtn ul li:before {
		position: absolute;
		content:'';
		top:20%;
		right:0;
		height:60%;
		border-left:1px solid rgba(255,255,255,0.20);
	}
	#fBtn ul li:last-child:before {
		display: none;
	}
	#fBtn ul li a {
		display: block;
		padding:40px 0 15px 0;
		color:#fff;
		/*
		background-color:#2597cc;
		*/
		background-color:#31393d;
	}
	#fBtn ul li:first-child a {
		background: url(img/parts/ic/radio.png) 50% 16px no-repeat;
		background-size:20px auto;
	}
	#fBtn ul li:nth-child(2) a {
		background: url(img/parts/ic/request.png) 50% 16px no-repeat;
		background-size:20px auto;
	}
	#fBtn ul li:last-child a {
		background: url(img/parts/ic/mail.png) 50% 16px no-repeat;
		background-size:20px auto;
	}

	/*-----------------------------------------------------------------------------------------
		トップページ
	-----------------------------------------------------------------------------------------*/

	#bx-main {
		display:block;
		width:100%;
		min-width: 100%;
		padding:0 0 4% 0;
	}
	.flx {
        display: block;
        max-width:100%;
        min-width:100%;
        margin:0;
    }
    #bx-sns {
        position: fixed;
        right:-60px;
        top:auto;
        bottom:100px;
        transform: translate(0, 0);
        width:50px;
        padding:4% 2%;
    }
    #bx-sns li {
        border-radius: 5px;
        margin-bottom:20px;
    }
    #bx-sns li a {
        padding:3%;
    }
    #bx-sns li img {}
    #bx-sns li:last-child {}
	
	/*------------------------------ スライダー ----------*/
	#slider {
		margin:65px auto 0 auto;
		padding:0;
		min-width: 100% !important;
		height: auto !important;
	}
	#slider img {
		width:100% !important;
		height:auto !important;
	}

	/*------------------------------ オンエア ----------*/
	#bx-radio {
		width:90%;
		height:auto;
		margin:10% auto;
	}
	#onair {
		position: relative;
		padding: 70px 4% 10% 4%;
		background-size:45px auto;
		height:auto;
		text-align: center;
	}
	/*------------------------------ サイマルラジオ ----------*/
	#itradio {}
	#itradio img {
		margin:2% 0;
		-webkit-transition:0s;
				transition:0s;
	}
	#itradio img:hover {
		opacity:1;
	}
	/*----------------------------- トークテーマ ----------*/
	#talktheme {
		padding: 0 3% 5% 3%;
		width:100%;
		height: auto;
	}
	#talktheme dl {
		top:10px;
	}
	#talktheme dl dt {
		width:70%;
		margin:0 auto 3% auto;
	}
	#talktheme dl dd {}

	/*----------------------------- お知らせ ----------*/
	#news,
	#corner {
		position: relative;
		clear:both;
		overflow: hidden;
		margin:0;
		width:100%;
		padding:10% 0;
	}
	#news {}
	#corner {}
	#news h1,
	#corner h1 {
		font-size:18px;
		margin:0 auto 6% auto;
		text-align: center;
		width:50%;
		line-height:50px;
		border-top: 5px solid #a0dde2;
		border-left: 5px solid #e2a0b4;
		border-right: 5px solid #eec496;
		border-bottom: 5px solid #a0e2c2;
		-webkit-box-shadow:7px 7px 0 rgba(0,0,0,0.02);
				box-shadow:7px 7px 0 rgba(0,0,0,0.02);
	}
	#news div.bx-topics,
	#corner div.bx-topics {
		max-width:100%;
		min-width:100%;
	}

	/*----------------------------- 記事一覧 ----------*/
	ul.list-posts {
		max-width:95%;
		min-width:95%;
		margin:0 auto;
		display:block;
	}
	ul.list-posts li {
		position: relative;
		overflow: hidden;
		width:100%;
		margin:0;
		border:0;
		border-bottom:1px solid rgba(0,0,0,0.10);
		padding:4% 0;
		border-radius:0;
		min-height:auto;
		background:none;
		-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
				box-shadow:0 0 0 rgba(0,0,0,0);
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	ul.list-posts li:nth-child(4n) {
		margin-right: auto;
	}
	ul.list-posts li:last-child {
		border:0;
	}
	ul.list-posts li:hover {}
	ul.list-posts li:hover > dl dt img {
		-webkit-transform: scale(1) !important;
				transform: scale(1) !important;
		-webkit-transition:0s !important;
				transition:0s !important;
	}
	ul.list-posts li dl {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
				align-items: flex-start;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	ul.list-posts li dl dt {
		margin-bottom:0;
		border:3px solid #fff;
		width:35% !important;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	ul.list-posts li dl dt img {}
	ul.list-posts li dl dd span {
		line-height: 25px;
		font-size: 12px;
	}
	ul.list-posts li dl dd {
		min-height: auto;
		padding: 0;
		width:60% !important;
	}
	ul.list-posts li dl dd span.cate {
		width:100px;
		text-align:center;
		color:#fff;
		display: block;
		line-height: 25px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	ul.list-posts li dl dd span.new {
		display: inline;
		color:#E10000;
		font-size: 12px;
	}
	ul.list-posts li dl dd p {
		margin-bottom:4%;
		min-height:auto;
	}
	ul.list-posts li dl dd span.datetime {}
	ul.list-posts li a {}
	span.coverage { background:rgba(3,110,183,0.80); }
	span.present { background:rgba(229,19,115,0.80); }
	span.disaster { background:rgba(231,56,40,0.80); }
	
	.more-news {
		position: relative;
		top:auto;
		left:auto;
		width:180px;
		margin:10% auto 0 auto !important;
	}
	.more-news a {
		line-height: 45px;
		border-radius:45px;
	}
	.more-news a:after {}

	.bx-footer {
		display:block;
		max-width:100%;
		min-width:100%;
		margin: 0;
	}
	.bx-footer h1 {
		position: relative;
		font-size: 18px;
		padding:3% 0 4% 45px;
	}
    .bx-footer ul {
		width:90%;
		margin:0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .bx-footer ul li {
        margin-bottom:4%;
        width:47%;
    }
    .bx-footer ul li img {}

	/*-----------------------------------------------------------------------------------------
		下層ページ（共通）
	-----------------------------------------------------------------------------------------*/
	/*------------------------------ パン屑 ----------*/
	#pan {}
	#pan ol {
		max-width:100%;
		min-width:100%;
		margin:0;
		padding:2%;
	}
	#pan ol li {}
	#pan ol li a {}
	#pan ol li:after {}
	#pan ol li:last-child:after {}
	/*------------------------------ コンテンツエリア ----------*/
	article {
		width:100%;
		margin:35px 0 0 0;
		padding:0 0 4% 0;
	}
	article #ttl {
		margin-top:0 !important;
		padding:15% 0;
	}
	article #ttl h1 {
		letter-spacing: 2px;
		margin:0;
		font-size: 24px;
		font-weight:700;
		max-width:100%;
		min-width:100%;
		text-align: center;
		-webkit-text-shadow: 0 2px 0 rgba(0,0,0,0.10);
				text-shadow: 0 2px 0 rgba(0,0,0,0.10);
	}
	article #ttl p {
		margin:0;
	}
	article section {
		margin-bottom:8%;
	}
	article section h2 {
		position: relative;
		padding:3% 1%;
		font-size: 18px !important ;
		font-weight:700;
		border-radius: 0;
		margin-bottom: 4%;
		background: none;
		color:#339cc9;
		border-bottom:2px solid #ccc;
	}
	article section h2:after {
		position: absolute;
		content:'';
		left:0;
		bottom:-2px;
		width:30%;
		border-bottom:2px solid #339cc9;
	}
	article section h3 {
		font-size: 16px;
		margin-bottom: 4%;
	}
	#container {
		display:block;
		margin:0 0 5% 0;
		max-width:100%;
		min-width:100%;
	}
	.content {
		width:100%;

		padding:5% 2%;
		margin:0 0 4% 0;
		min-height: 400px;
		border-radius: 0;
	}

	/*-----------------------------------------------------------------------------------------
		サイドメニュー
	-----------------------------------------------------------------------------------------*/
	#sidebar {
		width:90%;
		margin:0 auto;
	}
	#sidebar ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	#sidebar ul li {
		width:48%;
		margin-bottom:4%;
	}
	#sidebar ul li img {
		margin:0;
		border:3px solid #fff;
		border-radius: 3px;
	}

	/*-----------------------------------------------------------------------------------------
		よくある質問
	-----------------------------------------------------------------------------------------*/
	.list-faq {}
	.list-faq div {
		padding:0 0 8% 0;
	}
	.list-faq div:last-child {
		padding:0;
	}
	.list-faq div dt {
		padding-left:45px;
		font-size: 18px;
		margin-bottom: 4%;
		padding: 3% 3% 3% 45px;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	.list-faq div dt:before {
		top:10px;
		left:5px;
		width:30px;
		height:30px;
	}
	.list-faq div dt:after {
		top:12px;
		left:15px;
		font-size: 14px;
	}
	.list-faq div dd {
		padding-left:45px;
		font-size: 14px;
	}
	.list-faq div dd a {
		font-size: 14px;
		line-height:40px;
		padding:0 50px 0 4%;
		margin:4% 0;
	}
	.list-faq div dd a:after {
		right:8%;
	}
	.list-faq div dd p {
		margin:0 0 4% 0;
	}
	.list-faq div dd:before {
		top:-4px;
		left:6px;
		width:30px;
		height:30px;
	}
	.list-faq div dd:after {
		top:-2px;
		left:15px;
		font-size: 16px;
	}

	/*-----------------------------------------------------------------------------------------
		会社概要
	-----------------------------------------------------------------------------------------*/
	.list-company {
		margin:0;
		width:100%;
	}
	.list-company:before {
		left:30%;
	}
	.list-company div {
		padding:3%;
	}
	.list-company div:nth-child(2n){}
	.list-company div dt {
		width:30%;
	}
	.list-company div dd {
		width:65%;
	}

	/*-----------------------------------------------------------------------------------------
		防災情報
	-----------------------------------------------------------------------------------------*/

	article#disaster section section p,
	article#disaster section section ul {
		margin:0 4% 8% 4% !important;
	}
	article#disaster section section p span {
		padding-left:25px;
	}
	article#disaster section section p span:before {}
	article#disaster section section ul li {
		margin:0 0 2% 20px;
	}
	#disaster02 {
		text-align: left;
	}
	iframe {
		margin:0 0 10% 0;
		width:100%;
		height: 250px;
	}
	.more-uonumacity a {
		width:70%;
		line-height: 50px;
		border-radius: 50px;
		margin:8% auto;
	}
	.more-uonumacity a:after {
		top:50%;
		right:6%;
	}
	
	.more-fb a {
		width:100%;
		line-height: 94px;
		border-radius: 0;
		background:#4267b2;
		color:#fff;
		font-size:18px;
		margin:0 auto 4% auto;
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.more-fb a:after {}

	/*-----------------------------------------------------------------------------------------
		サービス
	-----------------------------------------------------------------------------------------*/
	ol.list-service {
		margin:5% 4%;
	}
	ol.list-service li {
		font-size: 16px;
		font-weight:700;
		margin-bottom: 3%;
		padding-left: 25px;
	}
	ol.list-service li:before {}
	ol.list-flow {
		margin:10% 0;
	}
	ol.list-flow:after {}
	ol.list-flow li {
		margin-bottom: 10%;
	}
	ol.list-flow li:before {}
	ol.list-flow li:after {}
	ol.list-flow li dl dt {
		font-size: 16px;
		margin-bottom:4%;
	}
	.bx-inquiry {
		padding: 8% 4%;
		border-radius: 3px;
	}
	.bx-inquiry p {
		font-size:16px;
	}
	.more a {
		width:80%;
		line-height: 50px;
		border-radius: 50px;
		font-size: 16px;
		margin:8% auto 0 auto;
	}
	.more a:after {
		right:5%;
	}
	#privacypolicy h2 {
		padding:0 3%;
		margin:4% 0;
		font-size:16px;
	}
	#privacypolicy p {
		margin:0 0 4% 0;
	}

	/*-----------------------------------------------------------------------------------------
		お問い合わせ＆アンケート
	-----------------------------------------------------------------------------------------*/
	.inquiryTable {
		margin:4% auto 0 auto;
		border:none;
		max-width:100%;
		min-width:100%;
	}
	.inquiryTable th {
		width:100%;
		vertical-align:inherit;
		padding:2% 1%;
		font-size:1rem;
		text-align: left;
		border:none;
		display: block;
	}
	.inquiryTable td {
		width:100%;
		padding:2% 1%;
		font-size:0.9rem;
		display: block;
		border:none;
	}
	.inquiryTable tr:last-child th,
	.inquiryTable tr:last-child td {
		border-bottom:none;
	}
	.inquiryTable label {
		font-size: 1.1rem;
	}
	.inquiryTable td input[type="text"] {
		height: auto;
		line-height: 100%;
		padding:3%;
		display: block;
		font-size: 1rem;
		border:1px solid #999;
	}
	.inquiryTable td.tel input[type="text"] {
		width:28%;
		height: auto;
		line-height: 100%;
		padding:3%;
	}
	.inquiryTable td textarea {
		width:100%;
		padding:1%;
		font-size: 1rem;
		border:1px solid #999;
	}
	.hisu {}
	.error {}
	.ttl-sendmail {
		font-size:1.2rem;
		margin:6% auto;
	}
	.sendBox {
		margin:0 0 5% 0;
		width:100%;
		padding:4% 0;
	}
	.sendBox input[type="submit"] {
		display: block;
		max-width:70%;
		width:70%;
		margin:10% auto;
		text-align: center;
		font-size:14px;
		line-height: 50px;
		height: 50px;
		-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.10);
				box-shadow:0 5px 0 rgba(0,0,0,0.10);
	}
	.sendBox input[type="submit"]:hover {
		opacity: 1.00;
		cursor: pointer;
	}
	.attention {}
	.attention:before {}

	/*-----------------------------------------------------------------------------------------
		スタッフ紹介
	-----------------------------------------------------------------------------------------*/
	.bx-staff {
		padding: 8% 0;
		min-height: auto;
	}
	/*------------------------------ 画像・チャート ----------*/ 
	.bx-staff-img {
		margin-bottom:4%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	.img-staff {
		width:45%;
		margin:0;
	}
	.img-chart {
		position:relative;
		top:auto;
		right:auto;
		width:53%;
	}
	.ic-sns {
		position: absolute;
		bottom:20px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		-webkit-justify-content: center;
				justify-content: center;
	}
	.ic-sns li {
		margin:2%;
		width:auto;
		text-align: center;
	}
	.ic-sns li img {
		margin-bottom:5%;
	}
	.ic-sns li span {
		display:block;
		text-align: center;
		font-size:12px;
		font-weight:700;
		color:#FF007E;
	}

	/*------------------------------ 名前 ----------*/ 
	.profilename {
		position:relative;
		top:auto;
		left:auto;
		display: block;
		width:40%;
		margin:0 auto 4% auto;
	}
	.profilename h2 {
		width:100%;
		font-size:24px;
		border:0;
		color:#000;
	}
	.profilename h2:after {
		display: none;
	}
	.profilename span {}
	.profilename h2 span {
		font-size:20px !important;
		white-space: nowrap !important;
	}
	.profilename span {
		width:50% !important;
		font-size:13px !important;
	}
	
	/*------------------------------ 担当番組 ----------*/ 
	.broadcast-res {
		width:100%;
		margin-bottom:4%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items:flex-start;
				align-items:flex-start;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	.broadcast-res div {
		width:50%;
	}
	.broadcast-res div:first-child {
		border-right: 5px solid #fff;
	}
	.broadcast-res dt,
	.broadcast-res dd {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.broadcast-res dt {
		width:100%;
		margin:0;
		font-size: 14px;
		padding: 3% 2%;
		background: #ffffa6;
	}
	.broadcast-res dd {
		padding: 5% 3%;
		margin:0;
	}

	/*------------------------------ プロフィール ----------*/ 
	.profile {
		position:relative;
		top:auto;
		left:auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 4%;
		background:#f5f5f5;
		border-radius: 10px;
		margin-bottom:150px;
		-webkit-align-items:flex-start;
				align-items:flex-start;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	.profile div {
		width:50%;
	}
	.profile dt,
	.profile dd {
		font-weight: 700;
		font-size: 14px;
	}
	.profile dt {
		position: relative;
		padding-left:25px;
	}
	.profile dt:before {
		top:3px;
		width:15px;
		height:15px;
	}
	.profile dd {
		padding-left:25px;
		margin-bottom:8%;
	}

	/*------------------------------ 一言 ----------*/ 
	.word {
		position:relative;
		clear: both;
		overflow: hidden;
		bottom:auto;
		left:auto;
		font-size:18px;
		line-height: 180%;
		margin: 5% 4% !important;
	}
	.word span {
		display: none;
	}
	.word br {
		display: none;
	}
	.m-clr {
		bottom:auto;
	}

	/*-----------------------------------------------------------------------------------------
		タイムテーブル
	-----------------------------------------------------------------------------------------*/
	ul.setumei {
		margin-bottom:4%;
		display: block;
	}
	ul.setumei li {
		position:relative;
		margin:0 0 2% 0;
	}
	ul.setumei li.ps:before,
	ul.setumei li.sun:before,
	ul.setumei li.car:before,
	ul.setumei li.newspaper:before {}
	ul.setumei li.sun:before {}
	ul.setumei li.car:before {}
	ul.setumei li.newspaper:before {}
	ul.setumei li.ps:before {}
	.list-icons {}
	.list-icons li {
		margin: 2%;
	}
	.list-icons li.sun {}
	.list-icons li.car {}
	.list-icons li.newspaper {}
	.scroll {
		display: block;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 8%;
	}
	p.txt-scroll {
		display: block;
	}
	.timeTable {
		width:140%;
	}
	.timeTable th,
	.timeTable td {
		font-size:12px;
	}
	.timeTable th {
		padding: 2%;
	}
	.timeTable th.tl {
		width:auto !important;
	}
	.timeTable td {
		padding: 2%;
	}
	.timeTable td.h {
		width:25px !important;
		padding: 2% 0 !important;
	}
	.timeTable td.i {
		width:25px !important;
		padding: 2% 0 !important;
	}
	.timeTable td strong {
		font-size: 16px !important;
	}
	.list-personality {
		margin-top:2%;
		display: block;
	}
	.list-personality li {
		font-size: 12px;
		margin: 0 2% 2% 0;
	}
	.timeTable span {
		margin:0 2%;
	}
	.timeTable td.w18 {
		padding:2% 1% !important;
	}
	.timeTable td.w18 strong { font-size:9px !important; }
	.timeTable td.w18 span { font-size:9px !important; }
	.bdr_r-no {}
	.jwave {
		font-size: 12px;
	}
	.holiday {
		font-size: 12px;
	}
	
	.entry-content img {
		width:100%;
		max-width:100% !important;
	}
	.entry-content a {}

	/*-----------------------------------------------------------------------------------------
		求人情報
	-----------------------------------------------------------------------------------------*/
	.recruit_no {
		margin:15% auto 0 auto;
	}

	/*-----------------------------------------------------------------------------------------
		映像制作
	-----------------------------------------------------------------------------------------*/

	/*----------------------------- 映像制作一覧 ----------*/
	#movie {
		margin:10px 0 0 0;
	}
	.txt-movie {
		text-align:left;
		font-size:20px;
		line-height:180%;
		margin:10% 0;
	}
	.blk {
		display: none;
	}
	ul.list-movie {
		max-width:100%;
		min-width:100%;
	}
	ul.list-movie li {
		width:47.5%;
		margin:0 5% 10% 0;
	}
	ul.list-movie li:nth-child(2n) {
		margin-right:0 !important;
	}
	ul.list-movie li:hover {}
	.img-movie {
		padding-top:56.25%;
		width:100%;
	}
	.img-movie img {
		-webkit-transform: scale(1.0);
				transform: scale(1.0);
		-webkit-transition:0s;
				transition:0s;
	}
	.img-movie:hover img {
		-webkit-transform: scale(1.0);
				transform: scale(1.0);
		-webkit-transition:0s;
				transition:0s;
	}
	.date-movie {
		font-size:10px;
		margin:2% 0 4% 0 !important;
	}
	ul.list-movie li h3 {
		font-size:14px;
		line-height:150%;
		font-weight:700;
		letter-spacing:1px;
		margin-bottom:6%;
	}
	ul.list-movie li h3 a {}
	.genre-movie {
		font-size:10px;
		margin-bottom:0;
	}

	/*----------------------------- 映像制作 詳細 ----------*/
	#wrap_movie {
		margin:4% 0 12% 0;
	}
	#wrap_movie iframe {}
	#wrap_movie_img {
		margin:4% 0 12% 0;
	}
	.movie-title {
		border:none;
		font-size:24px;
		line-height:150%;
		color:#000;
		margin-bottom:4%;
	}
	.movie-title:after {
		display: none !important;
	}
	.movie-content img {
		max-width:100%;
	}
	.movie-content a {}
	.movie-notice {
		margin:10% 0;
	}
	.more-movie a {
		width:80%;
		line-height: 60px;
		border-radius: 60px;
		font-size: 16px;
		margin:16% auto;
	}
	.more-movie a:after {
		right:5%;
	}

	/*----------------------------- 映像制作 サイドメニュー ----------*/
	ul.list-movie-sidebar {
		width:100%;
		margin-bottom:10% !important;
	}
	ul.list-movie-sidebar li {
		width:100% !important;
		padding:4% 0;
	}
	ul.list-movie-sidebar li div {
		width:35% !important;
		height: auto;
		margin-right:3%;
	}
	ul.list-movie-sidebar li div img {}
	ul.list-movie-sidebar li a {}

	ul.list-movie-category {
		margin-bottom:12% !important;
	}
	ul.list-movie-category li {
		width:100% !important;
		padding:2% 1%;
	}
	ul.list-movie-category li a {}
    
    /*----------------------------- 番組審議会一覧 ----------*/
    ul.list-program {}
    ul.list-program li {
        padding:2%;
    }
    ul.list-program dl div {
        display: block;
    }
    ul.list-program dl div dt {
        width:100%;
        padding-bottom:2%;
    }
    ul.list-program dl div dd {
        width:100%;
    }
    ul.list-program li dl dd span.new {}
}
