@charset "utf-8";

/* ================================================
	Reset.css
=================================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{ margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block}body{ line-height:1}ol,ul{ list-style:none}blockquote,q{ quotes:none}blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none}table{ border-collapse:collapse; border-spacing:0}

/* ================================================
	font
=================================================*/

body{
	font-size: 14px;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width:736px){
	body{
		font-size: 13px;
	}
}

/* ================================================
	common
=================================================*/

body{ background: url(images/bg_photo.jpg) center top; background-size: cover;}

img{ vertical-align: middle; }

br.spbr{ display: none;}

a{ color: #36F;}

a:hover{ text-decoration: none;}

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

body{ background-image: none; background: #fff; }

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

br.spbr{ display: block;}

}

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

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

header{
	width: 100%;
	}
	header .inner{
		width: 1000px;
		margin: 0 auto;
		padding: 26px 0 35px;
		border-top: 5px solid #ee1c23;
	}
	header .inner:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	header .logo{
		width: 490px;
		float: left;
	}
	header .logo h1{
		margin-bottom: 14px;
	}
	header .headside{
		width: 475px;
		float: right;
	}
	header .headside button{
		display: none;
	}
	header .headside .btn{
		float: left;
		margin-top: 4px;
	}
	header .headside .btn a{
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-indent: 0.9em;
		width: 170px;
		height: 30px;
		line-height: 32px;
		display: block;
		background: url(images/list_wh.png) no-repeat 10px center #ae1111;
		border-radius: 6px;
	}
	header .headside .kikan{
		float: right;
	}
	header .headside nav{
		clear: both;
		padding: 27px 0 0;
		position: relative;
	}
	header .headside nav li{
		float: left;
		width: 30%;
	}
	header .headside nav li:first-child{
		width: 38%;
	}
	header .headside nav .down,
	header .headside nav li a{
		color: #000;
		font-size: 16px;
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 6px 0 3px;
	}
	header .headside nav .down{
		background: url(images/list_down.png) no-repeat 9px center;
	}
	header .headside nav li:nth-child(2){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	header .headside nav li .open{
		color: #fff;
		border-radius: 10px 0 0 0;
		background: url(images/list_down_on.png) no-repeat 9px center rgba(174,17,17,0.9);
	}
	header .headside nav .child{
		display: none;
		position: absolute;
		z-index: 100;
		width: 220px;
		padding-bottom: 8px;
		background: rgba(174,17,17,0.9);
		border-radius: 0 0 10px 10px;
	}
	header .headside nav .child li{
		width: 100%;
		border: none;
	}
	header .headside nav .child li a{
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		padding: 12px 14px;
	}
	header .headside nav .child li a:hover{
		background: rgba(174,17,17,0.95);
	}
}

@media only screen and (max-width:736px){
	
	header{
		border-top: 3px solid #ee1c23;
		position: relative;
		}
		header .logo{
			width: 56%;
			float: left;
			margin: 18px 0 17px 10px;
		}
		header .logo .catch{
			display: none;
		}
		header .headside .btn{
			position: absolute;
			top: 8px;
			right: 54px;
		}
		header .headside .btn a{
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		width: 60px;
		height: 30px;
		display: block;
		padding-top: 9px;
		background: #ae1111;
		border-radius: 6px;
	}
	header .headside button{
		width: 35px;
		height: 36px;
		text-indent: -9999px;
		border: none;
		display: block;
		position: absolute;
		top: 11px;
		right: 10px;
		outline: none;
		background: url(images/sp_nav_off.png) no-repeat;
		background-size: 35px;
	}
	header .headside ul,
	.footnav{
		clear: both;
		display: none;
		background: #f3f2f0;
	}
	header .headside ul li,
	.footnav li{
		font-size: 15px;
		border-top: 1px solid #000;
	}
	header .headside nav .down,
	.footnav li .down{
		background: url(images/list_down.png) no-repeat 95% center;
	}
	header .headside nav li .open,
	.footnav li .open{
		background: url(images/list_down_on_sp.png) no-repeat 95% center;
	}
	header .headside nav .down,
	header .headside ul li a,
	.footnav li .down,
	.footnav li a{
		color: #000;
		text-decoration: none;
		font-weight: bold;
		padding: 15px;
		display: block;
	}
	header .headside .kikan{
		display: none;
	}
	header .headside nav .child li,
	.footnav li .child li{
		border: none;
		padding: 0;
	}
	header .headside nav .child,
	.footnav li .child{
		background: rgba(174,17,17,0.9);
	}
	header .headside nav .child li a,
	.footnav li .child a{
		color: #fff;
		font-weight: normal;
		padding: 10px 10px;
	}

}

#sp_main{
	display: none;
}
@media only screen and (max-width:736px){

	#sp_main{
		display: block;
		margin-bottom: 20px;
	}
}
/* footer
-------------------------------------------*/
.footnav{
	display: none;
}

footer{
	border-top: 2px solid #000;
	}
	footer .inner{
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0;
		line-height: 1.6;
		overflow: hidden;
	}
	footer .txt{
		float: left;
		margin-top: 14px;
	}
	footer .nbc{
		float: right;
	}

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

.footnav{
	display: block;
	margin-top: 20px;
	}
	.footnav .child{
		display: none;
	}

footer{
	padding: 0 10px;
	}
	footer .inner{
		width: 100%;
		padding: 10px 0;
	}
	footer .txt, footer .nbc{
		font-size: 12px;
		text-align: center;
		float: none;
	}

}

/* Culomn
-------------------------------------------*/

#container{
	width: 1000px;
	overflow: hidden;
	margin: 30px auto 0;
}
#maincont{
	width: 720px;
	float: left;
	margin-bottom: 20px;
}
#sidebar{
	width: 260px;
	float: right;
}

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

#container, #maincont, #sidebar{
	width: auto;	
}
#container{
	margin: 0 5px;
}
#maincont{
	margin: 0;
}

}

/* ================================================
	TOP
=================================================*/

/* maincont
-------------------------------------------*/

@media only screen and (min-width:737px){
#news{
	width: 1000px;
	margin: 0 auto ;
	overflow: hidden;
	}
	#news .tit{
		color: #fff;
		font-size: 30px;
		text-align: center;
		width: 174px;
		height: 140px;
		float: left;
		padding-top: 25px;
		border-radius: 10px 0 0 10px;
		border: 1px solid #eee;
		border-right: 0;
		background: url(images/news_tit.png) no-repeat center bottom #ee1c23;
	}
	#news .newslist{
		width: 823px;
		height: 150px;
		float: right;
		padding: 8px 0;
		background: #fff;
		border-radius: 0 10px 10px 0;
		border: 1px solid #eee;
	}
}
	#news .newslist .newsbox{
		overflow-y: scroll;
		height: 130px;
		width: 810px;
		margin-top: 8px;
	}
	#news .newslist li:nth-child(even){
		background: #f5f5f5;
	}
	#news .newslist .newsbox::-webkit-scrollbar{
   		width: 10px;
	}
	#news .newslist .newsbox::-webkit-scrollbar-thumb{
		background: #000;
		border-radius: 10px;
	}
	#news .newslist .newsbox::-webkit-scrollbar-track-piece:start{
		background: #ddd;
		border-radius: 10px;
	}
	#news .newslist .newsbox::-webkit-scrollbar-track-piece:end{
		background: #ddd;
		border-radius: 10px;
	}

	

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

#news{
	clear: both;
	width: auto;
	margin: 0 5px 20px;
	}
	#news .tit{
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		text-indent: 1em;
		border-radius: 10px 10px 0 0;
		background: url(images/sp_news_tit.png) no-repeat 110% bottom #ee1c23;
		background-size: 160px;
	}
	#news .newslist{
		border: 1px solid #eee;
		border-top: 0;
		padding: 4px 0 8px;
		background: #fff;
		border-radius: 0 0 10px 10px;
	}
	#news .newslist .newsbox{
		width: 98%;
		height: 200px;
		margin: 0;
		-webkit-overflow-scrolling:touch;
	}
	#news .newslist li span{
		display: block;
		padding-bottom: 2px;
	}
	#news .newslist ul::-webkit-scrollbar{
		width: 5px;
	}

}

#maincont .map{
	margin-bottom: 40px;
}
#maincont .map h2{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	padding-left: 40px;
	margin-bottom: 20px;
	height: 55px;
	background: url(images/midashi_01.gif) no-repeat left center ;
	}
	#maincont .map ul{
		overflow: hidden;
	}
	#maincont .map ul li{
		width: 344px;
		height: 244px;
		float: left;
		margin-bottom: 15px;
		border: 3px solid #000;
	}
	#maincont .map ul li:nth-child(2n){
		float: right;
	}
	#maincont .map ul li a{
		color: #fff;
		font-weight: bold;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	#maincont .map ul li a .txt{
		width: 100%;
		font-size: 27px;
		height: 55px;
		line-height: 60px;
		text-indent: 0.5em;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,0.8);
	}
	#maincont .map ul li a .txt span{
		font-size: 20px;
		padding: 0 2px;
	}
	#maincont .map ul li a .txt .btn{
		position: absolute;
		right: 6px;
		top: -10px;
	}
	#maincont .map ul li.dashimono{ background: url(images/main_odori00.jpg) no-repeat left center; background-size: cover;}
	#maincont .map ul li.niwamise{ background: url(images/main_niwamise2.jpg) no-repeat left center; background-size: cover;}
	#maincont .map ul li.ninzusoroi{ background: url(images/main_ninzusoroi2.jpg) no-repeat left center; background-size: cover;}
	#maincont .map ul li.goods{ background: url(images/main_goods2.jpg) no-repeat left center; background-size: cover;}


@media only screen and (max-width:736px){
	
	#maincont .map{
		margin-bottom: 10px;
	}
	#maincont .map h2{
		margin-bottom: 10px;
		background: url(images/sp_midashi_01.gif) no-repeat left center;
		background-size: 100%;
	}
	#maincont .map ul li,
	#maincont .map ul li:nth-child(2n){
		width: 100%;
		height: 200px;
		float: none;
		margin-bottom: 10px;
		-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	#maincont .map ul li a .txt{
		font-size: 20px;
	}
	#maincont .map ul li a .txt span{
		font-size: 16px;
	}
	#maincont .map ul li a .txt .btn{
		width: 44px;
		height: 44px;
		top: -14px;
		right: 20px;
	}

}

#maincont .sponsorship h2{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	padding-left: 20px;
	height: 55px;
	background: url(images/midashi_02.gif) no-repeat left center ;
	}
	#maincont .sponsorship ul{
		overflow: hidden;
		padding: 20px;
		background: #fff;
		border: 1px solid #000;
		margin-bottom: 30px;
	}
	#maincont .sponsorship li{
		float: left;
		height: 123px;
		line-height: 123px;
		margin: 0 18px 10px 0;
	}
	#maincont .sponsorship li:nth-child(4n){
		margin-right: 0;
	}

@media only screen and (max-width:736px){
	
	#maincont .sponsorship h2{
		height: 48px;
		background: url(images/sp_midashi_02.gif) no-repeat left center;
		background-size: 100%;
	}
	#maincont .sponsorship ul{
		padding: 10px
	}
	#maincont .sponsorship li{
		width: 28.3%;
		line-height: 90px;
		height: 90px;
		margin: 0 2.5% 2%;
	}
}

/* sidebar
-------------------------------------------*/
.bnr{
	margin-bottom: 15px;
	}
	.bnr li{
		margin-bottom: 8px;
	}

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

	.bnr img{
		width: 100%;
	}
	
}
.schedule .tit{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-indent: 1em;
	height: 49px;
	line-height: 49px;
	background: url(images/schedule_tit.gif) no-repeat left center;
	}
	.schedule ul{
		background: #fff;
		border: 1px solid #000;
		border-top: 0;
	}
	.schedule ul li{
		font-size: 13px;
		font-weight: bold;
		padding: 13px 13px;
		border-bottom: 1px dotted #ccc;
	}
	.schedule ul li:nth-child(2n){
		background: #f5f5f5;
	}
	.schedule ul li span{
		font-weight: normal;
		padding-bottom: 2px;
		display: block;
	}

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

	.schedule .tit{
		border-radius: 10px 10px 0 0;
		background-image: none;
		background: #ee1c23;
	}
	.schedule .tit span{
		display: block;
		background: url(images/sp_list_down.png) no-repeat 95% center;
		background-size: 12px;
	}
	.schedule .tit span.open{
		background: url(images/sp_list_down_on.png) no-repeat 95% center;
		background-size: 12px;
	}
	.schedule ul{
		display: none;
	}

}

/* ================================================
	PAGE
=================================================*/

.page header, .page footer{
	background: #fff;
}

#cate{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	background: #de1b22;
	}
	#cate .inner{
		width: 1000px;
		height: 100px;
		margin: 0 auto;
		overflow: hidden;
	}
	#cate .inner h2{
		float: left;
		padding: 30px 0 0;
	}
	#cate .inner h2 br{
		display: none;
	}
	#cate .inner .catemap{
		color: #000;
		font-size: 15px;
		background: url(images/icon_map.png) no-repeat 8px center #fff;
		border-radius: 6px;
		padding: 5px 10px 3px 27px;
		margin: 38px 0 0 20px;
		display: inline-block;
	}

#pagecont{
	font-size: 15px;
	line-height: 1.6;
	overflow: hidden;
	margin-bottom: 60px;
	}
	#pagecont h3{
		color: #ae1111;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 14px;
	}
	#pagecont .txtcont{
		background: #fff;
		padding: 30px;
		border: 3px solid #ae1111;
	}

#footlink ul{
		overflow: hidden;
		margin-bottom: 60px;
	}
	#footlink ul li{
		width: 220px;
		height: 150px;
		float: left;
		margin-right: 32px;
		border: 3px solid #000;
	}
	#footlink ul li:last-child{
		float: right;
		margin: 0;
	}
	#footlink ul li a{
		color: #fff;
		font-weight: bold;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	#footlink ul li a .txt{
		width: 100%;
		font-size: 16px;
		height: 55px;
		line-height: 60px;
		text-indent: 0.5em;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,0.8);
	}
	#footlink ul li a .txt span{
		font-size: 12px;
		padding: 0 2px;
	}
	#footlink ul li a .txt .btn{
		position: absolute;
		right: 6px;
		top: -18px;
	}
	#footlink ul li a .txt .btn img{
		width: 35px;
		height: auto;
	}
	#footlink ul li.dashimono{ background: url(images/main_odori00.jpg) no-repeat left center; background-size: 100%;}
	#footlink ul li.niwamise{ background: url(images/main_niwamise2.jpg) no-repeat left center; background-size: cover;}
	#footlink ul li.ninzusoroi{ background: url(images/main_ninzusoroi2.jpg) no-repeat left center; background-size: cover;}
	#footlink ul li.goods{ background: url(images/main_goods2.jpg) no-repeat left center; background-size: cover;}

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

#cate{
	clear: both;
	margin-bottom: 20px;
	}
	#cate .inner{
		width: 100%;
		height: 70px;
		line-height: 1.2;
	}
	#cate .inner h2{
		font-size: 18px;
		padding: 24px 0 0 10px;
		margin: 0;
	}
	#cate .inner h2.dan{
		padding: 14px 0 0 10px;
	}
	#cate .inner h2 br{
		display: block;
	}
	#cate .inner .catemap{
		font-size: 12px;
		margin: 0;
		background-size: 8px;
		padding: 5px 8px 3px 18px;
		margin: 22px 0 0 12px;
	}

#pagecont{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 0 5px;
	}
	#pagecont h3{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#pagecont .txtcont{
		background: none;
		padding: 0;
		border: none;
	}

#footlink ul{
	margin: 0 5px;
	}
	#footlink ul li{
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	#footlink ul li a .txt{
		height: 42px;
		line-height: 44px;
	}
	#footlink ul li a .txt .btn{
		top: -15px;
	}

}


/*　マップ
-------------------------------------------*/

.mapbox{
	margin-top: 30px;
}

#map{
	border: 6px solid #ae1111;
	width: 710px;
	height: 750px;
	background-color: #fff;
	float: left;
}
#key{
	float: right;
	width: 250px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	}
	#key .tit{
		color: #fff;
		font-weight: bold;
		text-indent: 2em;
		font-size: 16px;
		height: 44px;
		line-height: 47px;
		background: url(images/sp_midashi_01.gif) left center;
		background-size: cover;
	}
	#key .ryaku{
		font-size: 12px;
		text-align: right;
		margin: 10px 10px 0 0;
	}
	#key h4{
		color: #ae1111;
		font-weight: bold;
		margin-top: 15px;
	}
	#key h4:first-child{
		margin-top: 0;
	}
	#key a{
		text-indent: 1em;
		display: inline-block;
	}
	#key #legend{
		padding: 0 15px 15px;
	}
	#key .kome{
		font-size: 12px;
		line-height: 1.4;
		padding: 0 15px 15px 15px;
	}


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


.mapbox{
	margin-top: 20px;
}

#map{
	width: 100%;
	height: 300px;
	margin: 0 auto 20px;
	float: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 3px solid #ae1111;
}
#key{
	float: none;
	width: 100%;
	margin: 0 auto;
	}
	#key a{
		display: inline-block;
		margin: 4px 0;
	}

}

/*　だしものマップ
------------------------------------------- */

.page_dashimono .entry{
	overflow: hidden;
	margin-bottom:  50px;
	}
	.page_dashimono .entry:last-child{
		margin-bottom: 10px;
	}
	.page_dashimono .entry img{
		float: left;
		margin-right: 30px;
	}
	.page_dashimono .entry .btn{
		display: inline-block;
		margin-top: 20px;
	}
	.page_dashimono .entry .btn a{
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 18px;
		display: block;
		width: 250px;
		height: 50px;
		line-height: 50px;
		border-radius: 8px;
		background: #ee1c23;
	}
	.page_dashimono .entry .kome{
		font-size: 13px;
		margin-top: 10px;
	}

.now_map #map2{
	border: 6px solid #ae1111;
	width: 710px;
	height: 750px;
	background-color: #fff;
	float: left;
}

.now_map #listbox{
	float: right;
	width: 250px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	}
	.now_map #listbox #ctrl_kml .tit{
		color: #fff;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		padding: 5px;
		background: #ae1111;
	}
	.now_map #listbox #ctrl_kml_menu{
		background: #eee;
		padding: 10px;
	}
	.now_map #listbox #ctrl_kml_menu p{
		text-align: right;
		margin-top: 8px;
	}

/* 過去の「だしもの」の移動履歴 */

.kako_map #News{
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	}
	.kako_map #News dt{
		margin: 4px 0;
	}
	.kako_map #News dt ul,
	.kako_map #News dt li{
		float: left;
	}
	.kako_map #News dt li{
		margin-right: 15px;
	}
	.kako_map #News dt select,
	.kako_map #News dt button{
		padding: 3px;
		cursor: pointer;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.kako_map #News dt button{
		font-size: 14px;
		color: #fff;
		border: none;
		border-radius: 6px;
		padding: 3px 18px;
		outline: none;
		background: #ee1c23;
		border-bottom: 2px solid #ae1111;
	}

.kako_map #map2{
	border: 6px solid #ae1111;
	width: 100%;
	height: 600px;
	background-color: #fff;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


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

.page_dashimono .entry img{
	float: none;
	display: block;
	margin: 0 auto 10px;
	}
	.page_dashimono .entry .btn{
		width:  100%;
		margin-top: 10px;
	}
	.page_dashimono .entry .btn a{
		width: 100%;
	}

.now_map #map2{
	width: 100%;
	height: 300px;
	margin: 0 auto 20px;
	float: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 3px solid #ae1111;
}

.now_map #listbox{
	float: none;
	width: 100%;
	margin: 0 auto;
	}
	.now_map #listbox #list1{
		height: 300px;
		overflow-y: scroll;
	}


/* 過去の「だしもの」の移動履歴 */

.kako_map #News{
	margin-bottom: 6px;
	}
	.kako_map #News dt ul,
	.kako_map #News dt li{
		float: none;
		margin: 0 0 8px 0;
	}
	.kako_map #News dt select,
	.kako_map #News dt button{
		padding: 2px;
	}
	.kako_map #News dt button{
		padding: 7px 30px;
	}

.kako_map #map2{
	height: 300px;
	border: 3px solid #ae1111;
}

}

/*　よくある質問
-------------------------------------------*/

.page_faq dl{
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px dotted #ccc;
	}
	.page_faq dt{
		font-size: 16px;
		font-weight: bold;
		height: 26px;
		padding: 4px 0 0 34px;
		margin-bottom: 10px;
		background: url(images/faq_q.png) no-repeat left 0px;
	}
	.page_faq dd{
		padding: 4px 0 0 34px;
		background: url(images/faq_a.png) no-repeat left 0px;
	}

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

.page_faq dl{
	margin-bottom: 20px;
	padding-top: 20px;
	}
	.page_faq dt{
		font-size: 15px;
		height: auto;
		margin-bottom: 6px;
		padding: 0 0 0 28px;
		background-size: 22px;
	}
	.page_faq dd{
		padding: 0px 0 0 28px;
		background-size: 22px;
	}


}

/*　地デジで探す
-------------------------------------------*/

.chideji_img{
	text-align: center;
	margin: 20px 0 0;
}

/*　踊町紹介
-------------------------------------------*/

.page_odorichou .box{
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #eee;
	}
	.page_odorichou .box:last-child{
		margin-bottom: 0;
		border-bottom: 0;
	}
	.page_odorichou .box img{
		float: left;
	}
	.page_odorichou .box .txt{
		width: 550px;
		float: right;
	}
	.page_odorichou .box .txt h3{
		font-size: 22px !important;
		margin-bottom: 8px !important;
	}

@media only screen and (max-width:736px){
	
	.page_odorichou .box{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.page_odorichou .box img{
		width: auto;
		max-width: 100%;
		display: block;
		float: none;
		margin: 0 auto 15px;
	}
	.page_odorichou .box .txt{
		float: none;
		width: 100%;
	}
	.page_odorichou .box .txt h3{
		font-size: 16px !important;
	}
}

		