@charset "UTF-8";

h1 {
	background-image: url(../img_goods/header_goods.jpg);
	text-indent: -999px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #f60;
    border-left: 0.5em #f60 solid;
    padding: 3px;
    margin: 10px 0 5px 0;
}

strong {
    color: #f03;
    font-weight: bold;
}

.goods_text {
    float: left;
    width: 630px;
}
.goods_text img.goods_sub_img {
	float: left;
	margin: 0 10px 10px 0;
}
.goods_spec {
	margin-top: 20px;
}
.goods_spec th {
	text-align: left;
	white-space: nowrap;
}
.goods_spec th,
.goods_spec td {
	vertical-align: top;
}

.goods_price table {
    margin: 10px auto 0 auto;
    border-top: 3px #aaa double;
}
.goods_price th {
    color: #0068b7;
    background-color: #f8f4e6;
    border-bottom: 1px #ccc dotted;
    padding: 5px;
    width: 450px;
    text-align: left;
}
.goods_price td {
    border-bottom: 1px #ccc dotted;
    padding: 5px;
    width: 70px;
}
.goods_price .last_line {
    border-bottom: 3px #aaa double;
}

.goods_img {
    float: right;
    width: 270px;
    text-align: center;
}
.goods_img img {
    padding: 5px;
    border: 1px #ccc solid;
}
