@charset "utf-8";

#common_header #exControl span {
	display:inline-block;
	margin:11px 12px 0 0;
}
#container a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#container a:hover {
	opacity: 0.7;
}
#container .kv {
	margin-left:-140px;
	width:1280px;
}
#container .use {
	overflow: hidden;
	padding:69px 0 0;
	margin-bottom:90px;
}
#container .use .recycle {
	float:left;
	width: 480px;
	position: relative;
}
#container .use .recycle span {
	position:absolute;
	top:-49px;
	right:11px;
}
#container .use .buy {
	float:right;
	width: 480px;
	margin-right:20px;
}
#container .catch {
	margin:0 0 60px 140px;
}
#container .flow {
	margin:0 0 80px 120px;
}
#container .btn {
	margin:0 0 103px 160px;
}
#container .voice {
	background: #eeeeee;
}
#container .voice .inner {
	padding:47px 0 50px;
}
#container .voice .title {
	text-align: center;
	margin-bottom:45px;
}
#container .voice .individual {
	overflow: hidden;
	margin:0 100px 14px;
	padding-top:10px;
}
#container .voice .individual .left {
	float:left;
}
#container .voice .individual .right {
	float:right;
}
#container .voice .individual .img {
	width:160px;
	margin-top:-10px;
}
#container .voice .individual .text {
	width:600px;
}
#container .voice .individual .text .box {
	padding:27px 50px 14px;
	width:500px;
	background:#ffe66d;
	border-radius: 18px;
}
#container .voice .individual .right.text {
	padding-left:15px;
	background:url(../img/baloon_right.png) no-repeat left center;
}
#container .voice .individual .left.text {
	padding-right:15px;
	background:url(../img/baloon_left.png) no-repeat right 2px center;
}
#container .voice .individual .right.img {
	margin-left:15px;
}
#container .voice .individual .left.img {
	margin-right:15px;
}
#container .voice .individual .img img {
	margin-bottom:8px;
}
#container .voice .individual .img p {
	font-size:10px;
}
#container .voice .individual .img p span {
	font-size:12px;
	font-weight: bold;
	display: block;
}
#container .voice .individual .text p {
	margin-bottom:16px;
}
#container .voice .btn {
	margin:0;
	padding:90px 0 0 100px;
}
#container .voice .btn ul {
	overflow: hidden;
}
#container .voice .btn ul li a {
	display: block;
	width:194px;
	height:100px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -100%;
	float:left;
	margin-right:8px;
}
#container .voice .btn ul li.no1 a {
	background:url(../img/nav01.png) no-repeat left top;
}
#container .voice .btn ul li.no1 a:hover {
	background:url(../img/nav01_on.png) no-repeat left top;
}
#container .voice .btn ul li.no2 a {
	background:url(../img/nav02.png) no-repeat left top;
}
#container .voice .btn ul li.no2 a:hover {
	background:url(../img/nav02_on.png) no-repeat left top;
}
#container .voice .btn ul li.no3 a {
	background:url(../img/nav03.png) no-repeat left top;
}
#container .voice .btn ul li.no3 a:hover {
	background:url(../img/nav03_on.png) no-repeat left top;
}
#container .voice .btn ul li.no4 a {
	background:url(../img/nav04.png) no-repeat left top;
}
#container .voice .btn ul li.no4 a:hover {
	background:url(../img/nav04_on.png) no-repeat left top;
}



