@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


	
/* !index
---------------------------------------------------------- */
.prouductWrap{
}
.prouductWrap ul{
	width:920px;
	margin:-25px auto 45px;
	position:relative;
}
.prouductWrap li{
	float:left;
	width:292px;
}
.prouductWrap .productPanel{
	background:#fff;
	height:330px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	behavior: url(../PIE.htc);
	padding: 170px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	z-index: 10000;
}
.prouductWrap li:hover .productPanel,
.prouductWrap li:hover .productPanel .prouductwrapTit01,
.prouductWrap li:hover .productPanel .prouductwrapTit02,
.prouductWrap li:hover .productPanel .prouductwrapTit03{
	color:#fff;
}
.prouductWrap li.superShot:hover .productPanel{
	background:#1e50a2;
}
.prouductWrap li.hardMixer:hover .productPanel{
	background:#25b36a;
}
.prouductWrap li.sovacUnit:hover .productPanel{
	background:#ff8900;
}
.prouductImg{
	position:absolute;
	bottom:160px;
	left:14px;
	z-index:2;
}
.prouductwrapTit01{
	font-size:28px;
	color:#1e50a2;
	text-align:center;
}
.prouductwrapTit01 span{
	font-size:15px;
}
.prouductwrapTit02{
	font-size:28px;
	color:#25b36a;
	text-align:center;
}
.prouductwrapTit02 span{
	font-size:15px;
}
.prouductwrapTit03{
	font-size:28px;
	color:#ff8900;
	text-align:center;
}
.prouductwrapTit03 span{
	font-size:15px;
}
.prouductWrap li+li{
	margin-left:20px;
}

.prouductWrap .prouductTopList {
	position: absolute;
	left: 0;
	top: 100%;
	width: 920px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
	display: none;
}
.prouductWrap li.superShot .prouductTopList {
	background:#1e50a2;
}
.prouductWrap li.hardMixer .prouductTopList{
	background:#25b36a;
}
.prouductWrap li.sovacUnit .prouductTopList{
	background:#ff8900;
}
.prouductWrap .prouductTopList h3 {
	background: url(../img/ico_title.png) 0 center no-repeat;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding-left: 25px;
}
.prouductWrap .prouductTopList h3 .smallTit {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.prouductWrap .prouductTopList h3 .smallNote {
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.prouductWrap .prouductTopList ul {
	margin: 0;
	margin-left: -10px;
}
.prouductWrap .prouductTopList ul li {
	float: left;
	margin-left: 10px;
	width: 172px;
	background: #fff;
	position: relative;
	margin-top: 10px;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow:  0 0 0;
	-ms-box-shadow:  0 0 0;
	-o-box-shadow:  0 0 0;
	box-shadow:  0 0 0;
	behavior: url(../PIE.htc);
	padding: 0;
}
.prouductWrap .prouductTopList ul li:hover {
	filter: alpha(opacity=70);
	opacity: 0.8;
}
.prouductWrap li.superShot .prouductTopList ul li:before {
	border-right: 10px solid #1e50a2;
	border-left: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: 2;
	content: "";
}
.prouductWrap li.hardMixer .prouductTopList ul li:before {
	border-right: 10px solid #25b36a;
	border-left: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: 2;
	content: "";
}
.prouductWrap li.sovacUnit .prouductTopList ul li:before {
	border-right: 10px solid #ff8900;
	border-left: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: 2;
	content: "";
}
.prouductWrap .prouductTopList ul li a {
	display: block;
}
.prouductWrap .prouductTopList .caption {
	border-top: 1px solid #dee5e9;
	padding: 8px 8px 10px;
	font-size: 14px;
	line-height: 1.428;
	font-weight: bold;
}
.prouductWrap .prouductTopList .caption span {
	display: block;
	font-size: 10px;
	line-height: 1.428;
	font-weight: normal;
	color: #101010;
}
.prouductWrap li.superShot .prouductTopList .caption span {
	color:#1e50a2;
}
.prouductWrap li.hardMixer .prouductTopList .caption span{
	color:#25b36a;
}
.prouductWrap li.sovacUnit .prouductTopList .caption span{
	color:#ff8900;
}
.newsIn{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.newsBox{
	width:648px;
	float:left;
}
.newsTit{
	float:left;
	background:url(../img/icon_news.png) 0 5px no-repeat;
	padding:0 0 10px 27px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
	color:#1e50a2;
}
.newsBtn{
	float:right;
	
}
.newsBtn a{
	display:block;
	padding:0 10px 0 20px;
	background:url(../img/ico_arrowleftblue01.png) 10px center no-repeat;
	border:1px solid #d6d6d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height:2;
}
.newsBtn a:hover{
	filter: alpha(opacity=70);
	opacity: 0.8;
	text-decoration: none;
}
.newsBor{
	border-bottom:1px solid #1e50a2;
	overflow:hidden;
	margin-bottom:10px;
}
.newsList{
	width:648px;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.newsList dl{
	border-bottom:1px solid #ebf2fa;
	display:table;
}
.newsList dl dt,
.newsList dl dd{
	padding:15px 0;
	display:table-cell;
	line-height:2;
}
.newsList dl dt{
	padding:10px 25px 10px 0;
	font-weight:normal;

}

.newsList dl dd a{
	color:#ff8900;
	text-decoration:none;
}
.newsList dl dd a span{
	color:#101010;
	text-decoration:none;
}
.newsInfo{
	float:right;
	width:316px;
}
.newsinfoTxt{
	font-size:12px;
	line-height:1.66;
	margin-bottom:15px;
}
.movieBox{
	width:980px;
	overflow:hidden;
	margin:68px auto 10px;
}
.movieTit{
	float:left;
	background:url(../img/icon_news.png) 0 5px no-repeat;
	padding:0 0 10px 27px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
	color:#1e50a2;
}

.movieBtn a{
	color:#ffffff;
	display:block;
	padding:0 10px 0 20px;
	overflow: hidden;
	width:143px;
	font-size:12px;
	background:url(../img/ico_arrowleft01.png) 10px center no-repeat #cc181e;
	border-bottom:3px solid #991217;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height:2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.movieBtn a:hover{
	filter: alpha(opacity=70);
	opacity: 0.8;
	text-decoration: none;
}
.movieInfo{
	width:100%;
	background:url(../img/bg_movie.png) 0 0 repeat;
	border-top:1px solid #1e50a2;
	position: relative;
	overflow: hidden;
	padding: 42px 0;
	height: 280px;
	margin-bottom:40px;
}
.movieInfoIn{
	width:1276px;
	height: 280px;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -638px;
	z-index: 3;
	overflow: hidden;
}
.movieList{
}
.movieList li{
	width:364px;
	float:left;
	padding: 0 30px;
}
.movieListPanel {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	behavior: url(../PIE.htc);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #fff;

}
.movieListBox{
	padding: 10px;
	border-bottom:1px solid #ebf2fa;

}
.movieImg{
	margin-bottom: 10px;

}
.movieTxt{
	background:url(../img/ico_arrowleftblue02.png) 0 0.55em no-repeat;
	padding-left:17px;
}
.movieUpdate{
	font-size: 10px;
	line-height: 1.2;
	padding: 10px 26px;
}
.dummyList{
	width:100%;
	margin-bottom:40px;
}
.dummyList li{
	float:left;
	width:233px;
}
.dummyList li + li{
	margin-left:16px;
}
/* !application
---------------------------------------------------------- */
.applicationBtn{
	width:287px;
	margin:0 auto;
	margin-bottom:42px;
}
.applicationBtn a{
	padding:8px 0 8px 39px;
	color:#fff;
	display:block;
	background:url(../img/ico_arrowleft02.png) 20px center no-repeat #ff8900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-bottom:4px solid #cc6d00;
}
.applicationBtn a:hover{
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}
.applicationInfo{
	margin-bottom:16px;
}
.applicationInfo li{
	float:left;
	width:316px;
	height:277px;
	border:1px solid #1e50a2;
	padding:40px 35px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-left:16px;
}
.applicationInfo li:first-child{
	margin-left:0;
}
.applicationNum{
	position:absolute;
	background:#1e50a2;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	left:0;
	top:0;
	z-index:2;
	color:#fff;
}
/* !prouduct_detail
---------------------------------------------------------- */
.detailTit{
	font-size:24px;
	line-height:2;
	margin-bottom:25px;
}
.detailTit span{
	margin-top:30px;
	display:block;
	font-size:14px;
	line-height:1.93;
}
.detailFeature{
	background:#e1ebfc;
	padding:40px 0 35px;
	margin-bottom:40px;
}
.detailFeatureImg{
	float:left;
	margin:75px 40px 0 0;
}
.detailFeature ul li{
	width:233px;
	float:left;
	margin-left:15px;
}
.detailFeature ul li:first-child{
	margin-left:0;
}
.detailFeature ul li span{
	display:block;
	font-size:14px;
	margin-top: 5px;
}
.dlDetail dl{
	margin-right:16px;
	border-bottom:1px solid #e0e0e0;
}
.dlDetail dl dt,
.dlDetail dl dd{
	display:table-cell;
	line-height:3.43;
}
.dlDetail dl dt {
	font-weight:bold;
	width:165px;
}
.btnYoutube{
	text-align: center
	
}
.btnYoutube a{
	background:url(../img/ico_youtube.png) 20px center no-repeat #cc181e;
	width:199px;
	display: inline-block;
	color:#fff;
	padding:3px 0 3px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px;
	border-bottom:4px solid #991217;
	font-size:12px;
}
.btnYoutube a:hover{
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}

.btnSpecifications{
	text-align: center;
	
}
.btnSpecifications a{
	background:url(../img/ico_youtube.png) 20px center no-repeat #ff8900;
	width:193px;
	display: inline-block;
	color:#fff;
	padding:6px 0 6px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px;
	border-bottom:4px solid #cc6d00;
}
.btnSpecifications a:hover{
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}

/* !product_list
---------------------------------------------------------- */
.listBgGray{
	background:#f2f2f2;
	-webkit-box-shadow: inset 0 -4px 9px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -4px 9px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0 -4px 9px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 -4px 9px rgba(0,0,0,0.3);
	box-shadow: inset 0 -4px 9px rgba(0,0,0,0.3);
	behavior:url(../PIE.htc);
}
.listBgGray.last{
	margin-bottom:50px;
}
.listBgGray dl dt,
.listBgGray dl dd{
	height:259px;
	display:table-cell;
	vertical-align:middle;
}
.listBgGray dl dt{
	width:300px;
	text-align:center;
}
.listBgGray dl dd{
	width:610px;
}
.listTxt{
	font-size:26px;
	font-weight:bold;
	margin-bottom:10px;
}

.btnDetail a{
	background:url(../img/ico_arrowleft01.png) 20px center no-repeat #a31f1f;
	width:123px;
	display:block;
	color:#fff;
	padding:5px 0 5px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px;
	border-bottom:4px solid #701515;
}
.btnDetail a:hover{
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}

/* !product
---------------------------------------------------------- */
.prouductBgBlue{
	background:url(../img/bg_product_supershot.png) 0 center no-repeat;
	background-size:100% auto;
}
.prouductBgGreen{
	background:url(../img/bg_product_hardmixer.png) 0 center no-repeat;
	background-size:100% auto;
}
.prouductBgOrange{
	background:url(../img/bg_product_sovacunit.png) 0 center no-repeat;
	background-size:100% auto;
	margin-bottom:140px;
}
.prouductBgIn{
	width:880px;
	margin: 0 auto;
	color:#fff;
}
.prouductBgIn dl dt,
.prouductBgIn dl dd{
	display:table-cell;
	vertical-align:middle;
}
.prouductBgIn dl dt{
	padding-right:20px;
}
.prouductBgTit{
	font-size:12px;
}
.prouductBgTit span{
	display:block;
	font-size:26px;
	font-weight:bold;
}
.prouductBgBtn a{
	color:#fff;
	font-weight:bold;
	padding:4px 20px 4px 35px;
	display:inline-block;
	border:1px solid #d6d6d6;
	background:url(../img/ico_arrowleft01.png) 20px center no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.prouductBgBtn a:hover{
	filter: alpha(opacity=70);
	opacity: 0.8;
	text-decoration: none;
}
/* !product_download
---------------------------------------------------------- */
.catalogWrap{
	width:648px;
	margin: 0 auto;
	margin-bottom:75px;
}
.catalogList li{
	width:150px;
	float:left;
	margin-left:14px;
}
.catalogList li:first-child{
	margin-left:0;
}
.catalogList li img{
	margin-bottom:15px;
}
.catalogBtn{
	text-align: center;
}
.catalogBtn input{
	display: inline-block;
	color:#fff;
	font-weight:bold;
	padding:0 25px;
	border: 0;
	line-height: 34px;	
	background: #4485ee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	
	cursor: pointer;
}
.catalogBtn input:hover{
	filter: alpha(opacity=70);
	opacity: 0.8;
}
/* !sitemap
---------------------------------------------------------- */
.sitemapBox01{
	width:340px;
	float:left;
}
.sitemapBox02{
	width:320px;
	float:left;
}
.sitemapList01{
	border-left:2px solid #1e50a2;
	padding-left:29px;
}
.sitemapList02{
	border-left:2px solid #25b36a;
	padding-left:29px;
}
.sitemapList03{
	border-left:2px solid #ff8900;
	padding-left:29px;
}
.sitemapList04{
	color:#ff8900;
	margin-bottom:25px;
}
.sitemapTit01{
	color:#1e50a2;
	margin-bottom:25px;
	font-weight: bold;
}
.sitemapTit02{
	color:#25b36a;
	margin-bottom:25px;
	font-weight: bold;
}
.sitemapTit03{
	color:#ff8900;
	margin-bottom:25px;
	font-weight: bold;
}

.sitemapList01 li,
.sitemapList02 li,
.sitemapList03 li,
.sitemapList04 li{
	margin-top:25px;
}
.sitemapList01 li:first-child,
.sitemapList02 li:first-child,
.sitemapList03 li:first-child,
.sitemapList04 li:first-child{
	margin-top:0;
}
.sitemapList01 a,
.sitemapList02 a,
.sitemapList03 a,
.sitemapList04 a{
	color:#4485ee;
	text-decoration:underline;
}
.sitemapList01 a:hover,
.sitemapList02 a:hover,
.sitemapList03 a:hover,
.sitemapList04 a:hover{
	text-decoration:none;
}
/* !careers
---------------------------------------------------------- */
.recruitingBox{
	border-bottom:1px solid #ebf2fa;
	overflow:hidden;
	padding-bottom: 65px;
}
.recruitingTit{
	width:250px;
	float:left;
}
.recruitingTit01{
	background:#1e50a2;
	color:#fff;
	line-height:2.21;
	width:150px;
	text-align:center;
}
.collectList{
	margin-bottom:30px;
}
.collectList li{
	background:url(../img/icon_case01.png) 0 0.45em no-repeat;
	padding-left:20px;
}
.collectList li+li{
	margin-top:30px;
}

.collectBtn a{
	background:url(../img/ico_arrowleft.png) 20px 15px no-repeat #ff8900;
	display: inline-block;
	font-size:14px;
	line-height:2.7;
	color:#fff;
	padding: 0 20px 0 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px;
	border-bottom:4px solid #cc6d00;
}
.collectBtn a:hover{
	filter: alpha(opacity=70);
	opacity: 0.8;
	text-decoration: none;
}

.careersFlow {
	width: 731px;
	height: 96px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: url(../img/bg_careers.jpg) 0 0 no-repeat;
}
/* !product_search
---------------------------------------------------------- */
.searchBox01{
	background:#e1ebfc;
	text-align:center;
	margin-bottom:75px;
}
.searchBox02{
	background:#dcf2e7;
	text-align:center;
	margin-bottom:75px;
}
.searchBox03{
	background:#ffe7cc;
	text-align:center;
	margin-bottom:80px;
}
/* !en/index
---------------------------------------------------------- */
.indexTxt{
	width:810px;
	margin:0 auto;
	padding:35px 0 45px;
}
.indexInfo{
	background:#f1f6ff;
	padding:30px;
	margin-bottom:20px;
}
.indexInfo:hover{
	background:#1e50a2;
	color:#fff;
}

.indexinfoImg{
	float:left;
	width:201px;
	border:1px solid #bfd6ff;
	margin-right:16px;
}
.indexInfo:hover .indexinfoImg{
	background:#ffffff;
	border:1px solid #ffffff;
}
.indexinfoTxt{
	padding-top:13px;
	overflow:hidden;
}
.indexinfoTit{
	font-size:26px;
	font-weight:bold;
	padding-bottom:10px;
	position:relative;
	margin-bottom:15px;
}
.indexinfoTit:before{
	position:absolute;
	left:0;
	bottom:0;
	width:67px;
	height:2px;
	background:#bfd6ff;
	content:"";
}

.indexInfo:hover .indexinfoTit:before{
	background:#153870;
}
.indexinfoTxt02{
	width:340px;
	padding-right:10px;
	float:left;
}

/* !contact
---------------------------------------------------------- */
.checkboxBox label {
	margin-right: 20px;
	display: block;
	float: left;
}
.checkboxBox label:last-child {
	margin-right: 0;
}
label input {
	display: inline-block;
	vertical-align: middle;
}