@charset "utf-8";





/* タイトルの設定
========================================================= */
.pc_item_name {
	text-align:center;
}

/* 商品画像の設定
========================================================= */
.pc_item_image {
	text-align:center;
}

.pc_item_image img {
	width: 90%;
    margin: 0 0 20px 0;
}

/* 商品説明
========================================================= */
#product_tmp table {
	font-family: verdana;
	color: #333;
	border-collapse: collapse;
}

#product_tmp table a img {
	border: 0;
}

#product_tmp table td {
	vertical-align: top;
	padding: 0;
}

#product_tmp table.product_tmp_container {
	width: 730px;
}

#product_tmp table.product_tmp_contents {
	width: 360px;
	font-size: 12px;
}

#product_tmp table.product_tmp_contents th {
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: left;
	padding: 0 10px;
	color: #fff;
	background: url(https://www.rakuten.ne.jp/gold/sotoaso/img/product/product_title.gif) repeat left top #593918;
	border: 1px #593918 solid;
}

#product_tmp table.product_tmp_contents td {
	line-height: 18px;
	padding: 10px;
	background: #fff;
	border: 1px #593918 solid;
}

#product_tmp table.product_tmp_contents td b {
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
}

#product_tmp table.product_tmp_contents td p {
	margin: 0 0 5px 0;
	font-size: xx-small !important;
	color: #fff !important;
}

#product_tmp table.product_tmp_contents td.size img {
	width: 340px;
	margin-bottom: 5px;
}

/* 説明文追加テキスト
========================================================= */
.pc_item_plus_text {
	width: 90%;
	margin: 10px 0 50px 0;
	font-size: 14px;
	color: #333;
}



