
/* 基本構造、メインメニュー、コンテンツ枠、フッター、リンク色 */
/* 基本・骨組み */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	/*background-color:#ffecb1;*/ /* 秋 */
	/*background-color:#ffdedd;*/ /* 冬 */
	/*background-color:#ffcdf2;*/ /* 春 */
	background-color:#FFF; /* デフォルト */
	color:#333333;
	/*background-image: url("../images_v2/bg_01_03.jpg");*/  /* 全体の背景画像(秋) */
	/*background-image: url("../images_v2/bg_2018_12_03.jpg");*/  /* 全体の背景画像(冬) */
	/*background-image: url("../images_v2/bg_2019_03_04.jpg");*/  /* 全体の背景画像(春) */
	background-image: url("../images_v2/bg_2024.jpg");  /* デフォルトの全体の背景画像 */
	background-position: 50% 0%;                     /* 背景画像の位置は画面中央 */
	background-repeat: repeat-x;                     /* 背景を横方向のみ繰り返す */
	/*behavior: url(/css/border-radius.htc);*/
	/*behavior: url(/css/ie-css3.htc);*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Verdana", sans-serif;
}

.change_bg_img{
	/*background-image: url("../images_v2/bg_01_03.jpg");*/ /* 全体の背景画像 */
	/*background-image: url("../images_v2/bg_2018_12_03.jpg");*/  /* 全体の背景画像(冬) */
	/*background-image: url("../images_v2/bg_2019_03_04.jpg");*/  /* 全体の背景画像(春) */
	background-image: url("../images_v2/bg_01_02.jpg");  /* デフォルトの全体の背景画像 */
}

iframe{
	 -webkit-overflow-scrolling:touch !important;

}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}
h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
	font-size:100%;
}
img {
	border: none;
}
#all-area {

}

/* ヘッダー */
#header-area {
	width:980px;
	height:100px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}
.header-block-01 { /* ロゴ表示エリア */
	width:280px;
	float:left;
}
.header-block-02 { /* キャラ表示補助用 */
	width:30px;
	float:left;
}
.header-block-03 { /* 検索窓エリア */
	width:270px;
	float:left;
}
.header-block-04 { /* 会社案内ボタンエリア */
/*	width:190px;*/
	width: 90px;
	float:left;
}
.header-block-05 { /* SNSボタンエリア */
/*	width:210px;*/
	width: 145px;
	float:left;
}
.header-block-06 { /* バナーエリア */
	width: 150px;
	margin-top: 30px;
	float:left;
}
.title-top { /* 新ロゴ用 */
	margin: 16px 0px 0px 10px;
}
.title-top1ch { /* 旧ロゴ用 */
	margin: 14px 0px 0px 14px;
}
.header-search-area {
	margin: 32px 0px 0px 0px;
}
.header-search-form {
	font-size: 12pt;
	border: 3px solid #dcdcdc;
	padding: 7px;
	width: 200px;
	/* 角丸 */
	border-radius: 18px;        /* CSS3草案 */
  	-webkit-border-radius: 18px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 18px;   /* Firefox用 */
  	outline: 0;
}
.header-search-form-btn {
	margin: 2px 0px 0px 6px;
}
.header-btn-corp {
	margin: 24px 10px 0px 0px;
	float:left;
}
.header-btn-sns {
	margin: 29px 10px 0px 0px;
	float:left;
}

/* メインメニュー */
#mainmenu-area {
	width:980px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#mainmenu {
	width:980px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}

#mainmenu li {
	list-style-type: none;
	float: left;
}

#mainmenu li:FIRST-CHILD {
	margin-left: 10px;
}

#mainmenu li a {
	display: block;
}

/* メガメニュー */
#megamenu-area {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top: 18px;
}
.megamenu-fukidashi-02 {
	position: absolute;
	left: 71px;
}
.megamenu-fukidashi-03 {
	position: absolute;
	left: 333px;
}
.megamenu-fukidashi-04 {
	position: absolute;
	left: 469px;
}
.megamenu-fukidashi-05 {
	position: absolute;
	left: 605px;
}
.megamenu-window {
	background-color: #ffffff;
	border: solid 4px #0073d1;
	width: 930px;
    margin: auto;
    margin-bottom: 10px;
}
.megamenu-window-in {
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0;
}
.megamenu-window .hs {
	padding: 4px 8px;
}

/* メガメニュー・ニュース */
.megamenu02-left {
	width: 660px;
	margin-right: 20px;
	float: left;
}
.megamenu02-right {
	width: 230px;
	float: left;
}
.megamenu02-header1 {
	background-color: #bde7ff;
	color: #0084c2;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 4px;
}
.megamenu02-header1:hover {
	background-color: #ceedff;
}
.megamenu02-header2 {
	background-color: #b6f1ae;
	color: #118d00;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 4px;
}
.megamenu02-header2:hover {
	background-color: #cdf5c8;
}
.megamenu02-header3 {
	background-color: #84dece;
	color: #1a7d6c;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
}
.megamenu02-list-gray {
	background-color: #eeeeee;
}
.megamenu02-block1 {
	text-align: left;
	margin-bottom: 20px;
}
.megamenu02-list1 {
	background-image: url("../images_v2/pic_top_new1.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 24px;
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 0px;
	line-height: 1.6em;
	font-size: 11pt;
}
.megamenu02-list1 p {
	padding: 6px 0;
}
.megamenu02-block2 {
	text-align: left;
	margin-bottom: 10px;
}
.megamenu02-list2 {
	background-image: url("../images_v2/pic_top_new2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 24px;
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 0px;
	line-height: 1.6em;
	font-size: 11pt;
}
.megamenu02-list2 p {
	padding: 6px 0;
}

.megamenu02-list2 a , .megamenu02-list1 a {
	display: inline !important;
}

.megamenu02-tenkibox {
	border: 2px solid #84dece;
	color: #1a7d6c;
	font-size: 11pt;
}

.megamenu02-tenkibox a {
	display: inline !important;
}

.megamenu02-tenkibox2 {
	border-bottom: 1px dotted #aaaaaa;
}



.megamenu02-tenkiarea {
	float: left;
	width: 70px;
	text-align: center;
}
.megamenu02-tenkiarea .in {
	margin: 30px 0px 10px 10px;
}
.megamenu02-tenkiarea span {
	color: #177a68;
	font-weight: bold;
	padding: 6px 8px;
	margin: 10px 10px 0 0;
	background-color: #adeadf;
	/* 角丸 */
	border-radius: 8px;        /* CSS3草案 */
  	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;   /* Firefox用 */
}
.megamenu02-tenkimark {
	float: left;
	width: 88px;
	text-align: center;
}
.megamenu02-tenkimark img {
	margin: 10px 0 10px 0;
}
.megamenu02-tenkidata {
	float: left;
	width: 68px;
	color: #333333;
}
.megamenu02-tenkidata .in {
	margin: 20px 0 0 0;
}
.megamenu02-tenkidata .max {
	color: #ff0000;
}
.megamenu02-tenkidata .min {
	color: #0048ff;
}
.megamenu02-tenkidata .kakuritsu {
	font-size: 120%;
}

/* メガメニュー・ニューストレンタ */
.megamenu02-left .megamenu02-block1_tre {
	display: flex;
    	margin-bottom: 8px;
    	flex-wrap: wrap;
	/*justify-content: center;*/
}
.megamenu02-left .megamenu02-block1_tre a {
	width: 208px;
    	background-color: #fff;
    	margin: 0 6px 0;
	display: block;
    	font-size: 13px;
    	font-weight: 700;
    	letter-spacing: 0.06em;
	padding: 0;
    	color: #17263a;
}
.megamenu02-left .megamenu02-block1_tre a img {
	max-height: 115px;
    	margin: 0 auto;
	display: inherit;
	margin-bottom: 0;
}
.megamenu02-left .megamenu02-block1_tre a:hover img {
	opacity: .7;
}
.megamenu02-left .megamenu02-block1_tre a span {
	text-align: left;
    	display: block;
    	font-size: 12px;
    	font-weight: 500;
    	line-height: 18px;
    	letter-spacing: 0.06em;
    	padding: 10px 12px 15px;
}

/* メガメニュー・番組紹介 */
.megamenu03-left {
	width: 220px;
	margin-right: 10px;
	float: left;
}
.megamenu03-right {
	width: 680px;
	float: left;
}
.megamenu03-header1 {
	background-color: #f9a6d0;
	color:#cd2378;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.megamenu03-header1:hover {
	background-color: #ffc2e1;
}
.megamenu03-header2 {
	background-color: #afe7f1;
	color:#009ae3;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.megamenu03-menu {
	text-align: left;
	font-size: 11pt;
	border-top: 1px dotted #aaaaaa;
}
.megamenu03-menu li {
	list-style-type: none;
}
.megamenu03-list {
	background-image: url("../images_v2/pic_top_new1.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 24px;
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 0px;
	line-height: 1.6em;
	font-size: 11pt;
	display: block;
}
.megamenu03-list p {
	padding: 6px 0px;
}
.megamenu03-thumbnail {
	border: 2px solid #eeeeee;
	margin: 0 11px 10px 0;
	float: left;
}

/* メガメニュー・イベント */
.megamenu-window-in-ev {
	width: 924px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0 4px 0;
}
.megamenu04-block {
	width: 148px;
	height: 165px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.megamenu04-block01 {
	height: 100%;
	border: 1px solid #a672ee;
	text-align: center;
}
.megamenu04-block02 {
	height: 100%;
	border: 1px solid #4c8bff;
	text-align: center;
}
.megamenu04-block03 {
	height: 100%;
	border: 1px solid #ff9019;
	text-align: center;
}
.megamenu04-block04 {
	height: 100%;
	border: 1px solid #5ba41a;
	text-align: center;
}
.megamenu04-block-thumbnail {
	margin: 10px 0 7px 0;
	margin-left:auto;
	margin-right:auto;
	width: 132px;
	height: 99px;
	overflow: hidden;
}

.megamenu04-block-text {
	width: 134px;
	font-size: 9pt;
	line-height: 1.5em;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	height: 54px;
}
.megamenu04-block-mark {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

/* メガメニュー・アナウンサー */
.megamenu05-left {
	width: 910px;
	margin-right: 20px;
/*	float: left;*/
}
.megamenu05-right {
	width: 250px;
	float: left;
}
.megamenu05-header1 {
	background-color: #a1e27a;
	color:#417920;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 20px;
}
.megamenu05-header1:hover {
	background-color: #b0e88e;
}
.megamenu05-header2 {
	background-color: #e9c889;
	color:#785f2f;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	/* 角丸 */
	border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
.megamenu05-anablock1 {
	float: left;
	width: 100px;
	height: 160px;
	margin:0px 14px 20px 14px;
	text-align: center;
	font-size: 11pt;
	line-height: 1.2em
}
.megamenu05-anablock1 img {
	margin-bottom: 6px;
}
.megamenu05-blog {
	border: 2px solid #e9c889;
	color: #333333;
	font-size: 11pt;
	/* 角丸 */
	border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
.megamenu05-blogblock {
	border-bottom: 1px dotted #aaaaaa;
	padding: 10px 0;
}
.megamenu05-blogblock2 {
	padding: 10px 0;
}
.megamenu05-blog-photo {
	width: 80px;
	margin-left: 14px;
	margin-right: 15px;
	float: left;
}
.megamenu05-blog-data {
	width: 125px;
	float: left;
	font-size: 11pt;
	line-height: 1.6em;
	text-align: left;
}
.megamenu05-blog-data p {
	padding: 6px 2px 0px 8px;
}
.megamenu05-blog-name {
	background-image: url("../images_v2/pic_top_announcer_name.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #ffffff;
	line-height: 1.4em;
}
.megamenu05-blog-name p {
	padding: 3px 2px 2px 14px;
}

/* メガメニュー・ホバー */
#hover-click2 {
	position: relative;
	margin: 0 auto;
}

#hover-click2 > li > div {
	display: none;
	z-index: 99999;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px 0;
	text-align: center;
}

.fixed {
	z-index: 10000;
	position: fixed;
	top: 0px;
}

.fixed #mainmenu-area{
	/* background: none; */
	width: 980px;
	padding-bottom: 2px;
}


/* コンテンツエリア */
#contents-area-t {
	width:980px;
	height:11px;
	margin-left:auto;
	margin-right:auto;
}
#contents-area {
	width:980px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
}
#h2-title {
	width:938px;
	margin-left:auto;
	margin-right:auto;
}
#contents-area938 {
	width:938px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}




/* フッター */
#footer {
	min-width:980px;
	background-color:#edd564;
}

#footer-area-m {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.footer-block {
	margin-top: 20px;
	width:176px;
	float:left;
}
.footer-block h3 {
	width:176px;
	font-size: 10pt;
	color:#755e00;
	margin-bottom: 10px;
	background-color:#ffffff;
	/* 角丸 */
	border-radius: 12px;        /* CSS3草案 */
  	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 12px;   /* Firefox用 */
}
.footer-caption {
	padding:3px 3px 3px 3px;
}
.footer-block-space {
	margin-right: 20px;
}


/* フッターメニュー */
.footer-menu {
	margin: 4px 0px 20px 0px;
	width:176px;
}
.footer-menu li {
	font-size:10pt;
	line-height:1.4em;
	list-style-type: none;
	background-image: url("../images_v2/pic_footer_point.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}
.footer-menu p {
	padding: 2px 0 2px 20px;
}
.footer-menu li a {
	color: #6c4d00;
	text-decoration: none;
}
.footer-menu li a:hover {
	color: #5f9500;
}
.footer-menu li a:visited {
	color: #6c4d00;
}
.footer-menu li a:visited:hover {
	color: #5f9500;
}



/* もどる系リンク */
.goto-pagetop {
	text-align:right;
}


/* コピーライト */
#copyright-area {
	width:960px;
	padding: 10px 0;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#copyright-area-in {
	background-color:#dba530;
	/* 角丸 */
	border-radius: 16px;        /* CSS3草案 */
  	-webkit-border-radius: 16px;    /* Safari,Google Chrome用 */
  	-moz-border-radius: 16px;   /* Firefox用 */
}
.copyright-text {
	font-size:10pt;
	padding:4px;
	color:#ffffff;
}


/* 通常リンク関連 */
a:link {
	color: #01649f;
	text-decoration: none;
}
a:hover {
	color: #5eb500;
}
a:visited {
	color: #01649f;
}
a:visited:hover {
	color: #ee8100;
}




/* その他 */
.w-860 {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}
.w-880 {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
.w-890 {
	width:890px;
	margin-left:auto;
	margin-right:auto;
}
.w-900 {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.w-920 {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
.bg-white {
	background-color:#ffffff;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.pad3 {
	padding:3px;
}
.pad5 {
	padding:5px;
}
.pad8 {
	padding:8px;
}
.pad9 {
	padding:9px;
}
.pad10 {
	padding:10px;
}
.pad12 {
	padding:12px;
}
.pad15 {
	padding:15px;
}
.center {
	text-align:center;
}

.center-auto {
	margin-left:auto;
	margin-right:auto;
}
.solid-area {
	border: 1px solid #777777;
}
.rss {
	font-size: 9pt;
}
.rss a {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

.btn-light a:hover img { /* マウスオーバーで画像を明るく */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
}
#page-top a {
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: none;
}


.sns {
  text-align:center;
}
.sns ul{
margin-right:auto;
margin-left:auto;
list-style-type: none;
width: 180px;
}

.sns li{
float:left;
padding-right:5px;
}
.sns li a{
display:block;
background-color:#999999;
text-align:center;
}




#calendar table {
	text-align: center;
}

#calendar table td{
	color:#999;
}

#calendar table a{
	font-weight: bold;
}

.widget-content table{
	width: 95%;
}

.pc_sub_title_hid{
	display: none;
}
/* 単発 */
.plan ul li {
	margin-left: 1.5em;
}
.plan textarea {
	font-size: 115%;
}