<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Template : colorzero
Author : Designup.jp
Website : http://designup.jp
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/* ------------------------------------- */
/*   breadcrumb   */
/* ------------------------------------- */
.breadcrumb {
  padding: 4px 0px;
  margin-bottom: 0px;
  font-size: 12px;
  background-color: #FFFFFF !important;
}
/* ------------------------------------- */
/*   products/detail  */
/* ------------------------------------- */
#detailphotobloc {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #detailphotobloc {
    text-align: center;
  }
}
#detailphotobloc .photo {
  text-align: center;
  margin-bottom: 20px;
}
#detailphotobloc .photo img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}
#detailphotobloc .photo .photo_thumb {
  text-align: left;
}
#detailphotobloc .photo .photo_thumb ul li img {
  cursor: pointer;
  width: 80px;
  height: 100%;
  border: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
  #detailphotobloc .photo .photo_thumb ul li img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  #detailphotobloc .photo .photo_thumb ul li img {
    width: 60px;
  }
}
#detailrightbloc {
  margin-bottom: 20px;
  font-size: 12px;
}
#detailrightbloc .status_icon {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#detailrightbloc .status_icon li {
  padding: 0;
}
#detailrightbloc .item_title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height:1.5em;
}
#detailrightbloc .normal_price,
#detailrightbloc .product_code {
  margin-bottom: 10px;
  margin-bottom: 5px;
}
#detailrightbloc .normal_price dt,
#detailrightbloc .product_code dt,
#detailrightbloc .normal_price dd,
#detailrightbloc .product_code dd {
  display: inline-block;
  font-weight: normal;
}
#detailrightbloc .normal_price .price,
#detailrightbloc .product_code .price {
  font-size: 14px;
}
#detailrightbloc .sale_price {
  margin-bottom: 10px;
}
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
  display: inline-block;
  font-weight: normal;
}
#detailrightbloc .sale_price .price {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}
#detailrightbloc .option_link,
#detailrightbloc .option_table {
  margin-bottom: 20px;
}
#detailrightbloc .option_select {
  margin-bottom: 5px;
}
#detailrightbloc .option_select dt,
#detailrightbloc .option_select dd {
  display: inline-block;
  min-width: 60px;
  font-weight: normal;
}
#detailrightbloc .option_select select {
  border-radius: 0 !important;
}
#detailrightbloc .option_table th,
#detailrightbloc .option_table td {
  padding: 4px;
  border: 1px solid #e1e1e1;
}
#detailrightbloc .option_table th {
  text-align: center;
  background-color: #f7f7f7;
}
#detailrightbloc .quantity {
  margin-bottom: 20px;
}
#detailrightbloc .quantity input {
  display: inline-block;
  width: 60px;
  border-radius: 0;
}
#detailrightbloc .quantity ul {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}
#detailrightbloc .quantity ul li {
  padding: 0;
}
#detailrightbloc .quantity ul li a {
  display: inline-block;
  text-align: center;
  min-width: 30px;
  padding: 6px 8px;
  border: 1px solid #e1e1e1;
}
#detailrightbloc .cartin .btn {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 1px solid #333333;
  line-height: 28px;
  background-color: #333333;
}
#detailrightbloc .cartin .btn:hover {
  background-color: #404040;
}
#detailrightbloc .cartin .disable_quick {
  margin-top: 20px;
}
#detailrightbloc .cartin .disable_quick .btn {
  background-color: #fff;
}
#detailrightbloc .product_info .product_code {
  margin-bottom: 5px;
}
#detailrightbloc .product_info .product_code dt,
#detailrightbloc .product_info .product_code dd {
  display: inline-block;
  color: #444444;
  font-weight: normal;
}
#detailrightbloc .product_info ul {
  margin-bottom: 15px;
}
#detailrightbloc .product_info ul li {
  margin-bottom: 5px;
}
#detailmainblock {
  margin-bottom: 60px;
}
#detailmainblock .main_title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #444444;
  font-size: 18px;
}
#detailmainblock .product_description {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
#detailmainblock .product_description img {
  max-width: 100%;
}
#detailmainblock #trackback_area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
/* ------------------------------------- */
/*   together_area   */
/* ------------------------------------- */
.together_area {
  margin-bottom: 20px;
}
.together_area .item_panel {
  position: relative;
  margin-bottom: 20px;
}
.together_area .item_panel .item_image {
  border-bottom: 1px solid #e1e1e1;
}
.together_area .item_panel .item_image img {
  width: 100%;
  height: 100%;
}
.together_area .item_panel .item_meta {
  padding: 0 10px;
}
.together_area .item_panel .item_meta .title {
  margin-top: 8px;
  margin-bottom: 3px;
}
.together_area .item_panel .item_meta .title a {
  font-size: 12px;
  font-weight: bold;
}


.simexp {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}</pre></body></html>