.container {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	background:#FFF;
}

.imgtext{
	font-size: 30px;
	padding: 0px 10px 0px 150px;
}

.ss{
	font-size: 20px;
	text-align: center;
}

.poyo{
	width: 30%;
	display: block;
	float: right;
	margin-right: 130px;
}

/*=======================================================

	ヘッダ
	
=======================================================*/
header {
	position: relative;
	padding: 5px 0;
}
header .icon-arrow2:before {
	margin-right: 3px;
	padding: 3px 4px;
	font-size: 8px;
	color: #FFF;
	border-radius: 50%;
	background: #93c411;
}
header .link-head {
	position: absolute;
	top: -10px;
	left: 40px;
	font-size: 10px;
}





/*=======================================================

	Gナビ
	
=======================================================*/
.gnav {
	font-family:"F+UD-Seurat DB";
}
.gnav .icon:before {
	margin-right: 3px;
	padding: 1px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	font-size: 13px;
	font-weight: nomal;
	text-align: center;
	border-radius: 50%;
	background: #FFF;
}
.gnav li.gnav-home a {
	background: #f6c550;
}
.gnav li.gnav-home .icon:before {
	content: "\e602";
	color: #f6c550;
}
.gnav li.gnav-tv a {
	background: #FF6562;
}
.gnav li.gnav-tv .icon:before {
	content: "\e603";
	color: #FF6562;
}
.gnav li.gnav-news a {
	background: #64b864;
}
.gnav li.gnav-news .icon:before {
	content: "\e60c";
	color: #64b864;
}
.gnav li.gnav-weather a {
	background: #6bbfea;
}
.gnav li.gnav-weather .icon:before {
	content: "\e608";
	color: #6bbfea;
}
.gnav li.gnav-event a {
	background: #fd93c9;
}
.gnav li.gnav-event .icon:before {
	content: "\e60a";
	color: #fd93c9;
}
.gnav li.gnav-ana a {
	background: #8a88df;
}
.gnav li.gnav-ana .icon:before {
	content: "\e605";
	color: #8a88df;
}
.gnav li.gnav-sns a {
	background: #5d81c4;
}
.gnav li.gnav-sns .icon:before {
	content: "\e609";
	color: #5d81c4;
}
.gnav li.gnav-about a {
	background: #b2ba74;
}
.gnav li.gnav-about .icon:before {
	content: "\e607";
	color: #b2ba74;
}
.gnav li a:hover {
	opacity: 0.8;
}


/*=======================================================

	番組表
	
=======================================================*/
.section-program {
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	box-shadow: 0px 0px 3px #CCC;
	border-radius: 3px;
	background: #FFF;
}
.btn_program a {
	color: #FFF;
	display: block;
	text-align: center;
	font-family:"F+UD-Seurat DB";
	border-radius: 3px;
	background: #FF6562;
}
.btn_program a:hover {
	opacity: 0.8;
}

/* ------------------------------------------
  今日の番組
------------------------------------------ */
.box_onair {
	width: 100%;
	display: table;
	border: 1px solid #EEE;
}

/* 放送中 */
.onair {
	height: 30px;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	font-weight: bold;
	color: #FF6562;
	line-height: 28px;
	text-shadow: 0px 0px 6px #FF6E8B;
	-webkit-animation-name: onair;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}
@-webkit-keyframes onair {
	from {
	text-shadow: none;
	opacity: 0.8;
	}
	to {
	text-shadow: 0px 0px 6px #FF5DB0;
	opacity: 1;
	}
}


/* 番組スライダー */
#tv-program-data {
	height: 1px;
	padding: 0 24px;
	display: table-cell;
	position: relative;
	overflow: hidden;
}
#tv-program-data .now,
#tv-program-data .now a {
	color: #FF6562 !important;font-weight: bold;
}
#tv-program-data table{
	width: 100%;
	height: 28px;
	position: absolute;
	top: 3px;
	overflow: hidden;
	box-sizing: border-box;
}
#tv-program-data tbody{ 
	margin-left: -1px;
	position: absolute;
	width: 10000px;
}
#tv-program-data tr,
#tv-program-data td{float: left;}

#tv-program-data td{padding: 0 3px;vertical-align: middle;}
#tv-program-data td:last-child {font-size: 11px;}

#tv-program-data tr {
	margin-top: 4px;
	padding: 0 5px 0 6px;
	line-height: 1;
	border-left: 1px solid #DDD;
}

.tv-prev,.tv-next {
	width: 24px;
	height: 28px;
	background: #7f899b;
	position: absolute;
	top: 0;
	border: none;
	color: #FFF;
}
.tv-prev {
	left: 0;
	cursor: pointer;
	cursor: hand;
}
.tv-prev:before {
	margin-left: 5px;
	font-family:"icomoon";
	content: "\e610";
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.tv-next {
	right: 0;
	cursor: pointer;
	cursor: hand;
}
.tv-next:before {
	margin-left: 5px;
	font-family:"icomoon";
	content: "\e600";
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}


/*=======================================================

	フッタバナー
	
=======================================================*/
.box-banner {
	margin-top: 10px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0px 0px 3px #CCC;
	border-radius: 3px;
	background: #FFF;
}
.box-banner img {
	width: 100%;
}


/*=======================================================

	フッタ
	
=======================================================*/
footer .home-sitemap {
	display: none;
}


/*=======================================================

	コピーライト
	
=======================================================*/
.copyright {
	padding: 10px;
	text-align: center;
	color: #999;
	font-size: 9px;
}


/*=======================================================

	防災情報
	
=======================================================*/
.section-bousai {
	margin-bottom: 10px;
}
.section-bousai .bousai-ttl {
	padding: 5px 10px;
	font-size: 15px;
	color: #FFF;
	font-family:"F+UD-Seurat DB";
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-size: 30px 30px;
	background-color: #67BEEC;
	background-image: -webkit-linear-gradient(-45deg,#67BEEC 25%,#76C5F0 25%,#76C5F0 50%,#67BEEC 50%,#67BEEC 75%,#76C5F0 75%,#76C5F0);
	background-image: linear-gradient(-45deg,#67BEEC 25%,#76C5F0 25%,#76C5F0 50%,#67BEEC 50%,#67BEEC 75%,#76C5F0 75%,#76C5F0);
}
.section-bousai .bousai-ttl.icon:before {
	margin-right: 3px;
}
.bousai-inner {
	width: 100%;
	border: 2px solid #67BEEC;
	box-sizing: border-box;
	background: #FFF;
}

/* 左カラム
------------------------------- */
.box-mainimage {
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.box-mainimage img {
	max-width: 100%;
	height: auto;
}

/* 右カラム
------------------------------- */
.box-subimage {
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.box-subimage img {
	max-width: 100%;
	height: auto;
}
.list-bousai {
	margin: 5px 15px 0 0;
}
.list-bousai li {
	margin: 0 0 5px 0;
	position: relative;
	font-size: 12px;
}
.list-bousai .icon:before {
	margin:  0 3px 0 -18px;
	padding: 3px;
	font-size: 9px;
	color: #aaa;
}
.list-bousai li {
	margin-left: 18px;
}
.list-bousai a:hover {
	text-decoration: underline;
	padding-bottom:1px;
}

.box-subimage .link-bg li {
	margin: 5px 5px 0 0;
	font-size: 11px;
	display: inline-block;
}
.box-subimage .link-bg li a {
	padding: 3px 10px;
	display: inline-block;
	border-radius: 15px;
	background: #f6f6f6;
}
.box-subimage .link-bg .icon {
	margin-right: 3px;
	font-size: 9px;
	color: #0066cc;
}


/* ビデオポスト
------------------------------- */
.section-bousai .bnr-videopost {
	clear: both;
	border-top: 1px solid #67BEEC;
}
.section-bousai .bnr-videopost a {
	width: 280px;
}
.section-bousai .bnr-videopost p {
	vertical-align: middle;
}



/*=======================================================

	下層ページ
	
=======================================================*/

/* ------------------------------------------
  パンクズ
------------------------------------------ */
.topicpath {
	margin: 7px 0 10px 10px;
	line-height: 17px;
}
.topicpath li {
	display: inline;
	font-size: 9px;
}
.topicpath li + li:before {
	margin: 0 5px;
	content: ">";
}
.topicpath li a {
	text-decoration: underline;
}


/* ------------------------------------------
  メインコンテンツ
------------------------------------------ */
.main-contents a:hover img {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #FFF;
}


/* ------------------------------------------
  左カラム
------------------------------------------ */
.section-main {
	margin-bottom: 10px;
}

/* タイトル
------------------------------- */
/* ページタイトル */
.ttl {
	padding: 8px 15px 10px 15px;
	font-size: 18px;
	font-family:"F+UD-Seurat DB";
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 5px solid #0066cc;
	background: #EBF3FB;
}
.ttl.icon:before {
	margin-right: 5px;
	color: #0066cc;
}

/* サブタイトル */
.sttl {
	margin: 30px 0 10px 0;
	padding: 5px 15px;
	font-size: 15px;
	color: #FFF;
	font-family:"F+UD-Seurat DB";
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sttl:before {
	margin-right: 5px;
}


/* 小タイトル */
.ssttl {
	margin: 20px 0 10px 0;
	padding: 0 0 10px 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.ssttl:before {
	margin-right: 5px;
}

/* 小タイトル2 */
.ssttl_s {
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}


/* テーブル
------------------------------- */
/* 罫線なし */
.tbl-basic {
	width: 100%;
	border-collapse: collapse;
}
.tbl-basic tr {
	border-bottom: 1px dotted #CCC;
}
.tbl-basic th {
	padding: 15px 15px 15px 0;
	text-align: left;
}
.tbl-basic tr:first-child th {
	border-top: 4px solid #C0C0C0;
}
.tbl-basic td {
	padding: 15px 0 15px 15px;
}
.tbl-basic tr:first-child td {
	border-top: 4px solid #EBEBEB;
}

/* 罫線あり */
.tbl-bdr {
	width: 100%;
	border-collapse: collapse;
}
.tbl-bdr th,
.tbl-bdr td {
	padding: 10px 15px;
	border: 1px solid #DDD;
}
.tbl-bdr th {
	font-weight: bold;
	text-align: center;
	background: #F6F6F6;
}


/* リスト
------------------------------- */
/* 黒丸リスト */
.list-disc li {
	margin: 0 0 10px 25px;
	list-style: disc;
}

/* 数字リスト */
.list-decimal li {
	margin: 0 0 10px 25px;
	list-style: decimal;
}

/* リンク付きリスト */
.list-link li {
	margin: 0 0 10px 23px;
}
.list-link li .icon:before {
	margin: 0 5px 0 -23px;
}

/* アイコン付きリスト */
.icon-link li {
	margin: 0 0 0 20px;
}
.icon-link li .icon:before {
	margin: 0 5px 0 -20px;
}

/* 2列リスト */
.link-clm2 li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.list-link.link-clm2 li {
	width: 315px;
}
.link-clm2 li a {
	padding-right: 10px;
}

/* 3列リスト */
.link-clm3 li {
	width: 33%;
	float: left;
	box-sizing: border-box;
}
.list-link.link-clm3 li {
	width: 200px;
}
.link-clm3 li a {
	padding-right: 10px;
}


/* リンク
------------------------------- */
.section-main a {
	text-decoration: underline;
}
.section-main a.icon {
	text-decoration: none;
}
.section-main a.icon:hover {
	text-decoration: underline;
}
.section-main .icon-arrow:before,
.section-main .icon-arrow3:before {
	margin-right: 5px;
	padding: 3px;
	width: 12px;
	height: 12px;
	line-height: 13px;
	display: inline-block;
	font-size: 11px;
	color: #0066cc;
	text-align: center;
	border-radius: 50%;
	background: #EEE;
}

/* ボタン風リンク */
.link-bg {
	display: inline-block;
}
.link-bg a {
	padding: 3px 20px 3px 10px;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 15px;
	background: #f6f6f6;
}
.link-bg .icon:before {
	color: #0066cc;
	background: none;
}



/* 画像
------------------------------- */
.photo {
	box-shadow: 0 8px 4px -6px #DDD;
	border-radius: 5px;
	border: 10px solid #F6F6F6;
}


/* ------------------------------------------
  右カラム
------------------------------------------ */
.contents-sub {
}

/* サブメニュー
------------------------------- */
.submenu {
	padding: 4px;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	background: #F5F3EC;
}
.submenu dt {
	padding: 12px 15px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.submenu dt.icon:before {
	margin-right: 5px;
	padding: 1px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #FFF;
}
.submenu dd {
	border-top: 1px solid #EBEBEB;
	background: #FFF;
}
.submenu dd a {
	padding: 10px 15px;
	display: block;
	border: 1px solid #FFF;
	
}
.submenu dd {
	
}
.submenu dd a.icon:before {
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
}


.list-sidebanner li {
	margin-bottom: 10px;
}
.list-sidebanner img {
	width: 100%;
	min-width: 100%;
	height: auto;
}


/********************************************************************************************* 

 スマホレイアウト 

*********************************************************************************************/  
	
@media only screen and (max-width: 640px) {

.container {
	padding: 0 0 10px 0 !important;
}

.imgtext{
	font-size: 20px;
	padding: 0px 10px 0px 20px;
}

.poyo{
	width: 20%;
	display: block;
	float: right;
	margin-right: 0px;
}

.ss{
	font-size: 10px;
	text-align: left;

}

/* ヘッダ
------------------------------- */
header {
	position: relative;
	padding: 5px 0 5px 0;
}

.logo-head {
	display: block;
	float: left;
	margin-left: 10px;
}
.logo-head img {
	width: 180px;
}

header .link-head {
	top: 35px;
	left: 50px;
}

#poyo_head {
	display: block;
	float: left;
	margin-top: 5px;
	/*display: none;*/
}
#poyo_head img {
	max-width: 60%;
}

#bnr_head {
	margin: 10px 10px;
	text-align: center;
	/*display: none;*/
}
#bnr_head img {
	max-width: 100%;
	height: auto;
}


/* スマホ用メニューボタン
------------------------------- */
.btn-gnav {
	padding: 5px;
	position: absolute;
	top: 20px;
	right: 10px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	background: #06C;
}

/* Gナビ
------------------------------- */
.gnav {
	display: none;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 1000;
	box-shadow: 0px 0px 3px #CCC;
	border-radius: 3px;
	background: rgba(0,0,0,0.8);
}
.gnav:after {
	width:0;
	top:-10px;
	right:15px;
	content:"";
	display:block;
	position:absolute;
	border:10px solid transparent;
	border-bottom-color:rgba(0,0,0,0.8);
	border-top-width:0;
}
.gnav li {
	width: 50%;
	float: left;
	display: block;
	vertical-align: top;
}
.gnav li:first-child {
	
}
.gnav li a {
	margin: 0;
	width: 100%;
	height: 40px;
	padding: 0 5px;
	line-height: 40px;
	font-size: 11px;
	color: #FFF;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	vertical-align: middle;
}


/* 番組表
------------------------------- */
.section-program-wrapper {
	margin: 0 10px;
}
.section-program {
	width: 100% !important;
}

.btn_program a {
	margin: 0 auto;
	padding: 5px 0;
}
.box_onair {
	height: 28px;
	margin: 5px auto 0 auto;
	float: none;
	border: 1px solid #EEE;
}
.onair {
	width: 55px !important;
	font-size: 12px !important;
	height: 28px;
}


/* フッタバナー
------------------------------- */
.box-banner {
	margin: 10px;
	padding-bottom: 10px;
}
.bx-prev {
	display: none;
}
.bx-next {
	display: none;
}


/* フッタ
------------------------------- */
footer {
	padding-top: 5px;
	background: #f6f6f6;
}
.footer-inner dl {
	float: left;
}
.footer-inner dt {
	margin-left: 10px;
	display: inline;
	font-size: 10px;
}
.footer-inner dt.icon:before {
	margin-right: 2px;
	font-size: 8px;
	color: #666;
}
.footer-inner dt.other {
	display: none;
}
.footer-inner dd {
	display: none;
}


/* コピーライト
------------------------------- */
.copyright {
	padding-top: 5px;
	background: #F6F6F6;
}

#topcontrol:before {
	padding: 8px;
	color: #FFF;
	content: "ページの先頭へ";
	font-size: 9px;
	font-weight: bold;
	border-radius: 5px;
	background: #0066BA;
}
#topcontrol {
	bottom: 20px !important;
}

#topcontrol img {
	display: none;
}


/* 防災情報
------------------------------- */
.section-bousai .box-subimage {
	padding-top: 0 !important;
}


/* メインコンテンツ
------------------------------- */
.main-contents {
	width: 100%;
}

.section-main {
	margin: 0 10px 10px 10px;
}

/*カラム*/
.container-column {
	width: 100%;
}
.column-2,
.column-3,
.column-4 {
	width: 100%;
	margin-bottom: 10px;
}


/* サブコンテンツ
------------------------------- */
.contents-sub {
	margin: 0 10px;
}

/*サブメニュー*/
.submenu {
}

}


/********************************************************************************************* 

 PCレイアウト 

*********************************************************************************************/  
@media print, screen and (min-width: 641px) {
	
.container {
	margin:0 auto;
	padding-bottom: 30px;
	width: 1000px;
}



/* ヘッダ
------------------------------- */
header {
	width: 980px;
	height: 75px;
	margin: 0;
	position: relative;
}
header h1 {
	position: absolute;
	top: 10px;
	left: 0;
}
.logo-head img {
	width: 280px;
}
header .link-head {
	top: 48px;
	left: 60px;
	font-size: 12px;
}
header .link-head a {
	color: #333;
}
header #bnr_head {
	position : absolute;
	top: 10px;
	right: 0;
}

header #poyo_head {
	position : absolute;
	top: 10px;
	left: 300px;
}

/* スマホ用メニューボタン
------------------------------- */
.btn-gnav {
	display: none;
}


/* Gナビ
------------------------------- */
.gnav {
	width: 980px;
	height: 44px;
	box-sizing: border-box;
	display: table;
}
.gnav:after {
	content: " ";
	display: table;
	clear: both;
}
.gnav li {
	margin-left: 4px;
	display: table-cell;
	vertical-align: top;
	padding-left: 4px;
}
.gnav li:first-child {
	padding-left: 0;
}
.gnav li a {
	margin: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	vertical-align: middle;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/* パンクズ
------------------------------- */
.topicpath {
	margin: 10px 0 10px 0;
}


/* 番組表
------------------------------- */
.section-program {
	width: 980px;
	margin: 10px 0;
}
.btn_program {
	float: left;
}
.btn_program a {
	width: 128px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
}
.box_onair {
	width: 820px;
	height: 28px;
	float: right;
	border: 1px solid #EEE;
}
.onair {
	width: 100px;
	height: 28px;
}






/*フッタバナー
------------------------------- */
.box-banner {
	width: 980px;
	margin: 20px auto 0 auto;
	padding: 15px;
}

.bx-prev {
	width: 22px;
	height: 70px;
	position: absolute;
	left: 5px;
	top: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn_bnr_prev.png) no-repeat;
}
.bx-next {
	width: 22px;
	height: 70px;
	position: absolute;
	right: 5px;
	top: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn_bnr_next.png) no-repeat;
}
.bx-viewport .bx-controls-direction {
	display: none;
}


/* フッタ
------------------------------- */
footer {
	width: 1000px;
	margin: 0 auto;
}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
	background: #f6f6f6;
}
footer dl {
	width: 173px;
	margin: 0 10px 30px 10px;
	float: left;
	box-sizing: content-box;
}
footer dl:first-child {
	margin-left: 25px !important;
}
footer dt {
	margin: 20px 0 5px 0;
	padding-left: 18px;
}
footer dt:before {
	margin: 0 5px 0 -18px;
	padding: 3px;
	color: #FFF;
	font-size: 8px;
	border-radius: 50%;
	background: #999;
}
footer dt a {
	font-weight: bold;
}
footer dt a:hover {
	color: #999;
}
footer dt.other {
	padding: 0;
	font-weight: bold;
}
footer dd {
	padding-left: 18px;
}
footer dd:before {
	margin: 0 5px 0 -18px;
	padding: 3px;
	color: #999;
	font-size: 8px;
}
footer dd a {
	font-size: 11px;
}

footer dd a:hover {
	color: #999;
}

footer .sp-sitemap {display: none;}/*スマホサイトマップ用非表示*/

#topcontrol {z-index: 500;}


/* 防災情報
------------------------------- */
.section-bousai {
	width: 980px;
}
.section-bousai .box-mainimage {
	width: 590px;
}
.section-bousai .box-subimage {
	width: 380px;
}



/* ツイッター
------------------------------- */
.box-twitter {
border: 1px solid #EEE;
border-radius: 5px;
}


/* 下層ページレイアウト
------------------------------- */
.main-contents {
	width: 980px;
}
.section-main {
	width: 680px;
	float: left;
}

/*カラム*/
.column-2 {
	width: 330px;
	margin: 0 0 10px 20px;
	float: left;
	box-sizing: border-box;
}
.column-3 {
	width: 214px;
	margin: 0 0 10px 19px;
	float: left;
	box-sizing: border-box;
}
.column-4 {
	width: 155px;
	margin: 0 0 10px 20px;
	float: left;
	box-sizing: border-box;
}
.container-column .column-2:nth-child(2n+1),
.container-column .column-3:nth-child(3n+1),
.container-column .column-4:nth-child(4n+1) {
	margin-left: 0;
}


/* 右カラム */
.contents-sub {
	width: 280px;
	float: right;
}

}