@charset "utf-8";
/* CSS Document */
#main-img{
	background-position:50% 50%;
	background-size:cover;
	background-attachment:local;
}
#main-img:before {
    content:"";
    display: block;
    padding-top: 15%;
}


.main-img-rice{
	background-image:url(/eng/product/search/img/main-img/rice.jpg);
}
.main-img-oil{
	background-image:url(/eng/product/search/img/main-img/oil.jpg);
}
.main-img-fire{
	background-image:url(/eng/product/search/img/main-img/fire.jpg);
}
.main-img-ramen{
	background-image:url(/eng/product/search/img/main-img/ramen.jpg);
}
.main-img-gyoza{
	background-image:url(/eng/product/search/img/main-img/gyoza.jpg);
}
.main-img-steak{
	background-image:url(/eng/product/search/img/main-img/steak.jpg);
}
.main-img-yakitori{
	background-image:url(/eng/product/search/img/main-img/yakitori.jpg);
}
.main-img-chinese{
	background-image:url(/eng/product/search/img/main-img/chinese.jpg);
}
.main-img-burner{
	background-image:url(/eng/product/search/img/main-img/burner.jpg);
}
.main-img-steam{
	background-image:url(/eng/product/search/img/main-img/steam.jpg);
}


@media screen and ( max-width:1024px) {
#main-img:before {
    padding-top: 20%;
}
}

@media screen and (min-width:0px) and ( max-width:750px) {
#main-img:before {
    padding-top: 30%;
}
}


h1{
	/*
	padding-bottom:0;
	*/
}
.product-menu{
	width:20%;
	float:left;
}
/*
.product-menu h2{
	font-size:14px;
	text-align:left;
	border-bottom:#000 solid 1px;
	letter-spacing: 0px;
	padding-bottom:20px;
}
*/
.product-menu .search h2{
	font-size:14px;
	text-align:left;
	border-bottom:#000 solid 1px;
	letter-spacing: 0px;
	padding-bottom:20px;
}

.product-menu .search a{
	display:block;
	color:#000;
	text-decoration:none;
	margin-top:10px;
}


.product-menu .suzuchu{
	margin-top:20px;
	background-image:url(/eng/product/suzuchu/img/ice.jpg);
	padding:20px 10px;
	background-size:cover;
}
.product-menu .suzuchu h2{
	text-align:center;
	font-size:16px;
	margin:0;
}
.product-menu .suzuchu p{
	text-align:center;
}

.product-menu .download{
	background-color:#F0F0F0;
	background-image:url(/eng/img/pattern.jpg);
	padding:20px 10px;
	margin-top:20px;
}
.product-menu .download h2{
	text-align:center;
	font-size:16px;
	margin:0;
}

.product-menu .download a{
	margin:auto;
	display:block;
	color:#fff;
	background-color:#09c;
	text-decoration:none;
	box-sizing:border-box;
	font-size:14px;
	line-height:40px;
	margin-top:10px;
	padding:0 15%;
	
	position:relative;
}
.product-menu .download a i{
	position:absolute;
	right:15%;
	line-height:40px;
}



.product-body{
	width:75%;
	float:right;
}





/*
.product-link a{
	display:block;
	float:left;
	width:33.333%;
	font-size:13px;
	text-decoration:none;
	color:#000;
	text-align:center;
	line-height:15px;
	height:240px;
	position:relative;
	margin-top:60px;
}

.product-link a p{
	display:block;
	position:absolute;
	bottom:0;
	width:90%;
	margin:0 5%;
	height:30px;
}

.product-link a img{
	display:block;
	position:absolute;
	bottom:40px;
	left:50%;
	margin:0 auto;
	height:auto;
	width:auto;
	max-width:50%;
	max-height:200px;
	
-webkit-transform: translate(-50%,0%);
-moz-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
-o-transform: translate(-50%,0%);
transform: translate(-50%,0%);
}
*/
.product-link a{
	display:block;
	float:left;
	width:33.333%;
	font-size:13px;
	text-decoration:none;
	color:#000;
	text-align:center;
	line-height:15px;
	
	position:relative;
}
.product-link a div{
    position: relative;
    width: 70%;
	margin:auto;
}
.product-link a div:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.product-link a div img{
    position: absolute;
	display:block;
	
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
		
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.product-link a p{
	line-height:1.2em;
	height:6em;
	width:70%;
	margin:auto;
	margin-top:1em;
}


.product-body h3.divide{
	width:100%;
	background-color:#09C;
	background-color:#333;
	padding:0.5em 1em;
	box-sizing:border-box;
	color:#fff;
	/*
	margin-top:60px;
	*/
	margin-bottom:3.6em;
}

.product-body h3.divide a{
	font-weight:normal;
	color:#fff;
	display:inline-block;
	margin-left:20px;
}

@media screen and ( max-width:1024px) {
.product-menu{
	width:25%;
}
.product-body{
	width:70%;
}
.product-link a p{
	width:90%;
}
}

@media screen and (min-width:0px) and ( max-width:750px) {

.product-menu,
.product-body{
	float:none;
	width:100%;
}
.product-link a{
	width:50%;
}

}




.product-link a.suzuchu:before{
	content:url(/eng/product/search/img/suzuchu.png);
	position:absolute;
	left:15%;
	z-index:1000;
}




.product-body h2 {
	margin:0;
    padding: 30px 5px;
    border-top: 1px solid #d5d9da;
    font-size: 20px;
    line-height: 1;
    position: relative;
    text-align: left;
	margin-top:30px;
}
.product-body h2:after {
    width: 90px;
    height: 3px;
    background: #e75826;
	background-color:#09c;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
}


a.catalogue{
	text-decoration:none;
	color:#000;
}

.clearfix > a.catalogue{
	float:left;
	width:25%;
}

a.catalogue img{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	width:200px;
	height:auto;
}

a.catalogue p{
	width:200px;
	text-align:center;
}

a.catalogue:hover p{
	color:#09c;
}

@media screen and ( max-width:1024px) {

.clearfix > a.catalogue{
	float:left;
	width:33.3333%;
}

a.catalogue img{
	width:110px;
	height:auto;
}

a.catalogue p{
	width:110px;
	height:auto;
}

}

@media screen and (min-width:0px) and ( max-width:750px) {
}

