.contents {
  width: 986px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto;
}

.contents .content {
  width: 980px;
  height: auto;
}

.contents .content .product {
  width: 720px;
  height: auto;
  margin-top: 20px;
}

.contents .content .product .back-button {
  padding: 10px;
  padding-left: 0px;
  width: 160px;
}

.contents .content .product .product-title {
  font-family: "Univers";
  width: auto;
  padding: 10px;
  padding-left: 20px;
  font-size: 95%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.contents .content .product .product-title a, .contents .content .product .product-title a:hover {
  text-decoration: none;
}

.contents .content .product .product-title a:hover {
  color: #d00;
}

.contents .content .product .h3:a {
  text-decoration: none;
}

.contents .content .product .h3:hover {
  color: #F00;
}

.contents .content .product .product-detail {
  max-width: 720px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.contents .content .product .product-detail .data-table {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents .content .product .product-detail .data-table .row {
  display: table-row;
}

.contents .content .product .product-detail .data-table .row .cel1, .contents .content .product .product-detail .data-table .row .cel2 {
  display: table-cell;
  padding: 5px;
  font-size: 100%;
}

.contents .content .product .product-detail .data-table .row .cel1 {
  width: 30%;
}

.contents .content .product .product-detail .data-table .row .cel2 {
  width: 70%;
}

.contents .content .product .product-detail table tr td {
  font-size: 90%;
  padding: 3px;
  border-bottom: solid 1px #ccc;
}

.contents .content .product .product-detail .options {
  margin-top: 20px;
  font-size: 95%;
  font-weight: 400;
}

.contents .content .product .product-detail .options ul {
  list-style-type: none;
  display: list-item;
  margin-left: 20px;
  margin-top: 20px;
}

.contents .content .product .product-detail .options ul li {
  list-style-type: circle;
  margin-left: 20px;
}

.contents .content .product-lists {
  width: 720px;
  height: auto;
  margin-top: 20px;
}

.contents .content .product-lists .back-button {
  padding: 10px;
  padding-left: 0px;
  width: 160px;
}

.contents .content .product-lists .product-title {
  width: auto;
  padding: 10px;
  padding-left: 20px;
  font-size: 90%;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.contents .content .product-lists .h3 {
  font-size: 95%;
}

.contents .content .product-lists .h3 a {
  text-decoration: none;
}

.contents .content .product-lists .h3 a:hover {
  color: #F00;
}

.contents .side-bar {
  width: 250px;
  margin-top: 20px;
  font-size: 90%;
  color: #555;
}

.contents .side-bar ul {
  list-style: none;
}

.contents .side-bar .strong, .contents .side-bar .bold {
  font-weight: 900;
}

.contents .side-bar .red {
  color: #d00;
}

.contents .side-bar .black {
  color: #000;
}

.contents .side-bar .bigger {
  font-size: 120%;
}

.contents .side-bar .head {
  font-size: 125%;
}

.contents .side-bar hr {
  size: 1px;
  border-spacing: 0px;
}

.contents .side-bar .sale {
  color: #999;
  text-decoration: line-through !important;
  font-weight: 100;
}

.contents .side-bar .img-soldout {
  background: #a00;
  color: #FFF;
  padding: 10px;
  font-size: 110%;
}

.contents .side-bar .img-promotion {
  background: #ffCC00;
  color: #000;
  padding: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 110%;
}

.back-to {
  border: none;
  background-color: #888;
  color: #FFF;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 900;
  font-size: 8pt;
  cursor: pointer;
}

.back-to:hover {
  background: #d00;
  color: #FFF;
}

.similar-pro {
  width: 250px;
  margin-top: 20px;
  font-size: 10pt;
}

.similar-pro h3 {
  font-size: 12pt;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #666;
  color: #FFF;
}

.similar-pro .item {
  padding: 10px;
  border-bottom: solid 1px #BBB;
}

.similar-pro .item .model {
  font-weight: bold;
}

.similar-pro .item .detail {
  font-size: 9pt;
  color: #444;
}

.similar-pro .item a {
  text-decoration: none;
}

.similar-pro .item:hover {
  background: #EEE;
}

.similar-pro .item:hover a {
  color: #F00;
}

.new_popup_open {
  cursor: pointer;
  padding: 8px;
  font-size: 12pt;
  background-color: #000;
  color: #FFF;
  border: none;
}

.popup-box {
  width: 760px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.popup-box .close {
  position: absolute;
  margin-left: 740px;
  margin-top: -6px;
  cursor: pointer;
}

.popup-box .txt-content {
  width: auto;
  min-height: 450px;
  overflow: auto;
  padding: 20px;
}

.popup-box .txt-content ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup-box .txt-content h3 {
  font-weight: 600;
}
