@charset "UTF-8";
/* CSS Document */
.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
}

ul.itemList {
  margin: 0 -12px;
}

ul.itemList li {
  padding: 0 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

ul.itemList li .item:hover .Img {
  box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.16);
}

ul.itemList li .item .btn a {
  background-color: #af1e1e;
  color: #fff;
}

ul.itemList li .item:hover .btn a {
  background-color: #af1e1e;
  color: #fff;
}

ul.itemList li .Img {
  width: 100%;
  margin-bottom: 20px;
  transition: all .5s;
}

ul.itemList li .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul.itemList li h3 a {
  display: block;
  font-family: "cwTeXMing", serif;
  font-weight: normal;
  color: #222;
  font-size: 24px;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.itemList li .price {
  font-size: 15px;
  letter-spacing: .025em;
  color: #8c0808;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}

ul.itemList li .price .discount, ul.itemList li .price b {
  font-weight: normal;
}

ul.itemList li p {
  display: none;
}

ul.itemList li .btn {
  text-align: center;
}

ul.itemList li .btn a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .3em;
  padding: 13px 25px;
  box-sizing: border-box;
}

ul.itemList li .btn a:before, ul.itemList li .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 65px;
  height: 1px;
  background-color: #c7c7c7;
}

ul.itemList li .btn a:before {
  left: -65px;
}

ul.itemList li .btn a:after {
  right: -65px;
}

ul.itemList li .ribbon_new {
  /*最新*/
  display: block;
  background: url(../images/ribbon_new.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

ul.itemList li .ribbon_hot {
  /*熱門*/
  display: block;
  background: url(../images/ribbon_hot.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

/******內頁******/
/*精緻便當區*/
.productIntro .albumBox {
  margin-right: 30px;
  padding: 0;
}

.productIntro .albumBox .Img img {
  /*產品大圖*/
  width: 100%;
}

.productIntro .albumBox ul.side_album {
  margin: 2px -1px 0 -1px;
  width: 100%;
}

.productIntro .albumBox ul.side_album li {
  float: left;
  width: 16.6%;
  overflow: hidden;
  padding: 1px;
}

.productIntro .albumBox ul.side_album li a {
  display: block;
}

.productIntro .albumBox ul.side_album li a img {
  display: block;
  width: 100%;
}

/*精緻便當縮圖文字*/
.introBox {
  overflow: hidden;
}

.introBox b.code {
  /*商品編號*/
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.introBox .Txt {
  font-size: 14px;
  letter-spacing: .05em;
  color: #6C6C6C;
  line-height: 1.6;
  padding: 20px 0;
  box-sizing: border-box;
}

.introBox .share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #e1e1e1;
}

.introBox .share b {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.introBox .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  color: #af1e1e;
  background-color: #e1ddd8;
  margin-right: 6px;
}

.introBox .share a:hover {
  background-color: #af1e1e;
  color: #fff;
}

h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding: 10px 0 15px 40px;
  font-size: 25px;
  font-family: "cwTeXMing", serif;
  font-weight: 400;
  letter-spacing: .08em;
  color: #000;
  background: url("../images/title_icon.png") no-repeat left top 6px;
  background-size: 32px 32px;
  box-sizing: border-box;
}

/*訂購規格區*/
.orderTable {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #e1e1e1;
}

.orderTable table th {
  padding: 10px;
  font-size: 15px;
  color: #6C6C6C;
}

.orderTable table td {
  padding: 5px;
  color: #6C6C6C;
}

.orderTable table td select {
  padding: 4px;
}

.orderTable table tr:nth-child(odd) {
  background: url("../images/bg02.jpg") repeat;
}

.orderTable table td b {
  font-size: 15px;
  font-weight: normal;
  color: #6C6C6C;
}

.orderTable .orderNote {
  /*處理備註*/
  padding-top: 10px;
}

.orderTable .orderNote textarea {
  /*處理備註*/
  width: 100%;
  height: 50px;
  padding: 5px;
  border: 1px solid #C5C5C5;
  color: #2f2f2f;
  box-sizing: border-box;
}

.orderTable .btn a {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  padding: 13px 55px;
  font-size: 15px;
  letter-spacing: .3em;
  background-color: #af1e1e;
}

.orderTable .btn a:hover {
  background-color: #000;
}

/*767*/
@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
}

/*767 end*/
/*480*/
/*480 end*/
