@charset "utf-8";
/*
Theme Name: fmii2014
Theme URI: http://www.fmii.co.jp/wp-content/themes/fmii2014
Description: エフエム岩手の新テーマ
Author: MediaCrew
Version: 1.0
*/

/*==========================================
 全デバイス共通［common］
===========================================*/
/* ================ Font */
body {
	font:13px/1.231 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-serif;
	*font-size:small;
	*font:x-small;
	color:#000;
}
select, input, button, textarea {
	font:99% 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-serif;
}
table {
	font-size:inherit;
	font:100%;
	word-break: break-word;
	word-wrap: break-word;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* ================ Link */
a:link {
	color: #009;
}
a:visited {
	color: #939;
}
a:hover {
	color:#c03;
	text-decoration:underline;
}
a:active {
	color: #f06;
}
/* ================ Clearfix */
.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/*==========================================
 PC_960px_over
===========================================*/
/* ----------　Basic　---------- */
body {
	background: #eae8e1;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', Sans-serif;
	word-wrap:break-word; /* WORD-WRAP */
}
div {
	margin: 0;
	padding: 0;
}
#header-wrap {
	width: 100%;
	margin: 0 0 0px;
	background: url(images/header_bg.png) repeat-x 0 0;
}
#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	background: #fff;
}
#nav {
	width: 960px;
	height: 40px;
	margin: 0 auto 15px;
}
#home_main {
	display: flex;
	flex-flow: row wrap;
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#main {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#aside {
	float: left;
	width: 220px;
}
#center_main {
	float: left;
	width: 510px;
	margin: 0 30px;
}
#bnn_side {
	float: right;
	width: 170px;
}
#hbn_main {
	float: right;
	width: 710px;
}
.section {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.section ul,
.section ol {
	margin: 0 0 20px 1.2em;
	line-height: 1.5em;
}
.section .center {
	text-align: center;
}

.d-all {
	margin: 0 0 20px;
}
.d-all.w960 {
	width: 960px;
	height: auto;
	margin: 0 auto 20px;
	padding: 15px 0;
}
.d-left {
	float: left;
}
.bg-wh {
	background: #fff;
}
.d-right {
	float: right;
}
/* RAYOUT-TOOL */
.w700 { width: 700px; }
.w600 { width: 600px; }
.w540 { width: 540px; }
.w510 { width: 510px; }
.w500 { width: 500px; }
.w410 { width: 410px; }
.w400 { width: 400px; }
.w300 { width: 300px; }
.w280 { width: 280px; }
.w240 { width: 240px; }
.w225 { width: 225px; }
.w220 { width: 220px; }
.w200 { width: 200px; }

.w100per { width: 100%; }
.w90per { width: 90%; }
.w80per { width: 80%; }
.w70per { width: 70%; }
.w60per { width: 60%; }
.w50per { width: 50%; }
.w40per { width: 40%; }
.w30per { width: 30%; }
.w20per { width: 20%; }
.w10per { width: 10%; }

.sd-8 { margin: 0 8px; }

.r-20 { margin-right: 20px; }
.r-30 { margin-right: 30px; }
.b-5 { margin-bottom: 5px; }
.b-10 { margin-bottom: 10px; }
.b-20 { margin-bottom: 20px; }
.b-40 { margin-bottom: 40px; }

.t-0 { margin-top: 0; padding-top: 0; }

.pd-20 { padding: 20px;}

.f-size-93 { font-size: 93%; }

.txt_right { text-align: right; }

.gry_line { border: solid 1px #c1c1c1; }

.btn {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 116%;
}
.btn .section {
	background: #eee;
}
/* ------------------ */

#footer-wrap {
	width: 100%;
	margin: 20px 0 0;
	background: #fff;
	border-top: solid 2px #ccc;
}
#footer {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#credit {
	text-align: center;
	background: #666;
}

/* ----------　Header_MDS　---------- */
#header-mds {
	position: relative;
	width: 960px;
	height: 120px;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 11px;
	width: 158px;
	height: 100px;
}
#header .mhz {
	position: absolute;
	left: 210px;
	top: 47px;
	width: 531px;
	height: 31px;
	background: url(images/pc_mhz.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
#header h1.logo30th {
	position: absolute;
	left: 0;
	top: 20px;
	width: 260px;
	height: 84px;
}
#header .mhz2 {
	position: absolute;
	left: 300px;
	top: 30px;
	width: 425px;
	height: 49px;
	background: url(images/pc_mhz2.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
#header .logo_j {
	position: absolute;
	right: 0;
	top: 24px;
	width: 187px;
	height: 53px;
}

/* ----------　NAV　---------- */
#nav label {
	display: none;
}
#nav input[type="checkbox"].on-off {
	display: none;
}

ul.nav-list {
	list-style: none;
	width: 960px;
	height: 40px;
}
ul.nav-list li {
	float: left;
}
ul.nav-list li a {
	display: block;
	height: 40px;
	text-align:center;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
}

/* 2025/09/12追加 */
ul.nav-list li.home a {
	width: 160px;
	background: url(images/nav_btn_a_new.png) no-repeat 0 0;
}
ul.nav-list li.timetable a {
	width: 160px;
	background: url(images/nav_btn_a_new.png) no-repeat -160px 0;
}
ul.nav-list li.program a {
	width: 160px;
	background: url(images/nav_btn_a_new.png) no-repeat -320px 0;
}
ul.nav-list li.event a {
	width: 160px;
	background: url(images/nav_btn_a_new.png) no-repeat -480px 0;
}
ul.nav-list li.dj-station a {
	width: 160px;
	background: url(images/nav_btn_a_new.png) no-repeat -640px 0;
}
ul.nav-list li.reps a {
	width: 160px;
	background: url(images/nav_btn_a_new.png) no-repeat -800px 0;
}
/* HOVER */
ul.nav-list li.home a:hover {
	background: url(images/nav_btn_b_new.png) no-repeat 0 0;
}
ul.nav-list li.timetable a:hover {
	background: url(images/nav_btn_b_new.png) no-repeat -160px 0;
}
ul.nav-list li.program a:hover {
	background: url(images/nav_btn_b_new.png) no-repeat -320px 0;
}
ul.nav-list li.event a:hover {
	background: url(images/nav_btn_b_new.png) no-repeat -480px 0;
}
ul.nav-list li.dj-station a:hover {
	background: url(images/nav_btn_b_new.png) no-repeat -640px 0;
}
ul.nav-list li.reps a:hover {
	background: url(images/nav_btn_b_new.png) no-repeat -800px 0;
}
/* SELECTED */
ul.nav-list li a.selected,
ul.nav-list li a:hover.selected {
	cursor: default;
}
ul.nav-list li.home a.selected,
ul.nav-list li.home a.selected:hover {
	background: url(images/nav_btn_c_new.png) no-repeat 0 0;
}
ul.nav-list li.timetable a.selected,
ul.nav-list li.timetable a.selected:hover {
	background: url(images/nav_btn_c_new.png) no-repeat -160px 0;
}
ul.nav-list li.program a.selected,
ul.nav-list li.program a.selected:hover {
	background: url(images/nav_btn_c_new.png) no-repeat -320px 0;
}
ul.nav-list li.event a.selected,
ul.nav-list li.event a.selected:hover {
	background: url(images/nav_btn_c_new.png) no-repeat -480px 0;
}
ul.nav-list li.dj-station a.selected,
ul.nav-list li.dj-station a.selected:hover {
	background: url(images/nav_btn_c_new.png) no-repeat -640px 0;
}
ul.nav-list li.reps a.selected,
ul.nav-list li.reps a.selected:hover {
	background: url(images/nav_btn_c_new.png) no-repeat -800px 0;
}



/* ====================== HOME  */
.section-box {
	width: 100%;
	margin: 0 0 10px;
	background: #fff;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.section-box h3 {
	height: 34px;
	margin: 0;
	padding:0;
	background: #999;
	border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		-o-border-top-right-radius: 8px;
		-ms-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-o-border-top-left-radius: 8px;
		-ms-border-top-left-radius: 8px;
}
.playing h3 {
	background: #ffa700;
}
.on_air h3 {
	background: #008aff;
}
.kinkyu h3 {
	background: #ce2f65;
}
.topics h3 {
	background: #ff6398;
}
.twitter h3 {
	background: #00b0ef;
}
.f-book h3 {
	background: #395597;
}
.live-str h3 {
	background: #00af00;
}
.pod h3 {
	background: #ff645e;
}
.timetable h3 {
	background: #9a649a;
}

.f-book-in .fb-page {
	margin: 0;
	padding: 0;
}

.section-box div {
	padding: 10px 2.5%;
}

/* POWER PLAY 背景黒 */
.power-play h3 {
	background: #444;
}
.power-play {
	background: #000;
}
.section-box .power-play-box {
	float: left;
	width: 24%;
	margin: 5px 0.5%;
	padding: 0;
	text-align: center;
}
.section-box .power_photo {
	margin: 0;
	padding: 0;
}
.power_photo img{
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
}
.power_txt p {
	color: #fff;
	font-weight: bold;
	font-size: 77%;
}
.power_txt h3 {
	background: none;
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	font-size: 85%;
}
.power_txt h3 a {
	color: #fff;
}


/* 最新情報：　追記 */
#kinkyu-wrap,
#topics-wrap {
	margin: 0;
	padding: 0;
}
.kinkyu ul,
.topics ul {
	margin: 0;
	list-style: none;
}
#kinkyu-wrap ul {
	margin: 10px;
	padding: 0;
}
.kinkyu ul li,
.topics ul li  {
	padding: 3px 0;
}
.topics ul li .date{
	min-width: 6em;
}
.kinkyu ul li img {
	display: none;
}

/* 最新情報-201503きりかえ */
.whats-new {
	
}
.whats-new dl {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: dashed 1px #c1c1c1;
}
.whats-new dl dt {
	float: left;
	width: 7em;
}
.whats-new dl dd {
	padding: 0 0 0 7em;
}

/* スライドショー［OLD］ */
#carousel {
	margin: 0 auto;
	width: 500px;
	height: 280px;
	padding: 0;
	overflow: scroll;
	border: 0px solid #999;
}
#carousel ul li p{
	margin:0;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
	color:#000000;
}
#carousel li img {
	width: 500px;
	height: 280px;
}

/* スライドショー［NEW］ */
#top_slide {
	width: 510px;
	height: 300px;
	margin: 0 0 10px;
}

/* instagram */
.insta-wrap {
	margin: 0 0 10px;
}


/* ====================== HBN  */
.h2-a {
	margin: 0 0 10px;
	padding: 10px;
	border-left: solid 5px #c00;
	background: #000 url(images/bg_h2_a.png) repeat-x 0 center;
	font-size: 123.1%;
	color: #fff;
}
/* -----------------　番組一覧 */
.prog_list .d-left a {
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 1.5em;
}
.prog_list .d-left a:hover .section {
	background: #fffacd;
}
/* -----------------　番組紹介 */
.prog_info h3{
	font-size: 153.9%;
	margin: 14px 0 14px;
}
.prog_info p{
	line-height: 1.5em;
	margin: 0 0 14px;
}
.prog_info img{
	vertical-align: middle;
	margin-right:3px;
}
.prog_info #feed ul {
	list-style: none;
	margin: 0 0 14px;
	border-top: dotted 1px #999;
}
.prog_info #feed ul li {
	line-height: 1.4em;
	padding: 5px 0;
	border-bottom: dotted 1px #999;
}
.prog_info #feed ul li strong a {
	text-decoration: none;
	color: #A0522D;
}
h3.blog_list_tt {
	margin: 0 0 10px;
	padding: 7px 10px;
	border-left: solid 5px #c00;
	background: #000 url(images/bg_h2_a.png) repeat-x 0 center;
	font-size: 123.1%;
	color: #fff;
}

/* ======================================== ボタン ==== */
/*----------［ボタン：BASE］----------*/
.button:link,
.button:visited {
	color: #fff;
}
.button {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 1.3em;
	margin: 0 0 10px;
	padding: 15px;
	color: fff;
	font-weight: bold;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* 効果 */
.button {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
}
.button:hover {
	background-color: #fff;
	border-color: #85c600;
	color: #85c600;
	text-decoration: none;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #85c600;
}

/*----------［フォーム］----------*/
table.form {
	width: 100%;
	margin: 0 0 10px;
}
table.form td,
table.form th{
	padding: 5px 3px;
	border-bottom: solid 2px #fff;
}
table.form th {
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	background: #dcdcdc;
}
.red {
	color: #c03;
}

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

/* -----------------　TimeTable */
/* --------　TimeTable［上部：週間リンク］ */
.t_tbl_week {
	margin: 0 0 10px;
}
.t_tbl_week a {
	display: block;
	float: left;
	width: 92px;
	height: auto;
	margin: 0 7px 0 0;
	color: #000;
	text-decoration: none;
	border: solid 1px #c1c1c1;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	background: #fff;
}
.t_tbl_week a .month {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 10px 0 5px 15px;
	font-weight: bold;
	border: none; /* MC */
}
.t_tbl_week a .day {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 8px 0 3px 1px;
	font-weight: bold;
	font-size: 167%;
	border: none; /* MC */
}
.t_tbl_week a .week {
	clear: both;
	display: block;
	margin: 8px 0 3px;
	padding: 6px 0;
	text-align: center;
	border-top: solid 1px #c1c1c1;
}
/* sat_sun_holi_txt_color */
.t_tbl_week a.sat .month,
.t_tbl_week a.sat .day,
.t_tbl_week a.sat .week {
	color: #36f;
}
.t_tbl_week a.sun .month,
.t_tbl_week a.sun .day,
.t_tbl_week a.sun .week,
.t_tbl_week a.holi .month,
.t_tbl_week a.holi .day,
.t_tbl_week a.holi .week {
	color: #c36;
}
/* hover */
.t_tbl_week a:hover {
	background: #00ad05;
}
/* selected */
.t_tbl_week a.selected,
.t_tbl_week a.selected:hover {
	background: #007900;
	cursor: default;
}
/* hover_selected_txt */
.t_tbl_week a:hover .month,
.t_tbl_week a:hover .day,
.t_tbl_week a:hover .week,
.t_tbl_week a.selected .month,
.t_tbl_week a.selected .day,
.t_tbl_week a.selected .week {
	color: #fff;
}

/* --------　TimeTable［上部：時間帯アンカー］ */
.time_zone {
	margin: 0 0 10px;
}
.time_zone dt {
	float: left;
	width: 12%;
	text-align: center;
	font-weight: bold;
	background: #000;
	color: #fff;
}
.time_zone dt span {
	display: block;
	margin: 0 2px;
	padding: 3px;
}
.time_zone dd {
	float: left;
	width: 22%;
}
.time_zone dd a {
	display: block;
	margin: 0 2px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #333;
	color: #fff;
}
/* hover */
.time_zone dd a:hover {
	background: #00ad05;
}
/* selected */
.time_zone dd a.selected,
.time_zone dd a.selected:hover {
	background: #007900;
	cursor: default;
}

/* --------　TimeTable［上部：アイコン説明］ */
#icon_info {
	margin: 0 0 10px;
	padding: 7px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	background: #fff;
}
#icon_info ul {
	list-style: none;
}
#icon_info ul li {
	float: left;
	width: 23.5%;
	padding: 3px;
	font-size: 85%;
	color: #333;
}
#icon_info ul li.icon-title {
	font-size: 93%;
	font-weight: bold;
}
#icon_info ul li img {
	vertical-align: middle;
}

/* -----------------　TimeTable */
.time_table {
	width: 100%;
}
.time_table td {
	vertical-align: top;
	padding: 7px 7px 7px 10px;
}
.time_table td img {
	vertical-align: top;
	margin-left:2px;
}
.time_table td.hour img {
	margin: 0;
}
.time_table td.hour {
	width: 30px;
	padding: 10px 0;
	background: #000;
	border: none;
}
.time_table td.time {
	width: 8%;
}
.time_table td.td_title {
	width: 50%;
}
.time_table td.sponcer {
	width: 40%;
	text-align: right;
}
.prog_box {
	display: block;
	background: #f3f3f3;
/* del fujiwara
	border-bottom: dashed 1px #999;
*/
}
.prog_box.nth {
	display: block;
	background: #FFEFD5;
}
.prog_box.selected{
	display: block;
	background: #e6eb94;
}
.prog_box:hover {
	background: #e6eb94;
}
/* detail */
.prog_all {

}
.prog_left {
	float: left;
	width: 64%;
}
.prog_right {
	float: right;
	width: 35%;
}
.prog_title {
	margin: 0 0 10px;
	font-size: 108%;
}
.prog_title .time {
	font-size: 85%;
}
.prog_title .personality {
	margin: 7px 0;
	font-size: 85%;
}
.prog_box .column {
	margin: 7px 0;
	padding: 10px;
	border: solid 1px #007900;
	background: #fff;
	font-size: 93%;
}
.prog_right ul {
	list-style: none;
	float: right;
}
.prog_right ul li {
	float: left;
	margin-left: 5px;
	/* add fujiwara */
	text-align: right;
}

/* ----------------------------------------　Aside */
#aside .section-box div {
	padding: 10px 4%;
	height: auto;
	line-height:1.2em;
}
#aside .section-box div.on_air_next {
	padding-top:0;
}
.on_air_next p {
	border-top: solid 1px #0084ff;
	padding-top:10px;
}
.onair_list {
	border-top: solid 1px #FF7F50;
	margin-top: 10px;
	padding-top:10px;
}
img.live_str_sam {
	margin: 0 0 10px;
	width: 100%;
	height: auto;
}

/* 元気隊 */
.aside-genkitai {
	width: 100%;
	margin: 0 0 10px;
	background: #ffffe0;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.aside-genkitai h3 {
	height: auto;
	margin: 0;
	padding:0;
	background: #a25768;
	border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		-o-border-top-right-radius: 8px;
		-ms-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-o-border-top-left-radius: 8px;
		-ms-border-top-left-radius: 8px;
}
.aside-genkitai p {
	padding: 7px;
	font-size: 93%;
	text-align: center;
	line-height: 1.4em;
}
.aside-genkitai ul {
	list-style: none;
	padding: 0 10px 10px 25px;
	font-size: 93%;
	line-height: 1.8em;
}
.aside-genkitai ul li {
	position: relative;
	list-style: none;
}
.aside-genkitai ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.1em;
	width: 9px;
	height: 9px;
	background-color: #b33e5c;
	border-radius: 100%;
}

/* SNS */
.sns h3 {
  background: #000;
}
.sns-box {
  /*margin: 20px 0;*/
  padding: 20px 4% !important;
  text-align: center;
}
.sns-box a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 0.8em;
}
.sns-box a img {
  width: 100%;
  height: 100%;
}
.sns-box a:hover {
  opacity: 0.7;
}

/* お問い合わせ */
.contact {
  margin: 0 0 10px;
  text-align: center;
}
.contact-link {
  display: inline-block;
}
.contact-link img {
  border-radius: 8px;
}


/* ----------------------------------------　Bnn_Side */
#banner ul {
	list-style: none;
}
#banner ul li {
	margin: 0;
	padding: 0;
}
#banner ul li img {
	width: 170px;
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	vertical-align: bottom;
}
/* ----------------------------------------　Center_Main */
/* ----------　main_image　---------- */
.main_image {
	margin-bottom: 10px;
}
/* ----------　Topics　---------- */
.topics-mds {
	margin: 15px 15px 0;
	padding: 5px 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
}
.topics-list {
	background: #fff;
	padding: 0 15px 5px;
	font-size: 93%;

}
.topics-list dt {
	width: 8em;
	float: left;
	background: url(images/pict_m_ya_red.png) no-repeat 6px center;
	color: #333;
}
.topics-list dt span {
	display: block;
	padding: 14px 0;
	line-height: 1.5em;
}
.topics-list dd {
	padding: 0 0 0 8em;
	border-bottom: solid 1px #ccc;
}
.topics-list dd a {
	display: block;
	padding: 14px 0;
	line-height: 1.5em;
}
.topics-list dd a img {
	margin-right: 0.5em;
}

/* ----------　ORDER_BOX　---------- */
.order_box {
	clear: both;
	clear: both;
	width: 960px;
	height: auto;
	margin: 0 auto;
}
.order_box_5 {
	float: left;
	width: 180px;
	margin: 20px 15px 20px 0;
}
.order_box_5.last {
	margin-right: 0;
}

/* ----------　Footer　---------- */
#footer h2.mega-nav-t {
	margin: 10px 0 20px;
	padding: 10px 0;
	border-bottom: solid 1px #007a00;
	font-size: 108%;
	color: #007a00;
}
.mega-nav {
	float: left;
}
.mega-nav ul {
	list-style: none;
	margin: 0 0 30px;
	border-top: solid 1px #ccc;
}
.mega-nav ul li {
	border-bottom: solid 1px #ccc;
}
.mega-nav ul li a {
	font-size: 93%;
	display: block;
	margin: 0;
	padding: 0.4em 0.5em;
	text-decoration: none;
	color: #000;
}
.mega-nav ul li span {
	font-size: 93%;
	display: block;
	padding: 0.4em 0.5em;
}
.mega-nav ul li a.selected {
	background: #eee;
}
.mega-nav h3 {
	margin: 0 0 20px;
	padding: 8px 0 0;
	font-size: 116%;
	font-weight: bold;
	border-top: solid 2px #007a00;
	color: #007a00;
}
.mega-nav h4 {
	margin: 0 0 5px;
	padding: 5px 0 5px 7px;
	font-size: 108%;
	font-weight: bold;
	border-left: solid 4px #007a00;
	color: #007a00;
}
.mega-nav ul li a:hover {
	background: #eee;
}

#footer p {
  font-size: 93%;
  line-height: 1.6em;
}
.footer-bottom {
  margin: 0 0 20px;
}
.footer-txt {
  text-align: center;
}
.footer-txt p strong {
  font-size: 108%;
}
.footer-txt p:last-of-type {
  color: #666;
  font-feature-settings:'palt';
}
.footer-txt p .pc-none {
  display: none;
}
.footer-txt p .sp-none {
  display: block;
}
.credit-in {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	font-size: 85%;
}

/* 本文ページ：フッターリンク */
.hbn-f-link {
	margin: 10px 0;
}
.hbn-f-link ul {
	list-style: none;
	text-align: center;
}
.hbn-f-link ul li {
	display: inline;
}
.hbn-f-link ul li a {
	border-left: solid 1px #999;
	padding: 0 1em;
	font-size: 93%;
}
.hbn-f-link ul li.end-li a {
	border-right: solid 1px #999;
}

/* -------------- 本文［パンクズリスト］ -------------- */
#bread-crumbs {
	margin: 0 0 15px;
	font-size: 93%;
	color: #000;
}


/* EVENT_and_GUEST */
.event {
	
}
.event h3,
.guest h3 {
	margin: 0 0 10px;
}
.event h4,
.guest h4 {
	margin: 0 0 20px;
	font-size: 123.1%;
	line-height: 1.4em;
}
.event h4 .days,
.guest h4 .days {
	font-size: 90%;
	margin: 0;
}
.event h4 .days {
	color: #bc611e;
}
.guest h4 .days {
	color: #941f57;
}

/* Reputation Cut's */
.section-box.reps.black {
	background: #000;
	color: #fff;
}
.section-box.reps.gray333 {
	background: #333;
	color: #ccc;
}
.section-box.reps .reps_photo {
	float: left;
	width: 160px;
	margin: 20px 0 20px 20px;
	padding: 0;
}
.section-box.reps .reps_txt {
	float: right;
	width: 480px;
	margin: 20px;
	padding: 0;
	font-weight: bold;
	line-height: 1.5em;
}
.section-box.reps .reps_txt p {
	margin: 0 0 20px;
}
.section-box.reps h3.reps_month {
	height: auto;
	background: none;
	padding: 0;
	margin: 7px;
	font-size: 123.1%;
}
.section-box.reps h3.reps_tt {
	height: auto;
	background: none;
	padding: 0;
	margin: 0 0 10px;
	font-size: 123.1%;
}
.section-box.reps h3.reps_st {
	background: none;
	padding: 20px 20px 0;
	margin: 0;
	font-size: 123.1%;
	font-weight: normal;
}
.section-box.reps h4 {
	background: none;
	padding: 0;
	margin: 0 0 10px;
	font-size: 138.5%;
	font-weight: normal;
}
.section-box.reps .bn01 {
	float: left;
	width: 15%;
	margin: 0 10px 10px;
}
.section-box.reps ul {
	line-height: 1.5em;
}
.section-box.reps h3.reps_tt a,
.section-box.reps ul a {
	color: #FFA500;
}
.section-box.reps h3.reps_tt a:hover,
.section-box.reps ul a:hover {
	color: #ff0;
}

/* ___イベント申し込みフォーム */
.request-mds {
	margin: 0 0 10px;
	padding: 5px 10px 2px;
	font-size: 100%;
	line-height: 1.1em;
	background: #dc6b9a;
	color: #fff;
}
.req-tbl {
	width: 100%;
	margin: 0 0 30px;
	background: #f5f5f5;
}
.req-tbl th {
	width: 14em;
	padding: 0.7em 1em;
	font-weight: normal;
	border: solid 1px #349DD0;
	background: #BEE4F6;
	vertical-align: middle;
	white-space: nowrap;
}
.req-tbl th.dhs {
	background: #eee7e0;
}
.req-tbl td {
	padding: 0.7em 1em;
	border: solid 1px #349DD0;
	vertical-align: middle;
	line-height: 1.5em;
}
.req-tbl td div {
	padding: 5px 0;
}
.req-tbl td h4,
.req-tbl td h5 {
	margin: 0 0 10px;
	font-weight: normal;
}
.req-tbl td h5 {
	padding: 5px 0 5px 10px;
	border-left: solid 2px #999;
}
.req-tbl td p {
	margin: 0 0 10px;
	line-height: 1.5em;
}
.req-tbl td ol {
	margin: 0 0 10px 14px;
	line-height: 1.5em;
}
label {
	margin: 0 1em 0 0;
}
.error {
	line-height: 2em;
}
#caution-check {
	padding: 10px;
	border: solid 2px #c03;
	background: #eee;
}
.btn-box {
	text-align: center;
}
.ev-thanks {
	text-align: center;
	padding: 30px;
	background: #fff;
}
.req-tbl .red {
	color: #c03;
}
input#namae,
input#kana,
input#zip,
textarea#city,
textarea#banchi,
textarea#ap-name,
input#age,
input#mail-ad,
input#chk-mail-ad,
input#d-namae,
input#d-kana,
input#d-age {
	width: 100%;
	margin: auto;
	}
/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
	width:138px;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border-left: solid 2px #a0d8ef;
	border-top: solid 2px #a0d8ef;
	background: #409ecc;
	font-weight: bold;
	color: #fff;
}

/*送信ボタン用*/
.mw_wp_form_confirm .btn input{
	width:138px;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border-left: solid 2px #9fc24d;
	border-top: solid 2px #9fc24d;
	background: #009944;
	font-weight: bold;
	color: #fff;
}

/*戻るボタン用*/
#backbtn input{
	width:78px;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border-left: solid 2px #a0d8ef;
	border-top: solid 2px #a0d8ef;
	background: #409ecc;
	font-weight: bold;
	color: #fff;
}
/* イベント（クリーン・キャンペーン） */
table.cmn-tbl {
	width: 100%;
	margin: 0 0 20px;
}
table.cmn-tbl th,
table.cmn-tbl td {
	padding: 10px 0.5em;
	border: solid 1px #888;
	vertical-align: middle;
	line-height: 1.5em;
}
table.cmn-tbl th {
	width: 20%;
	font-weight: normal;
	white-space: nowrap;
	background: #7DCCF3;
}
table.cmn-tbl ol {
padding: 5px;
}


/*----------［ボタン：クリーン・キャンペーン］----------*/
#cosmo-earth .button {
	background-color: #F29600;
	border: 2px solid #F29600;
}
#cosmo-earth .button:hover {
	background-color: #fff;
	border-color: #F29600;
	color: #F29600;
}
#cosmo-earth .button::before,
#cosmo-earth .button::after {
	background-color: #F29600;
}
#cosmo-earth .button:hover::before,
#cosmo-earth .button:hover::after {
	background-color: #F29600;
}

/*確認画面へ進むボタン用*/
#cosmo-earth .mw_wp_form_input .btn input{
	width:100%;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border: none;
	background-color: #F29600;
	border: 2px solid #F29600;
	font-weight: bold;
	color: #fff;
}
#cosmo-earth .mw_wp_form_input .btn input:hover {
	background-color: #fff;
	border-color: #F29600;
	color: #F29600;
}
#cosmo-earth .mw_wp_form_input .btn input::before,
#cosmo-earth .mw_wp_form_input .btn input::after {
	background-color: #F29600;
}
#cosmo-earth .mw_wp_form_input .btn input:hover::before,
#cosmo-earth .mw_wp_form_input .btn input:hover::after {
	background-color: #F29600;
}

/*送信ボタン用*/
#cosmo-earth .mw_wp_form_confirm .btn input{
	width:100%;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border: none;
	background-color: #F29600;
	border: 2px solid #F29600;
	font-weight: bold;
	color: #fff;
}
#cosmo-earth .mw_wp_form_confirm .btn input:hover {
	background-color: #fff;
	border-color: #F29600;
	color: #F29600;
}
#cosmo-earth .mw_wp_form_confirm .btn input::before,
#cosmo-earth .mw_wp_form_confirm .btn input::after {
	background-color: #F29600;
}
#cosmo-earth .mw_wp_form_confirm .btn input:hover::before,
#cosmo-earth .mw_wp_form_confirm .btn input:hover::after {
	background-color: #F29600;
}

/*戻るボタン用*/
#cosmo-earth #backbtn input{
	width:100%;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border: none;
	background-color: #F29600;
	border: 2px solid #F29600;
	font-weight: bold;
	color: #fff;
}
#cosmo-earth #backbtn input:hover {
	background-color: #fff;
	border-color: #F29600;
	color: #F29600;
}
.pc_only_inline {
	display: inline;
}
.pc_only_block {
	display: block;
}
.sp_only_inline {
	display: none;
}
.sp_only_block {
	display: none;
}

/* ___パワープレイ／エントリーフォーム */
.power-form-tbl {
	width: 100%;
	margin: 0 0 30px;
	background: #f5f5f5;
}
.power-form-tbl th {
	width: 14em;
	padding: 0.7em 0.5em;
	font-weight: normal;
	border: solid 1px #349DD0;
	background: #BEE4F6;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}
.power-form-tbl th.dhs {
	background: #eee7e0;
}
.power-form-tbl td {
	padding: 0.7em 0.5em;
	border: solid 1px #349DD0;
	vertical-align: middle;
	line-height: 1.5em;
}
label {
	margin: 0 1em 0 0;
}
.error {
	line-height: 2em;
}
#caution-check {
	padding: 10px;
	border: solid 2px #c03;
	background: #eee;
}
.btn-box {
	text-align: center;
}
.ev-thanks {
	text-align: center;
	padding: 30px;
	background: #fff;
}
.power-form-tbl .red {
	color: #c03;
}
.power-form-tbl input#rcd-cmp-name,
.power-form-tbl input#namae,
.power-form-tbl input#telnum,
.power-form-tbl input#mail-ad,
.power-form-tbl input#chk-mail-ad,
.power-form-tbl input#artist-name,
.power-form-tbl input#song-name,
.power-form-tbl input#artist-hp,
.power-form-tbl textarea#reasons {
	width: 90%;
	margin: auto;
}
/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
	width:138px;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border-left: solid 2px #a0d8ef;
	border-top: solid 2px #a0d8ef;
	background: #409ecc;
	font-weight: bold;
	color: #fff;
}

/*送信ボタン用*/
.mw_wp_form_confirm .btn input{
	width:138px;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border-left: solid 2px #9fc24d;
	border-top: solid 2px #9fc24d;
	background: #009944;
	font-weight: bold;
	color: #fff;
}

/*戻るボタン用*/
#backbtn input{
	width:78px;
	height:52px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	border-left: solid 2px #a0d8ef;
	border-top: solid 2px #a0d8ef;
	background: #409ecc;
	font-weight: bold;
	color: #fff;
}


/* ==========================================
 TABLET_devices_640_959
=========================================== */
@media only screen and ( max-width: 959px ) {

}

/* ==========================================
 MOBILE_639px_within
=========================================== */
@media only screen and ( max-width: 639px ) {
	/* ----------　Basic　---------- */
	body {
		background: #eae8e1;
	}
	div {
		margin: 0;
		padding: 0;
	}
	#header-wrap {
		width: 97%;
		margin: 0 1.5% 15px;
		background: #ffffff;
		border-bottom: solid 1px #c1c1c1;
	}
	#header {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: #fff;
	}
	#nav {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#home_main {
		width: 97%;
		height: auto;
		margin: 0 1.5%;
	}
	#main {
		width: 97%;
		height: auto;
		margin: 0 1.5%;
	}
	#aside {
		order: 2;
		float: none;
		width: 100%;
	}
	#center_main {
		order: 1;
		float: none;
		width: 100%;
		margin: 0;
	}
	#bnn_side {
		order: 3;
		float: none;
		width: 100%;
	}
	#hbn_main {
		float: none;
		width: 100%;
	}
	.section {
		margin: 0 0 20px;
		padding: 7px;
	}
	.d-all {
		margin: 0 0 20px;
	}
	.d-all.w960 {
		width: 97%;
		height: auto;
		margin: 0 1.5% 20px;
		padding: 15px 0;
	}
	.d-left {
		float: none;
	}
	.bg-wh {
		background: #fff;
	}

	/* RAYOUT-TOOL */
	.w700 { width: 100%; }
	.w600 { width: 100%; }
	.w540 { width: 100%; }
	.w510 { width: 100%; }
	.w500 { width: 100%; }
	.w410 { width: 100%; }
	.w400 { width: 100%; }
	.w300 { width: 100%; }
	.w280 { width: 100%; }
	.w240 { width: 100%; }
	.w225 { width: 100%; }
	.w220 { width: 100%; }
	.w200 { width: 100%; }

	.sd-8 { margin: 0; }

	.r-20 { margin-right: 0; }
	.r-30 { margin-right: 0; }
	.b-5 { margin-bottom: 5px; }
	.b-10 { margin-bottom: 10px; }
	.b-20 { margin-bottom: 20px; }
	.b-40 { margin-bottom: 40px; }

	.t-0 { margin-top: 0; padding-top: 0; }

	.pd-20 { padding: 10px;}

	.f-size-93 { font-size: 93%; }

	#footer-wrap {
		width: 100%;
		margin: 20px 0 0;
		background: #fff;
		border-top: solid 2px #ccc;
	}
	#footer {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#credit {
		background: #666;
	}
	/* ----------　IMG-IMG-IMG　---------- */
	.section img {
		width: 100%;
		height: auto;
	}

	/* ----------　Header_MDS　---------- */
	#header-mds {
		position: relative;
		width: 100%;
		height: auto;
	}
	#header h1 {
		position: static;
		float: left;
		width: 158px;
		height: 100px;
		margin: 0 0 0.5em 0.5em;
	}
	#header .mhz {
		display: none;
		position: static;
		clear: both;
		width: 97%;
		height: auto;
		margin:1.5%;
		text-align: center;
		font-size: 93%;
		color: #333;
	}
	#header .mhz {
		position: static;
		width: 260px;
		height: 100px;
		margin: 0 auto 10px;
		background: url(images/sp_mhz.png) no-repeat 0 0;
		text-indent: -999em;
		overflow: hidden;
		background-size:100% auto;
			-moz-background-size:100% auto;
			-webkit-background-size:100% auto;
	}
	#header .mhz span {
		display: block;
	}
	#header h1.logo30th {
		position: static;
		float: left;
		width: 170px;
		height: auto;
		margin: 25px 0 0.5em 0.5em;
	}
	#header h1.logo30th img {
		width: 100%;
		height: auto;
	}
	#header .mhz2 {
		display: none;
	}
	#header .logo_j {
		position: static;
		float: right;
		width: 112px;
		height: 32px;
		margin: 35px 0.5em 0 0;
	}
	#header .logo_j img {
		width: 112px;
		height: 32px;
	}

	/* ----------　NAV　---------- */

	ul.nav-list li a {
		display: block;
		height: auto;
		text-align:center;
		margin: 0;
		padding: 0;
		text-indent: 0;
		overflow: visible;
	}

	ul.nav-list {
		list-style: none;
		width: 100%;
		height: auto;
	}
	ul.nav-list li {
		float: none;
		width: 100%;
		height: auto;
	}
	ul.nav-list li a {
		display: block;
		height: auto;
		text-align:center;
		margin: 0;
		padding: 10px 0;
		background: #444;
		text-decoration: none;
		font-size: 90%;
		font-weight: bold;
		border: none;
		border-bottom: solid 1px #fff;
		color: #fff;
	}
	ul.nav-list li.home a,
	ul.nav-list li.timetable a,
	ul.nav-list li.program a,
	ul.nav-list li.event a,
	ul.nav-list li.dj-station a,
	ul.nav-list li.reps a,
	ul.nav-list li.profile a {
		width: 100%;
		background: #444;
	}
	ul.nav-list li a:hover {
		background: #000;
		color: #fff;
		font-weight: bold;
	}
	ul.nav-list li.home a:hover,
	ul.nav-list li.timetable a:hover,
	ul.nav-list li.program a:hover,
	ul.nav-list li.event a:hover,
	ul.nav-list li.dj-station a:hover,
	ul.nav-list li.reps a:hover,
	ul.nav-list li.profile a:hover {
		background: #000;
		color: #fff;
		font-weight: bold;
	}

	ul.nav-list li.home a.selected,
	ul.nav-list li.home a.selected:hover,
	ul.nav-list li.timetable a.selected,
	ul.nav-list li.timetable a.selected:hover,
	ul.nav-list li.program a.selected,
	ul.nav-list li.program a.selected:hover,
	ul.nav-list li.event a.selected,
	ul.nav-list li.event a.selected:hover,
	ul.nav-list li.dj-station a.selected,
	ul.nav-list li.dj-station a.selected:hover,
	ul.nav-list li.reps a.selected,
	ul.nav-list li.reps a.selected:hover,
	ul.nav-list li.profile a.selected,
	ul.nav-list li.profile a.selected:hover {
		background: #ccc;
		color: #000;
	}


	/* =============================== NAV Accordion ===== */
	#nav label {
		background: #007809 url(images/sp_nav_tt.png) no-repeat 0 center;
			background-size:100% auto;
			-moz-background-size:100% auto;
			-webkit-background-size:100% auto;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 2px;
		padding: 12px 0;
		z-index:0;
		font-weight: bold;
		font-size: 108%;
		text-align: center;
		color: #fff;
	}

	#nav input[type="checkbox"].on-off {
		display: none;
	}
	#nav .menu ul {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav input[type="checkbox"].on-off + ul {
		height: 0;
		overflow: hidden;
	}
	#nav input[type="checkbox"].on-off:checked + ul {
		height: 220px;
	}

	/* ====================== HOME  */
	/* POWER PLAY 背景黒 */
	.section-box .power-play-box {
		float: none;
		width: 99%;
		margin: 5px 0.5% 20px;
		padding: 0;
		text-align: center;
	}
	.power_photo img{
		width: 120px;
		height: 120px;
		margin: 0;
		padding: 0;
	}
	.power_txt h3 {
		background: none;
		height: auto;
		margin: 0 0 5px;
		padding: 0;
		font-size: 100%;
	}
	
	/* スライドショー［NEW］ */
	#top_slide {
		width: 100%;
		height: auto;
	}
	
	/* 最新情報-201503きりかえ */
	.whats-new {
		
	}
	.whats-new dl {
		margin: 10px 0 0;
		padding: 10px 0 0;
		border-top: dashed 1px #c1c1c1;
		line-height: 1.8em;
	}
	.whats-new dl dt {
		float: none;
		width: 7em;
	}
	.whats-new dl dd {
		padding: 0;
	}
	
	/* ====================== HBN  */
	.h2-a {
		margin: 0 0 10px;
		padding: 10px;
		border-left: solid 5px #c00;
		background: #000 url(images/bg_h2_a.png) repeat-x 0 center;
		font-size: 108%;
		color: #fff;
	}

	/* -----------------　番組一覧 */
	.prog_list .d-left a {
		display: block;
		text-decoration: none;
		color: #000;
		line-height: 1.6em;
	}
	.prog_list .d-left a:hover .section {
		background: #fffacd;
	}
	.prog_list .d-left a img {
		float: left;
		width: 140px;
		height: auto;
		margin-right: 10px;
	}
	.prog_list .d-left a span {
		display: block;
	}

	/* -----------------　TimeTable */
	/* --------　TimeTable［上部：週間リンク］ */
	.t_tbl_week a {
		display: block;
		float: left;
		width: 30%;
		height: auto;
		margin: 0 1% 3px;
	}
	/* MC */
	.t_tbl_week a .month {
		display: block;
		float: left;
		width: auto;
		height: auto;
		margin: 10px 0 5px 15px;
		font-weight: bold;
		border: none;
		white-space: nowrap;
	}
	.t_tbl_week a .day {
		display: block;
		float: left;
		width: auto;
		height: auto;
		margin: 8px 0 3px 1px;
		font-weight: bold;
		font-size: 167%;
		border: none;
		white-space: nowrap;
	}
	.t_tbl_week a .week {
		clear: both;
		display: block;
		margin: 8px 0 3px;
		padding: 6px 0;
		text-align: center;
		border-top: solid 1px #c1c1c1;
	}
	/* MC_END */
	
	/* --------　TimeTable［上部：時間帯アンカー］ */
	.time_zone dt {
		float: none;
		width: 100%;
		margin: 0 0 3px;
	}
	.time_zone dt span {
		display: block;
		margin: 0 2px;
		padding: 3px;
	}
	.time_zone dd {
		float: left;
		width: 50%;
		margin: 0 0 3px;
	}
	.time_zone dd a {
		padding: 7px;
	}

	/* --------　TimeTable［上部：アイコン説明］ */
	#icon_info {
		margin: 0 0 10px;
	}
	#icon_info ul {
		list-style: none;
	}
	#icon_info ul li {
		float: left;
		width: 100%;
		padding: 3px 0;
		font-size: 85%;
		color: #333;
	}
	#icon_info ul li img {
		vertical-align: middle;
	}

	/* --------　TimeTable［表組］ */
	.time_table td {
		padding: 7px 3px 7px 5px;
	}
	.time_table td.time {
		width: 15%;
	}

	/*----------［フォーム］----------*/
	table.form {
		width: 100%;
		margin: 0 0 10px;
	}
	table.form td,
	table.form th{
		display: block;
		width: 96%;
		padding: 2%;
		border-bottom: solid 2px #fff;
	}
	table.form th {
		text-align: left;
		vertical-align: middle;
		background: #dcdcdc;
	}
	table.form .t-area {
		width: 96%;
	}
	.red {
		display: block;
		margin-top:3px;
		color: #c03;
	}
	
	/* ----------------------------------------　Aside */
	.live-str iframe {
		width: 100%;
		height: auto;
	}
	/* ----------------------------------------　Bnn_Side */
	#banner ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
	}
	#banner ul li {
		width: 48%;
		height: auto;
		margin: 0;
		padding: 0 1%;
	}
	#banner ul li img {
		width: 100%;
		height: auto;
		margin: 0 0 7px;
		padding: 0;
		vertical-align: bottom;
	}
	#bnn_side ul li:nth-child(2n) {
		margin: 0;
	}
	/* ----------------------------------------　Center_Main */
	.main_image {
		display: none;
	}

	/* ----------　Topics　---------- */
	.topics-mds {
		margin: 10px 10px 0;
		padding: 5px 10px;
		background: #666;
		color: #fff;
		font-weight: bold;
	}
	.topics-list {
		background: #fff;
		padding: 0 15px 5px;
		font-size: 93%;

	}
	.topics-list dt {
		width: 8em;
		float: none;
		background: url(images/pict_m_ya_red.png) no-repeat 6px center;
		color: #333;
	}
	.topics-list dt span {
		display: block;
		padding: 10px 0 0;
		line-height: 1.5em;
	}
	.topics-list dd {
		padding: 0 0 0 1em;
		border-bottom: solid 1px #ccc;
	}
	.topics-list dd a {
		display: block;
		padding: 10px 0;
		line-height: 1.5em;
	}
	.topics-list dd a img {
		margin-right: 0.5em;
	}
	
	/* ----------　ORDER_BOX　---------- */
	.order_box {
		clear: both;
		padding: 20px 0 0;
		text-align: center;
		width: 97%;
		height: auto;
		margin: 0 1.5%;
	}
	.order_box_5 {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	.order_box_5.last {
		margin-right: 0;
	}
	.order_box_5 img {
		width: 60%;
		height: auto;
	}
	
	/* ----------　Footer　---------- */
	#footer h2.mega-nav-t {
		margin: 10px 0.5em 20px;
		padding: 10px 0;
		border-bottom: solid 1px #007a00;
		font-size: 108%;
		color: #007a00;
	}
	.mega-nav {
		float: none;
	}
	.mega-nav ul {
		list-style: none;
		margin: 0 0.5em 30px;
		border-top: solid 1px #ccc;
	}
	.mega-nav ul li {
		border-bottom: solid 1px #ccc;
		margin: 0;
	}
	.mega-nav ul li a {
		font-size: 93%;
		display: block;
		margin: 0;
		padding: 1em 0.5em;
		text-decoration: none;
		color: #000;
	}
	.mega-nav ul li span {
		font-size: 93%;
		display: block;
		padding: 1em 0.5em;
	}
	.mega-nav ul li a.selected {
		background: #eee;
	}
	.mega-nav h3 {
		margin: 0 0.5em 20px;
		padding: 8px 0 0;
		font-size: 116%;
		font-weight: bold;
		border-top: solid 2px #007a00;
		color: #007a00;
	}
	.mega-nav h4 {
		margin: 0 0.5em 5px;
		padding: 5px 0 5px 7px;
		font-size: 108%;
		font-weight: bold;
		border-left: solid 4px #007a00;
		color: #007a00;
	}
	.mega-nav ul li a:hover {
		background: #eee;
	}

  #footer .site-name {
    padding: 10px 0;
    font-weight: normal;
  }
  #footer p {
    font-size: 93%;
    line-height: 1.6em;
  }
  .footer-bottom {
    width: 97%;
    height: auto;
    margin: 0 1.5% 20px;
  }
  .footer-txt p .pc-none {
    display: block;
  }
  .footer-txt p .sp-none {
    display: none;
  }
	.credit-in {
		width: 96%;
		margin: 0 auto;
		padding: 2%;
		color: #fff;
		font-size: 85%;
	}

	/* 本文ページ：フッターリンク */
	.hbn-f-link {
		margin: 10px 0;
	}
	.hbn-f-link ul {
		list-style: none;
		margin: 0 0.5em 30px;
		border-top: solid 1px #ccc;
		text-align: left;
	}
	.hbn-f-link ul li {
		display: block;
		border-bottom: solid 1px #ccc;
		margin: 0;
	}
	.hbn-f-link ul li a {
		border-left:none;
		font-size: 93%;
		display: block;
		margin: 0;
		padding: 1em 0.5em;
		text-decoration: none;
		color: #000;
	}
	.hbn-f-link ul li.end-li a {
		border-right: none;
	}

	/* -------------- 本文［パンクズリスト］ -------------- */
	#bread-crumbs {
	display: none;
	}
	
		/* EVENT_and_GUEST */
	.event {
		
	}
	.event h3,
	.guest h3 {
		margin: 0 0 10px;
	}
	.event h3 img,
	.guest h3 img {
		width: 60%;
		height: auto;
	}
	.event h4,
	.guest h4 {
		margin: 0 0 20px;
		font-size: 123.1%;
		line-height: 1.4em;
	}
	.event h4 .days,
	.guest h4 .days {
		font-size: 85%;
		margin: 0;
	}
	
		/* Reputation Cut's */
	.section-box.reps .reps_photo {
		float: none;
		width: 94%;
		margin: 20px 3% 20px;
		padding: 0;
		text-align: center;
	}
	.section-box.reps .reps_photo img {
		width: 160px;
		height: auto;
		margin: 0 auto;
	}
	.section-box.reps .reps_txt {
		float: none;
		width: 90%;
		margin: 5%;
		padding: 0;
		font-weight: bold;
		line-height: 1.5em;
	}
	
	.section-box.reps .bn01 {
		float: none;
		width: 90%;
		margin: 0 5% 10px;
		padding: 0;
	}
	.section-box.reps ul {
		line-height: 1em;
		list-style: none;
		margin: 0 0 40px;
		border-top: solid 3px #999;
	}
	.section-box.reps ul li {
		border-bottom: solid 1px #999;
	}
	.section-box.reps ul li a {
		display: block;
		padding: 10px 0;
	}
	
	/* ____________イベント申し込みフォーム */
	.req-tbl {
		width: 100%;
		margin: 0 0 10px;
	}
	.req-tbl th {
		display: block;
		width: 90%;
		padding: 0.7em 5%;
		font-weight: normal;
		text-align: left;
		border-bottom: none;
		vertical-align: middle;
	}
	.req-tbl td {
		display: block;
		width: 90%;
		padding: 0.7em 5%;
		margin: 0 0 7px;
		vertical-align: middle;
	}
	.req-tbl td h4,
	.req-tbl td h5 {
		margin: 0 0 10px;
		font-weight: normal;
	}
	.req-tbl td h5 {
		padding: 5px 0 5px 10px;
		border-left: solid 2px #999;
	}
	.req-tbl td p {
		margin: 0 0 10px;
	}
	input#namae,
	input#kana,
	input#zip,
	input#city,
	input#banchi,
	input#ap-name,
	input#age,
	input#mail-ad,
	input#chk-mail-ad,
	input#d-namae,
	input#d-kana,
	input#d-age {
		width: 90%;
		margin: auto;
	}
	label {
		display: block;
		padding: 7px 0 0;
	}
	textarea {
		width: 90%;
	}
	.btn-box {
		text-align: center;
		margin: 0 0 30px;
	}
	
	.go30th_anv {
		width: 100%;
	}
	.go30th_anv img {
		width: 100%;
		height: auto;
	}
	
	.pc_only_inline {
		display: none;
	}
	.pc_only_block {
		display: none;
	}
	.sp_only_inline {
		display: inline;
	}
	.sp_only_block {
		display: block;
	}
	
		/* ___パワープレイ／エントリーフォーム */
	.power-form-tbl {
		width: 100%;
		margin: 0 0 30px;
		background: #f5f5f5;
	}
	.power-form-tbl th {
		display: block;
		width: 90%;
		padding: 0.7em 5%;
		font-weight: normal;
		text-align: left;
		border-bottom: none;
		vertical-align: middle;
	}
	.power-form-tbl td {
		display: block;
		width: 90%;
		padding: 0.7em 5%;
		margin: 0 0 7px;
		vertical-align: middle;
	}
	label {
		margin: 0 1em 0 0;
	}
	.error {
		line-height: 2em;
	}
	#caution-check {
		padding: 10px;
		border: solid 2px #c03;
		background: #eee;
	}
	.btn-box {
		text-align: center;
	}
	.ev-thanks {
		text-align: center;
		padding: 30px;
		background: #fff;
	}
	.power-form-tbl .red {
		color: #c03;
	}
	.power-form-tbl input#rcd-cmp-name,
	.power-form-tbl input#namae,
	.power-form-tbl input#telnum,
	.power-form-tbl input#mail-ad,
	.power-form-tbl input#chk-mail-ad,
	.power-form-tbl input#artist-name,
	.power-form-tbl input#song-name,
	.power-form-tbl input#artist-hp,
	.power-form-tbl textarea#reasons {
		width: 90%;
		margin: auto;
	}
	.power-form-tbl strong {
		display: inline;
	}
}


/* add fujiwara */
.official_sponsor {
	font-size: 0.9em;
	margin:7px 0px;
	padding: 0px;
}


.new_end {
	padding-left: 4px;
	padding-right:4px;
	color: #ff284d;
}

#tt_warning {
	margin: 6px 0 0 4px;
	font-size:0.9em;
}