#p-d-topicpath{
 font-size:11px;
}
#product-detail h2{
 font-size:16px;
 font-weight:normal;
 text-align:center;
}
#product-detail h3{
 font-size:13px;
 font-weight:normal;
 margin:30px 0 5px;
 padding-left:10px;
 background-color:#eee;
}
#product-image-area{
 width:655px;
 margin:20px auto;
 overflow:hidden;
}
#product-image-area .big{
 float:left;
 overflow:hidden;
}
.big img {
 max-width:520px;
}
.thumbnail img {
 max-width:120px;
 margin:0 0 13px 13px;
}
#product-detail #product-option{
 margin-left:5px;
 font-size:16px;
 float:left;
}
#product-option th{
 font-weight:normal;
 padding:6px 0;
 width:120px;
}
#product-detail #product-cart{
 float:right;
 text-align:right;
 margin-right:20px;
}
#product-cart{
 margin-bottom:15px;
}
#product-cart p{
 margin-bottom:10px;
}
.product-cart-link a{
 font-family:"UD¿·¥´ R"; 
 color:#fff;
 background-color:#aaa;
 width:202px;
 text-align:center;
 display:block;
}
#explain{
 margin-left:5px;
}
table#detail-table{
 border-collapse:collapse;
}
#detail-table th{
 padding:5px;
 font-weight:normal;
 width:70px;
 border-right:1px solid #888;
 vertical-align:top;
}
#detail-table td{
 padding:5px 0 5px 10px;
}
#cart-soldout{
 color:red;
 text-align:center;
 font-size:14px;
 width:202px;
 height:20px;
 border:1px solid red;
 line-height:20px;
}