/* ショッピング */
#item {
	margin-bottom: 3em;
}
#item h1 {
	margin-bottom: 0.1em;
	padding: 4px 0px 0px 8px;
	background: url(../../common/title_back.gif) repeat-x;
	color: #900;
	font-size: 16px;
	text-align: left;
	height: 30px;
}
#item h2 {
	font-size: 16px;
	text-align: left;
}
#item h3 {
	margin-bottom: 0.3em;
}
#item h4 {
	margin-bottom: 1em;
	padding-left: 0.5em;
	background: url(../img/colornumber.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
}
#item p.zoom {
	margin-bottom: 1em;
	padding-left: 20px;
	background: url(../img/icon_zoom.gif) no-repeat;
	text-align: left;
}
#item p.clear {
	clear: left;
}




/* 商品データ */
#item .ileft {
	float: left;
	display: inline;
	margin-right: 10px;
	text-align: left;
}
#item .iright {
	text-align: left;
}
.ileft img {
	margin-bottom: 0.5em;
}
.ileft p.caution {
	margin-left: 1em;
	text-align: left;
}
.iright table.t1 {
	border: none;
	border-collapse: collapse;
	line-height: 1.1;
}
.iright .t1 th {
	padding-right: 1em;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 15%;
}
.iright .t1 td {
	text-align: left;
}
.t1 td.price {
	padding-top: 0.2em;
	color: #F00;
	font-size: medium;
	font-weight: bold;
}
.price span {
	font-size: small;
	text-decoration: line-through;
}
.iright p.sinfo {
	margin-top: 1em;
	margin-left: 0.2em;
	color: #F00;
	font-weight: bold;
}
.iright p.btn {
	text-align: right;
}
#item p.caution {
	margin-top: 1em;
	text-align: left;
}





/* 色番選択 */
#item #color {
	margin-top: 2em;
	text-align: left;
}
#color .cleft {
	float: left;
	margin-bottom: 1em;
	width: 440px;
}
#color .cright {
	margin-bottom: 1em;
	padding-top: 1.5em;
	text-align: right;
}
#color table.t2 {
	margin-bottom: 1.5em;
}
.t2 td input, .t2 td img {
	vertical-align: middle;
}
.t2 td img {
	margin-bottom: 0.1em;
	margin-right: 0.2em;
}
#color p.msg {
	color: #F00;
	text-align: center;
	height: 3em;
}


