﻿@charset "utf-8";
.info_htmlContent { padding:0 0 25px 0; min-height: 0; }
.info_htmlContent--with-padding { padding:0px calc(10% - 15px) 15px; min-height: 0; }
.info_htmlContent .col { padding-top: 0px; padding-bottom: 5px; }
.info_htmlContent p,
.info_htmlContent h4 {
  margin: 0px;
}
.info_htmlContent p.paragraph {
  color:#333333; 
  line-height: 28px; 
  font-size: 14px; 
  margin-bottom: 0px;
}

.info_htmlContent h3.caption {
  font-size: 20px; 
  line-height: 34px; 
  text-align: center; 
  padding-bottom: 10px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  color: #C60017; 
  background: url(../images/imageTitle_line.png) center bottom no-repeat;
}

.info_htmlContent h4.caption {
  background-color: #C70019;
  color: #FFF;
  background-image: url(../images/location_arr_white.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 35px;
  font-size: 16px;
  margin: 20px 0px 15px 0px;
  padding-bottom: 0;
  text-align:left;
}

.info_htmlContent h5.caption {
  font-size:20px;
  line-height: 34px; 
  text-align:left;
  padding-bottom:10px;
  margin-top:0px;
  margin-bottom: 10px; 
  color: #C60017; 
  background: url(../images/imageTitle_line.png) left bottom no-repeat; 
}

.info_htmlContent ul,
.info_htmlContent ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info_htmlContent ul {
    padding-left: 13px;
}

.info_htmlContent ol {
    padding-left: 15px;
}

.info_htmlContent li {
  color: #333333;
  line-height: 28px;
  font-size: 14px;
}

.info_htmlContent ul > li {
  list-style-type: none;
  position: relative;
}

.info_htmlContent ol > li {
  list-style-type: decimal;
  list-style-position: outside;
}

.info_htmlContent ul > li:before {
    content: '\2022';
    padding-right: 7px;
    color: #C70019;
    position: absolute;
    left: -13px;
}

.info_htmlContent hr { 
  margin: 0px;  
  margin-bottom: -20px;
  border-top:1px solid #898989;
    clear:both;
}

.info_htmlContent img { 
  max-width: 100%; 
  height: auto; 
  display: block; 
  margin: auto; 
}

.info_htmlContent table {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  background-color: transparent;
  border-style: hidden;
}

.info_htmlContent table > tbody td {
  padding: 10px 20px;
  border: 1px solid #898989;
  border-left-width: 1px;
  border-bottom-width: 1px;
  background-color: transparent;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
}

.info_htmlContent table > tbody td:first-child {
  border-left-width: 0px;
}

.info_htmlContent table > tbody > tr:last-child td {
  border-bottom-width: 0px;
}

@media (min-width: 768px) {

    .info_htmlContent .col {
        padding-top: 0px;
        padding-bottom: 20px; 
    }

    .info_htmlContent h3.caption {
        font-size: 24px;
        padding-bottom: 15px;
        margin-top: 5px;
    }

    .info_htmlContent h5.caption { 
        font-size: 24px;
        padding-bottom: 15px;
        margin-top: 0px;
    }

    .info_htmlContent table {
        display: table;
        white-space: normal;
        overflow-x: visible;
    }

    .info_htmlContent table > tbody td {
        padding: 10px 0px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {

    .info_htmlContent table > tbody td {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {

    .info_htmlContent table > tbody td {
        padding: 15px 0px;
    }
}

/*商品內頁 - Product Feature區塊 icon列表的專屬樣式。- Start*/
.info_htmlContent .icon-list-outer-wrapper {
  width: 255px;
  margin: 0 auto;
}

.info_htmlContent .icon-list-inner-wrapper {
  position: relative;
  /*修正icon列表歪一邊的情況。*/
  left: -7px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.info_htmlContent .icon-list__icon-wrapper {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

@media (min-width: 370px) {
  .info_htmlContent .icon-list-outer-wrapper {
    width: 345px;
  }
}

@media (min-width: 450px) {
  .info_htmlContent .icon-list-outer-wrapper {
    width: 360px;
  }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .info_htmlContent .icon-list-outer-wrapper {
    width: 555px;
  }
}

@media (min-width: 1200px) {
  .info_htmlContent .icon-list-outer-wrapper {
    width: 966px;
  }
}
/*商品內頁 - Product Feature區塊 icon列表的專屬樣式。- End*/