/*-----------------------------------------------------
トップページ
-------------------------------------------------------*/
@media screen and (max-width: 661px) {
/* ヘッダー */
#header {	
	background: #B9E3F9 url(../img/sp_common/bg_header2.gif) center bottom repeat-x;
	margin: 0 auto 25px;
	padding: 20px 14px 12px;
	padding-left:0;
	padding-right:0;
}
#header .head_inner{
	margin:0 14px;}
#header .head_inner .header_img {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin: 0 14px;
}
#header .top_h2 {
	margin:15px 14px 0;
	text-align:center;
}
#header .top_h2 img,#header .h2_2 img{
	width:100%;
	height:auto;
	}
#header .h2_2{
	margin:0;}
/* コンテンツ */
#top_contents {
	margin: 0 15px 30px;
}
/* news */
#top_contents .box_news {
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}
#top_contents .box_news h3 {
	border-bottom:solid 4px #7f4e20;
	padding-bottom:10px;
	margin-bottom:10px;
}
#top_contents .box_news dl {
	font-size: 14px;
	color: #7f4e20;
}
#top_contents .box_news dl dt {
	font-weight: bold;
}
#top_contents .box_news dl dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #7f4e20;
}
#top_contents .box_news dl dd a {
	color: #7f4e20;
}
#top_contents .box_news dl dd:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
/* 右ボックス */
#top_contents .ul_btn {
}
#top_contents .ul_btn li {
	float: left;
	display: inline;
	margin: 0 4% 10px 0;
	line-height: 1;
	font-size: 0;
	width: 48%;
	text-align: center;
}
	#top_contents .ul_btn li a{
			display: block;
		}
#top_contents .ul_btn li:nth-of-type(even) {
	margin: 0 0 10px;
}
#top_contents .ul_btn li img {
	max-width: 100%;
	height: auto;
}
/*-----------------------------------------------------
スマホ版向けcolorbox非表示
-------------------------------------------------------*/
#cboxOverlay, #colorbox {
	display: none!Important;
}
}
 @media screen and (min-width: 660px) {
/* ヘッダー */
#header {
	background: url(../img/top/bg_head.png) center top no-repeat;
	padding: 20px 0 0;
	height: 443px;
	margin: 0 auto 40px;
}
#header .head_inner h1 {
	margin: 0 0 15px;
}
#header .head_inner .box_contact {
	margin-top: 5px;
}
#header .top_h2 {
	text-align: center;
}
/* コンテンツ */
#top_contents {
	margin: 0 auto 20px;
}
/* news */
#top_contents .box_news {
	background-color: #FFF;
	border-radius: 10px;
	padding: 18px 0 18px 29px;
	margin-bottom: 30px;
}
#top_contents .box_news h3 {
	line-height: 1;
	font-size: 0;
	float: left;
	margin: 8px 27px 0 0;
}
#top_contents .box_news #topnews_div {
	padding: 0 0 0 9px;
	float: left;
	color: #7f4e20;
	border-left: solid 2px #7f4e20;
	min-height:40px;
}
#top_contents .box_news dl {
}
#top_contents .box_news dl dt {
	float: left;
	width: 120px;
}
#top_contents .box_news dl dd {
	margin-left: 120px;
	width: 637px;
	margin-bottom: 5px;
}
#top_contents .box_news dl dd:last-child {
	margin-bottom: 0;
}
#top_contents .box_news dl dd a {
	color: #7f4e20;
}
#top_contents .box_news dl dd a:hover {
	text-decoration: none;
}
/* コンテンツボタン */
#top_contents .ul_btn {
	padding-bottom: 10px;
	text-align: center;
	font-size: 0;
}
#top_contents .ul_btn li {
	display: inline-block;
	margin: 0 15px 29px;
	line-height: 1;
	width: 240px;
}
#top_contents .ul_btn li img{
	width: 100%;
	height: auto;
		}
		#top_contents .ul_btn li a{
			display: block;
		}
/**/

/**/
#top_contents .ul_btn li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
}
