@charset "utf-8";
/* CSS Document */



/*--------------------------------------------
#メニュー　アコーディオン
--------------------------------------------*/
@media screen and (min-width:741px) {
.acordion {
	width:100%;
 padding: 0;  
	clear:both;
}
.acordion .trigger {
}
#header .trigger {
	width: 100%;
	height: 0;
	padding: 0;  
}
#header .menu_open-close {
 background:#808080 url(../img/icon_search.png) no-repeat center;
	width:45px;
	height:50px;
	text-indent:-9999px;
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	z-index:100;
 cursor: pointer;
}
#header .trigger.active .menu_open-close {
 background:#808080 url(../img/icon_search.png) no-repeat center;
	width:45px;
	height:50px;
}
#header .search {
	display: block;
	font-size:100%;
	text-alige:center;
	clear:both;
}


/*　ポッドキャストの聴き方　 -------------------*/

#howtoLink .menu_open-close {
	border: 1px solid #fff ;
 background: url(../img/icon_postmore2_off.png) no-repeat;
	background-position: right 15px center ;
	background-size: 22px 22px;
	width: 180px;
	height: 20px;
	padding: 25px 50px 25px 25px;	color:#fff;
	text-align: right;
	cursor: pointer;
	display:table-cell;
	vertical-align:middle;
	position: absolute;
	top: 27px;
	right: 10px;
	z-index:100;
}
#howtoLink .trigger.active2 .menu_open-close {
 background: url(../img/icon_postmore2_on.png) no-repeat right center;
	background-position: right 15px center ;
 background-size:22px 22px;
}
.podcastHowto {
	display: block;
	font-size:100%;
	clear:both;
}

}







@media screen and (max-width:740px) { 
.acordion {
	width:100%;
 padding: 0;  
	clear:both;
 position: relative;
}
#header .trigger {
	width: 100%;
	height:0;
	padding: 0;  
}

/*　ナビ　メニュー -------------------*/

#header .menu_open-close {
 background: url(../img/icon_menu_off.png) no-repeat center;
	background-size:36px 30px;
	width:45px;
	height:50px;
	text-indent:-9999px;
	display:block;
	position: absolute;
	top: -60px;
	right: 20px;
	z-index:100;
}
#header .trigger.active .menu_open-close {
 background: url(../img/icon_menu_on.png) no-repeat center;
	background-size:36px 30px;
	width:45px;
	height:50px;
}
.naviSp {
	display: block;
	font-size:100%;
	text-alige:center;
	clear:both;
}



/*　文化放送コンテンツ　 -------------------*/

.more_open-close {
	border-radius: 5px;
 background: #b3b3b3;
	width:80%;
	height:auto;
	color:#fff;
	font-size:1.25em;
	text-align:center;
	font-weight:bold;
	padding:15px 0;
	margin: 10px auto;
	display:block;
 cursor: pointer;
}
.trigger.active2 .more_open-close {
 display:none;
}
.joqrContentsMore {
	display: block;
	font-size:100%;
	text-alige:center;
	clear:both;
}


/*　文化放送コンテンツ　 -------------------*/

.more_open-close {
	border-radius: 5px;
 background: #b3b3b3;
	width:80%;
	height:auto;
	color:#fff;
	font-size: 16px;
	text-align:center;
	font-weight:bold;
	padding:15px 0;
	margin: 10px auto;
	display:block;
 cursor: pointer;
}
.trigger.active2 .more_open-close {
 display:none;
}
.joqrContentsMore {
	display: block;
	font-size:100%;
	text-alige:center;
	clear:both;
}


/*　番組一覧　索引インデックス　 -------------------*/

#programNavSp .menu_open-close {
 background:#be5f3e url(../img/icom_listindex_off.png) no-repeat center;
	background-size:30px 30px;
	width:70px;
	height:70px;
	text-indent:-9999px;
	display:block;
	position: absolute;
	top: -70px;
	right: 0px;
	z-index:100;
}
#programNavSp .trigger.active1 .menu_open-close {
 background:#be5f3e url(../img/icom_listindex_on.png) no-repeat center;
	background-size:30px 30px;
	width:70px;
	height:70px;
}
.listIndex {
	display: block;
	font-size:100%;
	clear:both;
}


/*　番組一覧　各番組　詳細　 -------------------*/

.programPost .menu_open-close {
 background: url(../img/icon_postmore_off.png) no-repeat center;
	background-size:30px 30px;
	width:45px;
	height:50px;
	text-indent:-9999px;
	display:block;
	position: absolute;
	top: 2px;
	right: 10px;
	z-index:100;
}
.programPost .trigger {
 border-top: #ccc 2px solid;
 background:#f2f2f2 ;
	width: 100%;
	height: 50px;
}
.programPost .trigger.active2 .menu_open-close {
 background: url(../img/icon_postmore_on.png) no-repeat center;
	background-size:30px 30px;
	width:45px;
	height:50px;
}
.programPost .trigger .menu_close ,
.programPost .trigger.active2 .menu_open {
 display: none;
}
.programPost .trigger .menu_open ,
.programPost .trigger.active2 .menu_close {
	color:#666;
	font-size:14.5px;
	text-align:right;
	padding: 14px 60px ;
	display: block;
}
.programPostMore {
	display: block;
	font-size:100%;
	clear:both;
}


/*　ポッドキャストの聴き方　 -------------------*/

#howtoLink .menu_open-close {
	border-bottom:#e6e6e6 solid 1px;
 background:#f2f2f2 url(../img/icon_postmore3_off.png) no-repeat;
	background-position: right 15px center ;
	background-size: 22px 22px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
 height:20px;
	padding:25px 30px;
	display:block;
}
#howtoLink .trigger.active2 .menu_open-close {
 background:#f2f2f2  url(../img/icon_postmore3_on.png) no-repeat ;
	background-position: right 15px center ;
 background-size:22px 22px;
}
.podcastHowto {
	display: block;
	font-size:100%;
}

}





