@charset "utf-8";

/*
	ラジオ福島　共通CSS

	common.css
	create	20190228
*/

/* ----- import ----- */
@import url("import_html5reset-1.6.1.css") all;	/* リセット */
@import url("import_text.css") all;				/* テキスト */


/* ----- 共通用 ----- */
body {
	-webkit-text-size-adjust: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333;
	text-align: center;
}
a:hover {	color: #FF3300; }

/* 回り込み解除 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearboth {
	clear: both;
}

/* ----- 工事中 ----- */
.underconstruction {
	text-align: center;
	height: 300px;
	width: 100%;
	padding-top: 200px;
}

/* ----- コンテンツ共通 ----- */
.icon_img{
	vertical-align: middle;
	margin: 0 0 0 5px;
	padding: 0px;
}
.new {
	color: #ff0000;
	font-weight: bold;
}
.nodata {
	border: none!important;
	padding: 80px 0!important;
	text-align: center!important;
}

/* ----- アニメーション ----- */
.vertical {
	position: absolute;
	top: 0px;
	left: 0px;
	animation: vertical_2823 2.44s ease infinite;
	transform-origin: 50% 50%;
}
@keyframes vertical_2823 {
	0% { transform:translate(0,-3px) }
	3.27869% { transform:translate(0,3px) }
	6.55738% { transform:translate(0,-3px) }
	9.83606% { transform:translate(0,3px) }
	13.11475% { transform:translate(0,-3px) }
	16.39344% { transform:translate(0,3px) }
	18.03279% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
}
@keyframes swing { 
	25% { transform: rotate(5deg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(-0.8deg); }
} 
.swing { 
	transform-origin: bottom center; 
	animation: swing 2s cubic-bezier(0.38, -0.08, 0.76, 1.08) infinite; 
}

/* ジャンル */
.genre01 {
	background-color: #EEF4FB;
	color: #0059B2;
	border: 1px solid #0059B2;
}
.genre02 {
	background-color: #EAFAFF;
	color: #0085B2;
	border: 1px solid #0085B2;
}
.genre03 {
	background-color: #EAFFFF;
	color: #00B2B2;
	border: 1px solid #00B2B2;
}
.genre04 {
	background-color: #EAFFFA;
	color: #00B285;
	border: 1px solid #00B285;
}
.genre05 {
	background-color: #FFFAEA;
	color: #B28500;
	border: 1px solid #B28500;
}
.genre06 {
	background-color: #FFF4EA;
	color: #B25900;
	border: 1px solid #B25900;
}
.genre07 {
	background-color: #FFEFEA;
	color: #B22D00;
	border: 1px solid #B22D00;
}
.genre08 {
	background-color: #FFEAEA;
	color: #B20000;
	border: 1px solid #B20000;
}
.genre09 {
	background-color: #FFEAFF;
	color: #B200B2;
	border: 1px solid #B200B2;
}


/* 体験プログラム科目 */
.tag01 {
	background-color: #eaffff;
	border: 1px solid #006666;
}
.tag02 {
	background-color: #F8F8F1;
	border: 1px solid #666633;
}


/* エリア */
.area01 {
	background-color: #FF9428;
	color: #fff;
	border: 1px solid #FF9428;
}
.area02 {
	background-color: #EE7700;
	color: #fff;
	border: 1px solid #EE7700;
}
.area03 {
	background-color: #CA6500;
	color: #fff;
	border: 1px solid #CA6500;
}
.area04 {
	background-color: #6DD900;
	color: #fff;
	border: 1px solid #6DD900;
}
.area05 {
	background-color: #59B200;
	color: #fff;
	border: 1px solid #59B200;
}
.area06 {
	background-color: #00A3D9;
	color: #fff;
	border: 1px solid #00A3D9;
}
.area07 {
	background-color: #0085B0;
	color: #fff;
	border: 1px solid #0085B0;
}




/* ----- ローディング ----- */
.loading {
	margin: 0px auto;
	padding: 55px 0;
	width: 32px;
	background: url(../img/loading.gif) no-repeat 0px 40px;
	height: 32px;
}

/* ----- トップへ戻るボタン ----- */
.btnTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}
.btnTop a {
	width: 40px;
	height: 31px;
	padding-top: 9px;
	font-size: 20px;
	color: #fff;
	display: block;
	background-color: #00BFFF;
	border-radius: 8px;
}


/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
header {
	position: relative;
	background: url(../img/head_bg560_aki_kouyou.png) top center no-repeat;
}
header .obi {
	display: block;
	height: 12px;
	padding: 3px 0px;
	font-size: 12px;
	color: #fff;
	background-color: #00BFFF;
}
.marquee {
	width:100%;
	padding:0.5em 0;
	overflow:hidden;
	position:relative;
}

.marquee p:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}

.marquee p {
	margin:0;
	padding-left: 100%;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:25s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:25s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:25s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:25s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:25s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
	from   { -webkit-transform: translate(0%);}
	99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from   { -moz-transform: translate(0%);}
	99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
	from   { -ms-transform: translate(0%);}
	99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
	from   { -o-transform: translate(0%);}
	99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
	from   { transform: translate(0%);}
	99%,to { transform: translate(-100%);}
}
header .headerBox {
/*	height: 55px; */
}
header .headerBox .logo65 {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 22px;
	right: 58px;
}
header .headTitle a {
	width: 42px;
	height: 42px;
	display: block;
	margin: 5px 0 0 60px;
	padding: 0;
	background-image: url(../img/head_logo_fixed.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
header .headRadifuku {
	width: 48px;
	margin: 0;
	position: relative;
	display: block;
}
header .headRadifuku img {
	width: 48px;
	position: absolute;
	top: 0;
	left: calc(50% - 16px);
}
header .headerBox .todayDate {
	margin: 10px 0 0 0;
	padding: 10px 0 5px;
	background-color: #eee;
	text-align: center;
}
header .headerBox .todayDate time {
	font-size: 14px;
}
header .headerBox .todayDate time span {
	font-size: 30px;
}

header .naviSp {
	font-size: 18px;
	color: #999;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	top: 22px;
	right: 8px;
	cursor: pointer;
	display: block;
	border: 1px solid #999;
	border-radius: 3px;
}
header .headerBox .obi2 {
	margin: 10px auto;
	padding: 2px 0px;
	font-size: 12px;
	color: #fff;
	background: #ff4000;
}
.gsc-input-box {
	border: none!important;
}


/* ナビゲーション */
.navi {
	display: none;
	width: 100%;
	border-top: 2px solid #00BFFF;
	border-bottom: 2px solid #00BFFF;
	background-color: #fff;
	z-index: 9999;
	position: relative;
	top: -75px;
	left: 0;
}
.navi .headNavi {
	background-color: #F2FAED;
	border-bottom: 1px solid #64B432;
	text-align: center;
}
.navi .headNavi .headNavi1 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #64B432;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navi .headNavi .headNavi1 p {
	margin-left: 1px;
	margin-right: 1px;
}
.navi .headNavi .headNavi1 .nFacebook a {
	display: block;
}
.navi .headNavi .headNavi1 .nFacebook a i {
	font-size: 32px;
	color: #3B579D;
}
.navi .headNavi .headNavi1 .nDownload a {
	margin-top: 2px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px;
	background-color: #64B432;
	display: block;
}
.navi .headNavi .headNavi1 .nJoseikin a {
	margin-top: 2px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px;
	background-color: #64B432;
	display: block;
}
.navi .nSearchBox {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navi .nSearch {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 3px 10px;
}
.navi .nSearch input[type=text] {
	border: none;
	width: 80%;
	height: 18px;
}
.navi .nSearch #formSearch input[type=button] {
	width: 16px;
	height: 16px;
	border: none;
	background-color: #ffffff;
	background-image: url(../img/btnSearch.svg);
	background-size: content;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
/*
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
*/
}
.navi .nSearch i {
	display: none;
}
.navi .headNavi .headNavi1 .nHome a {
	display: block;
	background-color: #64B432;
	width: 32px;
	height: 28px;
	margin-top: 2px;
}
.navi .headNavi .headNavi1 .nHome a i {
	font-size: 30px;
	color: #fff;
}
.navi .mainNavi {
}
.navi .mainNavi .logo {
	display: none;
}
.navi .mainNavi ul {
}
.navi .mainNavi > ul > li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	border-bottom: 2px dotted #ccc;
	color: #333;
	text-decoration: none;
	position: relative;
}
.navi .mainNavi > ul .animal img {
	height: 16px;
	vertical-align: middle;
}
.navi .mainNavi > ul > li a span {
	display: none;
}
.navi .mainNavi > ul > li a i:nth-child(1) {
	display: none;
}
.navi .mainNavi > ul > li a i:nth-child(2) {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
.navi .mainNavi > ul > li > div {
	display: none;
}
#arcive_menu {
	display: block;
}
#arcive_menu .title_box {
	display: none;
}
#arcive_menu .submenu_box1 > ul >  li {
	display: none;
}
#arcive_menu .submenu_box1 > ul > li:last-of-type {
	display: block;
}

.navi .closeBtn {
	width: 100%;
	text-align: center;
}
.navi .closeBtn i {
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
#main .pankuzu {
	font-size: 12px;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main .pankuzuPV {
	font-size: 16px;
	color: #fff;
	background-color: #f00;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px;
}


/* 天気 */
.tenki {
	font-size: 14px;
	padding: 8px 0 8px;
	overflow:hidden;
	position:relative;
	display: block;
	margin: 0 5px;
}
.tenki h3 {
	display: inline;
	margin: 0 5px;
	font-size: 12px;
	color: #00BFFF;
}
.tenki date {
	margin: 0 5px;
	font-size: 12px;
}
.tenki > span > span {
	margin: 0 5px;
	display: inline;
	font-size: 12px;
}
.tenki > span:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}
.tenki > span {
	font-size: 14px;
	margin:0;
	padding-left: 100%;
	display:inline-block;
	background-color: rgb(255,255,255,0.8);
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:15s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:15s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:15s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:15s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:15s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
	from   { -webkit-transform: translate(0%);}
	99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from   { -moz-transform: translate(0%);}
	99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
	from   { -ms-transform: translate(0%);}
	99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
	from   { -o-transform: translate(0%);}
	99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
	from   { transform: translate(0%);}
	99%,to { transform: translate(-100%);}
}


/* SNSボタン */
#main .snsBox {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .snsBox {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
#main .snsBox iframe {
	margin-right: 1px;
}




/* スクロール固定時 */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
}
.fixed .obi {
	display: none;
}
.fixed .headerBox {
	height: 55px;
}
.fixed .headerBox .todayDate {
	display: none;
}
.fixed .headerBox .logo65{
	top: 8px;
}
.fixed .headTitle {
	font-size: 16px;
}
.fixed .headTitle a {
	top: 5px;
}
.fixed .headRadifuku {
	width: 48px;
	background: none;
	margin-top: 10px;
}
.fixed .headRadifuku img {
	width: 48px;
}
.fixed .obi2 {
	display: none;
}
.fixed .naviSp {
	top: 8px;
}
.fixed .navi {
	margin-top: 0px;
	top: 0;
}
.fixed .tenki {
	display: none;
}
#main.fixed {
	margin-top: 150px;
	z-index: 9998;
}
header.fixed {
	background-position: center center;
}

/* フッタ */
footer {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 80px;
	border-bottom: 1px solid #cccccc;
}
footer .footBox .footLogo {
	width: 300px;
	height: 49px;
	margin: 0px auto 10px;
	background: url(../img/foot_logo_s.png) no-repeat;
	text-indent: -9999px;
}
footer .footBox .footFreq {
	display: block;
	margin: 0 0 10px 0;
	padding: 3px 0px;
	font-size: 12px;
	color: #fff;
	background-color: #00BFFF;
}
footer .footBox .footOuen {
	margin-bottom: 10px;
}
footer .footBox .footOuen ul {
	list-style: none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
footer .footBox .foot_Radifuku {
	display: none;
}
footer .footBox .btnMenu a {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	margin: 0 10px 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #00BFFF;
	border-radius: 25px;
	display: block;
}
footer .footBox .btnMenu a img {
	height: 16px;
	margin: 0 8px;
	vertical-align: middle;
}
footer .footBox .footRFC {
	margin: 10px 10px 0px;
}
footer .footRFC .logo65 {
	width: 80px;
	height: 80px;
	margin: 0 20px 5px 0;
	float: right;
}
footer .footBox .footRFC h5 {
	font-size: 20px;
	margin: 15px 0px 10px;
}
footer .footRFC h5 span {
	font-size: 14px;
	margin-left: 5px;
}
footer .footBox .footRFC .footTel {
	font-size: 20px;
	font-weight: bold;
}
footer .footBox .footRFC .footTel a {
	text-decoration: none;
	color: #333;
}
footer .footBoxRight {
	display: none;
}
copyright {
	padding: 10px;
	font-size: 73%;
}

/* ----------------------- */
/* フッタアイコン */
/* ----------------------- */
footer .footBox {
	position: relative;
}
span.illust01 {
	background-image: url(../img/aki08.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 300px;
	height: 57px;
	display: block;
	position: absolute;
	bottom: -82px;
	left: calc(50% - 150px);
}




@media screen and (min-width: 768px){
	/*	約768px以上の画面向けスタイル（タブレット） */

	header {
		background-image: url(../img/head_bg768_aki_kouyou.png);
	}
	header .headerBox {
		height: 65px;
		position: relative;
	}
	header .headRadifuku {
		display: none;
	}
	header .headTitle {
		position: absolute;
		top: 5px;
		left: 5px;
	}
	header .headTitle a {
		width: 42px;
		height: 42px;
		display: block;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		background-image: url(../img/head_logo_fixed.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: inherit;
	}
	header .headerBox .todayDate {
		margin: 0;
		padding: 0;
		text-align: center;
		background: none;
	}
	header .headerBox .todayDate time {
		padding-top: 10px;
		font-size: 16px;
		display: block;
	}
	header .headerBox .todayDate time span {
		font-size: 30px;
		font-weight: bold;
		margin: 0 3px;
	}
	header .naviSp {
		top: 10px;
	}
	header .headerBox .logo65 {
		top: 10px;
	}
	.navi {
		top: 0px;
	}

	.tenki {
		margin: 0 150px;
		padding: 3px 0 8px;
		overflow: hidden;
	}
	.tenki h3 {
		display: inline;
		margin: 0 0 5px;
		font-size: 12px;
		color: #00BFFF;
	}
	.tenki date {
		margin: 0 0 5px;
		font-size: 12px;
	}
	.tenki > span > span {
		margin: 0 5px;
		display: inline;
		font-size: 12px;
	}

	/* メイン */
	#main {
		position: relative;
	}
	footer {
		padding-bottom: 20px;
	}
	footer .footBox .footTitle {
		margin-left: 10px;
		text-align: left;
	}
	footer .footBox .footRFC {
		position: relative;
	}
	footer .footRFC .logo65 {
		position: absolute;
		top: 0px;
		right: 0px;
		float: none;
	}

	/* ----------------------- */
	/* フッタ用アイコン */
	/* ----------------------- */
	span.illust01 {
		display: none;
		width: 230px;
		height: 129px;
		bottom: auto;
		top: 25px;
		right: 10px;
		left: auto;
	}


	#main.fixed {
		margin-top: 83px;
		z-index: 9998;
	}
}





@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル（PC） */

	header {
		background-image: url(../img/head_bg_aki_kouyou.png);
		background-position: center 8px;
	}

	.btnTop a {
		width: 48px;
		height: 40px;
		padding-top: 8px;
		font-size: 30px;
	}
	header .headerBox {
		position: unset;
		width: 100%;
		height: 100px;
		margin: 0px;
		padding: 0px;
	}
	header .headerBox .logo65 {
		position: absolute;
		width: 80px;
		height: 80px;
		top: 30px;
		right: 10px;
	}
	header .headTitle {
	}
	header .headTitle a {
		width: 233px;
		height: 52px;
		display: block;
		margin: 40px 0 0 125px;
		background-image: url(../img/head_logo2018.png);
		position: inherit;
	}
	header .headRadifuku {
		display: block;
		width: 80px;
		position: absolute;
		top: 36px;
		left: 20px;
	}
	header .headRadifuku img {
		width: 80px;
		left: calc(50% - 40px);
	}
	header .headerBox .todayDate {
		position: absolute;
		top: 40px;
		left: calc(50% - 100px);
		font-size: 16px;
	}
	header .headerBox .todayDate span {
		font-size: 2.4rem;
		margin-left: 3px;
	}
	header .headerBox .todayDate time {
		padding-top: 0;
	}
	header .naviSp {
		display: none;
	}
	.navi {
		margin: 10px 0px;
		display: block;
		width: 100%;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	.navi .naviBox {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.navi .headNavi {
		background: none;
		border-bottom: none;
		text-align: center;
		display: flex;
		position: absolute;
		top: -55px;
		right: calc(50% - 98px);
		width: 200px;
	}
	.cse .gsc-control-cse, .gsc-control-cse {
		padding: 0px!important;
	}
	.nSearch button {
		padding: 5px!important;
	}
	.navi .headNavi .headNavi1 {
		border-bottom: none;
		padding-top: 0px;
		padding-bottom: 0px;
		width: auto;
	}
	.navi .nSearchBox {
		width: 100%;
	}
	.navi .nSearchBox .nSearch {
		margin: 0;
		padding-top: 6px;
		width: calc(100% - 20px);
	}
	.navi .nSearchBtn {
		display: block;
		background-color: #64B432;
		width: 32px;
		height: 27px;
		margin-top: 2px;
		margin-left: 1px;
		padding-top: 1px;
		cursor: pointer;
	}
	.navi .nSearchBtn i {
		font-size: 24px;
		color: #fff;
	}
	.navi .mainNavi {
		width: calc(100% - 20px);
		max-width: 1280px;
		margin: 0px auto;
		clear: both;
	}
	.navi .mainNavi > ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
	}
	.navi .mainNavi > ul > li {
		width: calc(100% / 10);
	}
	.navi .mainNavi > ul > li a {
		width: 100%;
		padding: 50px 0 20px;
		border-bottom: none;
		position: relative;
		text-align: center;
		display: block;
	}
	.navi .mainNavi > ul .animal img {
		display: none;
	}
	.navi .mainNavi > ul > li.select > a {
		color: #00BFFF;
		font-weight: bold;
	}
	.navi .mainNavi > ul > li a i:nth-child(1) {
		position: absolute;
		top: 20px;
		right: calc(50% - 8px);
		display: block;
	}
	.navi .mainNavi > ul > li a i:nth-child(2) {
		display: none;
	}
	.navi .mainNavi > ul > li a span {
		display: block;
		border-top: 1px solid #ccc;
		margin-top: 5px;
		padding-top: 5px;
		font-size: 10px;
	}
	.navi .mainNavi > ul > li.select a span {
		border-top: 1px solid #64B432;
	}
	.navi .mainNavi > ul > li:hover a {
		color: #00BFFF;
	}
	.navi .mainNavi > ul > li:hover a span {
		border-top: 1px solid #ccc;
	}

	/* .fullwide_menu フルワイド100%枠 */
	.navi .fullwide_menu {
		width: 100%;
		position: absolute;
		border-top: 3px solid #00BFFF;
		border-bottom: 3px solid #00BFFF;
		top: 84px;
		left: 0px;
		display: none;
		margin: 0px;
		background-color: #F8F8FF;
		z-index: 101;
	}

	/* .menu_box960 幅960px センタリング用ボックス */
	.navi .fullwide_menu .menu_box960 {
		width: 960px;
		margin: 50px auto;
		padding: 0px;
	}
	.navi .fullwide_menu .menu_box960 .title_box {
		width: 300px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		float: left;
	}
	.navi .fullwide_menu .menu_box960 .title_box h4 {
		color: #00BFFF;
		font-size: 30px;
		margin-bottom: 15px;
	}
	/* .submenu_box1 基本形 */
	.navi .fullwide_menu .menu_box960 .submenu_box1 {
		width: 600px;
		text-align: left;
		float: right;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box1 ul {
		margin: 0px 10px 10px 10px;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: left;
		list-style: none;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box1 ul li {
		margin: 0px 5px 5px 0px;
		text-align: left;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box1 ul li a {
		width: 250px;
		height: auto;
		display: block;
		font-size: 12px;
		border: 1px solid #cccccc;
		padding: 13px;
		border-radius: none;
		text-decoration: none;
		background: #ffffff;
		color: #333333;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box1 ul li a:hover {
		background: #f16983;
		color: #ffffff;
		border-color: #f16983;
	}
	/* .submenu_box2 番組表用 */
	.navi .fullwide_menu .menu_box960 .submenu_box2 {
		width: 600px;
		text-align: left;
		float: right;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul {
		margin: 0px;
		list-style: none;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li {
		float: left;
		margin: 0px 5px 5px 0px;
		text-align: left;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a {
		width: 68px;
		height: 45px;
		display: block;
		font-size: 16px;
		border: 1px solid #cccccc;
		padding-top: 15px;
		border-radius: none;
		text-align: center;
		text-decoration: none;
		background: #ffffff;
		color: #333333;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a span {
		display: block;
		font-size: 12px;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a:hover {
		background: #f16983;
		color: #ffffff;
		border-color: #f16983;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a.today {
		height: 41px;
		border-bottom: 5px solid #f16983;
		font-weight: normal;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a.sat {
		color: #0000ff;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a.sun {
		color: #ff0000;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a:hover.sat,
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a:hover.sun {
		color: #ffffff;
	}
	/* .submenu_box3 アナウンサー用 */
	.navi .fullwide_menu .menu_box960 .submenu_box3 {
		width: 660px;
		text-align: left;
		float: right;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box3 ul {
		margin: 0px;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: left;
		list-style: none;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box3 ul li {
		float: left;
		margin: 0px 1px 1px 0px;
		text-align: left;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box3 ul li a {
		width: 80px;
		height: 80px;
		display: block;
		font-size: 16px;
		border: none;
		padding: 0px;
		border-radius: none;
		text-align: center;
		text-decoration: none;
		background: #ffffff;
		color: #333333;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box3 ul li a img {
		opacity: 0.7;
		filter: alpha(opacity=70) ;	/* Ie用 */
	}
	.navi .fullwide_menu .menu_box960 .submenu_box2 ul li a:hover {
		background: #f16983;
		color: #ffffff;
		border-color: #f16983;
	}
	.navi .fullwide_menu .menu_box960 .submenu_box3 ul li a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100) ;	/* Ie用 */
		-webkit-transition: 0.5s ;
		transition: 0.5s ;
	}
	#arcive_menu {
		display: none;
	}
	#arcive_menu .title_box {
		display: block;
	}
	#arcive_menu .submenu_box1 >  ul > li {
		display: block;
	}

	.navi .closeBtn {
		display: none;
	}
	.tenki {
		width: 200px;
		margin: 0px;
		padding: 5px;
		position: absolute;
		top: 27px;
		right: 110px;
		border: 1px solid #ccc;
		border-radius: 8px;
		box-shadow: 0 0 1px 1px #ccc;
		background-color: rgb(255,255,255,0.8)
	}
	.tenki h3 {
		display: block;
	}
	.tenki date {
		margin: 5px 0 0;
		font-size: 12px;
	}
	.tenki > span {
		display: block;
		white-space: inherit;
		width: 100%;
		animation: none;
		padding: 0px;
	}
	.tenki > span:after {
		padding: 0;
	}
	.tenki > span > span {
		margin: 0 0 5px;
		display: block;
	}

	#main .pankuzu {
		padding-top: 5px;
		padding-bottom: 15px;
		padding-right: 363px;
		margin-bottom: 30px;
		border: none;
	}
	#main .pankuzuBox {
		width: 960px;
		margin: 0 auto;
	}
	#main .snsBox {
		position: absolute;
		top: 0px;
		border: none;
		padding: 0px;
		left: 50%;
		margin-left: 120px;
	}
	#main .snsBox {
		justify-content: flex-end;
	}

	footer {
		margin-bottom: 10px;
		padding: 0;
		background: none;
		border: none;
	}
	footer .footBox .footTower {
		position: absolute;
		top: 30px;
		right: calc(50% - 460px);
		font-size: 30px;
	}
	footer .footBox .footLogo {
		width: 300px;
		height: 49px;
		margin: 0px calc(50% - 490px) 10px;
		background: url(../img/foot_logo_s.png) no-repeat;
		text-indent: -9999px;
	}
	footer .footBox .footFreq {
		margin: 0;
		padding: 10px 0px;
	}
	footer .footBoxMain {
		padding: 80px calc(50% - 490px);
		background-color: #eee;
	}
	footer .footBoxLeft {
		width: 320px;
		float: left;
	}
	footer .footBoxRight {
		display: block;
		width: 620px;
		float: right;
		display: flex;
		justify-content: space-between;
	}
	footer .footBoxRight > ul {
		width: calc((620px - 20px) / 3);
		list-style: none;
		line-height: 110%;
		text-align: left;
	}
	footer .footBoxRight > ul > li {
		margin-top: 10px;
	}
	footer .footBoxRight > ul > li:first-of-type {
		margin-top: 0px;
	}
	footer .footBoxRight > ul > li > a {
		font-size: 15px;
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}
	footer .footBoxRight > ul > li > a:hover {
		text-decoration: underline;
		color: #f30;
	}
	footer .footBoxRight > ul > li > ul {
		list-style: none;
		margin-left: 10px;
	}
	footer .footBoxRight > ul > li > ul > li {
		margin-top: 5px;
	}
	footer .footBoxRight > ul > li > ul > li a {
		font-size: 13px;
		text-decoration: none;
		color: #333;
	}
	footer .footBoxRight > ul > li > ul > li.sat a {
		color: #00f;
	}
	footer .footBoxRight > ul > li > ul > li.sun a {
		color: #f00;
	}
	footer .footBoxRight > ul > li > ul > li a:hover {
		text-decoration: underline;
		color: #f30;
	}
	footer .footBox .footRFC {
		position: inherit;
	}
	footer .footRFC .logo65 {
		width: 85px;
		height: 85px;
		float: right;
		margin: 0 0 5px 5px;
		position: inherit;
	}
	footer .footRFC h5 span {
		font-size: 14px;
		margin-left: 5px;
	}

	header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.9);
		z-index: 9999;
		border-bottom: 1px solid #ccc;
	}
	header.fixed .obi {
		display: none;
	}
	header.fixed .headerBox {
		display: none;
	}
	header.fixed .navi {
		margin: 0px;
		border-top: none;
		background-color: rgba(255,255,255,0.9);
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	header.fixed .navi .headNavi {
		display: none;
	}
	header.fixed .navi .headNavi1 {
		display: none;
	}
	header.fixed .navi .nSearchBox {
		background: none;
		display: none;
		padding-top: 3px;
	}
	header.fixed .navi .nSearch {
		margin-left: 2px;
		margin-right: 0px;
	}
	header.fixed .navi .mainNavi {
		width: 890px;
		margin: 0px auto;
		padding: 15px 10px 0px 60px;
	}
	header.fixed .navi .mainNavi .logo {
		display: block;
	}
	header.fixed .navi .mainNavi .logo a {
		background: url(../img/head_logo_fixed.png) center left no-repeat;
		position: absolute;
		top: 3px;
		left: 50%;
		margin-left:-480px;
		width: 35px;
		height: 45px;
		display: block;
	}
	header.fixed .navi .mainNavi > ul > li a {
		font-size: 12px;
		padding: 20px 0 10px;
	}
	header.fixed .navi .mainNavi > ul > li a > i {
		display: none;
	}
	header.fixed .navi .fullwide_menu {
		top: 55px;
		left: 0px;
	}
	#main.fixed {
		margin-top: 223px;
		z-index: 9998;
	}
	/* ----------------------- */
	/* フッタアイコン */
	/* ----------------------- */
	span.illust01 {
		display: block;
		width: 505px;
		height: 96px;
		top: auto;
		bottom: 0px;
		right: auto;
		left: calc(50% - 20px);
	}
	span.illust02 {
		background-image: url(../img/aki09_kouyou.png);
		width: 343px;
		height: 310px;
		display: block;
		position: absolute;
		bottom: 20px;
		left: calc(50% - 506px);
	}
}
