/*商品詳細*/
.photo-detail{
	display: block;
	float: left;
	width: 244px;
	padding-bottom: 10px;
}

.text-detail {
	display: block;
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

.main_img {
        width:230px;
	padding:0px 0px 10px 0px;
	background:#fff;
}

/*商品販売価格*/
.detail_price {
	font-size:120%;
	padding:0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #FF0000;
}

/*商品詳細*/
#product h4 {
	font-size: 110%;
	color: #222222;
	margin-top: 20px;
	margin-bottom: 10px;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(https://img05.shop-pro.jp/PA01110/331/etc/title-product_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*リスト*/
#product ul {
	margin-top: 2px;
	margin-bottom: 20px;
}

/*スクエアリス&#201;ト*/
.square li {
	margin-bottom: 1px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(https://img05.shop-pro.jp/PA01110/331/etc/square.gif);
	list-style-type: none;
}

/*ダイヤリスト*/
.diamond li {
	margin-bottom: 1px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(https://img05.shop-pro.jp/PA01110/331/etc/diamond.gif);
	list-style-type: none;
}

.worning{
	font-size: 90%;
}

/*ご利用状況*/
#product h4.yoyaku {
	text-indent: 0px;
	text-align: center;
}

.spec  {
	font-size:12px;
	margin:10px 0px 0px 0px;
}
	
.spec td {
	height:25px;
	padding-right:10px;
}

.sub_img {
	width:230px; 
}
	
.sub_img .thumnail {
	width:230px;
	border:1px solid #999;
	display:block;
	margin-bottom:3px;
}
	
.zoom {
	width:32px;
	height:7px;
	border:none;
	margin-bottom:15px;
}

