@charset "utf-8";

/*=================================
	top
================================ */
#allContainer {
	width: 100%;
	min-width: 1100px;
}
#header {
}
#main,
#footer {
	width: 1070px;
	padding-left: 250px;
	margin: 0 auto;
}
#container {
	padding-top: 0;
}

/* img */
#mainView img,
.caseBlock .list li img,
.menuBlock .mainLinks li .img img,
.menuBlock .otherLinks li img,
.specialContents .linkBlock .img img {
	width: 100%;
	height: auto;
}
.caseBlock .list li img,
.menuBlock .mainLinks li .img img,
.menuBlock .otherLinks li img,
.specialContents .linkBlock .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);
}
.caseBlock .list li a:hover img,
.menuBlock .mainLinks .linkBlock.on .img img,
.menuBlock .otherLinks li a:hover img,
.specialContents .linkBlock.on .img img {
	opacity: 1;
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
	        transform: scale(1.05);
}

/* linkBlock */
.linkBlock {
	cursor: pointer;
}
.linkBlock.on img {
	opacity: 0.7;
}

/* mainView */

/* topicsBlock */
.topicsBlock {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.topicsBlock > * {
	display: table-cell;
	vertical-align: middle;
}
.topicsBlock a {
	color: #333333;
}
.topicsBlock .newsList01 {
	position: relative;
	padding-right: 70px;
}
.topicsBlock .newsList01 .slideSwitch {
	position: absolute;
	top: 34px;
	right: 30px;
	width: 31px;
	height: 31px;
	background: url(/english/images/index_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}
.topicsBlock .newsList01 .slideSwitch.open {
	background-position: -41px 0;
}
.topicsBlock .newsList01 .slideDetails {
	display: none;
	margin-top: 20px;
}
.topicsBlock .txtBlock {
	width: 104px;
	padding-left: 29px;
	background: url(/english/common/images/com_hr01.png) repeat-y 0 0;
}
.topicsBlock .txtBlock .more {
	padding-left: 15px;
	background: url(/english/common/images/com_ic01.png) no-repeat 0 0.3em;
}

/* caseBlock */
.caseBlock {
	margin-top: 20px;
	padding: 30px;
	background-color: #efefef;
	text-align: center;
}
.caseBlock .title + * {
	margin-top: 30px;
}
.caseBlock .list li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 24.05%;
	margin: 0 1.26% 10px 0;
	-webkit-box-shadow: 1px 1px 1px 0 #c2c2c2;
	   -moz-box-shadow: 1px 1px 1px 0 #c2c2c2;
	        box-shadow: 1px 1px 1px 0 #c2c2c2;
}
.caseBlock .list li:nth-child(4n) {
	margin-right: 0;
}
.caseBlock .list li:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-right: 5px solid #666666;
	border-bottom: 5px solid #666666;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	content: "";
}
.caseBlock .list li .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 0 9px;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff)";
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* menuBlock */
.menuBlock .mainLinks li {
	display: table;
	width: 100%;
}
.menuBlock .mainLinks li:nth-child(even) {
	background-color: #ededed;
}
.menuBlock .mainLinks li > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.menuBlock .mainLinks li .img {
	overflow: hidden;
}
.menuBlock .mainLinks li .txtBlock {
	padding-left: 48px;
}
.menuBlock .mainLinks li .txtBlock dl dd {
	margin: 15px 0 0 26px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
}
.menuBlock .otherLinks {
	margin-top: 30px;
	padding: 0 30px;
}
.menuBlock .otherLinks li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 24.05%;
	margin-right: 1.26%;
}
.menuBlock .otherLinks li:nth-child(4n) {
	margin-right: 0;
}
.menuBlock .otherLinks li span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	margin: -0.5em 0 0;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.menuBlock .otherLinks li:first-child span {
	margin-top: -1em;
}

/* specialContents */
.specialContents {
	margin-top: 30px;
	padding: 30px;
	background-color: #eaeaea;
}
.specialContents .linkBlock {
	position: relative;
	float: left;
	width: 31.64%;
	margin-right: 2.53%;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
}
.specialContents .linkBlock:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-right: 5px solid #666666;
	border-bottom: 5px solid #666666;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	content: "";
}
.specialContents .linkBlock:nth-child(3n) {
	margin-right: 0;
}
.specialContents .linkBlock .img {
	overflow: hidden;
	border: 1px solid #cccccc;
}
.specialContents .linkBlock .txtBlock dt {
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.specialContents .linkBlock .txtBlock dt a {
	color: #333333;
}
.specialContents .linkBlock .txtBlock dd {
	margin-top: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.38;
}

/* clearfix */
.caseBlock .list:after,
.menuBlock .otherLinks:after,
.specialContents:after {
	clear: both;
	display: block;
	content: "";
}
.caseBlock .list,
.menuBlock .otherLinks,
.specialContents {
	zoom: 1;
}