@charset "utf-8";

/* layout

====================================*/

section .wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 70px 0 80px;
	text-align: center;
}
footer{
	clear: both;
	display: block;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}


/* contents parts

====================================*/
/* ------------------------
 section Parts
------------------------ */

/* ------------------------
 other Parts
------------------------ */
.ovfHidden{ overflow: hidden; }
.aC{ text-align: center !important; }
.aL{ text-align: left !important; }
.aR{ text-align: right !important; }
ul li{ list-style: none; }
.m0{ margin: 0 !important; }
.mt0{ margin-top: 0 !important; }
.mt5{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt35{ margin-top: 35px !important; }
.mt40{ margin-top: 40px !important; }
.mt45{ margin-top: 45px !important; }
.mt50{ margin-top: 50px !important; }

.paragraph01{margin-top: 1rem;}
.paragraph02{margin-top: 2rem;}
.paragraph03{margin-top: 3rem;}

/* ------------------------
 btn Parts
------------------------ */
.btnType01 {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 20px;
}
.btnType01 a {
	display: block;
	background: url(/zh_ap/common/img/index_ic02.png) 99% 95.5% no-repeat #ffffff;
	padding: 7px 10px;
	width: 190px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border: solid 1px #dddddd;
	box-sizing: border-box;
	transition: .3s;
}
.btnType01 a:hover {
	background: url(/zh_ap/common/img/index_ic02.png) 99% 95.5% no-repeat #dddddd;
}

.btnType02 {
	font-size: 18px;
	font-size: 1.8rem;
	width: 170px;
	margin: 20px auto 0;
}
.btnType02 a {
	display: block;
	background: url(/zh_ap/find_us/img/index_ic02.png) 99% 95.5% no-repeat #666666;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	box-sizing: border-box;
	transition: .3s;
}
.btnType02 a:hover {
	opacity: 0.7;
}

/* ------------------------
 text Parts
------------------------ */
#section05 .textNormal01,
#section06 .textNormal01 {
	margin-bottom: 40px;
	height: 127px;
}
.imgTitle {
	margin: 10px 0;
}
section .wrapper .caption {
	margin-top: 10px;
	text-align: left !important;
}

/* ------------------------
 slider  Parts
------------------------ */
.projectsSlider {
	width: 635px;
	margin: 40px auto 0;
}
.projectsSlider .slick-slider .slick-track,
.projectsSlider .slick-slider .slick-list {
	display: none;
}
.projectsSlider .slideBox {
	width: 634px;
	margin: 0 auto;
	overflow: hidden;
}
.projectsSlider .slideBox .imgBox a {
	text-decoration: none;
	margin: 0 auto;
	width: 634px;
	height: 384px;
	overflow: hidden;
}
.projectsSlider .slideBox .imgBox a img {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 7px 7px;
	max-width: 620px;
	height: 370px;
}
.projectsSlider .slideBox .imgBox a:hover img,
.projectsSlider .slideBox .imgBox a:focus img,
.projectsSlider .slideBox .imgBox a:active img {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.projectsSlider .slideBox .imgBox a .textBox {
	color: #000000;
	line-height: 1.2;
	padding: 0 10px 10px 10px;
}
.projectsSlider .slideBox .imgBox a:hover .textBox {
	text-decoration: underline;
}
.projectsSlider .slick-arrow {
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	border: none;
	padding: 0;
	width: 28px;
	height: 40px;
	top: 50%;
	cursor: pointer;
}
.projectsSlider .slick-arrow.slick-prev {
	background: url(/zh_ap/common/img/com_ic34.png) 0 center no-repeat;
	position: absolute;
	left: -35px;
}
.projectsSlider .slick-arrow.slick-next {
	background: url(/zh_ap/common/img/com_ic35.png) 0 center no-repeat;
	position: absolute;
	right: -35px;
}
.projectsSlider .slick-dots {
	bottom: -45px;
}
.projectsSlider .slick-dots li button:before {
	background: url(/zh_ap/common/img/com_ic36.png) 0 0 no-repeat;
	content: "";
}
.projectsSlider .slick-dots li.slick-active button:before,
.projectsSlider .slick-dots li.slick-active button:before {
	background: url(/zh_ap/common/img/com_ic37.png) 0 0 no-repeat;
}


/* ------------------------
 link Parts
------------------------ */
/* iconLink02 */
.iconLink02 a{
	color: #333333;
	text-decoration: none;
}
.iconLink02 li{
	display: inline-block;
	background: url(/zh_ap/common/img/index_ic06.png) 0 center no-repeat;
	margin-top: 10px;
	padding-left: 13px;
	color: #333333;
	font-size: 3rem;
}

.iconLink02 li.liststyle_none{
	background: none;
	padding-left: 0px;
}

/* utilityLink */
.utilityLink li a {
	color: #000000;
	display: block;
	padding: 3px 0 0 10px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.utilityLink li a::after{
	background-color: #000000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 0;
}
.utilityLink li a:hover::after{
	width: 100%;
}

/* ------------------------
 Box Parts
------------------------ */
/* columnBox */
.columnBox01 {
	clear: both;
	margin: 20px auto 0;
	width: 770px;
	text-align: left;
	padding-bottom: 56px;
	background: url(/zh_ap/common/img/com_ic31.png) 50% bottom no-repeat;
}
.columnLayout .columnBox01:first-child {
	margin: 30px auto 20px;
}
.columnLayout .columnBox01:last-child {
	background: none;
	padding-bottom: 0;
}
.columnBox01 .frame01 {
	border: 1px solid #cfcfcf;
}
.columnBox01 .boxHdg01 {
	padding: 15px 20px;
	background-color: #f0f0f0;
	font-weight: bold;
}
.columnBox01 .boxCnt01 {
	padding: 16px 18px;
}
.columnBox02 {
	background: url(/zh_ap/common/img/com_bg01.png) 0 0 repeat;
	width: 770px;
	margin: 30px auto;
	padding: 30px;
	box-sizing: border-box;
}
.imgBox a{
	display: block;
	text-decoration: none;
}
.imgBox img{
	width: 100%;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
	vertical-align: middle;
}
.imgBox a:hover img,
.imgBox a:focus img,
.imgBox a:active img{
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
}

/* boxLayout01 */
.boxLayout01 {
	clear: both;
	margin: 30px 0 0 0;
}
.boxLayout01.count1 {
	clear: both;
	margin: 30px 0 0 0;
	border: #cccccc 2px solid;
	width: 520px;
	margin: 0 auto;
}
.boxLayout01.count1 .colLayout01 {
	margin: 0;
}

.boxLayout01 .boxHdg01 {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
}
.boxLayout01.count1 .boxHdg01 {
	margin: 20px auto 0;
}
.boxLayout01 .boxHdg02 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #e60039;
	text-align: center;
}
.boxLayout01 .boxHdg03 {
	text-align: center;
}
.boxLayout01 .boxHdg03 li {
	font-size: 16px;
	font-size: 1.6rem;
	color: #969696;
}
.boxLayout01 .boxHdg03.count3 {
	margin-left: 20px;
}
.boxLayout01.count1 .boxHdg03.count3 {
	margin-left: 5px;
}
.boxLayout01 .boxHdg03.count3 li {
	float: left;
	margin-left: 30px;
}
.boxLayout01.count1 .boxHdg03.count3 li {
	float: left;
	margin-left: 30px;
}
.boxLayout01 .boxHdg03 li:first-child {
	margin-left: 0;
}
.boxLayout01.count1 .boxHdg03.count3 li:first-child {
	margin-left: 0;
}
.boxLayout01 .boxCnt01 > .colLayout01 {
	border: #cccccc 2px solid;
}
.boxLayout01 .boxCnt01 > .colLayout01.count1 {
	border: none;
}
.boxLayout01 .boxCnt01 > .colLayout01 > .col {
	width: 430px !important;
	margin-left: 0 !important;
	padding: 30px 26px;
	border-left: #cccccc 1px solid;
	float: left;
}
.boxLayout01 .boxCnt01 > .colLayout01.count1 > .col {
	padding: 0 27px;
}
.boxLayout01.count1 .boxCnt01 .col {
	width: 465px !important;
	margin-bottom: 35px;
}
.boxLayout01 .boxCnt01 .col:nth-child(2n+1) {
	border-left: none;
}
.boxLayout01 .boxCnt01 .col dd {
	padding: 15px 18px;
	border: #cccccc 1px solid;
	margin-top: 30px;
}
.boxLayout01 .boxCnt01 .col dd .count2 .col{
	width: 190px !important;
	float: left;
	border: none !important;
	padding: none !important;
	margin-bottom: 0;
}

/* ------------------------
 List Parts
------------------------ */
/* iconList01 */
.iconList01 {
}
.iconList01 > li {
	font-size: 19px;
	font-size: 1.9rem;
	padding: 0 0 0 16px;
	background: url(/zh_ap/common/img/com_ic32.png) no-repeat 0 0.7em;
}
.iconList01 > li.txtNomal {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 16px;
	background: none;
}


/* ------------------------
 Table Parts
------------------------ */
/* tblWrap */
.tblWrap01 {
	clear: both;
}
.tblWrap01 > *:first-child {
	margin-top: 0 !important;
}
.tblWrap02 {
	clear: both;
	width: 700px;
	margin: 0 auto;
}

/* tblLayout */
.tblLayout01 {
	border-top: 1px solid #cccccc;
	width: 100%;
}
.tblLayout01 th,
.tblLayout01 td {
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.tblLayout01 th {
	width: 30%;
}
.tblWrap02 .tblLayout01 th {
	width: 40%;
}
.tblLayout01 .cellLv2 {
	vertical-align: middle;
	font-weight: bold;
}
.tblLayout01 th > *:first-child,
.tblLayout01 td > *:first-child {
	margin-top: 0 !important;
}

/* ------------------------
 layout Parts
------------------------ */
/* colLayout01*/
.colLayout01{
	clear: both;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 80px;
}
.colLayout01 .colLayout01{
	margin-bottom: 0;
}
.colLayout01 > .col {
	float: left;
}
.colLayout01 .colLeft{
	float: left;
	margin-right: 29px;
}
.colLayout01 .colRight{
	float: right;
	margin-left: 29px;
}
.colLayout01 .colDetail{
	text-align: left;
	overflow: hidden;
}
.colLayout01.count1 > .col { width: 100%; }
.colLayout01.count2 > .col { width: 470px; margin-left: 29px; }
.colLayout01.count3 > .col { width: 304px; margin-left: 29px; }
.colLayout01.count4 > .col { width: 22.9%; max-width: 167px; margin-left: 2.8%; }
.colLayout01.count1 > .col {
	float: none;
	margin-left: 0;
}
.colLayout01.count1 > .col,
.colLayout01.count2 > .col,
.colLayout01.count3 > .col,
.colLayout01.count4 > .col {
	 text-align: left; 
}

.colLayout01.count1 > .col.sizeFix {
	text-align: center;
}
.colLayout01.count1 > .col:nth-child(n+2),
.colLayout01.count2 > .col:nth-child(n+3),
.colLayout01.count3 > .col:nth-child(n+4),
.colLayout01.count4 > .col:nth-child(n+5),
.colLayout01.grid2 > .col:nth-child(n+3),
.colLayout01.grid3 > .col:nth-child(n+4),
.colLayout01.grid4 > .col:nth-child(n+5) {
	margin-top: 50px !important;
}
.colLayout01.count2 > .col:nth-child(2n+1),
.colLayout01.count3 > .col:nth-child(3n+1),
.colLayout01.count4 > .col:nth-child(4n+1),
.colLayout01.grid2 > .col:nth-child(2n+1),
.colLayout01.grid3 > .col:nth-child(3n+1),
.colLayout01.grid4 > .col:nth-child(4n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
/* img Parts */
.colLayout01 img {
	max-width: 100%;
}
.sizeS{ width: 250px !important;}
.sizeM{	width: 304px !important;}
.sizeML{ width: 400px !important;}
.sizeL{	width: 470px !important;}
.sizeLL{ width: 637px !important;}
.sizeFix { width: 100% !important;}


/* uniqueCol*/
.colLayout01.uniqueCol{ margin-top: 90px; }
.colLayout01.uniqueCol02{ margin-top: 0; }
.colLayout01.uniqueCol.topCol { margin-top: 50px; }
.colLayout01.uniqueCol .colLeft{
	display: inline-block;
	float: left;
	margin: 10px 30px 10px 10px;
}
.colLayout01.uniqueCol .colRight{
	display: inline-block;
	float: right;
	margin: 10px 10px 10px 30px;
}
.colLayout01.uniqueCol .colDetail{
	margin-top: 20px;
	text-align: left;
}
.colLayout01.uniqueCol .colDetail a:hover p {
	text-decoration: underline;
}
.colLayout01.count3.uniqueCol02 > .col { width: 60px; margin-left: 10px; }
/* overviewLayout*/
.colLayout01.overviewLayout .colRight{
	width: 212px;
	text-align: left;
}
.overviewLayout .colLeft {
	width: 700px;
}
/* historyLayout */
.colLayout01.historyLayout01 .imgCol { float: right; }
.colLayout01.historyLayout02 .imgCol { float: left; }
.colLayout01.historyLayout01 > .imgCol,
.colLayout01.historyLayout02 > .imgCol {
	width: 350px;
}
.colLayout01 .historyHdg {
	border-top: 2px solid #cecece;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
	width: 550px;
	text-align: left;
}
.colLayout01.historyLayout01 .historyHdg {float: left;}
.colLayout01.historyLayout02 .historyHdg {float: right;}

.colLayout01 .historyCnt {
	padding: 0 20px;
	width: 550px;
	text-align: left;
}
.colLayout01.historyLayout01 .historyCnt { float: left;}
.colLayout01.historyLayout02 .historyCnt { float: right;}

/* ------------------------
 Column Parts
------------------------ */
.column.col3 {
	margin-top: 40px;
}
.column.col3 .txtNomal {
	text-align: left;
	margin-top: 10px;
}
#section01 .column.col3 {
}
.column.col3 ul {
	letter-spacing: -.40em; /* space eraser */
}
.column.col3 ul li {
	display: inline-block;
	letter-spacing: normal; /* space eraser */
	width: 300px;
	margin-right: 3%;
}
.column.col3 ul li:nth-of-type(3n),
.column.col3 ul li.mr0 {
	margin-right: 0;
}
.column.col3 ul li .imgBox a {
	display: block;
}
.column.col3 ul li .imgBox a:hover p {
	text-decoration: underline;
}
.column.col3 ul li .imgBox img {
	width: 100%;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
	vertical-align: middle;
}
.column.col3 ul li .imgBox a:hover img,
.column.col3 ul li .imgBox a:focus img,
.column.col3 ul li .imgBox a:active img {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
}
.column.col3 ul li .iconLink {
	display: inline-block;
	background: url(/zh_ap/common/img/index_ic01.png) 0 center no-repeat;
	margin: 10px 0;
	padding-left: 13px;
	color: #333333;
}



/* =========================
160721 offices.html 
============================ */
.sectors_offices .headline03_02 {
	margin-top:70px;
}
.sectors_offices ul.listType01 li {
	background: rgba(0, 0, 0, 0) url(/zh_ap/common/img/com_ic30.png) no-repeat scroll 0 0.65em / 6px 6px;
	padding-left: 13px;
}


/* Clearfix
------------------------------------------------------ */
/* ----- clearFix ----- */
.column.col:after {
	content: "";
	clear: both;
	display: block;
}
.boxLayout01 .boxCnt01:after,
.boxLayout01 .boxHdg03.count3:after,
.colLayout01:after{
	content: "";
	display: table;
	clear: both;
}
.boxLayout01 .boxCnt01,
.boxLayout01 .boxHdg03.count3,
.colLayout01 {
	zoom: 1;
}




@media only screen and (max-device-width : 768px) {
	
/* ====================================

	SP LAYOUT

==================================== */

html{
	width: 100%;
}

/* layout

====================================*/
section .wrapper,
.mainWrap02 .wrapper {
	width: auto;
	padding: 25px 5%;
}


/* contents parts

====================================*/
/* ------------------------
 section Parts
------------------------ */

/* ------------------------
 head Parts
------------------------ */
.headline02 {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	background: url(/zh_ap/common/img/index_ex01.gif) center bottom no-repeat;
	font-size: 20px;
	font-size: 2.0rem;
}

/* ------------------------
 btn Parts
------------------------ */
.btnType01 {
	font-size: 15px;
	font-size: 1.5rem;
}
.btnType02 {
	font-size: 15px;
	font-size: 1.5rem;
	width: 100px;
	margin: 15px auto 0;
}
.btnType02 a {
	background: url(/zh_ap/find_us/img/index_ic02.png) 97% 90% no-repeat #666666;
}

/* ------------------------
 text Parts
------------------------ */
.textNormal01 {
	text-align: left;
}
#section05 .textNormal01,
#section06 .textNormal01 {
	height: auto;
	margin-bottom: 17px;
}

/* ------------------------
 slider  Parts
------------------------ */
.defaultSlider .slick-dots {
	display: none !important;
}

/* ------------------------
 link Parts
------------------------ */
.iconLink02 li{
	background: url(/zh_ap/common/img/index_ic01.png) 0 center no-repeat;
	padding-left: 3px;
	font-size: 19px;
	font-size: 1.9rem;
}

/* ------------------------
 Box Parts
------------------------ */
/* columnBox */
.columnBox01 {
	width: 100%;
	background-size: 65px auto;
	padding-bottom: 35px;
	margin-top: 10px;
}
.columnBox02 {
	width: 85%;
	padding: 15px;
	margin-bottom: 40px;
}
/* boxLayout01 */
.boxLayout01 {
	clear: both;
	margin: 30px 0 0 0;
	border: #cccccc 2px solid;
	width: 100%;
	margin: 0 auto 20px;
	padding: 15px 15px 0;
	box-sizing: border-box;
}
.boxLayout01 .boxHdg01 {
	font-size: 19px;
	font-size: 1.9rem;
	text-align: center;
}
.boxLayout01.count1 .boxHdg01 {
	margin-top: 0;
}
.boxLayout01 .boxHdg02 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #e60039;
	text-align: center;
}
.boxLayout01 .boxHdg03 {
	text-align: center;
	margin-left: 0;
}
.boxLayout01 .boxHdg03 li {
	font-size: 11px;
	font-size: 1.1rem;
	color: #969696;
}
.boxLayout01 .boxHdg03.count3 {
	width: 243px;
	margin: 0 auto;
}
.boxLayout01 .colLayout01.count1 .boxHdg03.count3 {
	text-align: center;
	width: auto;
	margin: 0 auto;
}

.boxLayout01.count1 .boxHdg03.count3 {
	margin-left: 0;
}
.boxLayout01 .boxHdg03.count3 li {
	float: left;
	margin-left: 10px;
}
.boxLayout01.count1 .boxHdg03.count3 li {
	display: inline-block;
	float: none;
	margin-left: 10px;
}
.boxLayout01 .boxHdg03 li:first-child {
	margin-left: 0;
}
.boxLayout01.count1 .boxHdg03.count1 li:first-child 
.boxLayout01.count1 .boxHdg03.count3 li:first-child {
	margin-left: 0;
}
.boxLayout01.count1 {
	width: 100%;
}
.boxLayout01 .boxCnt01 > .colLayout01 {
	margin-top: 0;
	margin-bottom: 15px;
	border: none;
}
.boxLayout01 .boxCnt01 > .colLayout01 > .col {
	width: 100% !important;
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	border-left: none;
	float: none;
}
.boxLayout01 .boxCnt01 > .colLayout01.count1 > .col {
	padding: 0;
}
.boxLayout01.count1 .boxCnt01 .col {
	width: 100% !important;
	margin-bottom: 35px;
}
.boxLayout01 .boxCnt01 .col:nth-child(2n+1) {
	border-left: none;
}
.boxLayout01 .boxCnt01 .col dd {
	padding: 10px 15px;
	box-sizing: border-box;
	border: #cccccc 1px solid;
	margin-top: 7px;
	width: 100%;
}
.boxLayout01 .boxCnt01 .colLayout01.count1 .col dd {
	padding: 10px 15px;
	box-sizing: border-box;
	border: #cccccc 1px solid;
	margin-top: 7px;
	width: 100%;
}
.boxLayout01 .boxCnt01 .col dd .count2 .col {
	width: 100% !important;
	float: none;
	border: none !important;
	padding: none !important;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}

/* ------------------------
 List Parts
------------------------ */
/* iconList01 */
.iconList01 {
}
.iconList01 > li {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 16px;
	background: url(/zh_ap/common/img/com_ic32.png) no-repeat 0 0.7em;
	margin-top: 10px;
}
.iconList01 > li:first-child {
	margin-top: 0;
}
.iconList01 > li.txtNomal {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 16px;
	background: none;
	line-height: 1.3;
	margin-top: 0;
}

/* ------------------------
 Table Parts
------------------------ */
.tblWrap02 {
	width: 100%;
	margin-top: 20px;
}
.tblLayout01.flex-col .trow {
	display: block;
}

.tblLayout01.flex-col .trow td {
	display: block;
}
.tblLayout01 th {
	padding: 15px 0 10px;
	font-weight: bold;
}
.tblLayout01 td {
	padding: 0 0 15px;
	background-color: #fff;
}
.tblLayout01 tr {
	border-bottom: 1px solid #cccccc;
}
.tblWrap02 .tblLayout01 tr:last-child {
	border-bottom: none;
}
.tblWrap02 .tblLayout01 th,
.tblLayout01 th,
.tblLayout01 td {
	border-bottom: none;
	width: 100%;
}

/* ------------------------
 layout Parts
------------------------ */
/* colLayout01 */
.colLayout01{
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}
.colLayout01.count1 .col,
.colLayout01.count2 .col,
.colLayout01.count3 .col{
	width: 100% !important;
	float: none;
	margin: 0;
}

.colLayout01 .colLeft,
.colLayout01 .colRight{
	float: none;
	margin: 0;
}
.colLayout01 > .col { margin-bottom: 30px !important;}
.colLayout01 > .col:last-child { margin-bottom: 0 !important;}
.colLayout01.count2 > .col { width: 100%; margin-top: 20px; }
.colLayout01.count3 > .col { margin-left: 0; }
.colLayout01.count4 > .col { margin-left: 0; }

.colLayout01 > .col:first-child { margin-top: 0 ;}
.colLayout01.count2 > .col:first-child { margin-top: 0 ; }
.colLayout01.count3 > .col:first-child { margin-top: 0 ; }
.colLayout01.count4 > .col:first-child { margin-top: 0 ; }

.colLayout01 .colRight > img,
.colLayout01 .colLeft > img,
.colLayout01.count1 .col > img,
.colLayout01.count2 .col > img,
.colLayout01.count3 .col > img{
	width: 100%;
}

.colLayout01.count1 > .col:nth-child(n+2),
.colLayout01.count2 > .col:nth-child(n+3),
.colLayout01.count3 > .col:nth-child(n+4),
.colLayout01.count4 > .col:nth-child(n+5),
.colLayout01.grid2 > .col:nth-child(n+3),
.colLayout01.grid3 > .col:nth-child(n+4),
.colLayout01.grid4 > .col:nth-child(n+5) {
	margin-top: 20px !important;
}

.colLayout01 .colDetail{
	margin-top: 20px;
}

/* img Parts */
.sizeS{ width: 100% !important; }
.sizeM{ width: 100% !important; }
.sizeML{ width: 100% !important; }
.sizeL{ width: 100% !important; }
.sizeLL{ width: 100% !important; }
.sizeFix{ width: 100% !important; }


/* uniqueCol*/
.colLayout01.uniqueCol{ margin-top: 40px; }
.colLayout01.uniqueCol.topCol { margin-top: 20px; }
.colLayout01.uniqueCol > .colLeft.sizeL { width: 100%; }
.colLayout01.count3.uniqueCol02 > .col:nth-child(n+4) { margin-top: 10px; }
.colLayout01.uniqueCol .colRight,
.colLayout01.uniqueCol .colLeft{
	width: 100% !important;
	float: none;
	margin: 0;
}
.colLayout01.count3.uniqueCol02 {
	width: auto;
	margin: 0 15%;
}
.colLayout01.count3.uniqueCol02 .col{
	margin-left: 1.2%;
	width: 32.5% !important;
	float: left;
	text-align: center;
	margin-bottom: 0 !important;
}
.colLayout01.count3.uniqueCol02 .col > img{
	width: 50px;
}

/* overviewLayout*/
.colLayout01.overviewLayout .colRight { width: 212px; margin: 30px auto 0;}
.overviewLayout .colLeft {
	width: 100%;
	margin-top: 0;
}

/* historyLayout01*/
.colLayout01.historyLayout01 > .colRight,
.colLayout01.historyLayout02 > .colLeft {width: 100% ;}
.colLayout01 .historyHdg {
	width: 100%;
}
.colLayout01.historyLayout01 .historyHdg {float: none;}
.colLayout01.historyLayout02 .historyHdg {float: none;}

.colLayout01.historyLayout01 .historyCnt,
.colLayout01.historyLayout02 .historyCnt {
	padding: 7px 0;
	width: 100%;
	text-align: left;
}
.colLayout01 .historyCnt {
	width: 100%;
}
.colLayout01.historyLayout01 > .imgCol,
.colLayout01.historyLayout02 > .imgCol {
	width: 100%;
}

/* ------------------------
 Column Parts
------------------------ */
/* column */
#section01 .column.col3 {
	height: auto;
}
.column.col3 {
	height: auto;
	margin: 20px 0 0;
}
.column.col3 ul li {
	margin: 0 0 20px;
	width: auto;
}

/* =========================
160721 offices.html 
============================ */
.sectors_offices .headline03_02 {
	margin:0 -5%;
}
.sectors_offices ul.listType01 li {
	background: rgba(0, 0, 0, 0) url('/zh_ap/common/img/com_ic30.png') no-repeat scroll 0 0.7em / 6px 6px;
	padding-left: 13px;
}

}

