﻿@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
img{
vertical-align: bottom;
}
body {
	color: #333333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpap {
	width: 740px;		
}
.mb60 {
	margin-bottom: 60px;
	}
.intro {
	background-color: #fcfbf5;
	width: 740px;
	text-align: center;
	padding: 40px 0px 60px 0px;
}
.leadtext {
	width: 660px;
	margin: 30px auto;
	text-align: left;
	font-size:16px;
	line-height: 28px;
	}

  
.itemcont {
	width: 100%;
	padding: 0 20px 30px;
	list-style: none;
	text-align: center;

}
.itemcont > li {
	width: 33.33%;
	padding: 0 10px;
}
.itemcont > li:nth-child(odd) {
	float: left;
}
.itemcont > li:nth-child(even) {
	float: right;
}
.itemcont > li a {
	display: block;
	text-decoration: none;
}
.itemcont > li a:hover {
	opacity: 0.7;
}
.itemcont > li img {
	width: 100%;
}
.item-img {
	display: block;
	margin-bottom: 20px;
}
.item-name {
	display: block;
	color: #603e1f;
	font-size: 13px;
}
.item-price {
	display: block;
	font-size: 15px;
	color: #ec1909;
	padding: 20px 0 0;
}
.clearfix::after {
    display: block;
	content: "";
	clear: both;
}