/* ショッピング */
#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 p.zoom {
	margin-bottom: 1em;
	padding-left: 20px;
	background: url(../img/icon_zoom.gif) no-repeat;
	text-align: left;
}
#item p.clear { clear: left; border-bottom: 1px solid #900; }
/* * html #item p.clear { clear: left; } */
#item p.noline { border: none; }

#item p.msg {
	margin-top: 10em;
	color: #F00;
	text-align: center;
}




#item div.pnum {
	margin-bottom: 0.5em;
	overflow: hidden
}
.pnum .pleft {
	float: left;
	margin-right: 10px;
	text-align: left;
}
.pnum .pright {
	text-align: left;
}
.pright table.t1 {
	margin-bottom: 0.5em;
	border: none;
	border-collapse: collapse;
	line-height: 1.1;
}
.pnum .t1 th {
	padding-right: 1em;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 15%;
}
.pnum .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;
}
.pnum p.sinfo {
	float: left;
	margin-bottom: 0.5em;
	margin-left: 0.2em;
	color: #F00;
	font-weight: bold;
}
.pnum p.btn {
	text-align: right;
	vertical-align: middle;
}
.btn img {
	margin-left: 1em;
}




form {
	text-align: right;
}
form span {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}

