/* ====ヘッダー==== */
#header{
	height: 540px;
	position: relative;
}
#mainimage{
	background: url(https://img21.shop-pro.jp/PA01326/000/etc/mainimage01.png) right top no-repeat;
	width: 1120px;
	height: 420px;
	position: absolute;
	right: 0;
	top: 150px;
	z-index: -1;
}
.top_contents{
	position: relative;
}
.top_contents .title{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
.top_contents .title img{
	vertical-align: top;
}
#pickupitem{
	background: #FFFFFF;
	float: right;
	width: 520px;
	padding-left: 30px;
}
#item_list ul{
	margin: 0 -23px 0 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}
#item_list ul li{
	margin: 0 23px 30px 0;
	padding: 0;
	float: left;
	width: 140px;
	text-align: center;
}
#item_list ul li a{
	display: block;
	color: #333333;
	text-decoration: none;
}
#item_list ul li .thumbnail{
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 5px;
}
#item_list ul li .thumbnail img{
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
#item_list ul li dl{
	margin: 0;
	padding: 0;
}
#item_list ul li a:hover .item_name{
	text-decoration: underline;
}
#item_list ul li .item_price{
	margin: 0;
	padding: 0;
	color: #F74759;
}
#news{
	float:right;
	width: 230px;
}
#news ul,
#news li,
#news dl,
#news dt,
#news dd{
	margin: 0;
	padding: 0;
}
#news ul{
	list-style: none;
}
#news li:nth-child(odd){
	background: #E9E9E9;
}
#news li{
	display: block;
	padding: 20px 50px 20px 20px;
}
#news li a:hover dd{
	text-decoration: underline;
}
#news li dl{
	line-height: 1.4;
}
#news li dt{
	color: #F74659;
}
#banners{
	float: left;
	width: 240px;
}