@import url("/style.css");
/* index */
section {
	z-index: 1;
}

/* shop info */
section#shop {
	overflow: hidden;
	width: 1080px;
	margin: 80px auto 80px auto;
}
	section#shop .shop_info {
		float: left;
		width: 540px;
	}
	section#shop h1 {
		font-size: 36px;
		font-weight: normal;
	}
	section#shop .shop_info .shop_image {
		width: 400px;
		height: 300px;
		margin: 20px 0 20px 0;
	}
	section#shop .shop_info#okayamaekimae .shop_image {
		background: url("/img/shop_okayamaekimae.png") no-repeat center bottom;
	}
	section#shop .shop_info#kenchodoori .shop_image {
		background: url("/img/shop_kenchodoori.png") no-repeat center bottom;
	}
	section#shop .shop_info#oomoto .shop_image {
		background: url("/img/shop_oomoto.png") no-repeat center bottom;
	}
	section#shop .shop_info#kadotayashiki .shop_image {
		background: url("/img/shop_kadotayashiki.png") no-repeat center bottom;
	}
	section#shop .shop_info#kurashikikitahama .shop_image {
		background: url("/img/shop_kurashikikitahama.png") no-repeat center bottom;
	}
	section#shop .shop_info#kounan .shop_image {
		background: url("/img/shop_kounan.png") no-repeat center bottom;
	}
	section#shop .access_map {
		margin-left: 540px;
		width: 540px;
		height: 540px;
		background: #eee;
	}
	#map_okayamaekimae {
		width: 540px;
		height: 360px;
	}

/* new */
section#new_search {
	width: 100%;
	overflow: hidden;
}
section#new_search h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 40px;
}
section#new_search a {
	color: #000000;
}
section#new_search {
	width: 1080px;
	margin: 0 auto;
	padding: 40px 0;
}
section.search #item_list>ul {
	margin-top: 10px;
}
section.search #item_list>ul li.item {
	display: inline-block;
	margin: 20px 0 22px 0;
	width: 261px;
	font-size: 12px;
	position: relative;
	vertical-align: top;
}
section.search #item_list>ul li.item .eswsIconNew,
section.search #item_list>ul li.item .eswsIconUpdate {
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF100;
	color: #221815;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
}
section.search #item_list>ul li.item a {
	display: block;
	color: #221815;
	padding-top: 10px;
}
section.search #item_list>ul li.item a:hover {
	background: #EDEBEA;
}
section.search #item_list h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 10px;
}
section.search #item_list .item_image {
	width: 240px;
	line-height: 180px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
section.search #item_list .item_image img {
	max-width: 240px;
}
section.search #item_list .item_layout {
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 5px;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	color: #ffffff;
	background: #D24772;
}
section.search #item_list .item_price {
	font-weight: bold;
	margin: 0 5px;
	font-size: 24px;
	color: #D24772;
}
section.search #item_list dl {
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
	width: 250px;
}
section.search #item_list dt {
	clear: both;
	font-size: 14px;
	padding-top: 4px;
	width: 70px;
	float: left;
}
section.search #item_list dd {
	font-size: 14px;
	padding: 4px 0 2px 0;
	margin-left: 70px;
	width: 180px;
}

/* staff */
section#staff {
	width: 100%;
	padding: 40px 0 0 0;
	overflow: hidden;
	background: #EDEBEA;
}
section#staff .contents {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}
section#staff h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}
section#staff .contents>p {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
section#staff a {
	color: #000000;
}
section#staff #staff_list {
	width: 1080px;
	overflow: hidden;
}
section#staff .staff_box {
	width: 540px;
	margin-bottom: 40px;
	float: left;
	overflow: hidden;
}
section#staff .staff_box .staff_info {
	width: 340px;
	float: left;
}
section#staff h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
section#staff h2 .name_en{
	font-size: 16px;
	padding-left: 20px;
}
section#staff .staff_box .staff_image {
	margin-left: 350px;
}
section#staff .staff_box .staff_image img {
	margin: 0;
}

