/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	background:#FFF;
}

body a:focus{
	outline:none;
}

.wrapper_b{
	width:100%;
	height:auto;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 869px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

}

@media screen and (max-width: 868px) {
/* タブレット用のスタイル記述 */

.pc {
	display: block !important;
}
.phone {
	display: none !important;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 700px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 869px)  {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	background:#FFF;
	font-family: "メイリオ", sans-serif;
}	

/* container ---------------------------------------------- */

.top_container01_bg{
	width:100%;
	height:auto;
	padding:45px 0 30px 0;
	background:url(../img/top/top_news.jpg) repeat;
}


.top_container02_bg{
	width:100%;
	height:auto;
	padding:30px 0 12px 0;
	background:#FFF;
/*	background:url(../img/top/top_contens.jpg) repeat;*/
	border-bottom:2px solid #F6F6F6;
}


.top_container01{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.top_container02{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}





.container{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
}

/* contents ---------------------------------------------- */

.contents{
	width:97%;
	height:auto;
	padding:0 1.5%;
}

/* header ---------------------------------------------- */

header{
	max-width:97%;
	width:960px;
	height:125px;
	margin:0 auto;
	position:relative;
}

#header_txt{
	position:absolute;
	top:12px;
	left:0;
	font-size:11px;
	line-height:100%;
	color:#000;
	
}

#header_search{
	width:145px;
	height:auto;
	position:absolute;
	top:13px;
	right:295px;	
}


#header_box{
	width:500px;
	height:60px;
	position:absolute;
	top:50px;
	right:0;
	
}

#header_box_in{
	width:438px;
	height:60px;
	position:absolute;
	background:url(../img/common/header_radio01_bg.jpg) no-repeat;
	top:54px;
	right:0;
}

#header_box_radio{
	width: 160px;
	height: 48px;
	position: absolute;
	top: 6px;
	right: 7px;
}


#header_box_radio img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
#header_box_radio:hover img {
	opacity: .8;
}



#header_box_radio_txt{
	width:170px;
	height:auto;
	font-size:12px;
	color:#FFF;
	position:absolute;
	top:6px;
	left:65px;
	line-height:140%;
	
}


#header_mail{
	width:275px;
	height:34px;

	background:url(../img/common/header_menu_bg.jpg) repeat;
	position:absolute;
	top:10px;
	right:0;

	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

#header_mail img{

	
}

#header_mail a{
	width:198px;
	height:34px;
	padding:9px 7px 7px 70px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;

	display:block;
	background:url(../img/common/header_contact02.png) 28px 7px no-repeat;

}

#header_mail a:hover{
	color:#FFF;
	font-size:14px;
	text-decoration:underline;
}



#kinkyu_bg{
	width:100%;
	height:auto;
	padding:12px 0;
	background:url(../img/common/kinkyu_bg.jpg) repeat;
}

#kinkyu_in{
	max-width:97%;
	width:960px;
	margin:0 auto;	
}

#kinkyu_in_l{
	width:6%;
	height:auto;
	padding:6px 10px 5px 10px;
	background:#e53b00;
	line-height:100%;
	font-size:12px;
	color:#FFF;
	float:left;
	text-align:center;
}

#kinkyu_in_r{
	width:90%;
	height:auto;
	float:right;
    overflow: hidden;
	margin-top:3px;
}

#kinkyu_in_r p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
    transform:translateX(100%);
	font-size:12px;

}
.animation1{
    animation: murquee1 50s linear infinite;
    -moz-animation: murquee1 50s linear infinite;
    -webkit-animation: murquee1 50s linear infinite;
}
 
@keyframes murquee1 {
    0%  {transform:translateX(100%);}
    100% {transform:translateX(-100%);}
}  
@-moz-keyframes murquee1 {
    0%  {-moz-transform:translateX(100%);}
    100% {-moz-transform:translateX(-100%);}
}  
@-webkit-keyframes murquee1 {
    0%  {-webkit-transform:translateX(100%);}
    100% {-webkit-transform:translateX(-100%);}
}


.internet_radio_logo{
	width:200px;
	height:auto;
	margin:20px auto 30px auto;
	
}


/* nav ---------------------------------------------- */


#nav_bg{
	width:100%;
	height:60px;
	background:#333333;
}

nav{
	max-width:960px;
	width:100%;

	margin:0 auto;
}

nav ul{
	width:100%;
}


.nav_hover{
	color:#ff6600 !important;
	text-decoration:none;	
}


#dropmenu{
	position: relative;
	list-style-type: none;
	width: 100%;
	height:60px;
	margin: 0px auto 400px;
	padding: 0;
	border-radius: 3px 3px 0 0;
	 z-index:300;
}

#dropmenu li{
	width:20%;

	float:left;
	font-size:19px;
	color:#FFF;
	text-align:center;
	font-weight:bold;

}

#dropmenu li a{

	font-size:19px;
	color:#FFF !important;
	display:block;
	
	opacity: 1;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
		
	margin: 0;
	padding: 23px 0 19px 0;

	color: #fff;

	font-weight: bold;

	text-decoration: none;
	
}



#dropmenu li a:hover { 
	font-size:22px;
}



#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a{
	padding: 12px 15px;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	height: 20px;
}

#dropmenu li ul li a:hover{
	font-size: 15px;
}


#dropmenu li ul li:last-child a{
	padding:11px 15px 9px 15px;

}


#dropmenu li:hover > a{

	color: #eff7b1;
	
}

#dropmenu > li:hover > a{

}

#dropmenu li:hover ul li{
	overflow: visible;
	height: 40px;
}

#dropmenu li:hover ul li:first-child{

	border-top: 0;

}

#dropmenu li:hover ul li:last-child{
	border-bottom: 0;

}

#dropmenu li:hover ul li:last-child a{

	border-radius: 0 0 3px 3px;
}






.nav_news a{
	background:url(../img/common/nav_news.jpg) repeat;
}

.nav_news a:hover{
	background:url(../img/common/nav_news_on.jpg) repeat;
}



.nav_program a{
	background:url(../img/common/nav_program.jpg) repeat;
}

.nav_program a:hover{
	background:url(../img/common/nav_program_on.jpg) repeat;
}



.nav_personality a{
	background:url(../img/common/nav_personality.jpg) repeat;	
}

.nav_personality  a:hover{
	background:url(../img/common/nav_personality_on.jpg) repeat;	
}


.nav_theme a{
	background:url(../img/common/nav_theme.jpg) repeat;
}

.nav_theme a:hover{
	background:url(../img/common/nav_theme_on.jpg) repeat;
}


.nav_archive a{
	background:url(../img/common/nav_archive.jpg) repeat;	
}

.nav_archive a:hover{
	background:url(../img/common/nav_archive_on.jpg) repeat;	
}



/* ページ　下　twitter ---------------------------------------------- */


.page_bottom_twitter{
	width:200px;
	height:auto;
	margin:70px auto 50px auto;
	text-align:center;
}

.page_bottom_twitter img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.page_bottom_twitter:hover img {
	opacity: .8;
}


/* ページ下のバナー ---------------------------------------------- */


.bottom_banner_b_bg{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}



.bottom_banner_b{
	width:100%;
	height:auto;
	padding:50px 0 35px 0;
}

.bottom_banner_b ul{
	width:100%;
	height:auto;
}

.bottom_banner_b ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:15px;
	text-align:center;
}

.bottom_banner_b ul li img{
	width:100%;
	height:auto;
	
}

.bottom_banner_b ul li:nth-child(3n){
	margin-right:0;
}

.bottom_banner_b ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.bottom_banner_b ul li:hover img {
	opacity: .8;
}


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

#page_top_b{
	max-width:960px;
	width:100%;
	height:50px;
	margin:5% auto 0 auto;
}

#page_top{
	width:100%;
	height:50px;
	position:relative;
}

#page_top a img{
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	opacity: 1;
	filter: Alpha(opacity=100); 
}

#page_top a:hover img{
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}


/* footer ---------------------------------------------- */


.footer_bg{
	width:100%;
	height:auto;
	background:#333333;
	padding-top:30px;
	padding-bottom:20px;
}

#footer{
	width:100%;
	height:auto;
	background:#333333;
}


.footer_b{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}


.footer-navi_b{
	width:100%;
	height:auto;
	margin:0 auto;

	background:url(../img/common/footer_navi_border.jpg) left repeat-y !important;
}

.footer-navi_b ul{
	width:100%;
	min-height:220px;

}

.footer-navi_b ul li{
	width:20%;
	height:auto;
	background:url(../img/common/footer_navi_border.jpg) right repeat-y;
	float:left;
	padding:10px 0;
}

.footer-navi_b ul li dl{
	width:90%;
	height:auto;
	padding:0 5%;
}

.footer-navi_b ul li dl dt{
	font-size:15px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:15px;
	color:#FFF;
}

.footer-navi_b ul li dl dt a{
	color:#FFF;
	text-decoration:none;
}

.footer-navi_b ul li dl dt a:hover{
	color:#FFF;
	text-decoration:underline;	
}


.footer-navi_b ul li dl dd ul{
	width:100%;
}

.footer-navi_b ul li dl dd ul li{
	width:100%;
	background:none;
	float:none;
	color:#FFF;
	margin-bottom:10px;
	font-size:12px;
	padding:0;

}

.footer-navi_b ul li dl dd ul li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.footer-navi_b ul li dl dd ul li a:hover{
	color:#FFF;
	font-size:12px;
	text-decoration:underline;	
}

footer{
	max-width:97%;
	width:960px;
	margin:0 auto;
	margin-top:30px;
	position:relative;
}

#footer_navi_01{
	width:100%;
	height: auto;
	margin:0 auto 15px auto;
	text-align:center;
}

#footer_navi_01 ul{
	margin:0;
	padding:0;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

#footer_navi_01 ul li{
	list-style-type:none;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) right no-repeat;
	padding:0 9px;
	color:#FFF;
	font-size:12px;
}

#footer_navi_01 ul li a{
	color:#FFF;
	text-decoration:none;
}

#footer_navi_01 ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

#copy_t{
	width:auto;
	height:auto;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#copy_t p{
	font-weight:normal;
	font-size:10px;
	color:#FFF;	
}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 868px) {


body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	background:#FFF;
	font-family: "メイリオ", sans-serif;
}	

/* container ---------------------------------------------- */

.top_container01_bg{
	width:100%;
	height:auto;
	padding:45px 0 45px 0;
	background:url(../img/top/top_news.jpg) repeat;
}


.top_container02_bg{
	width:100%;
	height:auto;
	padding:35px 0 18px 0;
	background:#FFF;
/*	background:url(../img/top/top_contens.jpg) repeat;*/
	border-bottom:2px solid #F6F6F6;
}


.top_container01{
	width:97%;
	padding:0 1.5%;
	height:auto;
	margin:0 auto;
}

.top_container02{
	width:97%;
	padding:0 1.5%;
	height:auto;
	margin:0 auto;
}


.container{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
}
/* contents ---------------------------------------------- */

.contents{
	width:97%;
	padding:0 1.5%;
	height:auto;
}

/* header ---------------------------------------------- */

header{
	max-width:97%;
	width:960px;
	height:125px;
	margin:0 auto;
	position:relative;
}

#header_txt{
	position:absolute;
	top:12px;
	left:0;
	font-size:11px;
	line-height:100%;
	color:#000;
	
}

#header_search{
	width:145px;
	height:auto;
	position:absolute;
	top:13px;
	right:295px;	
}

#header_box{
	width:500px;
	height:60px;
	position:absolute;
	top:50px;
	right:0;
	
}

#header_box_in{
	width:438px;
	height:60px;
	position:absolute;
	background:url(../img/common/header_radio01_bg.jpg) no-repeat;
	top:54px;
	right:0;
}

#header_box_radio{
	width: 160px;
	height: 48px;
	position: absolute;
	top: 6px;
	right: 7px;
}

#header_box_radio img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
#header_box_radio:hover img {
	opacity: .8;
}



#header_box_radio_txt{
	width:170px;
	height:auto;
	font-size:12px;
	color:#FFF;
	position:absolute;
	top:6px;
	left:65px;
	line-height:140%;
	
}


#header_mail{
	width:275px;
	height:34px;

	background:url(../img/common/header_menu_bg.jpg) repeat;
	position:absolute;
	top:10px;
	right:0;

	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

#header_mail img{

	
}

#header_mail a{
	width:198px;
	height:34px;
	padding:9px 7px 7px 70px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;

	display:block;
	background:url(../img/common/header_contact02.png) 28px 7px no-repeat;

}

#header_mail a:hover{
	color:#FFF;
	font-size:14px;
	text-decoration:underline;
}











#kinkyu_bg{
	width:100%;
	height:auto;
	padding:12px 0;
	background:url(../img/common/kinkyu_bg.jpg) repeat;
}

#kinkyu_in{
	width:97%;
	padding:0 1.5%;
	margin:0 auto;	
}

#kinkyu_in_l{
	width:8%;
	height:auto;
	padding:6px 10px 5px 10px;
	background:#e53b00;
	line-height:100%;
	font-size:12px;
	color:#FFF;
	float:left;
	text-align:center;
}

#kinkyu_in_r{
	width:87%;
	height:auto;
	float:right;
    overflow: hidden;
	margin-top:3px;
}


#kinkyu_in_r p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
    transform:translateX(100%);
	font-size:12px;

}

.animation1{
    animation: murquee1 50s linear infinite;
    -moz-animation: murquee1 50s linear infinite;
    -webkit-animation: murquee1 50s linear infinite;
}
 
@keyframes murquee1 {
    0%  {transform:translateX(100%);}
    100% {transform:translateX(-100%);}
}  
@-moz-keyframes murquee1 {
    0%  {-moz-transform:translateX(100%);}
    100% {-moz-transform:translateX(-100%);}
}  
@-webkit-keyframes murquee1 {
    0%  {-webkit-transform:translateX(100%);}
    100% {-webkit-transform:translateX(-100%);}
}



.internet_radio_logo{
	width:200px;
	height:auto;
	margin:20px auto 30px auto;
	
}



/* nav ---------------------------------------------- */


#nav_bg{
	width:100%;
	height:60px;
	background:#333333;
}

nav{
	max-width:960px;
	width:100%;

	margin:0 auto;
}

nav ul{
	width:100%;
}


.nav_hover{
	color:#ff6600 !important;
	text-decoration:none;	
}


#dropmenu{
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 60px;
	margin: 0px auto 400px;
	padding: 0;
	border-radius: 3px 3px 0 0;
	 z-index:300;
}

#dropmenu li{
	width:20%;

	float:left;
	font-size:19px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

#dropmenu li a{
	font-size:17px;
	color:#FFF !important;
	display:block;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
		
	margin: 0;
	padding: 23px 0 19px 0;

	color: #fff;

	font-weight: bold;

	text-decoration: none;
}

#dropmenu li a p{

	font-size:11px;
	color:#FFF;
	font-weight:normal;
	font-family: 'Fjalla One', sans-serif;
}

#dropmenu li a:hover{
	color:#FFF;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 59px;
	left: 4px;
	margin: 0;
	padding: 0;
}

#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a{
	padding: 12px 15px;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	height: 20px;
}

#dropmenu li ul li a:hover{
	font-size: 15px;
}

#dropmenu li ul li:last-child a{
	padding:11px 15px 9px 15px;

}

#dropmenu li:hover > a{
	color: #eff7b1;
	
}

#dropmenu > li:hover > a{

}

#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
}

#dropmenu li:hover ul li:first-child{
	border-top: 0;
}

#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}






.nav_news a{
	background:url(../img/common/nav_news.jpg) repeat;
}

.nav_news a:hover{
	background:url(../img/common/nav_news_on.jpg) repeat;
}



.nav_program a{
	background:url(../img/common/nav_program.jpg) repeat;
}

.nav_program a:hover{
	background:url(../img/common/nav_program_on.jpg) repeat;
}



.nav_personality a{
	background:url(../img/common/nav_personality.jpg) repeat;	
}

.nav_personality  a:hover{
	background:url(../img/common/nav_personality_on.jpg) repeat;	
}


.nav_theme a{
	background:url(../img/common/nav_theme.jpg) repeat;
}

.nav_theme a:hover{
	background:url(../img/common/nav_theme_on.jpg) repeat;
}


.nav_archive a{
	background:url(../img/common/nav_archive.jpg) repeat;	
}

.nav_archive a:hover{
	background:url(../img/common/nav_archive_on.jpg) repeat;	
}



/* ページ　下　twitter ---------------------------------------------- */


.page_bottom_twitter{
	width:200px;
	height:auto;
	margin:70px auto 50px auto;
	text-align:center;
}

.page_bottom_twitter img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.page_bottom_twitter:hover img {
	opacity: .8;
}



/* ページ下のバナー ---------------------------------------------- */


.bottom_banner_b_bg{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}



.bottom_banner_b{
	width:100%;
	height:auto;
	padding:35px 0 20px 0;
}

.bottom_banner_b ul{
	width:100%;
	height:auto;
}

.bottom_banner_b ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:15px;

	text-align:center;
}

.bottom_banner_b ul li:nth-child(3n){
	margin-right:0;
}

.bottom_banner_b ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.bottom_banner_b ul li:hover img {
	opacity: .8;
}


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

#page_top_b{
	width:97%;
	padding:0 1.5%;
	height:50px;
	margin:5% auto 0 auto;
}

#page_top{
	width:100%;
	height:50px;
	position:relative;
}

#page_top a img{
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	opacity: 1;
	filter: Alpha(opacity=100); 
}

#page_top a:hover img{
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}


/* footer ---------------------------------------------- */


.footer_bg{
	width:100%;
	height:auto;
	background:#333333;
	padding-top:30px;
	padding-bottom:20px;
}

#footer{
	width:100%;
	height:auto;
	background:#333333;
}

.footer-navi_b{
	width:97%;
	padding:0 1.5%;
	height:auto;
	margin:0 auto;

	background:url(../img/common/footer_navi_border.jpg) left repeat-y !important;
}

.footer-navi_b ul{
	width:100%;
	min-height:245px;

}

.footer-navi_b ul li{
	width:20%;
	height:auto;
	background:url(../img/common/footer_navi_border.jpg) right repeat-y;
	float:left;
	padding:10px 0;
}

.footer-navi_b ul li dl{
	width:90%;
	height:auto;
	padding:0 5%;
}

.footer-navi_b ul li dl dt{
	font-size:15px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:15px;
	color:#FFF;
}

.footer-navi_b ul li dl dt a{
	color:#FFF;
	text-decoration:none;
}

.footer-navi_b ul li dl dt a:hover{
	color:#FFF;
	text-decoration:underline;	
}

.footer-navi_b ul li dl dd ul{
	width:100%;
}

.footer-navi_b ul li dl dd ul li{
	width:100%;
	background:none;
	float:none;
	color:#FFF;
	margin-bottom:10px;
	font-size:12px;
	padding:0;

}

.footer-navi_b ul li dl dd ul li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.footer-navi_b ul li dl dd ul li a:hover{
	color:#FFF;
	font-size:12px;
	text-decoration:underline;	
}

footer{
	max-width:97%;
	width:960px;
	margin:0 auto;
	margin-top:30px;
	position:relative;
}

#footer_navi_01{
	width:100%;
	height: auto;
	margin:0 auto 15px auto;
	text-align:center;
}

#footer_navi_01 ul{
	margin:0;
	padding:0;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

#footer_navi_01 ul li{
	list-style-type:none;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) right no-repeat;
	padding:0 9px;
	color:#FFF;
	font-size:12px;
}

#footer_navi_01 ul li a{
	color:#FFF;
	text-decoration:none;
}

#footer_navi_01 ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

#copy_t{
	width:auto;
	height:auto;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#copy_t p{
	font-weight:normal;
	font-size:10px;
	color:#FFF;	
}




}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 700px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	background:#FFF;
	font-family: "メイリオ", sans-serif;

}	

/* container ---------------------------------------------- */

.top_container01_bg{
	width:100%;
	height:auto;
	padding:30px 0 40px 0;
	background:url(../img/top/top_news.jpg) repeat;
}


.top_container02_bg{
	width:100%;
	height:auto;
	padding:25px 0 12px 0;
	background:#FFF;
/*	background:url(../img/top/top_contens.jpg) repeat;*/
	border-bottom:1px solid #F6F6F6;
}


.top_container01{
	width:97%;
	padding:0 1.5%;
	height:auto;
	margin:0 auto;
}

.top_container02{
	width:97%;
	padding:0 1.5%;
	height:auto;
	margin:0 auto;
}


.page_top_bg{
	width:100%;
	height:auto;
	padding:30px 0 5px 0;
	background:url(../img/top/top_news.jpg) repeat;
	margin-bottom:40px;
}

.page_top_in{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}





.container{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
	padding-bottom:80px;
}



/* contents ---------------------------------------------- */

.contents{
	width:97%;
	padding:0 1.5%;
	height:auto;
	padding:0 1.5%;
}

/* header ---------------------------------------------- */

header{
	max-width:100%;
	width:100%;
	height:200px;
	margin:0 auto;
	position:relative;
	border-top:24px solid #F9F9F9;
}

header.header01{
	max-width:100%;
	width:100%;
	height:143px;
	margin:0 auto;
	position:relative;
	border-top:24px solid #F9F9F9;
}


#header_txt{
	width:100%;
	font-size:11px;
	text-align:center;
	line-height:100%;
	color:#000;
	margin:0 auto;
	position:absolute;
	top:-17px;
	
}


#header_search{
	width:190px;
	height:auto;
	position:absolute;
	top:39px;
	right:336px;
	display: none;
}




#header_box_bg{
	width:100%;
	height:59px;
	position:absolute;
	top:141px;
	background:#e1d9d9;
}

#header_box01{
	width:210px;
	height:auto;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-105px;
	margin-top:7px;
}

#header_box_l_txt{
	width:120px;
	height:auto;
	background:#FFF;
	padding:8px 0;
	color:#000000;
	font-size:11px;
	line-height:120%;
	text-align:center;
	
	float:left;
	margin-right:10px;

　　/*角丸*/
	-webkit-border-radius: 3%;     /* for Safari and Chrome */
	moz-border-radius: 3%;    /* for Firefox */
	-o-border-radius: 3%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3%x;   /* Linux browsers */
	border-radius: 3%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/	
}

#header_box_l{
	width:36px;
	height:auto;
	float:left;
	margin-right:4px;
	text-align:center;
}

#header_box_l img{
	width:32px;
	height:32px;
	text-align:center;
}


#header_box_r{
	width:36px;
	height:auto;
	float:right;
	text-align:center;
}

#header_box_r img{
	width:32px;
	height:32px;
	text-align:center;
}

#header_box01 p{
	color:#000;
	font-size:9px;
	text-align:center;
	line-height:60%;
}



#header_mail01{
	width:100%;
	position:absolute;
	top:76px;
	right:0;
	color:#000;
	font-size:12px;
	background:none;
	text-align:center;
	line-height:100%;
}

#header_mail01 a{
	color:#000;
	font-size:12px;
	text-decoration:none;
	padding-left:23px;
	background:url(../img/common/header_menu_01.jpg) 0 no-repeat;
}

#header_mail01 a:hover{
	color:#000;
	font-size:12px;
	text-decoration:underline;
}




#header_radio_bg{
	width:100%;
	height:auto;
	padding:8px 0 6px 0;
	background:url(../img/common/header_radio_bg.jpg) repeat;
	position:absolute;
	top:94px;

	
}

#header_radio_in{

	width:310px;
	padding:0 1.5%;
	margin:0 auto;

}

#header_radio_in_l{
	width:18%;
	height:auto;
	padding:6px 3px 5px 3px;
	background:#000;
	line-height:110%;
	font-size:11px;
	color:#FFF;
	float:left;
	text-align:center;
}

#header_radio_in_r{
	width:77%;
	height:auto;
	float:right;
    overflow: hidden;
	color:#FFF;
	line-height:140%;
	font-size:12px;
}


#header_radio_in_r p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
    transform:translateX(100%);
	font-size:12px;

}






#kinkyu_bg{
	width:100%;
	height:auto;
	padding:12px 0;
	background:url(../img/common/kinkyu_bg.jpg) repeat;
}

#kinkyu_in{
	width:97%;
	padding:0 1.5%;
	margin:0 auto;	
}

#kinkyu_in_l{
	width:15%;
	height:auto;
	padding:6px 6px 5px 6px;
	background:#e53b00;
	line-height:100%;
	font-size:11px;
	color:#FFF;
	float:left;
	text-align:center;
}

#kinkyu_in_r{
	width:79%;
	height:auto;
	float:right;
    overflow: hidden;
	margin-top:3px;
}


#kinkyu_in_r p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
    transform:translateX(100%);
	font-size:12px;

}

.animation1{
    animation: murquee1 50s linear infinite;
    -moz-animation: murquee1 50s linear infinite;
    -webkit-animation: murquee1 50s linear infinite;
}

 
@keyframes murquee1 {
    0%  {transform:translateX(100%);}
    100% {transform:translateX(-100%);}
}  
@-moz-keyframes murquee1 {
    0%  {-moz-transform:translateX(100%);}
    100% {-moz-transform:translateX(-100%);}
}  
@-webkit-keyframes murquee1 {
    0%  {-webkit-transform:translateX(100%);}
    100% {-webkit-transform:translateX(-100%);}
}

/* nav ---------------------------------------------- */



.smart_p_menu{
	width:100%;
	height:auto;
	
}

.s_menu_bt{
	position: absolute;
	top:37px;
	right:18px;

	width:80px;
	height:auto;
	text-align:center;

}

.s_menu_bt a{
	font-size:13px;
	text-align:center;
	color:#333;
}

.s_menu_bt p{
	margin-top:0px;
	font-size:12px;	
}

.menu-btn img{
	width:25px;
	height:auto;
	text-align:center;
	margin:0 auto;
}


/*#nav_bg{
	width:100%;
	height:70px;
	background:#333333;
}

nav{
	width:100%;
	height:70px;
	margin:0 auto;
}

nav ul{
	width:100%;
	height:70px;
}

nav ul li{
	width:20%;
	height:70px;
	float:left;
	font-size:18px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	
}

nav ul li.nav_news a{
	background:url(../img/common/nav_news.jpg) repeat;
}

nav ul li.nav_news a:hover{
	background:url(../img/common/nav_news_on.jpg) repeat;
}

.nav_program a{
	background:url(../img/common/nav_program.jpg) repeat;
}

.nav_program a:hover{
	background:url(../img/common/nav_program_on.jpg) repeat;
}

.nav_personality a{
	background:url(../img/common/nav_personality.jpg) repeat;	
}

.nav_personality  a:hover{
	background:url(../img/common/nav_personality_on.jpg) repeat;	
}

.nav_theme a{
	background:url(../img/common/nav_theme.jpg) repeat;
}

.nav_theme a:hover{
	background:url(../img/common/nav_theme_on.jpg) repeat;
}

.nav_archive a{
	background:url(../img/common/nav_archive.jpg) repeat;	
}

.nav_archive a:hover{
	background:url(../img/common/nav_archive_on.jpg) repeat;	
}

nav ul li a{
	height:50px;
	padding-top:20px;
	font-size:16px;
	color:#FFF;
	display:block;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

nav ul li a:hover{
	color:#FFF;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

nav ul li a p{
	font-size:11px;
	color:#FFF;
	font-weight:normal;
	font-family: 'Fjalla One', sans-serif;
}

.nav_hover{
	color:#ff6600 !important;
	text-decoration:none;	
}

*/




.internet_radio_logo{
	width:200px;
	height:auto;
	margin:20px auto 30px auto;
	
}


/* ページ　下　twitter ---------------------------------------------- */


.page_bottom_twitter{
	width:200px;
	height:auto;
	margin:50px auto 40px auto;
}

.page_bottom_twitter img{
	width:70%;
	height:auto;
	margin:0 auto;
	display:block;

	
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.page_bottom_twitter:hover img {
	opacity: .8;
}



/* ページ下のバナー ---------------------------------------------- */



.bottom_banner_b_bg{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}



.bottom_banner_b{
	width:100%;
	height:auto;
	padding:28px 0 18px 0;
}

.bottom_banner_b ul{
	width:100%;
	height:auto;
}

.bottom_banner_b ul li{
	width:49%;
	height:auto;
	margin-right:1%;
	float:left;
	margin-bottom:10px;
	text-align:center;
}


.bottom_banner_b ul li:nth-child(2n){
	margin-right:0;
	float:right;
}

.bottom_banner_b ul li:nth-child(3){
	float:left;
	margin-right:1%;
}

.bottom_banner_b ul li:nth-child(6){
	margin-right:0;
	float:right;
}

.bottom_banner_b ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.bottom_banner_b ul li:hover img {
	opacity: .8;
}






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

#page_top_b{
	width:97%;
	padding:0 1.5%;
	height:50px;
	margin:5% auto 0 auto;
}

#page_top{
	width:100%;
	height:50px;
	position:relative;
}

#page_top a img{
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	opacity: 1;
	filter: Alpha(opacity=100); 
}

#page_top a:hover img{
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}


/* footer ---------------------------------------------- */


.footer_bg{
	width:100%;
	height:auto;
	background:#333333;
	padding-top:5px;
	padding-bottom:20px;
}

#footer{
	width:100%;
	height:auto;
	background:#333333;
}


footer{
	max-width:97%;
	width:960px;
	margin:0 auto;
	margin-top:20px;
	position:relative;
}

#footer_navi_01{
	width:100%;
	height: auto;
	margin:0 auto 15px auto;
	text-align:center;

	
}

#footer_navi_01 ul{
	margin:0;
	padding:0;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

#footer_navi_01 ul li{
	list-style-type:none;
	display:inline;
	background:url(../img/common/footer_menu_border.jpg) right no-repeat;
	padding:0 6px 0 2px;
	color:#FFF;
	font-size:11px;
	text-align:center;
}

#footer_navi_01 ul li a{
	color:#FFF;
	text-decoration:none;
}

#footer_navi_01 ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}

#copy_t{
	width:auto;
	height:auto;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#copy_t p{
	font-weight:normal;
	font-size:10px;
	color:#FFF;	
}


	

}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 869px)  {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:216px;
	height:80px;
	position:absolute;
	left:0;
	top:34px;
}



h1 img{
	width:100%;
	height:auto;
}

h2.h2_01{
	background:url(../img/common/h_icon.jpg) left top no-repeat;
	font-size:25px;
	font-weight:bold;
	padding-top:5px;
	padding-left:30px;
	margin-bottom:25px;
}

h2.h2_01 span{
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	font-weight:normal;
}

h2.h2_01 span a{
	background: url(../img/top/news_list.jpg) left 3px no-repeat;
	padding-left:18px;
	font-size: 13px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#000;
	text-decoration:none;
	margin-left:18px;
}

h2.h2_01 span a:hover{
	color:#000;
	text-decoration:underline;
}

h2.h2_02{
	line-height:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:17px;
	text-align:center;
}

h2.h2_02 p{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	font-weight:normal;
	margin-top:1px;
}


/* ↓↓↓各ページトップイメージ ↓↓↓---------------------------------------------- */


h2.h2_03_program_news{
	width: 100%;
	height:150px !important;
	background:url(../img/news/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}



h2.h2_03_program_news01{
	width: 100%;
	height:150px !important;
	background:url(../img/news01/h2_news.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}



h2.h2_03_program_info{
	width: 100%;
	height:150px !important;
	background:url(../img/program_info/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}


h2.h2_03_personality{
	width: 100%;
	height:150px !important;
	background:url(../img/personality/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}


h2.h2_03_theme{
	width: 100%;
	height:150px !important;
	background:url(../img/theme/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}

h2.h2_03_theme_blog{
	width: 100%;
	height:150px !important;
	background:url(../img/theme_blog/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}


h2.h2_03_archive{
	width: 100%;
	height:150px !important;
	background:url(../img/archive/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}



h2.h2_03_contact{
	width: 100%;
	height:174px !important;
	background:url(../img/contact/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}



h2.h2_03_shingikai{
	width: 100%;
	height:150px !important;
	background:url(../img/shingikai/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}


h2.h2_03_company{
	width: 100%;
	height:150px !important;
	background:url(../img/company/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}


h2.h2_03_sponsor{
	width: 100%;
	height:150px !important;
	background:url(../img/sponsor/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}



h2.h2_03_thema_blog{
	width: 100%;
	height:150px !important;
	background:url(../img/theme_blog/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}


h2.h2_03_gachiraji{
	width: 100%;
	height:150px !important;
	background:url(../img/gachiraji/h2_top.png)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}


h2.h2_03_kako_blog{
	width: 100%;
	height:150px !important;
	background:url(../img/kako_blog/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}




/* ↑↑↑各ページトップイメージ ↑↑↑---------------------------------------------- */




h3.h3_01{
	background:url(../img/common/h_icon.jpg) left 1px no-repeat;
	font-size:25px;
	font-weight:bold;
	padding-top:0px;
	padding-left:30px;
	margin-bottom:25px;
	line-height:120%;



}
     
	

h4.h4_01{
	width:97%;
	height:auto;
	background:#f7f4f0 url(../img/common/h4_01_border.jpg) left no-repeat;
	font-size:16px;
	color:#078dd0;
	font-weight:bold;
	padding:9px 0 8px 8px;
	margin-bottom:30px;
	padding-left:3%;
	line-height:100%

}

h4.h4_02{
	
	width:100%;
	height:auto;	
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #006699;
	margin-bottom:10px;
	line-height:120%;
	color:#006699;
	
}

h5.h5_01{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #999999;
	padding-bottom:7px;
	margin-bottom:30px;
	
}

h5.h5_02{
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	
}



/* 各ページ　トップ表示---------------------------------------------- */


/* 各ページ　トップ表示  ニュース---------------------------------------------- */

.page_top_bg_news{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_news01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_news{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_news{
	max-width:100%;
	width:100px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_news ul li::before,
.page_top_in_menu_news ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_news ul li,
.page_top_in_menu_news ul li::before,
.page_top_in_menu_news ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_news ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_news ul li{
	width:100px;
	height:100px;
	float:left;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	background:#FFF;
	color:#999999;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_news li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.page_top_in_menu_news ul li a{
	width:100px;
	height:100px;
	background:#FFF;
	color:#999999;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_news ul li a:hover{
	width:96px;
	height:96px;
	background:none;
	border:2px solid #FFF;
	color:#FFF;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

/* 各ページ　トップ表示  プログラム---------------------------------------------- */

.page_top_bg_program{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}


.page_top_bg_program01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_program{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_program{
	max-width:100%;
	width:528px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_program ul li::before,
.page_top_in_menu_program ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_program ul li,
.page_top_in_menu_program ul li::before,
.page_top_in_menu_program ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_program ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_program ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_program ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_program ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_program ul li a{
	width:100px;
	height:100px;
	background:url(../img/program_info/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_program ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ff4c4c;
	color:#ff0000;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}



/* 各ページ　トップ表示  パーソナリティ---------------------------------------------- */

.page_top_bg_personality{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_personality01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_personality{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_personality{
	max-width:100%;
	width:207px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_personality ul li::before,
.page_top_in_menu_personality ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_personality ul li,
.page_top_in_menu_personality ul li::before,
.page_top_in_menu_personality ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_personality ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_personality ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_personality ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_personality ul li a{
	width:100px;
	height:100px;
	background:url(../img/personality/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_personality ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ffcc00;
	color:#e6bb0d;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}




/* 各ページ　トップ表示  テーマ---------------------------------------------- */

.page_top_bg_theme{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_theme01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_theme{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_theme{
	max-width:100%;
	width:207px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_theme ul li::before,
.page_top_in_menu_theme ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_theme ul li,
.page_top_in_menu_theme ul li::before,
.page_top_in_menu_theme ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_theme ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_theme ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#111987;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_theme ul li a{
	width:100px;
	height:100px;
	background:#FFF;
	color:#111987;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
	width:100px;
	height:100px;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_theme ul li a:hover{
	width:96px;
	height:96px;
	background:none;
	border:2px solid #FFF;
	color:#FFF;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}



/* /* 各ページ　トップ表示  テーマ テーマブログ---------------------------------------------- */

.page_top_bg_theme_blog{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}


.page_top_in_menu_theme_blog01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_theme_blog{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_theme_blog{
	max-width:100%;
	width:421px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_theme_blog ul li::before,
.page_top_in_menu_theme_blog ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_theme_blog ul li,
.page_top_in_menu_theme_blog ul li::before,
.page_top_in_menu_theme_blog ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_theme_blog ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_theme_blog ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme_blog ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme_blog ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_theme_blog ul li a{
	width:100px;
	height:100px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_theme_blog ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #111987;
	color:#111987;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

















/* 各ページ　トップ表示  アーカイブ---------------------------------------------- */


.page_top_bg_archive{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}


.page_top_in_archive01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_archive{
	width:849px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_archive ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_archive ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#008837;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.page_top_in_menu_archive ul li:last-child{
	margin-right:0;
	float:left;
}



.page_top_in_menu_archive ul li a{
	width:100px;
	height:100px;
	background:url(../img/archive/page_menu_bg.jpg) repeat;
	color:#FFF;
	
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/



}

.page_top_in_menu_archive ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #008837;
	color:#008837;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/



}







/* 各ページ　トップ表示  お問い合わせ---------------------------------------------- */

.page_top_bg_contact{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_contact01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_contact{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_contact{
	max-width:100%;
	width:314px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_contact ul li::before,
.page_top_in_menu_contact ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_contact ul li,
.page_top_in_menu_contact ul li::before,
.page_top_in_menu_contact ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_contact ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_contact ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_contact ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_contact ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_contact ul li a{
	width:100px;
	height:100px;
	background:url(../img/contact/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_contact ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ff9471;
	color:#ff6634;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  会社概要・審議会・スポンサー---------------------------------------------- */

.page_top_bg_gaiyou{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}


.page_top_bg_gaiyou01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_gaiyou{
	width:635px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_gaiyou ul li::before,
.page_top_in_menu_gaiyou ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_gaiyou ul li,
.page_top_in_menu_gaiyou ul li::before,
.page_top_in_menu_gaiyou ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_gaiyou ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_gaiyou ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#908f8f;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gaiyou ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gaiyou ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_gaiyou ul li a{
	width:100px;
	height:100px;
	background:url(../img/company/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_gaiyou ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #b7b7b7;
	color:#999999;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}




/* テーマブログ---------------------------------------------- */

.page_top_bg_thema{
	width:100%;
	height:auto;
	padding:0px 0 14px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:10px;
}


.page_top_bg_thema01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_thema{
	width:430px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_thema ul li::before,
.page_top_in_menu_thema ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_thema ul li,
.page_top_in_menu_thema ul li::before,
.page_top_in_menu_thema ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_thema ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_thema ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ff8a00;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_thema ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_thema ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_thema ul li a{
	width:100px;
	height:100px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_thema ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ff8a00;
	color:#ff8a00;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/


}


/* 各ページ　トップ表示 　過去ブログ---------------------------------------------- */

.page_top_bg_kako_blog{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_kako_blog01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_kako_blog{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_kako_blog{
	max-width:100%;
	width:207px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_kako_blog ul li::before,
.page_top_in_menu_kako_blog ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_kako_blog ul li,
.page_top_in_menu_kako_blog ul li::before,
.page_top_in_menu_kako_blog ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_kako_blog ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_kako_blog ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_kako_blog ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_kako_blog ul li a{
	width:100px;
	height:100px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_kako_blog ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #111987;
	color:#111987;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}




/* 各ページ　トップ表示  がちらじ---------------------------------------------- */

.page_top_bg_gachiraji{
	width:100%;
	height:auto;
	padding:0px 0 14px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:10px;
}

.page_top_bg_gachiraji01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_gachiraji{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_gachiraji{
	max-width:100%;
	width:540px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_gachiraji ul li::before,
.page_top_in_menu_gachiraji ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_gachiraji ul li,
.page_top_in_menu_gachiraji ul li::before,
.page_top_in_menu_gachiraji ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_gachiraji ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_gachiraji ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gachiraji ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gachiraji ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_gachiraji ul li a{
	width:100px;
	height:100px;
	background:url(../img/gachiraji/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_gachiraji ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #00d2ff;
	color:#00d2ff;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}






/* トップ--------------------------------------------- */


#top_news_b{
	width:100%;
	height:auto;
}

#top_news_b_l{
	width:72%;
	height:auto;
	float:left;
}

#top_news_b_r{
	width:24.5%;
	height:auto;
	float:right;
}

.top_news_list{
	width:100%;
	height:auto;

}

.top_news_list ul{
	width:100%;
	height:auto;
}

.top_news_list ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:25px;
}

.top_news_list ul li:nth-child(3n){
	margin-right:0;
}

.top_news_list_img{
	width:100%;
	height:auto;
	margin-bottom:5px;


	
	border:1px solid #e6e6e6;
	overflow:hidden;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.top_news_list_img img{
	width:100%;
	height:auto;	
	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}
	
.top_news_list_img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.top_news_list ul li dl{
	width:100%;
	height:auto;

}

.top_news_list ul li dl dt{
	width:90%;
	height:auto;
	padding:3px 5% 2px 5%;
	line-height:110%;
	
	display: table-cell;
	width:222px;
	height:30px;
    vertical-align: middle;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.top_news_list ul li dl dd{
	width:100%;
	height:auto;
	color:#333333;
	font-size:13px;
	line-height:150%;
	text-align:left;
	max-height:55px;
}

.top_news_list ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.top_news_list ul li dl dd a{
	color:#078dd0;
	text-decoration:underline;	
}

.top_news_list ul li dl dd a:hover{
	color:#078dd0;
	text-decoration:none;
}


.news_ttl{
	visibility: hidden;
	height:35px;
}

.news_ttl a{
	color:#078dd0;
	text-decoration:underline;	
}

.news_ttl a:hover{
	color:#078dd0;
	text-decoration:none;
}



.news{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#003366;
}

.theme_gatiraji{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#61A4ED;	
}

.wagamachi{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#56a607;
	
}

.shinsai_report{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#cc6666;	
}

.alios_blog{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#cc9966;	
}

.mimitasu{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#999966;	
}

.mimitasu_kobore{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#33cccc;		
}

.sea_wave_archive{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#9999cc;	
}

.listener_gift{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#ebbc00;		
}

.syokurepo{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#ef1d1d;		
}

.shingikai{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#32a1ab;		
}

.theme_blog{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#F27398;		
}


#twitter_icon{
	width:40px;
	height:auto;
	margin:0 auto 17px auto;
}


#twitter_b{
	width:100%;
	height:650px !important;	
}

.twitter-timeline{
	width:100%;
	height:660px !important;		
}

.top_contents_list{
	width:100%;
	height:auto;	
}

.top_contents_list ul{
	width:100%;
	height:auto;	
}

.top_contents_list ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	float:left;
}

.top_contents_list ul li:last-child{
	float:right;
	margin-right:0;
}

.top_contents_list ul li dl{
	width:100%;
	height:auto;
}

.top_contents_list ul li dl dt{
	font-size:30px;
	font-family: 'Fjalla One', sans-serif;
	color:#FFF;
	padding-top:30px;
	padding-left:18px;
	padding-bottom:25px;
	line-height:120%;
}

.top_contents_list ul li dl dt p{
	font-size:15px;	
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#FFF;

}

.top_contents_list ul li dl dd{
	background:#333333;
	padding:20px 18px !important;
	float:none;
	margin:0 !important;
	min-height:180px;
}

.top_contents_list ul li dl dd ul {
	width:100%;
	height:auto;
}

.top_contents_list ul li dl dd ul li{
	width:100%;
	margin:0;
	float:none !important;
	background:url(../img/top/top_contens_list.jpg) left 6px no-repeat;
	padding-left:9px;
	margin-bottom:5px;
	font-size:14px;
}

.top_contents_list ul li dl dd ul li a{
	color:#FFF !important;
	text-decoration:none;
}

.top_contents_list ul li dl dd ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;	
}

.top_contents_list ul li dl dd ul li li:last-child{
	margin-bottom:0;
}


.top_contents_list_program{
	background:url(../img/common/nav_program.jpg) repeat;
}

.top_contents_list_personality{
	background:url(../img/common/nav_personality.jpg) repeat;	
}

.top_contents_list_theme{
	background:url(../img/common/nav_theme.jpg) repeat;
}

.top_contents_list_archive{
	background:url(../img/common/nav_archive.jpg) repeat;	
}


/* おすすめ-------------- */

.responsive{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;

	
}

.recommended_list{
	width:100%;
	height:auto;	
}

.recommended_list_b{
	margin-right:10px;
	
}
.recommended_list_b dl{
	max-width:360px;
	width:100%;
}

.recommended_list_b dl dt{
	margin:0;
	padding:0;
	overflow:hidden;
}

.recommended_list_b dl dt img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recommended_list_b dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.recommended_list_b dl dt img{
	width:100%;
	height:auto;
}

.recommended_list_b dl dd{
	padding:5px 0;
	background:#FFF;
	
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	line-height:140%;
	
/*    display: table-cell;
	width:330px;
	height:58px;
    vertical-align: middle;	*/
}

.recommended_list_b dl dd a{

	color:#000;
	text-decoration:none;	
}

.recommended_list_b dl dd a:hover{
	color:#000;
	text-decoration:underline;	
}


.recommended_list_b dl dd dl {
	
}

.recommended_list_b dl dd dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

.recommended_list_b dl dd dl dt a{
	color:#000;
	text-decoration:none;	
}

.recommended_list_b dl dd dl dt a:hover{
	color:#000;
	text-decoration:underline;	
}

.recommended_list_b dl dd dl dt p{
	font-size:13px;
	margin-top:3px;
	font-weight:normal;
	line-height:120%;	
}

.recommended_list_b dl dd dl dd{
	padding:0;
	font-size:13px;
	line-height:140%;

}



/* Program Info  番組情報--------------------------------------------------------------------------------------------------------------------------------------------- */


/*  番組-------------- */



.program_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;	
}

.program_b01 ul{
	width:100%;
	height:auto;	
}

.program_b01 ul li{
	width:49%;
	height:auto;
	min-height:150px;
	margin-right:1%;
	margin-bottom:20px;
	float:left;
}

.program_b01 ul li:nth-child(2n){
	width:49%;
	height:auto;
	margin-right:0;
	float:right !important;
}

.program_b01_in{
	width:100%;
	height:auto;	
}

.program_b01_img{
	width:45%;
	height:auto;
	float:left;
}

.program_b01_img img{
	width:100%;
	height:auto;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.program_b01_img:hover img {
	opacity: .5;
}


.program_b01_in dl{
	width:53%;
	height:auto;
	float:right;	
}

.program_b01_in dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}

.program_b01_in dl dt a{
	color:#000;
	text-decoration:underline;	
}

.program_b01_in dl dt a:hover{
	color:#000;
	text-decoration:none;
}

.program_b01_in dl dd{
	font-size:11px;
	margin-bottom:3px;
	line-height:130%;

}

.program_b01_in dl p{
	font-size:11px;
	margin-bottom:0px;
	line-height:140%;
	margin-bottom:5px;
	overflow:hidden;
}


.program_b01_in_blog a{
	font-size:12px;
	color:#ff3333;
	text-decoration:none;
	line-height:100%;	
}
.program_b01_in_blog a:hover{
	color:#ff3333;
	text-decoration:underline;	
}




/* 番組 リスト表示 5玉----------------------------- */



.program_list_01_b{
	width:100%;
	height:auto;
}

.program_list_01_b ul li{
	width:18.8%;
	height:auto;
	margin-right:1.5%;
	margin-bottom:15px;
	float:left;
}

.program_list_01_b ul li:nth-child(5n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li dl{
	width:100%;
	height:auto;	
}

.program_list_01_b ul li dl dt{
	width:100%;
	height:auto;

	
	overflow:hidden;
	
	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.program_list_01_b ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.program_list_01_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.program_list_01_b ul li dl dd{
	color:#078dd0;
	height:55px;
	margin-top:8px;
}


.program_list_01_b ul li dl dd a{
	width:100%;
	font-size:15px;
	color:#078dd0;
	text-decoration:underline;
}

.program_list_01_b ul li dl dd a:hover{
	font-size:15px;
	color:#078dd0;
	text-decoration:none;
}























/*  番組詳細ページ-------------- */

.program_s_b{
	width:100%;
	height:auto;	
}

.program_s_b dl{
	width:100%;
	height:auto;
	margin-bottom:35px;		
}

.program_s_b dl dt{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}

.program_s_b dl dt p{
	font-size:13px;
	font-weight:normal;
	margin-top:8px;
}

.program_s_b dl dd{
	font-size:13px;
	line-height:160%;
}

.program_s_personality{
	width:100%;
	height:auto;	
}

.program_s_personality ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:20px;
	float:left;
}

.program_s_personality ul li:nth-child(4n){
	margin-right:0;
	float:right;
}

.program_s_personality_img{
	margin-bottom:13px;

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.program_s_personality_img:hover{
	opacity: .7;
}

.program_s_personality_img img{
	width:100%;
	height:auto;
}

.program_s_personality ul li dl{
	width:100%;
	height:auto;
	margin:0;	
}

.program_s_personality ul li dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

.program_s_personality ul li dl dd{
	font-size:13px;	
}

.program_s_personality ul li a{
	color:#000;
	text-decoration:none;
}

.program_s_personality ul li a:hover{
	color:#000;
	text-decoration:underline;
}

/*  番組表-------------- */

.timetable_day{
	width:100%;
	height:auto;	
}

.timetable_day ul li{
	width:13.6%;
	height:auto;
	margin-right:0.8%;
	margin-bottom:20px;
	float:left;
	background:#EEE;
	text-align:center;
	position: relative;

}

.timetable_day ul li:nth-child(7n){
	margin-right:0;
	float:right;
}

.timetable_day ul li a{
	background:#595656;
	padding:8px 0;
	display:block;
	color:#FFF;
	font-size:15px;
}

.timetable_day ul li a:hover{
	background:#ff0000;
	color:#FFF;
	font-size:15px;

}

.timetable_day ul li a:hover:before{
	content: "";
	position: absolute;
	bottom: -24px;
	right: 15%;
	border: 12px solid transparent;
	border-top: 12px solid #ff0000;
}

.ttd_hover{
	background:#ff0000 !important;
	color:#FFF !important;
	font-size:15px;
}

.ttd_hover:before{
	content: "" !important;
	position: absolute !important;
	bottom: -24px !important;
	right: 15%;!important;
	border: 12px solid transparent !important;
	border-top: 12px solid #ff0000 !important;
}

.timetable_b01{
	width:100%;
	height:auto;	
}


.timetable_b01 table{
	width:100%;
	height:auto;	
}

.timetable_b01 table th{
	width:7%;
	border-collapse:collapse;
	border-bottom:1px dotted #cccccc;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	padding:10px 2% 10px 2%;
	background:#009999;
	text-align:center;
}

.timetable_b01 table td{
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	padding:10px 3% 10px 3%;
}

.timetable_b01 table td dl dt{
	float:left;
	clear:both;
	font-size:13px;
	margin-right:15px;
	color:#000;
}

.timetable_b01 table td dl dd{
	font-size:13px;
	color:#009999;
	margin-bottom:3px;
	padding-left:45px;
}

.timetable_b01 table td dl dd p{
	color:#db9500;
	display:inline;
}



/* Personality　パーソナリティ--------------------------------------------------------------------------------------------------------------------------------------------- */

.personality_list_b{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.personality_list_out{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.personality_list_in{
	width:100%;
	height:auto;

}

.personality_list_in_l{
	width:24%;
	height:auto;
	float:left;


　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.personality_list_in_l img {
	width:100%;
	height:auto;

	border:1px solid #e6e6e6;
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/


}
	
.personality_list_in_r{
	width:73%;
	height:auto;
	float:right;
}

.personality_list_in_r dl{
	width:100%;
	height:auto;

}

.personality_list_in_r dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	border-top:2px dotted #999999;
	border-bottom:2px dotted #999999;
	padding:6px 0 5px 0;
}

.personality_list_in_r dl dt a{
	color:#000;
	text-decoration:underline;
}

.personality_list_in_r dl dt a:hover{
	color:#000;
	text-decoration:none;	
}

.personality_list_in_r dl dd{
	font-size:13px;
	line-height:130%;	
}


.tantou_bangumi_b_out{
	width:100%;
	height:auto;

}

.tantou_bangumi_b{
	width:100%;
	height:auto;	
}

.tantou_bangumi_b dl{
	width:100%;
	height:auto;	
}

.tantou_bangumi_b dl dt{
	width:70px;
	height:auto;
	font-size:13px;
	color:#FFF;
	background:#ff3333;
	text-align:center;
	padding:4px 0 3px 0;
	margin-bottom:10px;	
}

.tantou_bangumi_b dl dt dd{
	width:100%;
	height:auto;		
}

.tantou_bangumi_b dl dd ul{
	border-bottom:none !important;	
}

.tantou_bangumi_b dl dd ul li{
	float:left;
	font-size:13px;
    margin-right:15px;
	margin-bottom:5px;
}

.tantou_bangumi_b dl dd ul li a{
	color:#078dd0;
	text-decoration:underline;
}

.tantou_bangumi_b dl dd ul li a:hover{
	color:#078dd0;
	text-decoration:none;
	
}








/* ページトップ　メニュー--------------------------------------------------------------------------------------------------------------------------------------------- */

/* Archive アーカイブ  トップ-------------- */

.archive_top_p_b{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:25px;
	float:left;
}

.archive_top_p_b ul li:nth-child(4n){
	margin-right:0;
	float:left;
}


.archive_top_p_b ul li dl{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul li dl dt{

	overflow:hidden;
	margin-bottom:8px;
	border:1px solid #e6e6e6;
	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.archive_top_p_b ul li dl dt img{
	width:100%;
	height:auto;
	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.archive_top_p_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.archive_top_p_b ul li dl dt a{

	display:block;
	color:#FFF;
	text-decoration:none;	
}

.archive_top_p_b ul li dl dt a:hover{
	color:#FFF;
	text-decoration:underline;
}

.archive_top_p_b ul li dl dd{
	width:100%;
	height:28px;
	font-size:17px;
	text-align:center;
	line-height:140%;
}

.archive_top_p_b ul li dl dd a{

	color:#078dd0;
	text-decoration:underline;
}


.archive_top_p_b ul li dl dd a:hover{
	color:#078dd0;
	text-decoration:none;
}










/* blog------------------------------------------------------------------------------------------------------------------ */


/* blog news表示----------------------------- */



.blog_news_b{
	width:100%;
	height:auto;
}

.blog_news_b ul li{
	width:18.8%;
	height:auto;
	margin-right:1.5%;
	margin-bottom:15px;
	float:left;
}

.blog_news_b ul li:nth-child(5n){
	margin-right:0;
	float:left;
}

.blog_news_b_img{
	width:100%;
	height:auto;
	margin-bottom:5px;

	border:1px solid #e6e6e6;
	overflow:hidden;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.blog_news_b_img img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.blog_news_b_img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.blog_news_b ul li dl{
	width:100%;
	height:auto;	
}

.blog_news_b ul li dl dt{
	width:90%;
	height:auto;
	padding:3px 5% 2px 5%;
	line-height:110%;
	
	display: table-cell;
	width:188px;
	height:30px;
    vertical-align: middle;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.blog_news_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_news_b ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}

.blog_news_b ul li dl dd a{
	font-size:13px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_news_b ul li dl dd a:hover{
	font-size:13px;
	color:#078dd0;
	text-decoration:none;
}







/* blog リスト表示----------------------------- */



.blog_list_b{
	width:100%;
	height:auto;
}

.blog_list_b ul li{
	width:18.8%;
	height:auto;
	margin-right:1.5%;
	margin-bottom:25px;
	float:left;
}

.blog_list_b ul li:nth-child(5n){
	margin-right:0;
	float:left;
}

.blog_list_b ul li dl{
	width:100%;
	height:auto;	
}

.blog_list_b ul li dl dt{
	width:100%;
	height:auto;

	
	overflow:hidden;
	
	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_list_b ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.blog_list_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}


.blog_list_b ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}



.blog_list_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}



.blog_list_b ul li dl dd a{
	width:100%;
	font-size:13px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_list_b ul li dl dd a:hover{
	font-size:13px;
	color:#078dd0;
	text-decoration:none;
}








/* blog リスト表示 01----------------------------- */



.blog_list_b01{
	width:100%;
	height:auto;
}

.blog_list_b01 ul li{
	width:18.8%;
	height:auto;
	margin-right:1.5%;
	margin-bottom:25px;
	float:left;
}

.blog_list_b01 ul li:nth-child(5n){
	margin-right:0;
	float:left;
}

.blog_list_b01 ul li dl{
	width:100%;
	height:auto;	
}

.blog_list_b01 ul li dl dt{
	width:100%;
	height:auto;
	margin-bottom:5px;

	
	overflow:hidden;
	
	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_list_b01 ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.blog_list_b01 ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}


.blog_list_b01 ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}



.blog_list_b01 ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}



.blog_list_b01 ul li dl dd a{
	width:100%;
	font-size:13px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_list_b01 ul li dl dd a:hover{
	font-size:13px;
	color:#078dd0;
	text-decoration:none;
}


/* blog リスト表示 01 プロフィール----------------------------- */

.blog_01_pro{
	width:98%;
	height:auto;
	background:url(../img/archive/gatiraji/pro_bg.jpg) repeat;
	padding:1%;
	
}

.blog_01_pro_ttl{
	width:96%;
	height:auto;
	background:#000000;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:1% 2%;
	margin-bottom:20px;
}

.blog_01_pro_b01{
	width:100%;
	height:auto;	
}


.blog_01_pro_b01_l_l{
	width:71%;
	height:auto;
	float:left;	
}

.blog_01_pro_b01_l{
	width:36%;
	height:auto;
	float:left;
	margin-right:5%;

	
}

.blog_01_pro_b01_l img{
	width:100%;
	height:auto;
	
}

.blog_01_pro_b01_c{
	width:54%;
	height:auto;
	float:left;
	
	font-size:13px;
	line-height:150%;
}

.blog_01_pro_b01_r{
	width:29%;
	height:auto;
	float:right;
}

.blog_01_pro_b01_r01{
	width:100%;
	height:auto;	
}

.blog_01_pro_b01_r01 dl{
	width:100%;
	height:auto;
	margin-bottom:10px;
}



.blog_01_pro_b01_r01 dl dt{
	width:100%;
	height:auto;
	background:#006699;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:8px 0 5px 0;
	text-align:center;
}

.blog_01_pro_b01_r01 dl dd{
	width:96%;
	height:auto;
	background:#00ccff;
	padding:15px 1% 5px 3%;
	
}


.blog_01_pro_b01_r01 dl dd dl dt{
	font-size:13px;
	color:#FFF;

	background:none;
	padding:0;
	margin:0 0 6px 0;
	text-align:left;
	line-height:120%;
}

.blog_01_pro_b01_r01 dl dd dl dd{
	font-size:12px !important;
	color:#000;
	padding:0;

	
}

.blog_01_pro_b01_r01_contact{
	width:100%;
	height:45px;
	background:url(../img/archive/gatiraji/message01_bg.jpg) repeat;
	padding:25px 0 0 0;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	
}


.blog_01_pro_b01_r01_contact img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blog_01_pro_b01_r01_contact:hover img {
	opacity: .5;
}












/* blog 詳細ページ----------------------------- */


.blog_syousai_b{
	width:100%;
	height:auto;
}

.blog_syousai_b_l{
	width:68%;
	height:auto;
	float:left;
	padding-top:5px;
}



.blog_syousai_ttl{
	width:100%;
	height:auto;	
}

.blog_syousai_day{
	width:100%;
	height:auto;	
	font-size:12px;
	margin-bottom:5px;
	color:#999999;
}


.blog_syousai_b_post{
	width:100%;
	height:auto;
	margin-bottom:40px;	
}

.blog_syousai_b_post img{
	text-align:center;
	margin-bottom:30px;

}

.blog_syousai_b_r{
	width:28%;
	height:auto;
	float:right;
}

.blog_syousai_side_ttl{
	width:100%;
	height:auto;

	background:#56a502;
	color:#FFF;
	font-size:15px;
	line-height:100%;

	text-align:center;
	padding:11px 0 9px 0;

　　/*角丸*/
	-webkit-border-radius: 5px 5px 0 0;     /* for Safari and Chrome */
	moz-border-radius: 5px 5px 0 0;    /* for Firefox */
	-o-border-radius: 5px 5px 0 0;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px 5px 0 0;   /* Linux browsers */
	border-radius: 5px 5px 0 0;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.blog_syousai_side_list{
	width:92%;
	height:auto;
	padding:0px 4%;
	background:#f7f4f0;
	margin-bottom:40px;



}

.blog_syousai_side_list ul li{
	font-size:12px;
	color:#000000;
	border-bottom:1px dotted #cccccc;
	padding:13px 0;
}

.blog_syousai_side_list ul li a{
	color:#7c6969;
	text-decoration:underline;	
}

.blog_syousai_side_list ul li a:hover{
	color:#7c6969;
	text-decoration:none;
}

.blog_syousai_side_list ul li:last-child{
	border-bottom:none;
}







/* blog 一覧----------------------------- */


.blog_list01{
	width:100%;
	height:auto;	
}

.blog_list01 dl{
	width:100%;
	height:auto;

}

.blog_list01 dl dt{
	float:left;
	clear:both;
	font-size:14px;
	margin-right:20px;
	color:#0099cc;
}

.blog_list01 dl dd{
	font-size:14px;
	color:#333;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCCCCC

}

.blog_list01 dl dd a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.blog_list01 dl dd a:hover{
	font-size:12px;
	color:#333;
	text-decoration:underline;
}



.pager_list_b{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:30px;	
}

.pager_list_b_l{
	width:49%;
	height:auto;
	text-align:center;
	float:left;
}

.pager_list_b_r{
	width:49%;
	height:auto;
	text-align:center;
	float:right;
}

.pager_list_b a{
	font-size:16px;
	color: #52A138;
	text-decoration:underline;
}

.pager_list_b a:hover{
	color: #52A138;
	text-decoration:none;
}



/* blog カテゴリー一覧----------------------------- */

.blog_cat_list_b{
	width:100%;
	height:auto;
}

.blog_cat_list_b dl{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.blog_cat_list_b dl dt{
	float:left;
	clear:both;
	font-size:13px;
	margin-right:15px;
	color:#0099cc;
}

.blog_cat_list_b dl dd{
	font-size:13px;
	color:#333;
	margin-bottom:5px;
	margin-left:100px;

}

.blog_cat_list_b dl dd a{
	font-size:13px;
	color:#333;
	text-decoration:none;
}

.blog_cat_list_b dl dd a:hover{
	font-size:13px;
	color:#333;
	text-decoration:underline;


}



/* 会社情報------------------------------------------------------------------------------------------------------------------ */


/*会社概要----------------------------- */


.company_info_b01{
	width:100%;
	height:auto;
}


.company_info_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.company_info_b01 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	font-weight:bold;
}

.company_info_b01 dl dd{
	font-size:12px;
	color:#333;
	margin-bottom:20px;
	padding-left:135px;

}

#map001{
	width:100%;
	height:450px;
	margin-bottom:30px;
}


/*中継局----------------------------- */


.company_tyuukei_img{
	width:500px;
	height:auto;
	margin:0 auto;
}


/*基本計画----------------------------- */


.company_txt001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;
}

.company_txt001 p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:13px;
	
}

.company_txt001_right{
	text-align:right;
	
}

.company_dl01{
	width:100%;
	height:auto;
}

.company_dl01 dl{
	width:100%;
	height:auto;	
}

.company_dl01 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:13px;
}

.company_dl01 dl dd{
	font-size:13px;
	margin-bottom:40px;
}

.company_dl01 dl dd dl{
	margin-top:15px;
	margin-left:10px;
	
}

.company_dl01 dl dd dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

.company_dl01 dl dd dl dd{
	font-size:13px;
	margin-bottom:13px;
}

.company_dl01 dl dd dl dd ul{
	margin-top:7px;
}

.company_dl01 dl dd dl dd ul li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:3px;

}



/* 採用情報------------------------------------------------------------------------------------------------------------------ */



.recruit_txt001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;	
}

.recruit_01{
	width:100%;
	height:auto;
	margin-bottom:35px;	
}

.recruit_01 dl{
	width:100%;
	height:auto;	
}

.recruit_01 dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

.recruit_01 dl dd{
	font-size:13px;
	margin-bottom:25px;
	margin-left:15px;
}

.recruit_01 p{
	font-size:18px;
	color:#ff0000;
}

.recruit_contact{
	width:100%;
	height:auto;
}

.recruit_contact_txt01{
	font-size:13px;
	margin-bottom:25px;
}

.recruit_contact_txt02{
	font-size:13px;
	margin-bottom:20px;
}

.recruit_contact_txt02 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	font-weight:bold;
}

.recruit_contact_txt02 dl dd{
	font-size:12px;
	color:#333;
	padding-left:75px;

}

.recruit_contact_txt03{
	font-size:13px;

	
}

.recruit_contact_txt03 p{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	
}


/* テーマ------------------------------------------------------------------------------------------------------------------ */



/*お問い合わせ----------------------------- */


.theme_contact001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;	
}

.theme_contact001_01{
	text-align:center;
	font-size:13px;
	color:#0099cc;
	margin-top:20px;
	border:1px solid #0099cc;

}

.theme_contact001_01 a{
	font-size:13px;
	color:#0099cc;
	text-decoration:underline;
	display:block;
	padding:10px 0;
}

.theme_contact001_01 a:hover{
	font-size:13px;
	color:#0099cc;
	text-decoration:none;
}


.theme_contact001_img_b{
	width:100%;
	height:auto;
	margin-top:20px;
}

.theme_contact001_img_b_l{
	float:left;
	margin-right:10px;
}

.theme_contact001_img_b_r{
	float:left;
	padding-top:25px;
}

.theme_contact001_img_b_r a{
	font-size:13px;
	color:#0099cc;
	text-decoration:underline;
}

.theme_contact001_img_b_r a:hover{
	font-size:13px;
	color:#0099cc;
	text-decoration:none;
}



/* スポンサー------------------------------------------------------------------------------------------------------------------ */



.sponsor_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sponsor_b01 table{
	width:100%;
	height:auto;	
}

.sponsor_b01 table th{
	width:36%;
	border-collapse:collapse;
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	font-weight:bold;
	padding:10px 2% 10px 0;
}

.sponsor_b01 table td{
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	padding:10px 0 10px 0;
}

.sponsor_b01 table a{
	color:#666666;
	text-decoration:underline;
}

.sponsor_b01 table a:hover{
	color:#666666;
	text-decoration:none;
}



/* お問い合わせフォーム---------------------------------------------- */


#contact-t{
	width:100%;
	height:auto;
	margin-bottom:30px;
	text-align:left;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding-top:10px;
	padding-bottom:10px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:35%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	background:#FFF;
	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
}

.with-form2{
	width:97%;
	height:auto;
	padding:1%;
	border:1px solid #CCC;
	margin-top:10px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}

input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#E7E4DD;
    color:#666;
	font-weight:bold;
    border-style: none;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;

    background-size:20px 10px;
    background-position: right center;
    height: 30px;
    line-height: 10px;
    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;


}
@-moz-document url-prefix() { /* for firefox */
    #contact-f select {
        background:none;
        background-color: #FFF;
    }
}



.contact-f_w01{
	width:50%;	
}

.contact-f_w02{
	width:20%;
	margin-right:10px;	
}




#contact-f01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#contact-f01 table{
	width:100%;
	height:auto;

}

#contact-f01 th{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;

	color:#000;
	width:100%;	
	font-family: "メイリオ", sans-serif;
	padding:0 0 5px 0;
}

#contact-f01 td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;

	background:#FFF;
	font-family: "メイリオ", sans-serif;

	padding:0 0 25px 0;
}

#contact-f01 span{
	color:#F00;
	font-size:12px;
}

.contact-f01_bottom01{
	padding-bottom:25px !important;
	text-decoration:underline;
	color:#FF6600 !important;
}

#job_contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;

    border:1px solid #CCC;
	vertical-align:text-top;
}


#contact-f01 input[type=radio],
#contact-f01 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f01 input[type=radio] + label,
#contact-f01 input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 13px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f01 input[type=radio],
#contact-f01 input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f01 input[type=radio] + label,
#contact-f01 input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f01 input[type=radio] + label::before,
#contact-f01 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f01 input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f01 input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f01 input[type=radio]:checked + label::after,
#contact-f01 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f01 input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
#contact-f01 input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	
	
}


/* 検索ボックス---------------------------------------------- */	
	
	
	
#cse-search-box {
    width: 150px !important;
	position:relative;
}
 
#cse-search-box div {

}
 
#cse-search-box input[type="text"] {
    width: 138px;
    height:22px;
    font-size: 13px;
    padding: 1px 0px 3px 5px !important;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
 
#cse-search-box input[type="submit"] {
	position:absolute;
	right:10px;
	top:5px;
	width:20px;
	height:15px;
    background:url(../img/common/icon_search.png) right 0px no-repeat;
    border: 0 none;
    color: #ffffff;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

}	






/* カレンダー---------------------------------------------- */




#wp-calendar{
	width:100%;

}

#wp-calendar caption{
	text-align:center;
	width:auto;
	font-size:22px;
	margin-bottom:15px;
}

#wp-calendar table{
	background:#FFFDEE;	
}

#wp-calendar th{
	width:14.2%;
	height:50px;
	border:1px solid #FFF;
	font-style:normal;
	font-size:18px;
	text-align:center;
	background:#666;
	color:#FFF;

}

#wp-calendar tr{
	background:#FBFBFB;		
}

#wp-calendar td{
	min-width:80px;
	height:80px;
	color:#444;



	padding:10px 5px;
	text-align:center;
	vertical-align:top;
	font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#wp-calendar td.event{
	color:#0092B2;
}

#wp-calendar td a{
	margin-top:10px;
	margin-bottom:5px;
	display:block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	text-decoration:none;
	line-height:130%;
}

#wp-calendar td a:hover{
	text-decoration:underline;
	
}










.theme_goody_lunch{
	color:#FC3 !important;
}

.theme_wagamachi{
	color:#096 !important;
}

.theme_rajiputa{
	color:#36C !important;
}

.theme_imawotanoshimu{
	color:#F30 !important;
}


.theme_bangbang{
}

.theme_yosoro{	
}

.theme_raramyu{
}




#wp-calendar td.pad{

} // カレンダー上で日付がない箇所

#wp-calendar tfoot{


} // 前後月へのリンク


#prev{
	font-size:16px !important;
	margin-left:10px !important;
}

#next{
	text-align:right !important;
	font-size:16px !important;
	
}

#wp-calendar tfoot a{
	color:#000;
	text-decoration:underline;
	font-size:18px !important;
	text-align:center;

}

#wp-calendar tfoot a:hover{
	color:#000;
	text-decoration:none;
	
}


#calendar_color{
	width:100%;
	height:auto;
	margin-top:30px;
}

#calendar_color ul li{
	background:url(../img/common/list01.jpg) left no-repeat;
	font-size:14px;
	float:left;
	margin-right:20px;
	padding-left:10px;
	margin-bottom:5px;
}






/* カレンダー-　タブ--------------------------------------------- */

.calendar_tab01{
	width:100%;
	height:auto;
	margin-bottom:25px;
}

.calendar_tab01 ul li{
	width:24.25%;
	height:22px;
	float:left;
	margin-right:1%;
	text-align:center;
	padding-top:5px;
	
}

.calendar_tab01 ul li:last-child{
	margin-right:0;
}

.calendar_tab01 ul li a{
	color:#FFF;
	padding-top:8px;	
}

.calendar_tab01 ul li a:hover{
	color:#FFF;
	text-decoration:underline;	
}


.calendar_tab_C01{
	background:#FFCC33;	
}

.calendar_tab_C02{
	background:#2FA47A;	
}

.calendar_tab_C03{
	background:#54A3EA;	
}

.calendar_tab_C04{
	background:#FF335D;	
}







}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 868px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:216px;
	height:80px;
	position:absolute;
	left:0;
	top:34px;
}


h1 img{
	width:100%;
	height:auto;
}

h2.h2_01{
	background:url(../img/common/h_icon.jpg) left top no-repeat;
	font-size:25px;
	font-weight:bold;
	padding-top:5px;
	padding-left:30px;
	margin-bottom:25px;
}

h2.h2_01 span{
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	font-weight:normal;
}

h2.h2_01 span a{
	background: url(../img/top/news_list.jpg) left 3px no-repeat;
	padding-left:18px;
	font-size: 13px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#000;
	text-decoration:none;
	margin-left:18px;
}

h2.h2_01 span a:hover{
	color:#000;
	text-decoration:underline;
}


h2.h2_02{
	line-height:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:17px;
	text-align:center;
}

h2.h2_02 p{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	font-weight:normal;
	margin-top:1px;
}




/* ↓↓↓各ページトップイメージ ↓↓↓---------------------------------------------- */

h2.h2_03_program_news{
	width: 100%;
	height:150px !important;
	background:url(../img/news/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_program_news01{
	width: 100%;
	height:150px !important;
	background:url(../img/news01/h2_news.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_program_info{
	width: 100%;
	height:150px !important;
	background:url(../img/program_info/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_personality{
	width: 100%;
	height:150px !important;
	background:url(../img/personality/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_theme{
	width: 100%;
	height:150px !important;
	background:url(../img/theme/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_theme_blog{
	width: 100%;
	height:150px !important;
	background:url(../img/theme_blog/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	
	margin-bottom:10px;
}


h2.h2_03_archive{
	width: 100%;
	height:150px !important;
	background:url(../img/archive/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_contact{
	width: 100%;
	height:150px !important;
	background:url(../img/contact/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_company{
	width: 100%;
	height:150px !important;
	background:url(../img/company/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}

h2.h2_03_shingikai{
	width: 100%;
	height:150px !important;
	background:url(../img/shingikai/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}


h2.h2_03_sponsor{
	width: 100%;
	height:150px !important;
	background:url(../img/sponsor/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

	margin-bottom:10px;
}





h2.h2_03_thema_blog{
	width: 100%;
	height:150px !important;
	background:url(../img/theme_blog/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}


h2.h2_03_gachiraji{
	width: 100%;
	height:150px !important;
	background:url(../img/gachiraji/h2_top.png)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}


h2.h2_03_kako_blog{
	width: 100%;
	height:150px !important;
	background:url(../img/kako_blog/h2_top.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}



/* ↑↑↑各ページトップイメージ ↑↑↑---------------------------------------------- */

h3.h3_01{
	background:url(../img/common/h_icon.jpg) left top no-repeat;
	font-size:25px;
	font-weight:bold;
	padding-top:5px;
	padding-left:30px;
	margin-bottom:25px;
}

h4.h4_01{
	width:97%;
	height:auto;
	background:#f7f4f0 url(../img/common/h4_01_border.jpg) left no-repeat;
	font-size:16px;
	color:#078dd0;
	font-weight:bold;
	padding:9px 0 8px 8px;
	margin-bottom:30px;
	padding-left:3%;
	line-height:100%
}


h4.h4_02{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #006699;
	margin-bottom:10px;
	line-height:120%;
	color:#006699;
}


h5.h5_01{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #999999;
	padding-bottom:7px;
	margin-bottom:30px;
	
}

h5.h5_02{
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	
}


/* 各ページ　トップ表示---------------------------------------------- */


/* 各ページ　トップ表示  ニュース---------------------------------------------- */

.page_top_bg_news{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_news01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_news{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_news{
	max-width:100%;
	width:100px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_news ul li::before,
.page_top_in_menu_news ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_news ul li,
.page_top_in_menu_news ul li::before,
.page_top_in_menu_news ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_news ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_news ul li{
	width:100px;
	height:100px;
	float:left;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	background:#FFF;
	color:#999999;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_news li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_news ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_news ul li a{
	width:100px;
	height:100px;
	background:#FFF;
	color:#999999;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_news ul li a:hover{
	width:96px;
	height:96px;
	background:none;
	border:2px solid #FFF;
	color:#FFF;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

/* 各ページ　トップ表示  プログラム---------------------------------------------- */

.page_top_bg_program{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_program01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_program{
	width:100%;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_program{
	width:528px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_program ul li::before,
.page_top_in_menu_program ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_program ul li,
.page_top_in_menu_program ul li::before,
.page_top_in_menu_program ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_program ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_program ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_program ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}




.page_top_in_menu_program ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_program ul li a{
	width:100px;
	height:100px;
	background:url(../img/program_info/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_program ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ff4c4c;
	color:#ff0000;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  パーソナリティ---------------------------------------------- */

.page_top_bg_personality{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_personality01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_personality{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_personality{
	max-width:100%;
	width:207px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_personality ul li::before,
.page_top_in_menu_personality ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_personality ul li,
.page_top_in_menu_personality ul li::before,
.page_top_in_menu_personality ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_personality ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_personality ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_personality ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_personality ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_personality ul li a{
	width:100px;
	height:100px;
	background:url(../img/personality/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_personality ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ffcc00;
	color:#e6bb0d;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  テーマ---------------------------------------------- */

.page_top_bg_theme{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_theme01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_theme{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_theme{
	max-width:100%;
	width:207px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_theme ul li::before,
.page_top_in_menu_theme ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_theme ul li,
.page_top_in_menu_theme ul li::before,
.page_top_in_menu_theme ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_theme ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_theme ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#111987;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_theme ul li a{
	width:100px;
	height:100px;
	background:#FFF;
	color:#111987;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
	width:100px;
	height:100px;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_theme ul li a:hover{
	width:96px;
	height:96px;
	background:none;
	border:2px solid #FFF;
	color:#FFF;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* /* 各ページ　トップ表示  テーマ テーマブログ---------------------------------------------- */

.page_top_bg_theme_blog{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}


.page_top_in_menu_theme_blog01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_theme_blog{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_theme_blog{
	max-width:100%;
	width:421px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_theme_blog ul li::before,
.page_top_in_menu_theme_blog ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_theme_blog ul li,
.page_top_in_menu_theme_blog ul li::before,
.page_top_in_menu_theme_blog ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_theme_blog ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_theme_blog ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme_blog ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme_blog ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_theme_blog ul li a{
	width:100px;
	height:100px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_theme_blog ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #111987;
	color:#111987;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}




/* 各ページ　トップ表示  アーカイブ---------------------------------------------- */

.page_top_bg_archive{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_in_archive01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_archive{
	width:421px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_archive ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_archive ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	margin-bottom:10px;

	color:#008837;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.page_top_in_menu_archive ul li:nth-child(4){
	margin-right:0;
	float:left;
}


.page_top_in_menu_archive ul li:nth-child(5){
	margin-bottom:0;
	margin-left:0;
}

.page_top_in_menu_archive ul li:nth-child(6){
	margin-bottom:0;
	rgin-right:55px;
}


.page_top_in_menu_archive ul li:nth-child(7){
	margin-bottom:0;
	rgin-right:55px;
}

.page_top_in_menu_archive ul li:nth-child(8){
	margin:0;
	float:right;
}


.page_top_in_menu_archive ul li a{
	width:100px;
	height:100px;
	background:url(../img/archive/page_menu_bg.jpg) repeat;
	color:#FFF;
	
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_archive ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #008837;
	color:#008837;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  お問い合わせ---------------------------------------------- */

.page_top_bg_contact{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_contact01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_contact{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_contact{
	max-width:100%;
	width:314px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_contact ul li::before,
.page_top_in_menu_contact ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_contact ul li,
.page_top_in_menu_contact ul li::before,
.page_top_in_menu_contact ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_contact ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_contact ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_contact ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.page_top_in_menu_contact ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_contact ul li a{
	width:100px;
	height:100px;
	background:url(../img/contact/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_contact ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ff9471;
	color:#ff6634;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  会社概要・審議会・スポンサー---------------------------------------------- */

.page_top_bg_gaiyou{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_gaiyou01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_gaiyou{
	width:314px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_gaiyou ul li::before,
.page_top_in_menu_gaiyou ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_gaiyou ul li,
.page_top_in_menu_gaiyou ul li::before,
.page_top_in_menu_gaiyou ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_gaiyou ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_gaiyou ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	margin-bottom:10px;

	color:#908f8f;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gaiyou ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gaiyou ul li:nth-child(3){
	margin-right:0;
	float:left;
}

.page_top_in_menu_gaiyou ul li:nth-child(4){
	margin-bottom:0px;
}

.page_top_in_menu_gaiyou ul li:nth-child(5){
	margin-bottom:0px;
}

.page_top_in_menu_gaiyou ul li:last-child{
	margin-right:0;
	float:left;
	margin-bottom:0px;
}

.page_top_in_menu_gaiyou ul li a{
	width:100px;
	height:100px;
	background:url(../img/company/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_gaiyou ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #b7b7b7;
	color:#999999;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}





/* テーマブログ---------------------------------------------- */

.page_top_bg_thema{
	width:100%;
	height:auto;
	padding:0px 0 14px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:10px;
}


.page_top_bg_thema01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_thema{
	width:430px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_thema ul li::before,
.page_top_in_menu_thema ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_thema ul li,
.page_top_in_menu_thema ul li::before,
.page_top_in_menu_thema ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_thema ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_thema ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ff8a00;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_thema ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_thema ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_thema ul li a{
	width:100px;
	height:100px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_thema ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #ff8a00;
	color:#ff8a00;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}



/* 各ページ　トップ表示 　過去ブログ---------------------------------------------- */

.page_top_bg_kako_blog{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_kako_blog01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_kako_blog{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_kako_blog{
	max-width:100%;
	width:207px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_kako_blog ul li::before,
.page_top_in_menu_kako_blog ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_kako_blog ul li,
.page_top_in_menu_kako_blog ul li::before,
.page_top_in_menu_kako_blog ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_kako_blog ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_kako_blog ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:7px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_kako_blog ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_kako_blog ul li a{
	width:100px;
	height:100px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_kako_blog ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #111987;
	color:#111987;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}




/* 各ページ　トップ表示  がちらじ---------------------------------------------- */

.page_top_bg_gachiraji{
	width:100%;
	height:auto;
	padding:0px 0 14px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:10px;
}

.page_top_bg_gachiraji01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_gachiraji{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_gachiraji{
	max-width:100%;
	width:540px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_gachiraji ul li::before,
.page_top_in_menu_gachiraji ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_gachiraji ul li,
.page_top_in_menu_gachiraji ul li::before,
.page_top_in_menu_gachiraji ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_gachiraji ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_gachiraji ul li{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gachiraji ul li:hover {
	width:100px;
	height:100px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gachiraji ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_gachiraji ul li a{
	width:100px;
	height:100px;
	background:url(../img/gachiraji/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_gachiraji ul li a:hover{
	width:96px;
	height:96px;
	background:#FFF;
	border:2px solid #00d2ff;
	color:#00d2ff;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}























/* トップ--------------------------------------------- */


#top_news_b{
	width:100%;
	height:auto;
}

#top_news_b_l{
	width:100%;
	height:auto;
	float:none;
}

#top_news_b_r{
	width:100%;
	height:auto;
	float:none;
}

.top_news_list{
	width:86%;
	height:auto;
	padding:0 7%;
	margin-bottom:30px;
}

.top_news_list ul{
	width:100%;
	height:auto;
}

.top_news_list ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:25px;
}

.top_news_list ul li:nth-child(3n){
	margin-right:0;
}

.top_news_list_img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	
	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.top_news_list_img img{
	width:100%;
	height:auto;	
	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}
	
.top_news_list_img:hover img {
	-webkit-transform: scale(1.3);
}

.top_news_list ul li dl{
	width:100%;
	height:auto;	
}

.top_news_list ul li dl dt{
	width:90%;
	height:auto;
	padding:3px 5% 2px 5%;
	line-height:110%;
	
	display: table-cell;
	width:222px;
	height:30px;
    vertical-align: middle;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.top_news_list ul li dl dd{
	width:100%;
	height:auto;
	color:#333333;
	font-size:13px;
	line-height:150%;
	text-align:left;
	max-height:55px;
}

.top_news_list ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.top_news_list ul li dl dd a{
	color:#078dd0;
	text-decoration:underline;	
}

.top_news_list ul li dl dd a:hover{
	color:#078dd0;
	text-decoration:none;
}

.news_ttl{
	visibility: hidden;
	height:35px;
}

.news_ttl a{
	color:#078dd0;
	text-decoration:underline;	
}

.news_ttl a:hover{
	color:#078dd0;
	text-decoration:none;
}





.news{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#003366;
}


.theme_gatiraji{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#61A4ED;	
}


.wagamachi{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#56a607;
	
}

.shinsai_report{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#cc6666;	
}

.alios_blog{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#cc9966;	
}

.mimitasu{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#999966;	
}

.mimitasu_kobore{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#33cccc;		
}

.sea_wave_archive{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#9999cc;	
}

.listener_gift{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#ebbc00;		
}

.syokurepo{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#ef1d1d;		
}

.shingikai{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#32a1ab;		
}


.theme_blog{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#F27398;		
}


#twitter_icon{
	width:40px;
	height:auto;
	margin:0 auto 17px auto;
}


#twitter_b{
	width:100%;
	height:350px !important;	
}

.twitter-timeline{
	width:100%;
	height:660px !important;		
}


.timelinef{
    max-width: 100% !important;
    width: 100% !important;
    box-sizing:border-box;
}
  
.top_contents_list{
	width:100%;
	height:auto;	
}

.top_contents_list ul{
	width:100%;
	height:auto;	
}

.top_contents_list ul li{
	width:48.5%;
	height:auto;
	margin-right:1.5%;
	margin-bottom:15px;
	float:left;
}

.top_contents_list ul li:nth-child(2n){
	float:right;
	margin-right:0 !important;
}



.top_contents_list ul li dl{
	width:100%;
	height:auto;
}

.top_contents_list ul li dl dt{
	font-size:30px;
	font-family: 'Fjalla One', sans-serif;
	color:#FFF;
	padding-top:30px;
	padding-left:18px;
	padding-bottom:25px;
	line-height:120%;
}

.top_contents_list ul li dl dt p{
	font-size:15px;	
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#FFF;

}

.top_contents_list ul li dl dd{
	background:#333333;
	padding:20px 18px !important;
	float:none;
	margin:0 !important;
	min-height:180px;
}

.top_contents_list ul li dl dd ul {
	width:100%;
	height:auto;
}

.top_contents_list ul li dl dd ul li{
	width:100%;
	margin:0;
	float:none !important;
	background:url(../img/top/top_contens_list.jpg) left 6px no-repeat;
	padding-left:9px;
	margin-bottom:5px;
	font-size:14px;
}

.top_contents_list ul li dl dd ul li a{
	color:#FFF !important;
	text-decoration:none;
}

.top_contents_list ul li dl dd ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;	
}

.top_contents_list ul li dl dd ul li li:last-child{
	margin-bottom:0;
}


.top_contents_list_program{
	background:url(../img/common/nav_program.jpg) repeat;
}

.top_contents_list_personality{
	background:url(../img/common/nav_personality.jpg) repeat;	
}

.top_contents_list_theme{
	background:url(../img/common/nav_theme.jpg) repeat;
}

.top_contents_list_archive{
	background:url(../img/common/nav_archive.jpg) repeat;	
}

/* おすすめ-------------- */

.responsive{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.recommended_list{
	width:100%;
	height:auto;	
}

.recommended_list_b{
	margin-right:10px;

	
}
.recommended_list_b dl{
	width:100%;
}

.recommended_list_b dl dt{
	margin:0;
	padding:0;
	overflow:hidden;
}

.recommended_list_b dl dt img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recommended_list_b dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.recommended_list_b dl dt img{
	width:100%;
	height:auto;
}

.recommended_list_b dl dd{
	height:auto;
	padding:5px 0;
	background:#FFF;
	
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	line-height:140%;

	
/*    display: table-cell;
	width:330px;
	height:45px;
    vertical-align: middle;	*/
}

.recommended_list_b dl dd a{
	color:#000;
	text-decoration:none;	
}

.recommended_list_b dl dd a:hover{
	color:#000;
	text-decoration:underline;	
}

.recommended_list_b dl dd dl {
	
}

.recommended_list_b dl dd dl dt{
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
}

.recommended_list_b dl dd dl dt a{
	color:#000;
	text-decoration:none;	
}

.recommended_list_b dl dd dl dt a:hover{
	color:#000;
	text-decoration:underline;	
}


.recommended_list_b dl dd dl dt p{
	font-size:13px;
	margin-top:3px;
	font-weight:normal;
	line-height:120%;	
}

.recommended_list_b dl dd dl dd{
	padding:0;
	font-size:12px;
	line-height:140%;

}


/* Program Info  番組情報--------------------------------------------------------------------------------------------------------------------------------------------- */


/* Archive 番組-------------- */

.program_b01{
	width:100%;
	height:auto;	
}

.program_b01 ul{
	width:100%;
	height:auto;	
}

.program_b01 ul li{
	width:100%;
	height:auto;
	min-height:140px;
	margin-right:0%;
	margin-bottom:15px;
	float:none;
}

.program_b01 ul li:nth-child(2n){
	margin-right:0;
	float:none;
}

.program_b01_in{
	width:100%;
	height:auto;	
}

.program_b01_img{
	width:29%;
	height:auto;

	float:left;
}

.program_b01_img img{
	width:100%;
	height:auto;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.program_b01_img:hover img {
	opacity: .5;
}

.program_b01_in dl{
	width:68%;
	height:auto;
	float:right;	
}

.program_b01_in dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}

.program_b01_in dl dt a{
	color:#000;
	text-decoration:underline;	
}

.program_b01_in dl dt a:hover{
	color:#000;
	text-decoration:none;
}

.program_b01_in dl dd{
	font-size:12px;
	margin-bottom:5px;
	line-height:130%;
}

.program_b01_in dl p{
	font-size:12px;
	margin-bottom:10px;
}


.program_b01_in_blog a{
	font-size:12px;
	color:#ff3333;
	text-decoration:none;		
}
.program_b01_in_blog a:hover{
	color:#ff3333;
	text-decoration:underline;	
}



/* 番組 リスト表示 5玉----------------------------- */



.program_list_01_b{
	width:100%;
	height:auto;
}

.program_list_01_b ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:25px;
	float:left;
}


.program_list_01_b ul li:nth-child(4n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(5n){
	margin-right:2.4%;
	float:left;
}


.program_list_01_b ul li:nth-child(20){
	margin-right:0;
	float:left;
}


.program_list_01_b ul li:nth-child(24){
	margin-right:0;
	float:left;
}


.program_list_01_b ul li:nth-child(40){
	margin-right:0;
	float:left;
}


.program_list_01_b ul li:nth-child(60){
	margin-right:0;
	float:left;
}


.program_list_01_b ul li:nth-child(80){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(100){
	margin-right:0;
	float:left;
}



.program_list_01_b ul li dl{
	width:100%;
	height:auto;	
}

.program_list_01_b ul li dl dt{
	width:100%;
	height:auto;

	
	overflow:hidden;

	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.program_list_01_b ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.program_list_01_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.program_list_01_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.program_list_01_b ul li dl dd{
	font-size:15px;
	color:#078dd0;
	height:55px;
	margin-top:8px;
}

.program_list_01_b ul li dl dd a{
	font-size:15px;
	color:#078dd0;
	text-decoration:underline;
}

.program_list_01_b ul li dl dd a:hover{
	font-size:15px;
	color:#078dd0;
	text-decoration:none;
}



/*  番組詳細ページ-------------- */

.program_s_b{
	width:100%;
	height:auto;	
}

.program_s_b dl{
	width:100%;
	height:auto;
	margin-bottom:35px;		
}

.program_s_b dl dt{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}

.program_s_b dl dt p{
	font-size:13px;
	font-weight:normal;
	margin-top:8px;
}

.program_s_b dl dd{
	font-size:13px;
	line-height:160%;
}

.program_s_personality{
	width:100%;
	height:auto;	
}

.program_s_personality ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:15px;
	float:left;
}

.program_s_personality ul li:nth-child(4n){
	margin-right:0;
	float:right;
}

.program_s_personality_img{
	margin-bottom:13px;

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.program_s_personality_img:hover{
	opacity: .7;
}

.program_s_personality_img img{
	width:100%;
	height:auto;
}

.program_s_personality ul li dl{
	width:100%;
	height:auto;
	margin:0;	
}

.program_s_personality ul li dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

.program_s_personality ul li dl dd{
	font-size:13px;	
}


.program_s_personality ul li a{
	color:#000;
	text-decoration:none;
}


.program_s_personality ul li a:hover{
	color:#000;
	text-decoration:underline;
}

/*  番組表-------------- */

.timetable_day{
	width:100%;
	height:auto;	
}

.timetable_day ul li{
	width:13.6%;
	height:auto;
	margin-right:0.8%;
	margin-bottom:20px;
	float:left;
	background:#EEE;
	text-align:center;
	position: relative;

}

.timetable_day ul li:nth-child(7n){
	margin-right:0;
	float:right;
}

.timetable_day ul li a{
	background:#595656;
	padding:8px 0;
	display:block;
	color:#FFF;
	font-size:15px;
}

.timetable_day ul li a:hover{
	background:#ff0000;
	color:#FFF;
	font-size:15px;

}

.timetable_day ul li a:hover:before{
	content: "";
	position: absolute;
	bottom: -24px;
	right: 15%;
	border: 12px solid transparent;
	border-top: 12px solid #ff0000;
}

.ttd_hover{
	background:#ff0000 !important;
	color:#FFF !important;
	font-size:15px;
}

.ttd_hover:before{
	content: "" !important;
	position: absolute !important;
	bottom: -24px !important;
	right: 15% !important;
	border: 12px solid transparent !important;
	border-top: 12px solid #ff0000 !important;
}

.timetable_b01{
	width:100%;
	height:auto;	
}


.timetable_b01 table{
	width:100%;
	height:auto;	
}

.timetable_b01 table th{
	width:7%;
	border-collapse:collapse;
	border-bottom:1px dotted #cccccc;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	padding:10px 2% 10px 2%;
	background:#009999;
	text-align:center;
}

.timetable_b01 table td{
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	padding:10px 3% 10px 3%;
}

.timetable_b01 table td dl dt{
	float:left;
	clear:both;
	font-size:13px;
	margin-right:15px;
	color:#000;
}

.timetable_b01 table td dl dd{
	font-size:13px;
	color:#009999;
	margin-bottom:3px;
	padding-left:45px;
}

.timetable_b01 table td dl dd p{
	color:#db9500;
	display:inline;
}



/* Personality　パーソナリティ--------------------------------------------------------------------------------------------------------------------------------------------- */

.personality_list_b{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.personality_list_out{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.personality_list_in{
	width:100%;
	height:auto;

}

.personality_list_in_l{
	width:24%;
	height:auto;
	float:left;
}

.personality_list_in_l img {
	width:100%;
	height:auto;

	border:1px solid #e6e6e6;
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}
	
.personality_list_in_r{
	width:73%;
	height:auto;
	float:right;
}

.personality_list_in_r dl{
	width:100%;
	height:auto;
}

.personality_list_in_r dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	border-top:2px dotted #999999;
	border-bottom:2px dotted #999999;
	padding:6px 0 5px 0;
}

.personality_list_in_r dl dt a{
	color:#000;
	text-decoration:underline;
}

.personality_list_in_r dl dt a:hover{
	color:#000;
	text-decoration:none;	
}

.personality_list_in_r dl dd{
	font-size:13px;
	line-height:130%;	
}


.tantou_bangumi_b_out{
	width:100%;
	height:auto;
}

.tantou_bangumi_b{
	width:100%;
	height:auto;	
}

.tantou_bangumi_b dl{
	width:100%;
	height:auto;	
}

.tantou_bangumi_b dl dt{
	width:70px;
	height:auto;
	font-size:13px;
	color:#FFF;
	background:#ff3333;
	text-align:center;
	padding:4px 0 3px 0;
	margin-bottom:10px;	
}

.tantou_bangumi_b dl dt dd{
	width:100%;
	height:auto;		
}

.tantou_bangumi_b dl dd ul{
	border-bottom:none !important;	
}

.tantou_bangumi_b dl dd ul li{
	float:left;
	font-size:13px;
    margin-right:15px;
	margin-bottom:5px;
}

.tantou_bangumi_b dl dd ul li a{
	color:#078dd0;
	text-decoration:underline;
}

.tantou_bangumi_b dl dd ul li a:hover{
	color:#078dd0;
	text-decoration:none;
	
}





/* Archive アーカイブ--------------------------------------------------------------------------------------------------------------------------------------------- */

/* Archive アーカイブ  トップ-------------- */

.archive_top_p_b{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:25px;
	float:left;
}

.archive_top_p_b ul li:nth-child(4n){
	margin-right:0;
	float:left;
}


.archive_top_p_b ul li dl{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul li dl dt{
	overflow:hidden;
	margin-bottom:8px;
	border:1px solid #e6e6e6;
	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.archive_top_p_b ul li dl dt img{
	width:100%;
	height:auto;
	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.archive_top_p_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.archive_top_p_b ul li dl dt a{

	display:block;
	color:#FFF;
	text-decoration:none;	
}

.archive_top_p_b ul li dl dt a:hover{
	color:#FFF;
	text-decoration:underline;
}

.archive_top_p_b ul li dl dd{
	width:100%;
	height:28px;
	font-size:15px;
	text-align:center;
	line-height:140%;
}

.archive_top_p_b ul li dl dd a{
	
	color:#078dd0;
	text-decoration:underline;
}


.archive_top_p_b ul li dl dd a:hover{
	color:#078dd0;
	text-decoration:none;
}




/* blog------------------------------------------------------------------------------------------------------------------ */


/* blog news表示----------------------------- */



.blog_news_b{
	width:100%;
	height:auto;
}

.blog_news_b ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:10px;
	float:left;
}

.blog_news_b ul li:nth-child(4n){
	margin-right:0;
	float:left;
}

.blog_news_b ul li:nth-child(5n){
	margin-right:2.4%;
	float:left;
}


.blog_news_b ul li:nth-child(20){
	margin-right:0;
	float:left;
}

.blog_news_b_img{
	width:100%;
	height:auto;
	margin-bottom:5px;

	border:1px solid #e6e6e6;
	overflow:hidden;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.blog_news_b_img img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.blog_news_b_img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.blog_news_b ul li dl{
	width:100%;
	height:auto;	
}

.blog_news_b ul li dl dt{
	width:90%;
	height:auto;
	padding:3px 5% 2px 5%;
	line-height:110%;
	
	display: table-cell;
	width:188px;
	height:40px;
    vertical-align: middle;
	font-size:12px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.blog_news_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_news_b ul li dl dd{
	font-size:11px;
	color:#078dd0;
	height:85px;
}

.blog_news_b ul li dl dd a{
	font-size:11px;
	color:#078dd0;
	line-height:110%;
	text-decoration:underline;
}

.blog_news_b ul li dl dd a:hover{
	font-size:11px;
	color:#078dd0;
	text-decoration:none;
	line-height:110%;
}



/* blog リスト表示----------------------------- */



.blog_list_b{
	width:100%;
	height:auto;
}

.blog_list_b ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:25px;
	float:left;
}


.blog_list_b ul li:nth-child(4n){
	margin-right:0;
	float:left;
}

.blog_list_b ul li:nth-child(5n){
	margin-right:2.4%;
	float:left;
}


.blog_list_b ul li:nth-child(20){
	margin-right:0;
	float:left;
}

.blog_list_b ul li dl{
	width:100%;
	height:auto;	
}

.blog_list_b ul li dl dt{
	width:100%;
	height:auto;

	
	overflow:hidden;

	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_list_b ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.blog_list_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}



.blog_list_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_list_b ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}

.blog_list_b ul li dl dd a{
	font-size:13px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_list_b ul li dl dd a:hover{
	font-size:13px;
	color:#078dd0;
	text-decoration:none;
}




/* blog リスト表示 01----------------------------- */


.blog_list_b01{
	width:100%;
	height:auto;
}

.blog_list_b01 ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	margin-bottom:25px;
	float:left;
}


.blog_list_b01 ul li:nth-child(4n){
	margin-right:0;
	float:left;
}

.blog_list_b01 ul li:nth-child(5n){
	margin-right:2.4%;
	float:left;
}


.blog_list_b01 ul li:nth-child(20){
	margin-right:0;
	float:left;
}

.blog_list_b01 ul li dl{
	width:100%;
	height:auto;	
}

.blog_list_b01 ul li dl dt{
	width:100%;
	height:auto;
	margin-bottom:5px;
	
	overflow:hidden;

	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_list_b01 ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.blog_list_b01 ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}


.blog_list_b01 ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_list_b01 ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}

.blog_list_b01 ul li dl dd a{
	font-size:13px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_list_b01 ul li dl dd a:hover{
	font-size:13px;
	color:#078dd0;
	text-decoration:none;
}



/* blog リスト表示 01 プロフィール----------------------------- */

.blog_01_pro{
	width:98%;
	height:auto;
	background:url(../img/archive/gatiraji/pro_bg.jpg) repeat;
	padding:1%;
	
}

.blog_01_pro_ttl{
	width:96%;
	height:auto;
	background:#000000;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:1% 2%;
	margin-bottom:20px;
}

.blog_01_pro_b01{
	width:100%;
	height:auto;

}


.blog_01_pro_b01_l_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:15px;
}

.blog_01_pro_b01_l{
	width:34%;
	height:auto;
	float:left;
	margin-right:5%;

	
}

.blog_01_pro_b01_l img{
	width:100%;
	height:auto;
	
}

.blog_01_pro_b01_c{
	width:61%;
	height:auto;
	float:right;
	
	font-size:13px;
	line-height:150%;
}

.blog_01_pro_b01_r{
	width:100%;
	height:auto;
	float:noen;

}

.blog_01_pro_b01_r01{
	width:100%;
	height:auto;

}

.blog_01_pro_b01_r01 dl{
	width:100%;
	height:auto;
	margin-bottom:15px;
}



.blog_01_pro_b01_r01 dl dt{
	width:100%;
	height:auto;
	background:#006699;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:8px 0 5px 0;
	text-align:center;
}

.blog_01_pro_b01_r01 dl dd{
	width:96%;
	height:auto;
	background:#00ccff;
	padding:15px 1% 5px 3%;
	
}


.blog_01_pro_b01_r01 dl dd dl dt{
	font-size:13px;
	color:#FFF;

	background:none;
	padding:0;
	margin:0 0 6px 0;
	text-align:left;
	line-height:120%;
}

.blog_01_pro_b01_r01 dl dd dl dd{
	font-size:12px !important;
	color:#000;
	padding:0;

	
}

.blog_01_pro_b01_r01_contact{
	width:100%;
	height:45px;
	background:url(../img/archive/gatiraji/message01_bg.jpg) repeat;
	padding:25px 0 0 0;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	
}


.blog_01_pro_b01_r01_contact img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blog_01_pro_b01_r01_contact:hover img {
	opacity: .5;
}










/* blog 詳細ページ----------------------------- */


.blog_syousai_b{
	width:100%;
	height:auto;
}

.blog_syousai_b_l{
	width:68%;
	height:auto;
	float:left;
	padding-top:5px;
}

.blog_syousai_ttl{
	width:100%;
	height:auto;	
}

.blog_syousai_ttl dl dt{
	font-size:12px;
	margin-bottom:5px;
	color:#999999;
}

.blog_syousai_ttl dl dd{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #006699;
	margin-bottom:30px;
	line-height:120%;
	color:#006699;
}

.blog_syousai_b_post{
	width:100%;
	height:auto;	
}

.blog_syousai_b_post hr{
	border:none;
	border-bottom:1px dotted #333333;
	margin:30px 0;
}

.blog_syousai_b_post p{
	margin-bottom:20px;
	
}

.blog_syousai_b_post h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	
}




.blog_syousai_b_post img{
	text-align:center;
	margin-bottom:20px;

}

.blog_syousai_b_r{
	width:28%;
	height:auto;
	float:right;
}

.blog_syousai_side_ttl{
	width:100%;
	height:auto;

	background:#56a502;
	color:#FFF;
	font-size:15px;
	line-height:100%;

	text-align:center;
	padding:11px 0 9px 0;

　　/*角丸*/
	-webkit-border-radius: 5px 5px 0 0;     /* for Safari and Chrome */
	moz-border-radius: 5px 5px 0 0;    /* for Firefox */
	-o-border-radius: 5px 5px 0 0;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px 5px 0 0;   /* Linux browsers */
	border-radius: 5px 5px 0 0;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.blog_syousai_side_list{
	width:92%;
	height:auto;
	padding:0px 4%;
	background:#f7f4f0;
	margin-bottom:40px;



}

.blog_syousai_side_list ul li{
	font-size:12px;
	color:#000000;
	border-bottom:1px dotted #cccccc;
	padding:13px 0;
}

.blog_syousai_side_list ul li a{
	color:#7c6969;
	text-decoration:underline;	
}

.blog_syousai_side_list ul li a:hover{
	color:#7c6969;
	text-decoration:none;
}

.blog_syousai_side_list ul li:last-child{
	border-bottom:none;
}



/* blog 一覧----------------------------- */


.blog_list01{
	width:100%;
	height:auto;	
}

.blog_list01 dl{
	width:100%;
	height:auto;
	
}

.blog_list01 dl dt{
	float:left;
	clear:both;
	font-size:14px;
	margin-right:20px;
	color:#0099cc;
}

.blog_list01 dl dd{
	font-size:14px;
	color:#333;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCCCCC

}

.blog_list01 dl dd a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.blog_list01 dl dd a:hover{
	font-size:12px;
	color:#333;
	text-decoration:underline;
}

.pager_list_b{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:30px;	
}

.pager_list_b_l{
	width:49%;
	height:auto;
	text-align:center;
	float:left;
}

.pager_list_b_r{
	width:49%;
	height:auto;
	text-align:center;
	float:right;
}

.pager_list_b a{
	font-size:16px;
	color: #52A138;
	text-decoration:underline;
}

.pager_list_b a:hover{
	color: #52A138;
	text-decoration:none;
}



/* blog カテゴリー一覧----------------------------- */

.blog_cat_list_b{
	width:100%;
	height:auto;
}

.blog_cat_list_b dl{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.blog_cat_list_b dl dt{
	float:left;
	clear:both;
	font-size:13px;
	margin-right:15px;
	color:#0099cc;
}

.blog_cat_list_b dl dd{
	font-size:13px;
	color:#333;
	margin-bottom:5px;
	margin-left:100px;

}

.blog_cat_list_b dl dd a{
	font-size:13px;
	color:#333;
	text-decoration:none;
}

.blog_cat_list_b dl dd a:hover{
	font-size:13px;
	color:#333;
	text-decoration:underline;


}




/* 会社情報------------------------------------------------------------------------------------------------------------------ */


/*会社概要----------------------------- */


.company_info_b01{
	width:100%;
	height:auto;
}

.company_info_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.company_info_b01 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	font-weight:bold;
}

.company_info_b01 dl dd{
	font-size:12px;
	color:#333;
	margin-bottom:20px;
	padding-left:135px;

}

#map001{
	width:100%;
	height:450px;
	margin-bottom:30px;
}


/*中継局----------------------------- */


.company_tyuukei_img{
	width:500px;
	height:auto;
	margin:0 auto;
	
}


/*基本計画----------------------------- */


.company_txt001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;
}

.company_txt001 p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:13px;
	
}

.company_txt001_right{
	text-align:right;
	
}

.company_dl01{
	width:100%;
	height:auto;
}

.company_dl01 dl{
	width:100%;
	height:auto;	
}

.company_dl01 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:13px;
}

.company_dl01 dl dd{
	font-size:13px;
	margin-bottom:40px;
}

.company_dl01 dl dd dl{
	margin-top:15px;
	margin-left:10px;
	
}

.company_dl01 dl dd dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

.company_dl01 dl dd dl dd{
	font-size:13px;
	margin-bottom:13px;
}

.company_dl01 dl dd dl dd ul{
	margin-top:7px;
}

.company_dl01 dl dd dl dd ul li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:3px;

}



/* 採用情報------------------------------------------------------------------------------------------------------------------ */



.recruit_txt001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;	
}

.recruit_01{
	width:100%;
	height:auto;
	margin-bottom:35px;	
}

.recruit_01 dl{
	width:100%;
	height:auto;	
}

.recruit_01 dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

.recruit_01 dl dd{
	font-size:13px;
	margin-bottom:25px;
	margin-left:15px;
}

.recruit_01 p{
	font-size:18px;
	color:#ff0000;
}

.recruit_contact{
	width:100%;
	height:auto;
}

.recruit_contact_txt01{
	font-size:13px;
	margin-bottom:25px;
}

.recruit_contact_txt02{
	font-size:13px;
	margin-bottom:20px;
}

.recruit_contact_txt02 dl dt{
	float:left;
	clear:both;
	font-size:13px;
	font-weight:bold;
}

.recruit_contact_txt02 dl dd{
	font-size:12px;
	color:#333;
	padding-left:75px;

}

.recruit_contact_txt03{
	font-size:13px;

	
}

.recruit_contact_txt03 p{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	
}



/* テーマ------------------------------------------------------------------------------------------------------------------ */

/*お問い合わせ----------------------------- */


.theme_contact001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;	
}

.theme_contact001_01{
	text-align:center;
	font-size:13px;
	color:#0099cc;
	margin-top:20px;
	border:1px solid #0099cc;

}

.theme_contact001_01 a{
	font-size:13px;
	color:#0099cc;
	text-decoration:underline;
	display:block;
	padding:10px 0;
}

.theme_contact001_01 a:hover{
	font-size:13px;
	color:#0099cc;
	text-decoration:none;
}


.theme_contact001_img_b{
	width:100%;
	height:auto;
	margin-top:20px;
}

.theme_contact001_img_b_l{
	float:left;
	margin-right:10px;
}

.theme_contact001_img_b_r{
	float:left;
	padding-top:25px;
}

.theme_contact001_img_b_r a{
	font-size:13px;
	color:#0099cc;
	text-decoration:underline;
}

.theme_contact001_img_b_r a:hover{
	font-size:13px;
	color:#0099cc;
	text-decoration:none;
}




/* スポンサー------------------------------------------------------------------------------------------------------------------ */



.sponsor_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sponsor_b01 table{
	width:100%;
	height:auto;	
}

.sponsor_b01 table th{
	width:36%;
	border-collapse:collapse;
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	font-weight:bold;
	padding:10px 2% 10px 0;
}

.sponsor_b01 table td{
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	padding:10px 0 10px 0;
}

.sponsor_b01 table a{
	color:#666666;
	text-decoration:underline;
}

.sponsor_b01 table a:hover{
	color:#666666;
	text-decoration:none;
}

/* お問い合わせフォーム---------------------------------------------- */


#contact-t{
	width:100%;
	height:auto;
	margin-bottom:30px;
	text-align:left;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding-top:10px;
	padding-bottom:10px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:35%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	background:#FFF;
	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
}

.with-form2{
	width:97%;
	height:auto;
	padding:1%;
	border:1px solid #CCC;
	margin-top:10px;
}




.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}

input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#E7E4DD;
    color:#666;
	font-weight:bold;
    border-style: none;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}



#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;

    background-size:20px 10px;
    background-position: right center;
    height: 30px;
    line-height: 10px;
    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}
@-moz-document url-prefix() { /* for firefox */
    #contact-f select {
        background:none;
        background-color: #FFF;
    }
}



.contact-f_w01{
	width:50%;	
}

.contact-f_w02{
	width:20%;
	margin-right:10px;	
}





#contact-f01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#contact-f01 table{
	width:100%;
	height:auto;

}

#contact-f01 th{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;

	color:#000;
	width:100%;	
	font-family: "メイリオ", sans-serif;
	padding:0 0 5px 0;
}

#contact-f01 td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;

	background:#FFF;
	font-family: "メイリオ", sans-serif;

	padding:0 0 25px 0;
}

#contact-f01 span{
	color:#F00;
	font-size:12px;

}


.contact-f01_bottom01{
	padding-bottom:25px !important;
	text-decoration:underline;
	color:#FF6600 !important;
}

#job_contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;

    border:1px solid #CCC;
	vertical-align:text-top;
}


#contact-f01 input[type=radio],
#contact-f01 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f01 input[type=radio] + label,
#contact-f01 input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 13px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f01 input[type=radio],
#contact-f01 input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f01 input[type=radio] + label,
#contact-f01 input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f01 input[type=radio] + label::before,
#contact-f01 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f01 input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f01 input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f01 input[type=radio]:checked + label::after,
#contact-f01 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f01 input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
#contact-f01 input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	
	
}


/* 検索ボックス---------------------------------------------- */	
	
	
	
#cse-search-box {
    width: 150px !important;
	position:relative;
}
 
#cse-search-box div {

}
 
#cse-search-box input[type="text"] {
    width: 138px;
    height:22px;
    font-size: 13px;
    padding: 1px 0px 3px 5px !important;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
 
#cse-search-box input[type="submit"] {
	position:absolute;
	right:10px;
	top:5px;
	width:20px;
	height:15px;
    background:url(../img/common/icon_search.png) right 0px no-repeat;
    border: 0 none;
    color: #ffffff;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

}	



/* カレンダー---------------------------------------------- */




#wp-calendar{
	width:100%;

}

#wp-calendar caption{
	text-align:center;
	width:auto;
	font-size:22px;
	margin-bottom:15px;
}

#wp-calendar table{
	background:#FFFDEE;	
}

#wp-calendar th{
	width:14.2%;
	height:50px;
	border:1px solid #FFF;
	font-style:normal;
	font-size:18px;
	text-align:center;
	background:#666;
	color:#FFF;

}

#wp-calendar tr{
	background:#FBFBFB;		
}

#wp-calendar td{

	height:80px;
	color:#444;



	padding:10px 5px;
	text-align:center;
	vertical-align:top;
	font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#wp-calendar td.event{
	color:#0092B2;
}

#wp-calendar td a{
	margin-top:10px;
	margin-bottom:5px;
	display:block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	text-decoration:none;
	line-height:130%;
}

#wp-calendar td a:hover{
	text-decoration:underline;
	
}










.theme_goody_lunch{
	color:#FC3 !important;
}

.theme_wagamachi{
	color:#096 !important;
}

.theme_rajiputa{
	color:#36C !important;
}

.theme_imawotanoshimu{
	color:#F30 !important;
}


.theme_bangbang{
}

.theme_yosoro{	
}

.theme_raramyu{
}




#wp-calendar td.pad{

} // カレンダー上で日付がない箇所

#wp-calendar tfoot{


} // 前後月へのリンク


#prev{
	font-size:16px !important;
	margin-left:10px !important;
}

#next{
	text-align:right !important;
	font-size:16px !important;
	
}

#wp-calendar tfoot a{
	color:#000;
	text-decoration:underline;
	font-size:18px !important;
	text-align:center;

}

#wp-calendar tfoot a:hover{
	color:#000;
	text-decoration:none;
	
}


#calendar_color{
	width:100%;
	height:auto;
	margin-top:30px;
}

#calendar_color ul li{
	background:url(../img/common/list01.jpg) left no-repeat;
	font-size:14px;
	float:left;
	margin-right:20px;
	padding-left:10px;
	margin-bottom:5px;
}












/* カレンダー-　タブ--------------------------------------------- */

.calendar_tab01{
	width:100%;
	height:auto;
	margin-bottom:25px;
}

.calendar_tab01 ul li{
	width:49%;
	height:22px;
	float:left;
	margin-right:1%;
	text-align:center;
	padding-top:5px;
	margin-bottom:8px;
	
}

.calendar_tab01 ul li:nth-child(2){
	float:right;
	margin-right:0;
}


.calendar_tab01 ul li:last-child{
	float:right;
	margin-right:0;
}

.calendar_tab01 ul li a{
	color:#FFF;
	padding-top:8px;	
}

.calendar_tab01 ul li a:hover{
	color:#FFF;
	text-decoration:underline;	
}


.calendar_tab_C01{
	background:#FFCC33;	
}

.calendar_tab_C02{
	background:#2FA47A;	
}

.calendar_tab_C03{
	background:#54A3EA;	
}

.calendar_tab_C04{
	background:#FF335D;	
}














}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 700px) {
	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:150px;
	height:auto;
	position:absolute;
	left:50%;
	top:9px;
	margin-left:-75px;
}

h1 img{
	width:100%;
	height:auto;
}

h2.h2_01{
	background:url(../img/common/h_icon.jpg) left top no-repeat;
	font-size:22px;
	font-weight:bold;
	padding-top:1px;
	padding-left:30px;
	margin-bottom:20px;
	line-height:110%;

}


h2.h2_01 span{
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	font-weight:normal;
}

h2.h2_01 span a{
	background: url(../img/top/news_list.jpg) left 3px no-repeat;
	padding-left:18px;
	font-size: 13px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#000;
	text-decoration:none;
	margin-left:18px;
		
	

}

h2.h2_01 span a:hover{
	color:#000;
	text-decoration:underline;	
}


h2.h2_02{
	line-height:100%;
	font-family: 'Fjalla One', sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:17px;
	text-align:center;
}

h2.h2_02 p{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	font-weight:normal;
	margin-top:1px;
}


/* ↓↓↓各ページトップイメージ ↓↓↓---------------------------------------------- */


h2.h2_03_program_news{
	width: 100%;
	height:70px !important;
	background:url(../img/news/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

h2.h2_03_program_news01{
	width: 100%;
	height:70px !important;
	background:url(../img/news01/h2_news_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}


h2.h2_03_program_info{
	width: 100%;
	height:70px !important;
	background:url(../img/program_info/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

h2.h2_03_personality{
	width: 100%;
	height:70px !important;
	background:url(../img/personality/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

h2.h2_03_theme{
	width: 100%;
	height:70px !important;
	background:url(../img/theme/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}


h2.h2_03_theme_blog{
	width: 100%;
	height:70px !important;
	background:url(../img/theme_blog/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}




h2.h2_03_archive{
	width: 100%;
	height:70px !important;
	background:url(../img/archive/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}


h2.h2_03_company{
	width: 100%;
	height:70px !important;
	background:url(../img/company/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}


h2.h2_03_contact{
	width: 100%;
	height:70px !important;
	background:url(../img/contact/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}



h2.h2_03_shingikai{
	width: 100%;
	height:70px !important;
	background:url(../img/shingikai/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}


h2.h2_03_sponsor{
	width: 100%;
	height:70px !important;
	background:url(../img/sponsor/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}




h2.h2_03_thema_blog{
	width: 100%;
	height:86px !important;
	background:url(../img/theme_blog/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}



h2.h2_03_kako_blog{
	width: 100%;
	height:86px !important;
	background:url(../img/kako_blog/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
	margin-bottom:10px;
}



h2.h2_03_gachiraji{
	width: 100%;
	height:86px !important;
	background:url(../img/gachiraji/h2_top_s.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}





/* ↑↑↑各ページトップイメージ ↑↑↑---------------------------------------------- */


h3.h3_01{
	background:url(../img/common/h_icon.jpg) left top no-repeat;
	font-size:22px;
	font-weight:bold;
	padding-top:1px;
	padding-left:30px;
	margin-bottom:20px;
	line-height:110%;
}

h4.h4_01{
	width:92%;
	height:auto;
	background:#f7f4f0 url(../img/common/h4_01_border01.jpg) left no-repeat;
	font-size:13px;
	color:#078dd0;
	font-weight:bold;
	padding:9px 2% 8px 5%;
	margin-bottom:20px;

}

h4.h4_02{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #006699;
	margin-bottom:10px;
	line-height:120%;
	color:#006699;
	
}	

h5.h5_01{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #999999;
	padding-bottom:7px;
	margin-bottom:30px;
	
}

h5.h5_02{
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	
}



/* 各ページ　トップ表示---------------------------------------------- */


/* 各ページ　トップ表示  ニュース---------------------------------------------- */

.page_top_bg_news{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}

.page_top_bg_news01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_news{
	width:100%;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_news{
	width:74px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_news ul li::before,
.page_top_in_menu_news ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_news ul li,
.page_top_in_menu_news ul li::before,
.page_top_in_menu_news ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_news ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_news ul li{
	width:74px;
	height:74px;
	float:left;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	background:#FFF;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_news li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.page_top_in_menu_news ul li a{
	width:74px;
	height:74px;
	background:#FFF;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_news ul li a:hover{
	width:70px;
	height:70px;
	background:none;
	border:2px solid #FFF;
	color:#FFF;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

/* 各ページ　トップ表示  プログラム---------------------------------------------- */

.page_top_bg_program{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}

.page_top_bg_program01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_program{
	width:100%;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_program{
	width:232px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_program ul li::before,
.page_top_in_menu_program ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_program ul li,
.page_top_in_menu_program ul li::before,
.page_top_in_menu_program ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_program ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_program ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ff0000;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_program ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_program ul li:nth-child(3){
	margin-right:0;
	float:left;
}

.page_top_in_menu_program ul li:nth-child(4){
	margin-bottom:0;
	margin-left:39px;
}

.page_top_in_menu_program ul li:nth-child(5){
	margin-bottom:0;
	margin-right:40px;
}




.page_top_in_menu_program ul li a{
	width:74px;
	height:74px;
	background:url(../img/program_info/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_program ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #ff4c4c;
	color:#ff0000;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  パーソナリティ---------------------------------------------- */

.page_top_bg_personality{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}

.page_top_bg_personality01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_personality{
	width:100%;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_personality{
	width:153px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_personality ul li::before,
.page_top_in_menu_personality ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_personality ul li,
.page_top_in_menu_personality ul li::before,
.page_top_in_menu_personality ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_personality ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_personality ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_personality ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_personality ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_personality ul li a{
	width:74px;
	height:74px;
	background:url(../img/personality/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_personality ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #ffcc00;
	color:#e6bb0d;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}



/* 各ページ　トップ表示  テーマ---------------------------------------------- */

.page_top_bg_theme{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}

.page_top_bg_theme01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_theme{
	width:100%;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_theme{

	width:153px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_theme ul li::before,
.page_top_in_menu_theme ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_theme ul li,
.page_top_in_menu_theme ul li::before,
.page_top_in_menu_theme ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_theme ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_theme ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#111987;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_theme ul li a{
	width:74px;
	height:74px;
	background:#FFF;
	color:#111987;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_theme ul li a:hover{
	width:70px;
	height:70px;
	background:none;
	border:2px solid #FFF;
	color:#FFF;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}



/* /* 各ページ　トップ表示  テーマ テーマブログ---------------------------------------------- */

.page_top_bg_theme_blog{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}


.page_top_in_menu_theme_blog01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_theme_blog{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_theme_blog{
	max-width:100%;
	width:311px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_theme_blog ul li::before,
.page_top_in_menu_theme_blog ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_theme_blog ul li,
.page_top_in_menu_theme_blog ul li::before,
.page_top_in_menu_theme_blog ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_theme_blog ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_theme_blog ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;

	color:#ff0000;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme_blog ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_theme_blog ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_theme_blog ul li a{
	width:74px;
	height:74px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_theme_blog ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #111987;
	color:#111987;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}





/* 各ページ　トップ表示  アーカイブ---------------------------------------------- */

.page_top_bg_archive{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}

.page_top_in_archive01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_archive{
	width:311px;
	height:auto;
	margin:0 auto;	
}


.page_top_in_menu_archive ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_archive ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#008837;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.page_top_in_menu_archive ul li:nth-child(4){
	margin-right:0;
	float:left;
}




.page_top_in_menu_archive ul li:nth-child(5){
	margin-bottom:0;
	margin-left:0;
}

.page_top_in_menu_archive ul li:nth-child(6){
	margin-bottom:0;
	margin-right:5px;
}


.page_top_in_menu_archive ul li:nth-child(7){
	margin-bottom:0;
	margin-right:5px;
}

.page_top_in_menu_archive ul li:nth-child(8){
	margin-bottom:0;
	margin-left:0;
}




.page_top_in_menu_archive ul li a{
	width:74px;
	height:74px;
	background:url(../img/archive/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_archive ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #008837;
	color:#008837;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}




/* 各ページ　トップ表示  お問い合わせ---------------------------------------------- */

.page_top_bg_contact{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}


.page_top_bg_contact01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	background:url(../img/common/page_top_bg_contact.jpg) repeat;
	margin-bottom:20px;
}

.page_top_in_contact{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_contact{
	max-width:100%;
	width:232px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_contact ul li::before,
.page_top_in_menu_contact ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_contact ul li,
.page_top_in_menu_contact ul li::before,
.page_top_in_menu_contact ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_contact ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_contact ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_contact ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_contact ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_contact ul li a{
	width:74px;
	height:74px;
	background:url(../img/contact/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_contact ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #ff9471;
	color:#ff6634;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}


/* 各ページ　トップ表示  会社概要・審議会・スポンサー---------------------------------------------- */

.page_top_bg_gaiyou{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_news.jpg) repeat;*/
	margin-bottom:20px;
}


.page_top_bg_gaiyou01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_gaiyou{
	width:232px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_gaiyou ul li::before,
.page_top_in_menu_gaiyou ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_gaiyou ul li,
.page_top_in_menu_gaiyou ul li::before,
.page_top_in_menu_gaiyou ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_gaiyou ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_gaiyou ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	margin-bottom:10px;


	color:#908f8f;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gaiyou ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gaiyou ul li:nth-child(3){
	margin-right:0;
	float:left;
}

.page_top_in_menu_gaiyou ul li:nth-child(4){
	margin-bottom:0px;
}

.page_top_in_menu_gaiyou ul li:nth-child(5){
	margin-bottom:0px;
}

.page_top_in_menu_gaiyou ul li:last-child{
	margin-right:0;
	float:left;
	margin-bottom:0px;
}

.page_top_in_menu_gaiyou ul li a{
	width:74px;
	height:74px;
	background:url(../img/company/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_gaiyou ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #b7b7b7;
	color:#999999;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}





/* テーマブログ---------------------------------------------- */

.page_top_bg_thema{
	width:100%;
	height:auto;
	padding:0px 0 14px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:40px;
}


.page_top_bg_thema01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_menu_thema{
	width:311px;
	height:auto;
	margin:0 auto
}

.page_top_in_menu_thema ul li::before,
.page_top_in_menu_thema ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_thema ul li,
.page_top_in_menu_thema ul li::before,
.page_top_in_menu_thema ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_thema ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_thema ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	margin-bottom:10px;


	color:#908f8f;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_thema ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.page_top_in_menu_thema ul li:nth-child(4){
	margin-right:0;
	float:left;
}


.page_top_in_menu_thema ul li:last-child{
	margin-right:0;
	float:left;
	margin-bottom:0px;
}

.page_top_in_menu_thema ul li a{
	width:74px;
	height:74px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_thema ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #ff8a00;
	color:#ff8a00;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}



/* 各ページ　トップ表示 　過去ブログ---------------------------------------------- */

.page_top_bg_kako_blog{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:25px;
}

.page_top_bg_kako_blog01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}

.page_top_in_kako_blog{
	max-width:97%;
	width:960px;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_kako_blog{
	max-width:100%;
	width:153px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_kako_blog ul li::before,
.page_top_in_menu_kako_blog ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_kako_blog ul li,
.page_top_in_menu_kako_blog ul li::before,
.page_top_in_menu_kako_blog ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_kako_blog ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_kako_blog ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ecb717;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_kako_blog ul li:last-child{
	margin-right:0;
	float:left;
}

.page_top_in_menu_kako_blog ul li a{
	width:74px;
	height:74px;
	background:url(../img/theme_blog/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:13px;
	line-height:120%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_kako_blog ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #111987;
	color:#111987;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}





/* 各ページ　トップ表示  がちらじ---------------------------------------------- */

.page_top_bg_gachiraji{
	width:100%;
	height:auto;
	padding:0px 0 18px 0;
/*	background:url(../img/common/page_top_bg_base.jpg) repeat;*/
	margin-bottom:30px;
}

.page_top_bg_gachiraji01{
	width:100%;
	height:auto;
	padding:0px 0 0px 0;
	margin-bottom:20px;
}


.page_top_in_gachiraji{
	width:100%;
	height:auto;
	margin:0 auto;
}

.page_top_in_menu_gachiraji{
	width:232px;
	height:auto;
	margin:0 auto;	
}

.page_top_in_menu_gachiraji ul li::before,
.page_top_in_menu_gachiraji ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.page_top_in_menu_gachiraji ul li,
.page_top_in_menu_gachiraji ul li::before,
.page_top_in_menu_gachiraji ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .8s;
}


.page_top_in_menu_gachiraji ul {
	width:100%;
	height:auto;
}

.page_top_in_menu_gachiraji ul li{
	width:74px;
	height:74px;
	float:left;
	margin-right:5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;


	color:#ff0000;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gachiraji ul li:hover {
	width:74px;
	height:74px;
	background:none;

	color:#FFF;

	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.page_top_in_menu_gachiraji ul li:nth-child(3){
	margin-right:0;
	float:left;
}

.page_top_in_menu_gachiraji ul li:nth-child(4){
	margin-bottom:0;
	margin-left:39px;
}

.page_top_in_menu_gachiraji ul li:nth-child(5){
	margin-bottom:0;
	margin-right:40px;
}




.page_top_in_menu_gachiraji ul li a{
	width:74px;
	height:74px;
	background:url(../img/gachiraji/page_menu_bg.jpg) repeat;
	color:#FFF;
	display:block;
	font-size:11px;
	line-height:110%;
		
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.page_top_in_menu_gachiraji ul li a:hover{
	width:70px;
	height:70px;
	background:#FFF;
	border:2px solid #00d2ff;
	color:#00d2ff;
	
　　/*角丸*/
	-webkit-border-radius: 50%;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%x;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}









/* トップ--------------------------------------------- */


#top_news_b{
	width:100%;
	height:auto;
}

#top_news_b_l{
	width:100%;
	height:auto;
	float:none;
}

#top_news_b_r{
	width:100%;
	height:auto;
	float:none;
}

.top_news_list{
	width:100%;
	height:auto;
	padding:0%;
	margin-bottom:30px;
}

.top_news_list ul{
	width:100%;
	height:auto;
}

.top_news_list ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:35px;
}


.top_news_list ul li:nth-child(3n){
	margin-right:0;
}

.top_news_list ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}


.top_news_list_img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	
	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}


.top_news_list_img img{
	width:100%;
	height:auto;	
	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}
	
.top_news_list_img:hover img {
	-webkit-transform: scale(1.3);
}

.top_news_list ul li dl{
	width:100%;
	height:auto;	
}

.top_news_list ul li dl dt{
	width:90%;
	height:auto;
	padding:3px 5% 2px 5%;
	line-height:110%;
	
	display: table-cell;
	width:222px;
	height:30px;
    vertical-align: middle;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	

}

.top_news_list ul li dl dd{
	width:100%;
	height:auto;
	color:#333333;
	font-size:12px;
	line-height:130%;
	text-align:left;
	max-height:55px;
	margin-top:5px;
}

.top_news_list ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}
.top_news_list ul li dl dd a{
	font-size:12px;
	color:#078dd0;
	text-decoration:underline;	
}

.top_news_list ul li dl dd a:hover{
	color:#078dd0;
	text-decoration:none;
}

.news_ttl{
	visibility: hidden;
	height:80px;
}

.news_ttl a{

	color:#078dd0;
	text-decoration:underline;	
}

.news_ttl a:hover{
	color:#078dd0;
	text-decoration:none;
}




.news{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#003366;
}


.theme_gatiraji{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#61A4ED;	
}


.wagamachi{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#56a607;
	
}

.shinsai_report{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#cc6666;	
}

.alios_blog{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#cc9966;	
}

.mimitasu{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#999966;	
}

.mimitasu_kobore{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#33cccc;		
}

.sea_wave_archive{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#9999cc;	
}

.listener_gift{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#ebbc00;		
}

.syokurepo{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#ef1d1d;		
}

.shingikai{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#32a1ab;		
}


.theme_blog{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#F27398;		
}



#twitter_icon{
	width:40px;
	height:auto;
	margin:0 auto 17px auto;
}

#twitter_b{
	width:100% !important;
	height:320px !important;
}

.twitter-timeline{

	min-width: 100% !important;
  }

  
.top_contents_list{
	width:100%;
	height:auto;	
}

.top_contents_list ul{
	width:100%;
	height:auto;	
}

.top_contents_list ul li{
	width:100%;
	height:auto;
	margin-right:0;
	margin-bottom:15px !importantl
	float:none;
}

.top_contents_list ul li:nth-child(2n){
	float:right;
	margin-right:0 !important;

}



.top_contents_list ul li dl{
	width:100%;
	height:auto;
}

.top_contents_list ul li dl dt{
	font-size:24px;
	font-family: 'Fjalla One', sans-serif;
	color:#FFF;
	padding-top:10px;
	padding-left:18px;
	padding-bottom:2px;
	line-height:120%;
}

.top_contents_list ul li dl dt p{
	font-size:12px;	
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#FFF;
	display:inline;
	margin-left:10px;

}

.top_contents_list ul li dl dd{
	background:#333333;
	padding:15px 13px !important;
	float:none;
	margin:0 !important;
	min-height:0;
}

.top_contents_list ul li dl dd ul {
	width:100%;
	height:auto;
}

.top_contents_list ul li dl dd ul li{
	width:100%;
	margin:0;
	float:none !important;
	background:url(../img/top/top_contens_list.jpg) left 6px no-repeat;
	padding-left:9px;
	margin-bottom:5px;
	font-size:12px;
}

.top_contents_list ul li dl dd ul li a{
	color:#FFF !important;
	text-decoration:none;
}

.top_contents_list ul li dl dd ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;	
}

.top_contents_list ul li dl dd ul li li:last-child{
	margin-bottom:0;
}


.top_contents_list_program{
	background:url(../img/common/nav_program.jpg) repeat;
}

.top_contents_list_personality{
	background:url(../img/common/nav_personality.jpg) repeat;	
}

.top_contents_list_theme{
	background:url(../img/common/nav_theme.jpg) repeat;
}

.top_contents_list_archive{
	background:url(../img/common/nav_archive.jpg) repeat;	
}


/* おすすめ-------------- */

.responsive{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.recommended_list{
	width:100%;
	height:auto;	
}

.recommended_list_b{
	margin-right:10px;
	
}
.recommended_list_b dl{
	max-width:360px;
	width:100%;
}

.recommended_list_b dl dt{
	margin:0;
	padding:0;
	overflow:hidden;
}

.recommended_list_b dl dt img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recommended_list_b dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}


.recommended_list_b dl dt img{
	width:100%;
	height:auto;
}

.recommended_list_b dl dd{
	padding:5px 0;
	background:#FFF;
	
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
	line-height:140%;
	
/*    display: table-cell;
	width:330px;
	height:55px;
    vertical-align: middle;	*/
}

.recommended_list_b dl dd a{
	color:#000;
	text-decoration:none;	
}

.recommended_list_b dl dd a:hover{
	color:#000;
	text-decoration:underline;	
}

.recommended_list_b dl dd dl dt{
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
}

.recommended_list_b dl dd dl dt a{
	color:#000;
	text-decoration:none;	
}

.recommended_list_b dl dd dl dt a:hover{
	color:#000;
	text-decoration:underline;	
}


.recommended_list_b dl dd dl dt p{
	font-size:13px;
	margin-top:3px;
	font-weight:normal;
	line-height:120%;	
}

.recommended_list_b dl dd dl dd{
	padding:0;
	font-size:12px;
	line-height:140%;

}


/* Program Info  番組情報--------------------------------------------------------------------------------------------------------------------------------------------- */


/* Archive 番組-------------- */

.program_b01{
	width:100%;
	height:auto;	
}

.program_b01 ul{
	width:100%;
	height:auto;	
}

.program_b01 ul li{
	width:100%;
	height:auto;
	min-height:0;
	margin-right:0%;
	margin-bottom:15px;
	float:none;
}

.program_b01 ul li:nth-child(2n){
	margin-right:0;
	float:none;
}

.program_b01_in{
	width:100%;
	height:auto;	
}

.program_b01_img{
	width:29%;
	height:auto;

	float:left;
}

.program_b01_img img{
	width:100%;
	height:auto;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.program_b01_img:hover img {
	opacity: .5;
}

.program_b01_in dl{
	width:68%;
	height:auto;
	float:right;	
}

.program_b01_in dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}

.program_b01_in dl dt a{
	color:#000;
	text-decoration:underline;	
}

.program_b01_in dl dt a:hover{
	color:#000;
	text-decoration:none;
}

.program_b01_in dl dd{
	font-size:11px;
	margin-bottom:5px;
	line-height:130%;
}

.program_b01_in dl p{
	font-size:12px;
	margin-bottom:2px;
	overflow:hidden;
	line-height:130%;
}


.program_b01_in_blog a{
	font-size:12px;
	color:#ff3333;
	text-decoration:none;		
}
.program_b01_in_blog a:hover{
	color:#ff3333;
	text-decoration:underline;	
}




/* 番組 リスト表示 5玉----------------------------- */



.program_list_01_b{
	width:100%;
	height:auto;
}

.program_list_01_b ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:25px;
}


.program_list_01_b ul li:nth-child(3n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}

.program_list_01_b ul li:nth-child(5n){
	margin-right:1.7%;
	float:left;
}

.program_list_01_b ul li:nth-child(12n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(15n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(18n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(21n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(24n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(27n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(30n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(33n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(36n){
	margin-right:0;
	float:left;
}

.program_list_01_b ul li:nth-child(36n){
	margin-right:0;
	float:left;
}





.program_list_01_b ul li dl{
	width:100%;
	height:auto;	
}

.program_list_01_b ul li dl dt{
	width:100%;
	height:auto;

	
	overflow:hidden;

	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.program_list_01_b ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.program_list_01_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}



.program_list_01_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.program_list_01_b ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:55px;
	line-height:130%;

}

.program_list_01_b ul li dl dd a{
	font-size:12px;
	color:#078dd0;
	text-decoration:underline;
}

.program_list_01_b ul li dl dd a:hover{
	font-size:12px;
	color:#078dd0;
	text-decoration:none;
}











/*  番組詳細ページ-------------- */

.program_s_b{
	width:100%;
	height:auto;	
}

.program_s_b dl{
	width:100%;
	height:auto;
	margin-bottom:35px;		
}

.program_s_b dl dt{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}

.program_s_b dl dt p{
	font-size:13px;
	font-weight:normal;
	margin-top:8px;
}

.program_s_b dl dd{
	font-size:13px;
	line-height:160%;
}

.program_s_personality{
	width:100%;
	height:auto;	
}

.program_s_personality ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	margin-bottom:15px;
	float:left;
}

.program_s_personality ul li:nth-child(3n){
	margin-right:0;
	float:right !important;
}


.program_s_personality ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}





.program_s_personality_img{
	margin-bottom:10px;

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.program_s_personality_img:hover{
	opacity: .7;
}
.program_s_personality_img img{
	width:100%;
	height:auto;
}

.program_s_personality ul li dl{
	width:100%;
	height:auto;
	margin:0;	
}

.program_s_personality ul li dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}

.program_s_personality ul li dl dd{
	font-size:12px;
	line-height:140%;
	margin:0;
}


.program_s_personality ul li a{
	color:#000;
	text-decoration:none;
}


.program_s_personality ul li a:hover{
	color:#000;
	text-decoration:underline;
}




/*  番組表-------------- */

.timetable_day{
	width:100%;
	height:auto;	
}

.timetable_day ul li{
	width:13.6%;
	height:auto;
	margin-right:0.8%;
	margin-bottom:20px;
	float:left;
	background:#EEE;
	text-align:center;
	position: relative;

}

.timetable_day ul li:nth-child(7n){
	margin-right:0;
	float:right;
}

.timetable_day ul li a{
	background:#595656;
	padding:8px 0;
	display:block;
	color:#FFF;
	font-size:13px;
}

.timetable_day ul li a:hover{
	background:#ff0000;
	color:#FFF;
	font-size:15px;

}

.timetable_day ul li a:hover:before{
	content: "";
	position: absolute;
	bottom: -24px;
	right: 15%;
	border: 12px solid transparent;
	border-top: 12px solid #ff0000;
}

.ttd_hover{
	background:#ff0000 !important;
	color:#FFF !important;
	font-size:15px;
}

.ttd_hover:before{
	content: "" !important;
	position: absolute !important;
	bottom: -20px !important;
	right: 15% !important;
	border: 10px solid transparent !important;
	border-top: 12px solid #ff0000 !important;
}

.timetable_b01{
	width:100%;
	height:auto;	
}


.timetable_b01 table{
	width:100%;
	height:auto;	
}

.timetable_b01 table th{
	width:10%;
	border-collapse:collapse;
	border-bottom:1px dotted #cccccc;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	padding:10px 1% 10px 1%;
	background:#009999;
	text-align:center;
}

.timetable_b01 table td{
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	padding:10px 3% 10px 3%;
}

.timetable_b01 table td dl dt{
	float:left;
	clear:both;
	font-size:13px;
	margin-right:15px;
	color:#000;
}

.timetable_b01 table td dl dd{
	font-size:13px;
	color:#009999;
	margin-bottom:3px;
	padding-left:45px;
	
}

.timetable_b01 table td dl dd p{
	color:#db9500;
	display:block;
}
/* Personality　パーソナリティ--------------------------------------------------------------------------------------------------------------------------------------------- */

.personality_list_b{
	width:100%;
	height:auto;
	border-bottom:1px dotted #c9cbca;
	padding-bottom:15px;
	margin-bottom:30px;
}

.personality_list_out{
	width:100%;
	height:auto;

}

.personality_list_in{
	width:100%;
	height:auto;

}

.personality_list_in_l{
	width:230px;
	height:auto;
	float:none;
	margin:0 auto 20px auto;
}

.personality_list_in_l img {
	width:100%;
	height:auto;
	
	border:1px solid #e6e6e6;
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}
	
.personality_list_in_r{
	width:100%;
	height:auto;
	float:right;
}

.personality_list_in_r dl{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.personality_list_in_r dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	border-top:2px dotted #999999;
	border-bottom:2px dotted #999999;
	padding:6px 0 5px 0;
}

.personality_list_in_r dl dt a{
	color:#000;
	text-decoration:underline;
}

.personality_list_in_r dl dt a:hover{
	color:#000;
	text-decoration:none;	
}

.personality_list_in_r dl dd{
	font-size:13px;
	line-height:130%;
}


.tantou_bangumi_b_out{
	width:100%;
	height:auto;
}

.tantou_bangumi_b{
	width:100%;
	height:auto;	
}

.tantou_bangumi_b dl{
	width:100%;
	height:auto;	
}

.tantou_bangumi_b dl dt{
	width:70px;
	height:auto;
	font-size:13px;
	color:#FFF;
	background:#ff3333;
	text-align:center;
	padding:4px 0 3px 0;
	margin-bottom:10px;	
}

.tantou_bangumi_b dl dt dd{
	width:100%;
	height:auto;		
}

.tantou_bangumi_b dl dd ul{
	border-bottom:none !important;	
}

.tantou_bangumi_b dl dd ul li{
	float:left;
	font-size:13px;
    margin-right:15px;
	margin-bottom:5px;
}

.tantou_bangumi_b dl dd ul li a{
	color:#078dd0;
	text-decoration:underline;
}

.tantou_bangumi_b dl dd ul li a:hover{
	color:#078dd0;
	text-decoration:none;
	
}









/* Archive アーカイブ--------------------------------------------------------------------------------------------------------------------------------------------- */

/* Archive アーカイブ  トップ-------------- */

.archive_top_p_b{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	margin-bottom:15px;
	float:left;
}


.archive_top_p_b ul li:nth-child(3n){
	margin-right:0;
	float:right !important;
}


.archive_top_p_b ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}



.archive_top_p_b ul li dl{
	width:100%;
	height:auto;	
}

.archive_top_p_b ul li dl dt{
	overflow:hidden;
	margin-bottom:8px;
	border:1px solid #e6e6e6;
	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.archive_top_p_b ul li dl dt img{
	width:100%;
	height:auto;
	
　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.archive_top_p_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.archive_top_p_b ul li dl dt a{

	display:block;
	color:#FFF;
	text-decoration:none;	
}

.archive_top_p_b ul li dl dt a:hover{
	color:#FFF;
	text-decoration:underline;
}

.archive_top_p_b ul li dl dd{
	width:100%;
	height:40px;
	font-size:14px;
}

.archive_top_p_b ul li dl dd a{
	color:#078dd0;
	text-decoration:underline;
}


.archive_top_p_b ul li dl dd a:hover{
	color:#078dd0;
	text-decoration:none;
}








/* blog------------------------------------------------------------------------------------------------------------------ */


/* blog news表示----------------------------- */


.blog_news_b{
	width:100%;
	height:auto;
}

.blog_news_b ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:25px;
}



.blog_news_b ul li:nth-child(3n){
	margin-right:0;
	float:left;
}


.blog_news_b ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}

.blog_news_b ul li:nth-child(5n){
	margin-right:1.7%;
	float:left;
}

.blog_news_b ul li:nth-child(12){
	margin-right:0;
	float:left;
}

.blog_news_b ul li:nth-child(15){
	margin-right:0;
	float:left;
}



.blog_news_b_img{
	width:100%;
	height:auto;
	margin-bottom:5px;

	border:1px solid #e6e6e6;
	overflow:hidden;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}

.blog_news_b_img img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.blog_news_b_img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}

.blog_news_b ul li dl{
	width:100%;
	height:auto;	
}

.blog_news_b ul li dl dt{
	width:90%;
	height:auto;
	padding:3px 5% 2px 5%;
	line-height:110%;
	
	display: table-cell;
	width:188px;
	height:30px;
    vertical-align: middle;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_news_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_news_b ul li dl dd{
	font-size:12px;
	color:#078dd0;
	height:85px;
	max-height:65px;
}

.blog_news_b ul li dl dd a{
	font-size:12px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_news_b ul li dl dd a:hover{
	font-size:12px;
	color:#078dd0;
	text-decoration:none;
}




/* blog リスト表示----------------------------- */



.blog_list_b{
	width:100%;
	height:auto;
}

.blog_list_b ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:25px;
}


.blog_list_b ul li:nth-child(3n){
	margin-right:0;
	float:left;
}

.blog_list_b ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}

.blog_list_b ul li:nth-child(5n){
	margin-right:1.7%;
	float:left;
}

.blog_list_b ul li:nth-child(12){
	margin-right:0;
	float:left;
}

.blog_list_b ul li:nth-child(15){
	margin-right:0;
	float:left;
}

.blog_list_b ul li dl{
	width:100%;
	height:auto;	
}

.blog_list_b ul li dl dt{
	width:100%;
	height:auto;

	
	overflow:hidden;

	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_list_b ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.blog_list_b ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}



.blog_list_b ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_list_b ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}

.blog_list_b ul li dl dd a{
	font-size:12px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_list_b ul li dl dd a:hover{
	font-size:12px;
	color:#078dd0;
	text-decoration:none;
}





/* blog リスト表示01----------------------------- */



.blog_list_b01{
	width:100%;
	height:auto;
}

.blog_list_b01 ul li{
	width:32.2%;
	height:auto;
	margin-right:1.7%;
	float:left;
	margin-bottom:25px;
}


.blog_list_b01 ul li:nth-child(3n){
	margin-right:0;
	float:left;
}

.blog_list_b01 ul li:nth-child(4n){
	margin-right:1.7%;
	float:left;
}

.blog_list_b01 ul li:nth-child(5n){
	margin-right:1.7%;
	float:left;
}

.blog_list_b01 ul li:nth-child(12){
	margin-right:0;
	float:left;
}

.blog_list_b01 ul li:nth-child(15){
	margin-right:0;
	float:left;
}

.blog_list_b01 ul li dl{
	width:100%;
	height:auto;	
}

.blog_list_b01 ul li dl dt{
	width:100%;
	height:auto;
	margin-bottom:5px;

	
	overflow:hidden;

	border:1px solid #e6e6e6;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
}



.blog_list_b01 ul li dl dt img{
	width:100%;
	height:auto;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}


.blog_list_b01 ul li dl dt:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.2);
}



.blog_list_b01 ul li dl dd p{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	margin-bottom:2px;
	line-height:120%;
}

.blog_list_b01 ul li dl dd{
	font-size:13px;
	color:#078dd0;
	height:85px;

}

.blog_list_b01 ul li dl dd a{
	font-size:12px;
	color:#078dd0;
	text-decoration:underline;
}

.blog_list_b01 ul li dl dd a:hover{
	font-size:12px;
	color:#078dd0;
	text-decoration:none;
}




/* blog リスト表示 01 プロフィール----------------------------- */

.blog_01_pro{
	width:98%;
	height:auto;
	background:url(../img/archive/gatiraji/pro_bg.jpg) repeat;
	padding:1%;
	
}

.blog_01_pro_ttl{
	width:96%;
	height:auto;
	background:#000000;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:1% 2%;
	margin-bottom:20px;
}

.blog_01_pro_b01{
	width:100%;
	height:auto;	
}


.blog_01_pro_b01_l_l{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:15px;
}

.blog_01_pro_b01_l{
	width:100%;
	height:auto;
	float:none;
	margin-right:0;
	text-align:center;
	margin-bottom:10px;

	
}

.blog_01_pro_b01_l img{
	width:auto;
	height:auto;
	
}

.blog_01_pro_b01_c{
	width:100%;
	height:auto;
	float:none;
	
	font-size:13px;
	line-height:150%;
	margin-bottom:10px;
}

.blog_01_pro_b01_r{
	width:100%;
	height:auto;
	float:noen;
}

.blog_01_pro_b01_r01{
	width:100%;
	height:auto;	
}

.blog_01_pro_b01_r01 dl{
	width:100%;
	height:auto;
	margin-bottom:15px;
}



.blog_01_pro_b01_r01 dl dt{
	width:100%;
	height:auto;
	background:#006699;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:8px 0 5px 0;
	text-align:center;
}

.blog_01_pro_b01_r01 dl dd{
	width:96%;
	height:auto;
	background:#00ccff;
	padding:15px 1% 5px 3%;
	
}


.blog_01_pro_b01_r01 dl dd dl dt{
	font-size:13px;
	color:#FFF;

	background:none;
	padding:0;
	margin:0 0 6px 0;
	text-align:left;
	line-height:120%;
}

.blog_01_pro_b01_r01 dl dd dl dd{
	font-size:12px !important;
	color:#000;
	padding:0;

	
}

.blog_01_pro_b01_r01_contact{
	width:100%;
	height:45px;
	background:url(../img/archive/gatiraji/message01_bg.jpg) repeat;
	padding:25px 0 0 0;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	
}


.blog_01_pro_b01_r01_contact img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blog_01_pro_b01_r01_contact:hover img {
	opacity: .5;
}




/* blog 詳細ページ----------------------------- */


.blog_syousai_b{
	width:100%;
	height:auto;
}

.blog_syousai_b_l{
	width:100%;
	height:auto;
	float:none;
	padding-top:5px;
}

.blog_syousai_ttl{
	width:100%;
	height:auto;	
}

.blog_syousai_ttl dl dt{
	font-size:12px;
	margin-bottom:5px;
	color:#999999;
}

.blog_syousai_ttl dl dd{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #006699;
	margin-bottom:30px;
	line-height:120%;
	color:#006699;
}

.blog_syousai_b_post{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.blog_syousai_b_post hr{
	border:none;
	border-bottom:1px dotted #333333;
	margin:20px 0;
}

.blog_syousai_b_post p{
	margin-bottom:20px;
	
}

.blog_syousai_b_post h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	
}




.blog_syousai_b_post img{
	text-align:center;
	margin-bottom:20;

}

.blog_syousai_b_r{
	width:100%;
	height:auto;
	float:none;
}

.blog_syousai_side_ttl{
	width:100%;
	height:auto;

	background:#56a502;
	color:#FFF;
	font-size:15px;
	line-height:100%;

	text-align:center;
	padding:11px 0 9px 0;

　　/*角丸*/
	-webkit-border-radius: 5px 5px 0 0;     /* for Safari and Chrome */
	moz-border-radius: 5px 5px 0 0;    /* for Firefox */
	-o-border-radius: 5px 5px 0 0;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px 5px 0 0;   /* Linux browsers */
	border-radius: 5px 5px 0 0;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

.blog_syousai_side_list{
	width:92%;
	height:auto;
	padding:0px 4%;
	background:#f7f4f0;
	margin-bottom:30px;



}

.blog_syousai_side_list ul li{
	font-size:12px;
	color:#000000;
	border-bottom:1px dotted #cccccc;
	padding:13px 0;
}

.blog_syousai_side_list ul li a{
	color:#7c6969;
	text-decoration:underline;	
}

.blog_syousai_side_list ul li a:hover{
	color:#7c6969;
	text-decoration:none;
}

.blog_syousai_side_list ul li:last-child{
	border-bottom:none;
}

/* blog 一覧----------------------------- */


.blog_list01{
	width:100%;
	height:auto;
	margin-bottom:20px;	
}

.blog_list01 dl{
	width:100%;
	height:auto;
	
}

.blog_list01 dl dt{
	float:none;
	clear:both;
	font-size:12px;
	margin-right:20px;
	color:#0099cc;
}

.blog_list01 dl dd{
	font-size:13px;
	color:#333;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCCCCC

}

.blog_list01 dl dd a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.blog_list01 dl dd a:hover{
	font-size:12px;
	color:#333;
	text-decoration:underline;
}



.pager_list_b{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:30px;	
}

.pager_list_b_l{
	width:49%;
	height:auto;
	text-align:center;
	float:left;
}

.pager_list_b_r{
	width:49%;
	height:auto;
	text-align:center;
	float:right;
}

.pager_list_b a{
	font-size:16px;
	color: #52A138;
	text-decoration:underline;
}

.pager_list_b a:hover{
	color: #52A138;
	text-decoration:none;
}






/* blog カテゴリー一覧----------------------------- */

.blog_cat_list_b{
	width:100%;
	height:auto;
}

.blog_cat_list_b dl{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.blog_cat_list_b dl dt{
	float:none;
	clear:both;
	font-size:13px;
	margin-right:0;
	color:#0099cc;
}

.blog_cat_list_b dl dd{
	font-size:12px;
	color:#333;
	margin-bottom:10px;
	margin-left:0;

}

.blog_cat_list_b dl dd a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.blog_cat_list_b dl dd a:hover{
	font-size:12px;
	color:#333;
	text-decoration:underline;


}


/* 会社情報------------------------------------------------------------------------------------------------------------------ */


/*会社概要----------------------------- */


.company_info_b01{
	width:100%;
	height:auto;
}


.company_info_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.company_info_b01 dl dt{
	float:none;
	clear:both;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

.company_info_b01 dl dd{
	font-size:12px;
	color:#333;
	margin-bottom:20px;
	padding-left:0px;

}

#map001{
	width:100%;
	height:350px;
	margin-bottom:30px;
}

/*中継局----------------------------- */


.company_tyuukei_img{
	width:100%;
	height:auto;
	text-align:center;
	
}

.company_tyuukei_img img{
	width:100%;
	height:auto;
	
}





/*基本計画----------------------------- */


.company_txt001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;
}

.company_txt001 p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	
}

.company_txt001_right{
	text-align:right;
	
}

.company_dl01{
	width:100%;
	height:auto;
}

.company_dl01 dl{
	width:100%;
	height:auto;	
}

.company_dl01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.company_dl01 dl dd{
	font-size:13px;
	margin-bottom:40px;
}

.company_dl01 dl dd dl{
	margin-top:15px;
	margin-left:10px;
	
}

.company_dl01 dl dd dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

.company_dl01 dl dd dl dd{
	font-size:13px;
	margin-bottom:13px;
}

.company_dl01 dl dd dl dd ul{
	margin-top:7px;
}

.company_dl01 dl dd dl dd ul li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:3px;

}



/* 採用情報------------------------------------------------------------------------------------------------------------------ */



.recruit_txt001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;	
}

.recruit_01{
	width:100%;
	height:auto;
	margin-bottom:35px;	
}

.recruit_01 dl{
	width:100%;
	height:auto;	
}

.recruit_01 dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

.recruit_01 dl dd{
	font-size:13px;
	margin-bottom:25px;
	margin-left:15px;
}

.recruit_01 p{
	font-size:18px;
	color:#ff0000;
}

.recruit_contact{
	width:100%;
	height:auto;
}

.recruit_contact_txt01{
	font-size:13px;
	margin-bottom:25px;
}

.recruit_contact_txt02{
	font-size:13px;
	margin-bottom:20px;
}

.recruit_contact_txt02 dl dt{
	float:none;
	clear:both;
	font-size:13px;
	font-weight:bold;

}

.recruit_contact_txt02 dl dd{
	font-size:12px;
	color:#333;
	padding-left:10px;

}

.recruit_contact_txt03{
	font-size:13px;

	
}

.recruit_contact_txt03 p{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	
}



/* テーマ------------------------------------------------------------------------------------------------------------------ */

/*お問い合わせ----------------------------- */


.theme_contact001{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:140%;
	border-bottom:1px solid #c8cbca;
	padding-bottom:20px;
	margin-bottom:25px;	
}

.theme_contact001_01{
	text-align:center;
	font-size:13px;
	color:#0099cc;
	margin-top:20px;
	border:1px solid #0099cc;

}

.theme_contact001_01 a{
	font-size:13px;
	color:#0099cc;
	text-decoration:underline;
	display:block;
	padding:10px 0;
}

.theme_contact001_01 a:hover{
	font-size:13px;
	color:#0099cc;
	text-decoration:none;
}


.theme_contact001_img_b{
	width:100%;
	height:auto;
	margin-top:20px;
}

.theme_contact001_img_b_l{
	float:left;
	margin-right:10px;
}

.theme_contact001_img_b_r{
	float:left;
	padding-top:25px;
}

.theme_contact001_img_b_r a{
	font-size:13px;
	color:#0099cc;
	text-decoration:underline;
}

.theme_contact001_img_b_r a:hover{
	font-size:13px;
	color:#0099cc;
	text-decoration:none;
}



/* スポンサー------------------------------------------------------------------------------------------------------------------ */



.sponsor_b01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sponsor_b01 table{
	width:100%;
	height:auto;	
}

.sponsor_b01 table th{
	width:100%;
	height:auto;
	border-collapse:collapse;
	border-bottom:none;
	font-size:13px;
	font-weight:bold;
	padding:10px 0% 5px 0;
	display:block;
}

.sponsor_b01 table td{
	border-bottom:1px dotted #cccccc;
	font-size:13px;
	padding:0px 0 10px 0;
	display:block;
}

.sponsor_b01 table a{
	color:#666666;
	text-decoration:underline;
}

.sponsor_b01 table a:hover{
	color:#666666;
	text-decoration:none;
}


/* お問い合わせフォーム---------------------------------------------- */


#contact-t{
	width:100%;
	height:auto;
	margin-bottom:30px;
	text-align:left;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding-top:10px;
	padding-bottom:10px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:96%;
	font-family: "メイリオ", sans-serif;
	display:block;

	padding:2% 2%;
}

#contact-f td{
	width:96%;
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	background:#FFF;
	font-family: "メイリオ", sans-serif;
	display:block;
	padding:3% 2%;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:96%;
	margin-right:5px;
	padding:2x;
	border:1px solid #CCC;
}

.with-form2{
	width:97%;
	height:auto;
	padding:1%;
	border:1px solid #CCC;
	margin-top:10px;
}





.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}

input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#E7E4DD;
    color:#666;
	font-weight:bold;
    border-style: none;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}



#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;

    background-size:0 0;
    background-position: right center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
	padding:0;
	margin:0;

}
@-moz-document url-prefix() { /* for firefox */
    #contact-f select {
        background:none;
        background-color: #FFF;
    }
}


.contact-f_w01{
	width:98%;	
}

.contact-f_w02{
	width:23%;
	
}






#contact-f01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#contact-f01 table{
	width:100%;
	height:auto;

}

#contact-f01 th{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;

	color:#000;
	width:100%;	
	font-family: "メイリオ", sans-serif;
	padding:0 0 5px 0;
}

#contact-f01 td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;

	background:#FFF;
	font-family: "メイリオ", sans-serif;

	padding:0 0 25px 0;
}

#contact-f01 span{
	color:#F00;
	font-size:12px;

}


.contact-f01_bottom01{
	padding-bottom:25px !important;
	text-decoration:underline;
	color:#FF6600 !important;
}





#job_contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;

    border:1px solid #CCC;
	vertical-align:text-top;
}




#contact-f01 input[type=radio],
#contact-f01 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f01 input[type=radio] + label,
#contact-f01 input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 13px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f01 input[type=radio],
#contact-f01 input[type=checkbox] {

        display: none;
        margin: 0;
    }
#contact-f01 input[type=radio] + label,
#contact-f01 input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f01 input[type=radio] + label::before,
#contact-f01 input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f01 input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f01 input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f01 input[type=radio]:checked + label::after,
#contact-f01 input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f01 input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
#contact-f01 input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	
	
}
	






/* カレンダー---------------------------------------------- */




#wp-calendar{
	width:100%;

}

#wp-calendar caption{
	text-align:center;
	width:auto;
	font-size:16px;
	margin-bottom:15px;
}

#wp-calendar table{
	background:#FFFDEE;	
}

#wp-calendar th{
	width:14.2%;
	height:30px;
	border:1px solid #FFF;
	font-style:normal;
	font-size:14px;
	text-align:center;
	background:#666;
	color:#FFF;

}

#wp-calendar tr{
	background:#FBFBFB;		
}

#wp-calendar td{
	min-width:0px;
	height:80px;
	color:#444;



	padding:10px 5px;
	text-align:center;
	vertical-align:top;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#wp-calendar td.event{
	color:#0092B2;
}

#wp-calendar td a{
	margin-top:10px;
	margin-bottom:5px;
	display:block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	text-decoration:none;
	line-height:130%;
}

#wp-calendar td a:hover{
	text-decoration:underline;
	
}










.theme_goody_lunch{
	color:#FC3 !important;
}

.theme_wagamachi{
	color:#096 !important;
}

.theme_rajiputa{
	color:#36C !important;
}

.theme_imawotanoshimu{
	color:#F30 !important;
}


.theme_bangbang{
}

.theme_yosoro{	
}

.theme_raramyu{
}




#wp-calendar td.pad{

} // カレンダー上で日付がない箇所

#wp-calendar tfoot{


} // 前後月へのリンク


#prev{
	font-size:13px !important;
	margin-left:10px !important;
}

#next{
	text-align:right !important;
	font-size:13px !important;
	
}

#wp-calendar tfoot a{
	color:#000;
	text-decoration:underline;
	font-size:16px !important;
	text-align:center;

}

#wp-calendar tfoot a:hover{
	color:#000;
	text-decoration:none;
	
}


#calendar_color{
	width:100%;
	height:auto;
	margin-top:30px;
}

#calendar_color ul li{
	background:url(../img/common/list01.jpg) left no-repeat;
	font-size:14px;
	float:left;
	margin-right:20px;
	padding-left:10px;
	margin-bottom:5px;
}







/* カレンダー-　タブ--------------------------------------------- */

.calendar_tab01{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.calendar_tab01 ul li{
	width:49%;
	height:22px;
	float:left;
	margin-right:1%;
	text-align:center;
	padding-top:5px;
	margin-bottom:8px;
	font-size:11px;
	
}

.calendar_tab01 ul li:nth-child(2){
	float:right;
	margin-right:0;
}


.calendar_tab01 ul li:last-child{
	float:right;
	margin-right:0;
}

.calendar_tab01 ul li a{
	color:#FFF;
	padding-top:8px;	
}

.calendar_tab01 ul li a:hover{
	color:#FFF;
	text-decoration:underline;	
}


.calendar_tab_C01{
	background:#FFCC33;	
}

.calendar_tab_C02{
	background:#2FA47A;	
}

.calendar_tab_C03{
	background:#54A3EA;	
}

.calendar_tab_C04{
	background:#FF335D;	
}


























}
