@charset "UTF-8";
/* CSS Document */


.contentsWrap {
    padding: 0px 0 50px;
}
.ttlMenu h1 {
    display: inline;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    padding-right: 20px;
    font-size: 20px;
}
.ttlMenu {
    margin-bottom: 40px;
    padding: 15px 0;
    border-bottom: 2px solid #c00000;
    width: 100%;
    overflow: hidden;
}
.font_bold{
	font-weight:bold;
}
.font-33{
	font-size:33px;
}

p {
   
	line-height: 1.4;
}
.line{
	width:80px;
	height: 1.5px;
	background: #ccc;
	display: block;
	margin: 30px auto;
}
h2{
	font-size:18px;
	display: block;
}
.w_800{
	max-width:800px;
	margin: 0 auto;
}
h3{
	font-size: 14px;
    margin: 20px auto 0;
}
h4{
	font-size: 18px;
	font-weight:bold;
}
h5{
	font-size: 18px;
	font-weight:bold;
	border-bottom: 1px solid #c00000;
	padding-bottom:5px;
}
.bg_gry{
	background: rgba(235,232,223,1.00);
}
.topofpage{
	background: #000;
    position: relative;
    zoom: 1;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 25px;
    line-height: 1;
    font-size: 1.4em;
    text-align: center;
    width: 145px;
	margin: 50px auto 0px;
	border-radius: 4px;
}
.topofpage:after{
    position: absolute;
    left: 15px;
    top: 25px;
    margin-top: -11px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border-top: 1px solid #fff;
	border-right: 1px solid #fff;}

.topofpage:hover{
	opacity: 0.7;
}

.services_textlist{
padding-left:1em;
text-indent:-1em;
}

.bg_pink{
	background: rgba(252,243,246,1.00);
}
table{
	table-layout: fixed;
}
table tr{
	height: 35px;
	text-align: center;
    font-size: 12px;
	line-height: 12px;
    border-bottom: 1px solid #000;
	margin: 0;
}
table tr td{
	width: 16%;
	padding: 12px 0 10px;
}
td div.v-align-middle {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  table tr td{
	width: 16%;
	padding: 10px;
}
}

table tr td:nth-child(2){
	width: 36%;
}


@media only screen and (max-width: 768px) {
	
	table tr td:nth-child(2){
	width:21%;
}
	table tr td{
	width: 21%;
}
	table tr{font-size: 10px;}
	table tr td:nth-child(1){
		width: 14%;
	}
		table tr td:nth-child(3){
		width: 23%;
	}
}

.pos-re{
	position: relative;
}

.map_btn{
	position: absolute;
	z-index: 5;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_btn li:hover{
	opacity: 0.7;
}
.map_btn li{
	  position: absolute;
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
	cursor:pointer;
}
.hongkong{
    top: 46%;
    left: 40%;
    background: #00C162;   
}
.singapore{
	top: 67%;
    left: 32%;
    background: #00C162; 
}
.beijing{
	top: 5%;
    left: 40%;
	color: #000!important;
    font-weight: normal!important;
	cursor: default!important;
}
.beijing:hover{
	opacity: 1!important;
}
.tokyoHQ{
    top: 22%;
    right: 2.5%;
    background:#8980b7;
	 font-size: 15px!important;
	padding: 4px!important;

}
.hanoi{
    top: 31%;
    left: 26%;
    background: #2A87C5;
}
.kualalumpu{
    bottom: 8%;
    left: 4%;
    background: #2A87C5; 
}
.nagoya{
	top: 27%;
    right: 11.5%;
    background:#e55f9a;
	 font-size: 15px!important;
	padding: 4px!important;
}

.kansai{
	top: 16%;
    right: 24%;
    background:#00b0e9;
	 font-size: 15px!important;
	padding: 4px!important;
}

.fukuoka{
	top: 35%;
    right: 21.5%;
    background:#b679ad;
	 font-size: 15px!important;
	padding: 4px!important;
}

.kyoto{
	top: 14%;
    right: 24%;
    background:#8abf1f;
	 font-size: 15px!important;
	padding: 4px!important;
}

.phone {
    line-height: 1;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #c00000;
    float: left;
    border: 1px solid #a7a283;
    padding: 12px 12px 12px 50px;
    background: url(../../../img/elements/footer/phone.png) no-repeat 8px 8px;
}
.phone a:link{
	color: #c00000;
	text-decoration: none;
}
.font12{
	font-size:12px;
}
h6{
	font-size: 14px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.map_btn li {
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    cursor: pointer;
}
	.nagoya,.fukuoka,.kyoto,.kansai,.tokyoHQ{
		 font-size: 10px!important;
	padding: 1px!important;
	}
}
.googlemap_btn{
    width: 50px;
    background: #767676;
    color: #fff;
    padding: 3px 10px;
    float: right;
    border-radius: 4px;
}
.redbtn {
    background: #CD1C00;
    border-radius: 4px;
    text-align: center!important;
    width: 66%;
    color: #fff;
    font-weight: bold;
    padding: 10px;
	margin: 0 auto;
}
.w_800 a:link,.w_800 a:visited{
    text-decoration: none!important;
}