@charset "utf-8";

.abs{position: absolute; display: block;}
.rel{position: relative; display: block;}


.flexBlock{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.mb30{margin-bottom: 30px !important;}

.clearBlock:after{
content:"";
display:block;
clear:both;
}

#contentArea{width: 960px;}

.worldwide_area{clear: both; color: #333333; padding: 40px 0 60px;}

.worldwide_area h1{
	font-size: 30px; font-weight: bold;
	border-left: 10px solid #e51e1e; line-height: 36px; padding-left: 20px;
}

.worldwide_area .map_area{
	background: url("../png/worldwidemap.png") no-repeat center top;
	width: 960px; height:458px;
	margin: 0 auto 70px;
}


.worldwide_area .map_area a.abs{
	width: 172px; height:172px; opacity: 0;
}
.worldwide_area .map_area a:after{
	content: ""; height: 0; width: 0; overflow: hidden; position: absolute; opacity: 0; visibility: hidden;
	background: url("../png/btn_americas_on.png") no-repeat;
	background: url("../png/btn_europe_on.png") no-repeat;
	background: url("../png/btn_asia_pacific_on.png") no-repeat;
	background: url("../png/btn_middleeas_africa_on.png") no-repeat;
}

.worldwide_area .map_area a.abs:nth-child(1){
	left: 60px; top: 100px;
	background: url("../png/btn_americas_off.png") no-repeat;
}

.worldwide_area .map_area a.abs:nth-child(1):hover,
.worldwide_area .map_area a:nth-child(1).active{
	background: url("../png/btn_americas_on.png") no-repeat;
}

.worldwide_area .map_area a.abs:nth-child(2){
	left: 467px; top: 27px;
	background: url("../png/btn_europe_off.png") no-repeat;
}

.worldwide_area .map_area a.abs:nth-child(2):hover,
.worldwide_area .map_area a:nth-child(2).active{
	background: url("../png/btn_europe_on.png") no-repeat;
}

.worldwide_area .map_area a.abs:nth-child(3){
	left: 750px; top: 185px;
	background: url("../png/btn_asia_pacific_off.png") no-repeat;
}
.worldwide_area .map_area a.abs:nth-child(3):hover,
.worldwide_area .map_area a:nth-child(3).active{
	background: url("../png/btn_asia_pacific_on.png") no-repeat;
}
.worldwide_area .map_area a.abs:nth-child(4){
	left: 410px; top: 258px;
	background: url("../png/btn_middleeas_africa_off.png") no-repeat;
}
.worldwide_area .map_area a.abs:nth-child(4):hover,
.worldwide_area .map_area a:nth-child(4).active{
	background: url("../png/btn_middleeas_africa_on.png") no-repeat;
}


.world_area h2,
.detail_list_area h2{
	font-size: 20px; font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
	height: 74px; line-height: 74px;
	padding-left: 30px; position: relative; display: block;
	margin-bottom: 15px;
}

.world_area .openBtn{
	width: 44px; height: 44px; top: 15px; right: 25px;
	-webkit-transition: 0.3s ease-out;
	transition:0.3s ease-out;
	cursor: pointer;
}

.world_area .openBtn span{
	width: 44px; height: 44px;
	background: url("../png/btn_open.png") no-repeat;
	-webkit-transition: 0.5s ease-out;
	transition:0.5s ease-out;
}

.world_area .openBtn:hover{
	transform: rotate(180deg);
}

.world_area.active .openBtn span{
	background: url("../png/btn_close.png") no-repeat;
	transform: rotateX(360deg);
}

.world_area h2:before,
.detail_list_area h2:before{
	content: ""; position: absolute; display: block;
	width: 7px; height: 28px;
	background: #e51e1e;
	left: 0; top: 0; bottom: 0; margin: auto 0;
}
.world_area ul{
	margin-bottom: 60px;
}

.world_area ul li{
	position: relative; display: block; margin-right: 15px;
	width: 310px; height: 60px; border-bottom: 1px dashed #cbcbcb; float: left;
	box-sizing: border-box; padding: 0 30px;
}
.world_area ul li a{
	position: relative; display: block; width: 100%; height: 100%; line-height: 60px;
	text-decoration: none; color: #333333; font-size: 15px; padding-left: 60px;
	box-sizing: border-box;
}
.world_area ul li.line a{
	line-height: 1.2; padding-top: 11.5px;
}

.world_area ul li a:after{
	content: ""; position: absolute; display: block;
	background: url("../png/btn_list.png") no-repeat; width: 18px; height: 18px;
	top: 0; bottom: 0; right: 0; margin: auto 0;
}

.world_area ul li a img.abs{top: 0; bottom: 0; left: 0; margin: auto 0;}

.world_area ul li:nth-child(3n){
	margin-right: 0;
}

.list_outer{
	-webkit-transition: 0.5s ease-out;
	transition:0.5s ease-out;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	max-height: 0;
}
.list_outer ul{
	height: 0;
}
.world_area.active .list_outer{
	transform: scaleY(1);
	max-height: 100em;
}
.world_area.active .list_outer ul{
	height: auto;
}

.mod-page-top{
	position: fixed; right: 10px; bottom: 20px; display: block;
}

.detail_list_area h3{
	font-size: 15px; font-weight: normal; color: #333333;
	align-items: center; 
	justify-content: flex-start;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0 15px;
}
.detail_list_area h3 img{margin-right: 12px;}
.detail_list_block ul{padding: 0 10px;}
.detail_list_block ul li{height: 70px; border-bottom: 1px solid #e6e6e6; font-size: 15px;}
.detail_list_block ul li > a{font-size: 15px; color: #2e3192; line-height: 1em; margin-right: auto;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
align-items: center;
}


.detail_list_block ul li > a:hover{color: #f00; text-decoration: underline;}
.detail_list_block ul li div{width: 140px; margin-left: 10px; color: #e5e5e5; font-size: 15px;}
.detail_list_block ul li div.on{ color: #333333; text-decoration: none;}
.detail_list_block ul li div:last-child{width: 175px;}
.detail_list_block ul li div img{margin-right: 10px;}
.detail_list_block ul li > div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: flex-start;
	align-items: center;
}

.worldwide_area .bottom-btn {
    padding: 40px;
    text-align: center;
}
.worldwide_area .bottom-btn a {
    display: inline-block;
    width: 450px;
    background: #555;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
	height: 63px; line-height: 63px;
}
.worldwide_area .bottom-btn a span {
    background: url("../png/btn_more-2.png") no-repeat left center;
    padding-left: 30px; min-height: 24px;
}

