@charset "euc-jp";

/* side ----------------------------------------------------------- */
#side {
	display:none;
}

/* first ----------------------------------------------------------- */
#first {
	width:100%;
	background:#f6f6f6;
	padding:40px 0 20px;
}
#first-inner {
	max-width: 940px;
	margin:0 auto;
	padding:0 20px;
}
.feature-link dd.ttl {
	font-weight:bold;
}

/* new_item ----------------------------------------------------------- */
.item-description {
	font-family:'Hiragino Mincho ProN', serif;
	font-style: italic;
}
.item-image {
	position:relative;
}
.item-image .soldout {
	width:100%;
	position:absolute;
	top:-17px;
}
