.header-section {
	background-color: #FFF;
	z-index: 1;
	background-image: url(../files/seasoning_files/seasoning_top01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 350px;
	margin-bottom: 50px;
}
.body-section {
	background-color: #FFF;
	text-align: center;
}
.header-section .placefiller {
	background-size: cover;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 125px;
	text-align: left;
	max-width: 900px;
	display: inline-block;
	font-size: 180%;
	margin-left: 30px;
	line-height: 135%;
	width: 80%;
	height: 100%;
}
.header-section  .placefiller img{
	height: 197px;
	width: 135px;
	padding-top: 120px;
	padding-right: 80px;
	padding-bottom: 120px;
	padding-left: 80px;
	border: 1px dashed #cccccc;
	margin-top: 30px;
	margin-bottom: 5px;
}
.body-section .placefiller {
	line-height: 30px;
	font-size: 95%;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 850px;
}
.footer-section .placefiller {
	line-height: ;
	border: 1px dashed rgba(190, 196, 202, 0.9);
}

/*** 取扱い商品INDEX ***/

.productsPage {
	height: auto;
	width: auto;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.productsPage h2 {
	width:270px;
	height:26px;
	display:block;
	margin-top: 0;
	margin-bottom: 35px;
	margin-left: 10px;
}

.productsTxt {
	width:auto;
	margin:0 auto 40px;
	max-width: 750px;
	color: #333;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
}

.productsTxt p {
}

ul.productsList {
	overflow:hidden;
	max-width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}

ul.productsList li {
	width:150px;
	padding:3px;
	float:left;
	border:1px none #ccc;
	font-size:12px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 0;
}

ul.productsList li img {
	margin:0 0 5px;
}

ul.productsList li h3 {
	margin:0 0 10px;
	text-align:center;
	line-height:140%;
	display:block;
	color: #333;
}

ul.productsList li .inner {
	margin:0 auto;
	padding:8px;
	background:#fff;
	display:block;
	color: #333;
	text-align: left;
}

ul.productsList li .inner p {
	line-height:160%;
}
/*** 取扱い商品INDEX end***/
hr  {
	margin-top: 25px;
	margin-bottom: 40px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 25px;
	background-image: url(../files/base/hrlogo01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
}
