@charset "utf-8";

/* ↓フラッシュがあるときに使用 
#flash_bg{width:100%;height:150px;}
#flash{width:980px;height:150px;margin: 0px auto;background: #900;}
*/

#main_bg {
	background: url(../images/top/main_bg.jpg) no-repeat center top;

}
#main_img {
	width: 1170px;
	margin: 0px auto;
}

.bg01{
	background: url(../images/top/prod_bg.jpg) repeat-x center top;
	background-size:cover;
}



/* 新着情報 */
#news {
	padding:0px;
}
.news_tab{
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.news_day{
	border-right:1px solid #ccc;
	padding:10px 10px 0px;
	text-align:left;
	line-height:normal;
	vertical-align:top;
	width:120px;
	font-weight: bold;
}
.news_title{
	border-bottom:1px solid #ccc;
	padding:10px 10px 0px;
	text-align:left;
	line-height:normal;
	vertical-align:top;
}
.news_img {
	border-right:1px solid #ccc;
	padding:10px 10px 20px;
	line-height:normal;
	vertical-align:top;
	text-align: center;
}
.news_comment {
	padding:10px 10px 20px;
	line-height:normal;
	vertical-align:top;
}
