@charset "utf-8";

/* 字型設定 */
.topic_p{color:#ff0000;font-weight:bold;font-size:18px;font-family:Arial,新細明體,Helvetica,sans-serif;}
.main_p{color:#666666;font-size:15px;font-family:Arial,新細明體,Helvetica,sans-serif;}

.red_p{color:#ff0000;}
.blue_p{color:#0000ff;}
.green_p{color:#009900;}

.plus{color:#0000ff;margin-left:5px;font-style:normal;}
.sale{color:#ff0000;margin-left:5px;font-style:normal;}

.table .promotion{color:#ff6600;font-size:13px;font-style:normal;}
.table .promotion a{color:#ff6600;font-size:13px;font-style:normal;}

/*影片嵌入*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cart {
  position:relative;
}

/*#cart span{
  top:-5px;
  right:-10px;
  width:20px;
  height:20px;
  font-size:13px;
  color: #ffffff;
  text-align:center;
  font-weight: bold;
  line-height: 20px;
  background:#bd0d0d;
  border-radius:50%;
  display:none;
  position:absolute;
}*/
#cart.on span{
  display:block;
}

/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {

	.table-box .table-list {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
	}
	.table-box .table-list .table-row {
		display: table-row;
	}
	.table-box .table-list .td {
		display: table-cell;
		vertical-align: middle;
	}
	.table-box .table-list .table-row .th {
		display: table-cell; 
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #dddddd;
	}
	.table-box .table-list .table-row .td {
		border-bottom: 1px #ddd solid;
		text-align: center;
		font-size: 16px;
		padding: 10px 0;
		color: #666666;
		background: rgba(255,255,255,0.9);
	}
	.table-box .table-list .table-row .td a {
		/*color: #fff;*/
		text-decoration: underline;
	}
	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}
	.table-box .table-list .table-row .td .h3 {
		display: none;
	}
	.table-box .table-detail {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
		margin-bottom: 20px;
	}
	.table-box .table-detail .table-row {
		display: table-row;
	}
	.table-box .table-detail .td, .table-box .table-detail .th {
		display: table-cell;
		vertical-align: middle;
	}
	.table-box .table-detail .table-row .th {
		width:150px;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #f2f2f2;
	}
	.table-box .table-detail .table-row .td {
		border-top: 1px #ddd solid;
		border-bottom: 1px #ddd solid;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255,255,255,0.9);
	}

	/*.product-detail .product-info > .text .spec-wrap {
		padding: 0 0 0 0;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec {
		display: inline-block;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a {
		display: inline-block;
		border: 1px #ccc solid;
		font-size: 15px;
		padding: 5px 15px;
		color: #525252;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a.current {
		background: #999999;
		color: #fff;
		border: 1px #ccc solid;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a + a {
		margin-left: 2px;
	}*/

	.addigion-btn {
		text-align: right;
		margin-top: 70px;
	}
	.addigion-btn a {
		display: inline-block;
		font-size: 18px;
		color: #fff;
		padding: 8px 55px;
		background: #d96d00;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.cart-form .tips {
		font-size: 14px;
		color: #bc6123;
		/*margin-left: 10px;*/
	}

	.cart-form .star-box {
		margin-right: 10px;
	}
}

/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
	
	.table-box .table-list {
		margin-top: 20px;
	}
	.table-box .table-list .table-row:first-child {
		display: none;
	}
	.table-box .table-list .table-row {
		border: 1px #ddd solid;
	}
	.table-box .table-list .table-row .td {
		font-size: 16px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
		min-height: 100%;
		line-height: 36px;
		font-size: 14px;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}
	.table-box .table-list .table-row .td a.small-btn{
		border:1px solid #cccccc;
		padding:3px 8px;
		border-radius:5px;
		display:inline-block;
		margin:3px 0;
		line-height:1.5;
	}
	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}
	.table-box .table-list .table-row .td + .td:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}
	.table-box .table-list .table-row .td .h3 {
		width: 120px;
		min-width: 120px;
		min-height: 100%;
		line-height: 36px;
		display: inline-block;
		background: #dddddd;
		color: #000;
		text-align: center;
		font-size: 14px;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.table-box .table-list .table-row + .table-row .td img{
		margin: 8px 0;
		display: block;
	}
	.table-box .table-list .table-row + .table-row + .table-row {
		margin-top: 15px;
	}
	.table-box .table-detail {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
		margin-bottom: 20px;
	}
	.table-box .table-detail .table-row {
		display: table-row;
	}
	.table-box .table-detail .td, .table-box .table-detail .th {
		display: table-cell;
		vertical-align: middle;
	}
	.table-box .table-detail .table-row .th {
		width:120px;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #ddd;
	}
	.table-box .table-detail .table-row .td {
		border-top: 1px #ddd solid;
		border-bottom: 1px #ddd solid;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	.cart-form .star-box {
		display: block;
		margin-top: 8px;
	}

	/*.product-detail .product-info > .text .spec-wrap {
		padding: 0 0 20px 0;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec {
		display: inline-block;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a {
		display: inline-block;
		border: 1px #ccc solid;
		font-size: 15px;
		padding: 5px 15px;
		color: #525252;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a.current {
		background: #999999;
		color: #fff;
		border: 1px #ccc solid;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a + a {
		margin-left: 2px;
	}*/

	.addigion-btn {
		text-align: right;
		margin-top: 40px;
	}
	.addigion-btn a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		padding: 8px 30px;
		background: #d96d00;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.cart-form .tips {
		/*font-size: 15px;*/
		color: #bc6123;
	}
}

/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
	
	.table-box .table-list {
		margin-top: 20px;
	}
	.table-box .table-list .table-row:first-child {
		display: none;
	}
	.table-box .table-list .table-row {
		border: 1px #ddd solid;
	}
	.table-box .table-list .table-row .td {
		font-size: 16px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
		min-height: 36px;
		line-height: 36px;
		font-size: 14px;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}
	.table-box .table-list .table-row .td a.small-btn{
		border:1px solid #cccccc;
		padding:3px 8px;
		border-radius:5px;
		display:inline-block;
		margin:3px 0;
		line-height:1.5;
	}
	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}
	.table-box .table-list .table-row .td + .td:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}
	.table-box .table-list .table-row + .table-row .td .h3 {
		width: 100px;
		min-width: 100px;
		min-height: 100%;
		line-height: 36px;
		background: #dddddd;
		color: #000;
		text-align: center;
		font-size: 14px;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.table-box .table-list .table-row + .table-row .td img{
		margin: 8px 0;
		display: block;
	}
	.table-box .table-list .table-row + .table-row + .table-row {
		margin-top: 15px;
	}
	.table-box .table-detail {
		margin: 20px 0px;
	}
	.table-box .table-detail .table-row {
		border: 1px #ddd solid;
	}
	.table-box .table-detail .table-row .th {
		width:100%;
		font-size: 16px;
		padding: 10px;
		text-align: left;
		font-size: normal;
		background: #ddd;
	}
	.table-box .table-detail .table-row .td {
		width:100%;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	/*.product-detail .product-info > .text .spec-wrap {
		padding: 0 0 20px 0;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec {
		display: inline-block;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a {
		display: inline-block;
		border: 1px #ccc solid;
		font-size: 15px;
		padding: 5px 15px;
		color: #525252;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a.current {
		background: #999999;
		color: #fff;
		border: 1px #ccc solid;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a + a {
		margin-left: 2px;
	}*/

	.addigion-btn {
		text-align: right;
		margin-top: 40px;
	}
	.addigion-btn a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		padding: 8px 30px;
		background: #d96d00;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.cart-form .tips {
		/*font-size: 15px;*/
		color: #bc6123;
	}

	.cart-form .star-box {
		display: block;
		margin-top: 5px;
	}

}