@charset "utf-8";
html,body {
	height: 100%;
	background-color: #4d2b09;
	background-image: none;
}

#side #slide {
	display: block;
}
#side #slide_btn {
	display: none;
}

/*---------------------------------
_main
-----------------------------------*/
#main {
	background-image: url(../img/main/index/bg_01.jpg);
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0px;
}

/*---------------------------------
_news
-----------------------------------*/
#news {
	position: relative;
}
#news h2 {
	text-align: left;
	position: relative;
	top: 0px;
	margin-bottom: 10px;
}
#news h2 {
	width: 50%;
	float: left;
}
#news h2 img {
	width: 62px;
	height: auto;
}
#news #more_bt {
	width: 50%;
	float: left;
	text-align: right;
}
#news #more_bt img {
	width: 69px;
	height: auto;
}
#news.news_box_header {
	background-image: url(../img/main/index/news_header.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 3px;
}
#news .news_box_footer {
	background-image: url(../img/main/index/news_footer.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
#news .news_box_body {
	background-image: url(../img/main/index/news_body.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 20px;
}
#news dd {
	padding-bottom: 10px;
}

/*---------------------------------
_600～
-----------------------------------*/
@media screen and (min-width : 600px),print {
	html,body {
		height: 100%;
		background-color: #ffffff;
		overflow:hidden;
	}
	
	#side #slide {
		display: block;
	}
	#side #slide_btn {
		display: none;
	}

	/*---------------------------------
	_main
	-----------------------------------*/
	#main {
		height: 100%;
		padding:0px;
	}
	
	/*---------------------------------
	_news
	-----------------------------------*/
	#news {
		position: absolute;
		bottom: 30px;
		right: 30px;
		width: 500px;
	}
	#news h2 {
		margin-bottom: 10px;
	}
	#news h2 img {
		width: 41px;
	}
	#news #more_bt img {
		width: 46px;
	}
	#news.news_box_header {
		padding-top: 5px;
	}
	#news .news_box_footer {
		padding-bottom: 5px;
	}
	#news .news_box_body {
		background-image: url(../img/main/index/news_body.png);
		background-position: bottom;
		background-size: contain;
		background-repeat: repeat-y;
		padding: 15px 20px;
	}
	#news dl {
		font-size: 12px;
		line-height: 18px;
	}
	#news dt {
		width: 90px;
		float: left;
	}
	#news dd {
		width: 370px;
		padding-bottom: 7px;
		float: right;
	}
}