
div#main-inner-min {
	width: 600px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	min-height: 500px;
}
*html div#main-inner-min {
	height: 500px;
}

/******************** 商品詳細：上 ********************/
h2 {
	background: #EED;
	font-size: 120%;
	padding: 8px;
	margin-bottom: 20px;
}
p.cat {
	width: 150px;
	float: left;
	text-align: center;
	margin: 5px 0 0;
	padding: 0;
}
div.cat-right {
	float: right;
	width: 440px;
	margin-bottom: 10px;
}

div.cat-right img, div.best-right img {
	margin-right: 4px;
}
div.cat-right input, div.best-right input {
	width: 60px;
}
div.cat-right input.quantity, div.best-right input.quantity {
	width: auto;
	text-align: right;
}
p.review {
	float: left;
	margin-top: 12px;
}
p.price {
	float: right;
	margin-top: 12px;
	color: #c00;
	font-weight: bold;
}
form.order, p.order {
	float: right;
	text-align: right;
	margin-top: 6px;
}
p.order span {
	color: #666;
	font-weight: bold;
}
blockquote {
	padding: 5px 7px;
	background: #F6F6F6;
	margin-top: 20px;
}
blockquote p.soldout {
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
}
hr {
	clear: both;
	height: 1px;
	background: #CC9;
	margin: 8px 0;
	border: 0;
}
/* 複数のORDERがある場合 */
h2.some {
	float: right;
	color: #06C;
	font-size: 100%;
	margin: 6px 0 0;
}
p.input2 {
	float: right;
	margin-top: 6px;
}
p.input2 span {
	color: #06C;
	font-weight: bold;
}
p.price2 {
	float: right;
	margin: 6px 5px 0 15px;
	color: #06C;
	font-weight: bold;
}
/******************** 商品詳細：下 ********************/
div.read {
	text-align: center;
}
table {
	font-size: 100%;
	line-height: 140%;
	margin: 0 auto;
	text-align: left;
}

/******************** 友達に教える ********************/
div.oshieru {
	padding: 7px 10px;
	border: 1px solid #cc9;
	margin: 20px auto 0;
	width: 290px;
	background: #fbfbf5;
}
*html div.oshieru {
	margin-left: 155px;
}
p.oshieru {
	text-align: center;
	margin-bottom: 10px;
}
p.oshieru img {
	margin-right: 3px;
}
div.qr {
	clear: both;
}
div.qr:after {
	content:".";
	clear :both;
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
}
*html div.qr {
	height: 1px;
}
div.qr p.code {
	float: left;
	margin-right: 5px;
}
div.qr p.about {
	padding-top: 10px;
	width: 217px;
	float: right;
}
*html div.qr p.about {
	width: 190px;
}

/******************** 関連商品 ********************/
div.kanren {
	margin: 30px 0 10px 0;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
p.kanren_t {
	background: url(/shop/image/icon-arrow.gif) no-repeat left;
	padding: 7px 0 7px 20px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}

/******************** 関連商品(ウィンドウリスト) ********************/
ul.window li {
	float: left;
	width: 150px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	padding: 12px 0 12px;
	border-bottom: 1px dashed #ccc;
	list-style-type: none;
}
ul.window p.price {
	font-weight: bold;
	float: none;
	margin: 10px 0 2px;
	color: #c00;
}
ul.window h2 {
	font-size: 88%;
	margin: 5px auto 0;
	padding: 0;
	background: none;
	line-height: 120%;
}
ul.window h2 a:link, ul.window h2 a:visited {
	color: #06C;
	text-decoration: none;
}
ul.window h2 a:hover {
	color: #0CC;
}

