@charset "utf-8";
/*------------------------------------------------
products
------------------------------------------------*/
h2.products {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 40px;
}
#products_cat1 {
	margin: -25px 0 35px 0;
	padding: 0;
}
#products_cat7 {
	/* margin: -3px 0 0 0; */
}
[id^="products_cat"]{
	margin-bottom: 35px;
}

ul.products_submenu {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	height: 15px;
}
ul.products_submenu li {
	float: left;
	margin: 18px 0 0 15px;
	padding: 0;
	width: auto;
	height: 15px;
}
h3.products_cat_title {
	clear: both;
	margin: 30px 0 12px;
	padding: 5px 0 3px 20px;
	width: 890px;
	box-sizing: border-box;
	background: #7b7b7b;
	color: #fff;
	font-size: 15px;
}
ul.products_thumbtn {
	margin: 0;
	padding: 0;
	width: auto;
	letter-spacing: -.4em;
}
ul.products_thumbtn li {
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 10px;
	padding: 0;
	width: 445px;
	letter-spacing: normal;
}
ul.products_thumbtn li:nth-child(odd) {
	/* margin-right: 10px; */
}
ul.products_thumbtn li a {
	text-align: center;
	text-decoration: none;
}
ul.products_thumbtn li img {
	max-width: 100%;
	height: auto;
}
ul.products_thumbtn li strong {
	display: block;
	background: #BFBEAA;
	color: #444;
	font-size: 12px;
	letter-spacing: -.02em;
	padding: 1px 0 0;
}
ul.products_other_thumbtn {
	margin: 0;
	padding: 0;
	width: auto;
	height: 216px;
}
ul.products_other_thumbtn li {
	float: left;
	margin: 1px 0;
	padding: 0;
	width: 300px;
	height: 216px;
}
div#mavic {
	margin: 35px 0 0 0;
	padding: 0;
	width: 900px;
	height: auto;
}
img.mavic_logo {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 117px;
	height: 43px;
}
p.mavic {
	float: right;
	margin: 0x;
	padding: 0;
	width: auto;
	height: auto;
}
div#mavic a {
	color: #666666;
	font-weight: bold;
}
div#mavic a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

