@charset "utf-8";
@import url(../../css/common.css);

/* ---------------------------------------------------------
	CSS Document Item Common
--------------------------------------------------------- */

#item_title {
	height: 49px;
}

#item {
	min-height: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #666;
}

* html #item {
	height: 40px;
	overflow: visible;
}

#item:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#item_left {
	float: left;
	width: 163px;
	overflow: hidden;
}

#item_left p {
	margin-bottom: 5px;
	margin-left: 3px;
}

#item_left p.thumb {
	margin-bottom: 15px;
	margin-left: 0;
}

#item_left p span {
	font-weight: bold;
	font-size: 130%;
	color: #f00;
}

#item_left p select {
	font-size: 100%;
}

#item_left p.cart {
	width: 163px;
	height: 41px;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 12px;
	text-align: left;
	text-indent: -9999px;
}

* html #item_left p.cart {
	height: 53px;
}

#item_left p.cart a {
	display: block;
	width: 163px;
	height: 41px;
	overflow: hidden;
	background: url(../images/btn-cart.jpg) no-repeat 0 0;
}

#item_left p.cart a:hover {
	background: url(../images/btn-cart.jpg) no-repeat 0 -41px;;
}

#item_right {
	float: right;
	width: 440px;
	overflow: hidden;
}

#item_right h4 {
	height: 30px;
}

#item_right p {
	width: 410px;
	overflow: hidden;
	padding-left: 10px;
}

#item_right p strong {
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 130%;
}

/* ---------------------------------------------------------
	CSS Document Ryugan Hachimitu
--------------------------------------------------------- */

#ryugan_hachimitsu {
	text-align: center;
}

#ryugan_hachimitsu h4 {
	margin-top: 14px;
}

#ryugan_hachimitsu p {
	margin-top: 14px;
}
