/* Specification Start */
/* maker Start */
#flexHeight_maker{
	height: 125px;
}
.carousel-control{
	width: 50px;
}
#makerbar{
	background-color: #e7e6e6;
	position: fixed;
	z-index: 1;
	height: 100px;
}
.maker{
	text-align: center;
	padding: 15px 30px;
	background-color: #e7e6e6;
	height: 100px;
}
.maker img{
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	border-radius: 10px;
}
.maker img:hover{
	transform: scale(0.8);
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
/* maker end */
#flexHeight{
	height: 100px;
}
#spec h4{
	font-weight: bold;
}
#spec table, .kanon_dt_img{
	margin-bottom: 50px;
}
#spec h4{
	margin: 20px 0px 10px 0px;
}
#spec table{
	margin-top: 10px;
}
#spec th{
	background-color: #e7e6e6;
}
#spec th, #spec td{
	border: 1px solid #b6b6b6;
	text-align: center;
}
.tbl_12 td{
	width: 6%;
}
.tbl_11 td{
	width: 6.5%;
}
.tbl_10 td{
	width: 7.5%;
}
.tbl_9 td{
	width: 8.5%;
}
.tbl_8 td{
	width: 10%;
}
.tbl_7 td{
	width: 12%;
}
.kanon_img{
	float: left;
}
.tbl_kanon{
	width: 250px;
}
.oth_link{
	background-image: linear-gradient(to top, #e7e6e6, #fff);
	border:1px solid #e7e6e6;
	border-radius: 20px;
	padding: 10px 10px;
	width: 120px;
}
.oth_link:hover{
	background-image: linear-gradient(to top, #f09d18, #fff);
}

/* Specification End */
/* responsive display start */
@media only screen and (max-width: 768px) and (min-width: 641px) {
	#flexHeight_maker{
		height: 110px;
	}
	.maker{
		padding-top: 30px;
	}
	.maker img{
		width: 150px;
	}
}
/* responsive display end */