/**タイトル********/
#Sub .box01 ul{
	display: none;
}
#Sub .box02 ul{
	display: none;
}
#Sub .box03 ul{
	display: none;
}

#Sub .box01 div.bt{
	display: none;
}
#Sub .box02 div.bt{
	display: none;
}
#Sub .box03 div.bt{
	display: none;
}
/**アクセス***************/
body.access #map_canvas{
	vertical-align:50%;
	text-align:center;
	width: 100%;
	height: 300px;
	border: solid 1px #ccc;
}
body.access div.maps img{
	width: 100%;
	height: auto;
	max-width: 792px;	
}
body.access dt{
	background: #eee;
	padding: 5px;
	margin: 15px 0 5px;
}

/**ニュース***************/
body.index div.newsbox img{
	width: 100%;
	height: auto;
	max-width: 792px;
}

/**お問い合わせ***************/
body.inquiry dt{
	margin: 15px 0 5px;
	padding: 5px;
	background: #eee;
}
body.inquiry div.form_btn{
	text-align: center;
}