@charset "utf-8";
/* CSS Document */
#container .main_image {background-image: url(../images/second_hand/main_img.png); }

#contents h2 { margin-bottom: 20px; }

#contents .item { overflow: hidden; margin-bottom: 20px; }

#contents .photo { width: 450px; float: left; }
#contents .description { width: 531px; float: right; line-height: 150%; }
#contents .description span.title { display: block; font-size: 14px; font-weight: bold; margin-bottom: 10px; }
#contents .description span.title:before { content: "■"; }
#contents .description table { width: 531px; margin: 23px 0; border-collapse: collapse; border: solid 1px #fff; }
#contents .description table tr { border: solid 1px #fff; }
#contents .description table th { border-right: solid 1px #fff; padding: 0 12px; }
#contents .description table td { padding: 16px 11px; }
#contents .description span.price { font-weight: bold; color: #FAED00; }
#contents .description .btn { text-align: center; }
#contents .page_top { float: right; font-size: 16px; text-decoration: underline; background-image: url(../images/product_detail/subNav_icon.png); background-repeat: no-repeat; background-size: 9px auto; background-position: left center; margin: 20px 0 51px; padding-left: 22px; cursor: pointer; }
#contents .page_top:after { content: " "; display: block; clear: both; }