﻿@charset "utf-8";
/* CSS Document */
#product .col-md-2{
	padding:0
	}
.product-list{
	border:1px solid #000;
	}
.product-list > h3{
	color:rgb(193,136,91);
	font-size:24px;
	font-weight:bold;
	background-color:#000;
	margin-top:0;
	padding-top:30px;
	padding-bottom:20px;
	}
.product-list h3 p{
	color:rgb(169,169,169);
	font-size:14px;
	line-height:36px;
	}
.product-list h3 div{
	margin:auto;
	width:20px;
	height:2px;
	background-color:rgb(193,136,91);
	}
.product-list > div{
	width:85%;
	margin:auto;
	padding:15px 0;
	border-bottom:1px dashed #999;
	}
.product-list .panel-heading{
	padding:0;
	}
.product-list a{
	color:#000;
	width:87%;
	display:inline-block;
	vertical-align:-3px;
	text-decoration:none;
	}
.product-list .panel-collapse p{
	margin:15px 0;
	text-indent:1em;
	}
.product-content-title h3{
	padding:10px 0;
	font-weight:bold;
	}
.product-content-title p{
	font-size:18px;
	}
.condtions{
	line-height:36px;
	}
.condtions a{
	color:#333;
	margin-left:10px;
	}
/*.product-content img{
	border:5px solid #3a55a2;
	}*/
.product-content div.col-md-3:hover img {
    border-color: #264095;
}
.product-content .col-md-3 h4 a{
	font-size:14px;
	color:#333;
	text-decoration:none;
	}
.product-content .col-md-3 div{
	position:relative;
	}

.product-content-show{
	margin-top:30px;
	margin-bottom:80px;
	}
.product-content-show img{
	border:1px solid #999;
	}
.product-detail img{
    max-width:100%;
}