@charset "utf-8";
/* CSS Document */

.left_box {
	float: left;
	width: 720px;
	box-shadow: 0px 0px 3px #999;
	background-color: #FFF;
}
.right_box{
	float :right;
	width: 260px;
}
.content_box {
	width: 920px;
	background-color: #FFF;
	box-shadow: 0px 0px 3px #999;
	padding: 40px;
}
.index_box {
	background-color: #fff;
	padding: 10px;
}
.index_box li {
	list-style-image: url(../img/list01.png);
}
.index_box img {
	margin-bottom: 5px;
}
.index_box a {
	text-decoration: none;
}
.index_box a:hover {
	color: #F90;
}
.index_box a img {
	background:none!important;
}
.index_box a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.whats1{
	background-image: url(../page/img/whats001.jpg);
	padding-left: 420px;
	width: 300px;
	height:380px;
	padding-top: 100px;
	line-height: 2.2em;
}
.whats2 {
	padding: 40px;
	height: 190px;
	width: 640px;
	line-height: 2em;
}
.whats3 {
	padding: 40px;
	width: 640px;
	line-height: 2em;
}
.whats3 h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	padding-left: 5px;
	color: #F00;
	margin-bottom: 0px;
}
.whats3 h5 {
	font-size: 1.0em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C90;
	padding-left: 5px;
	color: #C90;
	margin-left: 5px;
	margin-bottom: 0px;
}
#product_box {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.top_banner {
	width: 260px;
	height: 120px;
	float: left;
}
.toi {
	color: #fff;
	background-color: #6a787c;
	padding: 2px;
	font-size:0.9em;
	margin-right:5px;
}
.whats3 h4 {
	font-size: 1.2em;
	margin-bottom:0px;
	border-bottom: 1px dotted #960
}
.triplex {
	margin: 0px;
	padding: 0px;
}
.triplex li {
	list-style: none;
	padding: 0px;
	width: 190px;
	display: block;
	float: left;
	margin-right: 35px;
}
.triplex li:nth-child(3) {
	margin-right: 0px;
}
.triplex h3 {
	text-align: center;
	font-size: 1.5em;
}
.gallery li {
	margin-right: 5px;
	margin-bottom: 5px;
}
.gallery li:nth-child(3n) {
	margin-right: 0px;
}
.gallery li img {
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}