@charset "UTF-8";
#summary{
	　　min-height: 100%; /* 背景画像をhtml要素に表示 */
	background-size: cover; /* 背景画像をhtml要素にフィット */
	background-image: url(../images/header_images/product_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.headerimage_bottom {
	background-image: url(../images/header_bottom.png);
	background-repeat: repeat-x;
	height: 15px;
}
