@charset "utf-8";
/*=================================
	strength.html
================================ */


#advantageBlock .strengthLink li {
	float: left;
	width: 395px;
	position: relative;
}
#advantageBlock .strengthLink li .img {
	overflow: hidden;
}
#advantageBlock .strengthLink li .img img {
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s;
	-ms-transition: -ms-transform 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#advantageBlock .strengthLink li:hover .img img {
	opacity: 0.9;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#advantageBlock .strengthLink li:first-child {
	border: #d1d1d1 1px solid;
	height: 300px;
}
#advantageBlock .strengthLink li:first-child .img img{
	-webkit-transition: -webkit-transform none;
	-moz-transition: -moz-transform none;
	-ms-transition: -ms-transform none;
	-o-transition: -o-transform none;
	transition:none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;	
}
/*#advantageBlock .strengthLink li a:after {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border-right: 10px solid #ff0000;
	border-bottom: 10px solid #ff0000;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	content: "";
}*/
#advantageBlock #strengthModalArea {
	display: none;
}
/*colorbox
================================ */

#cboxLoadedContent {
	width: 700px;
	background: #FFFFFF;
	padding: 0 60px 60px;
	border-top: 2px solid #ff0000;
}
#cboxLoadedContent .heading01 {
	font-size: 45px !important;
	border-top: none !important;
}
#cboxCurrent{
	display:none !important;
}
#cboxPrevious {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/english/common/images/advantage_02.png) no-repeat 0 0;
	width: 21px;
	height: 45px;
}
#cboxPrevious:hover {
	background-position: 5px 0;
}
#cboxPrevious {
	display: block !important;
	position: absolute;
	top: 43%;
	left: 17px;
	background: url(/english/common/images/advantage_02.png) no-repeat 0 0;
	width: 21px;
	height: 45px;
}
#cboxPrevious:hover {
	background-position: 0 0;
}
#cboxNext {
	display: block !important;
	position: absolute;
	top: 43%;
	right: 17px;
	background: url(/english/common/images/advantage_03.png) no-repeat 0 0;
	width: 21px;
	height: 45px;
}
#cboxNext:hover {
	background-position: 0 0;
}
#cboxClose {
	position: absolute;
	right: 0;
	display: block;
	background: url(/english/common/images/advantage_01.png) no-repeat 0 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: 0 0;
}
/* clearfix */
#advantageBlock .strengthLink:after {
	clear: both;
	display: block;
	content: "";
}
{
 zoom: 1;
}
