/*
 * iweb52-style29
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 04 / 26
 */


/* + products
*----------------------------------------------------------------------------*/
#products ul {
	overflow: hidden;
}

#products ul li {
	margin: 20px 10px;
	float: left;
	width: calc(25% - 20px);
}

#products ul li > div ,
#products ul li.product h4 {
	margin: 0 15px;
}

#products ul li .productPhoto {
	border: 10px #fff solid;
}

#products ul li:hover .productPhoto {
	border: 10px #8F7E64 solid;
}

#products ul li .productPhoto img {
	background: no-repeat 50%;
}

#products ul li:hover .productPhoto img {
	background-image: url(/images/29/index/icon-prodZoom.png);
}

#products ul li h4 {
	margin: 10px 0;
	height: 30px;
	text-align: center;
	font-size: 16px;
}

#products ul li h4 a {
	color: #716a6a;
}


/* + prodImg
*----------------------------------------------------------------------------*/
.prodBox {
	overflow: hidden;
}

.prodImg {
	overflow: hidden;
	position: relative;
	float: left;
	width: 35%;
}

.prodImg .bd ul li {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.prodImg .bd ul li img {
	width: 100%;
}


/* + prodDetail
*----------------------------------------------------------------------------*/
.prodInfo {
	margin-left: 5%;
	float: left;
	width: 60%;
}

.prodDetail {
	margin: 10px 0;
}

.prodDetail h5 {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	font-size: 22px;
}

.prodDetail h5:after {
	position: absolute;
	margin-left: 15px;
	width: 100%;
	height: 6px;
	background: url(/images/28/index/img-aboutTitBg.png);
	display: inline-block;
	bottom: 9px;
	content: "";
}


/* + orderfunction
*----------------------------------------------------------------------------*/
.orderfunction {
	padding: 10px 0;
}

.orderfunction p {
	margin: 5px 0;
	font-size: 16px;
}

.orderfunction p strong {
	font-size: 20px;
	font-weight: bold;
	color: #F70D11;
}

.orderfunction p input[type="tel"] {
	padding: 0 5px;
	width: 50px;
	border: 1px #8c8686 solid;
}

.orderfunction p input[type="button"] {
	padding: 5px 10px;
	background: #795422;
	display: inline-block;
	font-weight: 600;
	color: #fff;
}

.orderfunction p input[type="button"]:hover {
	opacity: 0.7;
}


/* + prod-art
*----------------------------------------------------------------------------*/
.prod-art {
	margin: 20px 0;
}

.prod-art .tabs {
	margin-left: 10px;
}

.prod-art .tabs li {
	margin: 0 5px;
	padding: 10px 20px;
	display: inline-block;
	border: 1px #ddd solid;
	border-bottom: 0;
}

.prod-art .tabs li a {
	color: #777;
}

.prod-art .tabs li.active {
	border-bottom: 1px #fff solid;
}

.prod-art .tab_container {
	margin-top: -1px;
	padding: 20px;
	border: 1px #ddd solid;
}


/* + ask
*----------------------------------------------------------------------------*/
.ask {
	text-align: right;
}

.ask a {
	margin-top: 15px;
	padding: 10px 20px;
	background: #6f5e48;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.ask a:hover {
	background: #3bc7bb;
	border-color: #3bc7bb;
}

.ask a i {
	margin-left: 10px;
	vertical-align: initial;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#products ul li ,
	#products ul.other li {
		margin: 10px 1%;
		width: 48%;
	}
	.prodImg ,
	.prodInfo {
		margin-left: 0;
		margin-bottom: 10px;
		float: none;
		width: 100%;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#products ul li ,
	#products ul.other li {
		margin: 10px 0;
		width: 100%;
	}
	.prod-art .tabs li {
		padding: 10px;
	}
}