.packagebox {
 	margin-top:30px; 
}
.packagetitle {
 	font-size:1.4rem;
  	margin:0 0 15px;
  	padding:0 0 5px;
  	border-bottom:1px solid #eee;
}
.packagetitle span {
  font-size:1.1rem;
}
.table_price, .t_stock_num, #option_tbl br {
    display: none;
}
ul.packagelist {
 	justify-content:space-between; 
  	margin:0 0 5px;
}
ul.packagelist li {
 	width:calc(100% / 3); 
}
ul.packagelist.package-2 li:last-child {
 	margin-right:auto;
}
#option_tbl  {
  	width:100%;
}
#option_tbl tbody {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;		
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	 
}
#option_tbl tr {
 	width:100%; 
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}
#option_tbl th, #option_tbl td {
 	width:calc(100% / 3); 
  	font-size:1.3rem;
  	text-align:center;
}
.package_view .modal__content {
    max-width: 50%;
}
#product_include_c {
 	padding:30px 0; 
}
#product_include_d {
	display:none; 
}
.amount {
 	width:5rem; 
}
@media (max-width: 767px) {
.package_view .modal__content {
    max-width: 80%;
}  
}



.faqimg {
    border:1px solid #666;
  color:#666;
    background:#fff;
    padding:5px 10px;
    width:100%;
    font-size:1.2rem;
	-webkit-transition: all .3s;
	transition: all .3s;
  cursor:pointer;
}
.faqimg a:hover {
    background:#f4f3ed;    
}


.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

