@charset "utf-8";
/* CSS Document */

body #fancybox-thumbs.bottom {
    bottom: 50%;
    margin-bottom: -240px;
}
.content {
	margin:0 -10px;
	margin-bottom: 20px;
	padding-left:2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content:after {
	clear: both;
	content: '';
	display: block;
}
.content li:hover .photo:before {
	opacity: 1;
}
.content li:hover .name {
	color: #6746A4;
}
.content li {
	width: 25%;
	list-style: none;
	display:inline-block;
	margin-bottom: 65px;
	margin:0 -2px;
	margin-bottom: 65px;
	vertical-align:top;
}
.content li .list {
	padding: 0px 10px;
	position: relative;
}
.content li .list:after {
	content: '';
	display: block;
	clear: both;
}
.content li .photo:before {
	content: '';
	background: rgba(88,73,124,0.5) url(../images/products_top2.png) center no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content li .photo {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	background: #FFF;
	padding:2px;
	border: #CCC 1px solid;
}
.content li .photo img {
	max-width: 100%;
	height: auto !important;
}
.content li .name {
	font-size: 18px;
	font-weight: bold;
	color: #6C1F76;
	line-height: 1;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media (max-width: 800px) {
.content li {
	width: 33.333333333333333333333333%;
}
}

@media (max-width: 450px) {
.content li {
	width: 50%;
}
}
/**************************************************************/

/**************************************************************/

.content_in {
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: #CCC 1px solid;
}
.content_in .top_box {
	margin-bottom: 30px;
}
.content_in .photo_b {
	width: 65%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	float: left;
}
.content_in .photo_b .fancybox{
	display:none;
}
.content_in .photo_b .fancybox:first-child{
	display:block;
}
.content_in .photo_b img {
	max-width: 100%;
	vertical-align: middle;
}
.content_in .top_box .info {
	width: 35%;
	float: right;
	position: relative;
}
.content_in .top_box .name {
	color: #6C1F76;
	line-height: 1.2;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	border-bottom: #CCBACF 1px dotted;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content_in .top_box .box ul {
	margin-left: 20px;
}
.content_in .top_box .box ul li {
	list-style: disc;
	margin-bottom: 5px;
}
.content_in .top_box .box {
	margin: 0 auto;
	text-decoration: none;
	color: #666666;
}
.content_in .top_box .box img {
	max-width: 100%;
	height: auto !important;
}
.content_in .con {
	color: #666666;
	margin: 0 auto;
}
.content_in .con img {
	max-width: 100%;
	height: auto !important;
}
.content_in .box {
	width: 50%;
	float: left;
	padding: 0 0 0 15px;
}
.content_in .tbox {
}
.content_in .box:nth-child(2) {
	padding: 0 15px 0 0;
}
.content_in .info .no{
	color:#92519B;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:15px;
	
}
.content_in .box input[type="button"] {
	width: 100%;
	height: 30px;
	border: #6A3D89 1px solid;
	background: #6A3D89;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content_in .box input[type="button"]:hover {
	background: #9849A3;
}
.content_in .tab_con .box_top {
	color: #333333;
	font-size: 15px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
/*******************************************************************/

/*******************************************************************/

.tabs_in {
	border-bottom: #CCCCCC 1px solid;
	display: block;
	margin-bottom: 30px;
}
.tabs_in li {
	list-style: none;
	float: left;
	overflow: hidden;
}
.tabs_in li a, .tabs_in li a:visited {
	display: block;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background: #AAAAAA;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tabs_in li a:hover, .tabs_in li a.active {
	background: #6C1F76;
}
.form-style li .title {
	width: 100%;
}
#photo_b_list{
    width:100%;
	margin-top:10px;
    
}
#photo_b_list ul{
    width:100%;
    list-style: none;
}
#photo_b_list li{
    width: 32%;
    float: left;
    border: 1px #CCC solid;
}
#photo_b_list li+li{
    margin-left: 2%;
}
#photo_b_list li:nth-child(3n+1){
    margin-left:0px;
}
#photo_b_list ul:after{
    content: '';
    display: block;
    clear: both;
}
#photo_b_list li img{
    max-width: 100%;
    width:100%;
}
/*******************************************************************/

@media (max-width: 900px) {
.content_in .photo_b {
	width: 100%;
	padding-right: 0;
	text-align: center;
	float: none;
}
.content_in .top_box .info {
	width: 100%;
	float: none;
}
}

@media (max-width: 1020px) {
}

@media (max-width: 870px) {
.tabs_in li {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.tabs_in li a {
	padding: 0 15px;
	line-height: 25px;
}
}
.con table.specs{
	width:100% !important;
  border-collapse:collapse;
  border:none !important;
}
.con table.specs tr:nth-of-type(odd){
	background:#f9f9f9;
}
.con table.specs td:nth-of-type(odd){
	border-left:none !important;
	width:40%
}
.con table.specs td:nth-of-type(even){
	border-right:none !important;
	width:60%
}
.con table.specs td{
	border:1px solid #ddd;
	padding:3px 5px;
}