@charset "utf-8";

.slideshow {
	position: relative;
	width: 970px;
	height: 255px;
	overflow:hidden;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 3s;
	width:970px;
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}

.print-header {
	display: none;
}

.main-tcenter {
	width: 945px;
	background-color: #fff;
	border-top: solid 1px #f5f5f5;
}

/* --------------------------------------------------------------------------
 *　スライドショー
#main-image-wrap {
	overflow: hidden;
	width: 100%;
}
input[type="radio"] {
	display: none;
}
#slideshow {
	position: relative;
	width: 100%;
}
.slideContents {
	position: relative;
	background: #1690ef;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents,
.slideContents section {
	width: 100%;
	height: auto;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-ms-transition: -ms-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-ms-animation: autoplay 30s infinite;
	-webkit-animation: autoplay 30s infinite;
	animation: autoplay 30s infinite;
}
.slideContents section img {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.slideContents #slide1 {
	position: relative;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
.slideContents #slide2 {
	-ms-animation-delay: -24s;
	-webkit-animation-delay: -24s;
	animation-delay: -24s;
}
.slideContents #slide3 {
	-ms-animation-delay: -18s;
	-webkit-animation-delay: -18s;
	animation-delay: -18s;
}
.slideContents #slide4 {
	-ms-animation-delay: -12s;
	-webkit-animation-delay: -12s;
	animation-delay: -12s;
}
.slideContents #slide5 {
	-ms-animation-delay: -6s;
	-webkit-animation-delay: -6s;
	animation-delay: -6s;
}
@-ms-keyframes autoplay {
	0% { -ms-transform:translateX(0); }
	16% { -ms-transform:translateX(0); }
	20% { -ms-transform:translateX(-100%); }
	20.001% { -ms-transform:translateX(100%); }
	96% { -ms-transform:translateX(100%); }
	100% { -ms-transform:translateX(0); }
}
@-webkit-keyframes autoplay {
	0% { -webkit-transform: translateX(0);  }
	16% { -webkit-transform: translateX(0);  }
	20% { -webkit-transform: translateX(-100%); }
	20.001% { -webkit-transform: translateX(100%); }
	96% { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(0); }
}
@keyframes autoplay {
	0% { transform: translateX(0); }
	16% { transform: translateX(0); }
	20% { transform: translateX(-100%); }
	20.001% { transform: translateX(100%); }
	96% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}
#switch1:checked ~ #slideshow .slideContents #slide1,
#switch2:checked ~ #slideshow .slideContents #slide2,
#switch3:checked ~ #slideshow .slideContents #slide3,
#switch4:checked ~ #slideshow .slideContents #slide4,
#switch5:checked ~ #slideshow .slideContents #slide5 {
	z-index: 1;
	position: relative;
	-ms-transform:translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#switch1:checked ~ #slideshow .slideContents #slide5,
#switch1:checked ~ #slideshow .slideContents #slide4,
#switch2:checked ~ #slideshow .slideContents #slide1,
#switch2:checked ~ #slideshow .slideContents #slide5,
#switch3:checked ~ #slideshow .slideContents #slide2,
#switch3:checked ~ #slideshow .slideContents #slide1,
#switch4:checked ~ #slideshow .slideContents #slide3,
#switch4:checked ~ #slideshow .slideContents #slide2,
#switch5:checked ~ #slideshow .slideContents #slide4,
#switch5:checked ~ #slideshow .slideContents #slide3 {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
#switch1:checked ~ #slideshow .slideContents #slide3,
#switch2:checked ~ #slideshow .slideContents #slide4,
#switch3:checked ~ #slideshow .slideContents #slide5,
#switch4:checked ~ #slideshow .slideContents #slide1,
#switch5:checked ~ #slideshow .slideContents #slide2,
#switch1:checked ~ #slideshow .slideContents #slide4,
#switch2:checked ~ #slideshow .slideContents #slide5,
#switch3:checked ~ #slideshow .slideContents #slide1,
#switch4:checked ~ #slideshow .slideContents #slide2,
#switch5:checked ~ #slideshow .slideContents #slide3 {
	transition-duration: 0s;
}
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev { left: 0; }
.next { right: 0; }
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	opacity: 0;
	transition: right .6s, left .6s, opacity .6s;
}
.arrow:hover .ico {
	opacity: .6;
	transition-duration: .3s;
}
.prev .ico {
	left: 60%;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.next .ico {
	right: 60%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev:hover .ico { left: 30%; }
.next:hover .ico { right: 30%; }
.arrow label { pointer-events: none; }
#switch1:checked ~ #slideshow .prev label[for="switch5"],
#switch2:checked ~ #slideshow .prev label[for="switch1"],
#switch3:checked ~ #slideshow .prev label[for="switch2"],
#switch4:checked ~ #slideshow .prev label[for="switch3"],
#switch5:checked ~ #slideshow .prev label[for="switch4"],
#switch1:checked ~ #slideshow .next label[for="switch2"],
#switch2:checked ~ #slideshow .next label[for="switch3"],
#switch3:checked ~ #slideshow .next label[for="switch4"],
#switch4:checked ~ #slideshow .next label[for="switch5"],
#switch5:checked ~ #slideshow .next label[for="switch1"] {
	pointer-events: auto;
	transition: opacity .6s; transform .6s;
	-ms-transition: opacity .6s; -ms-transform .6s;
	-webkit-transition: opacity .6s; -webkit-transform .6s;
}
 * -------------------------------------------------------------------------- */


/**
 * ヘッダ
 */
#top-header-area {
	background-color: #ffffff;
	margin: 0 -1000px;
	height: 135px;
	position: relative;
}
#header-area {
	background-color: #ffffff;
	margin: 0 -1000px 15px;
	height: 90px;
	position: relative;
}
#header{
    width: 940px;
    margin-top:5px;
    left: 34%;
    position:absolute;
}
#top-logo-area {
	float:right;
	margin: 0 25px;
}
#logo-area {
	float:right;
	margin: 15px auto;
}
#main-image-wrap {
}
#main-image-wrap img.main-image {
	width: 950px;
}
#header #header_body{
	margin:0px auto;
	width: 750px;
	float: left;
}
#header #header_body .head_right{
	float:right;
	padding:5px 0px;
	width:540px;
	text-align:right;
}
#header #header_body p{
/*	line-height:20px;
	font-size:11px !important;*/
}
#header #header_body #font_switch{
	float:left;
	width:190px;
	height:30px;
	line-height:30px;
	font-size:12px;
	margin-left:230px;
}
#header #header_body #font_switch span{
	display:block;
	font-size:12px;
	height:30px;
	line-height:30px;
	float:left;
}
#header #header_body #font_switch ul{
	height:30px;
	float:right;
	width:110px;
	margin-left:5px;
}
#header #header_body #font_switch ul li{
	float:left;
	height:30px;
	width:33px;
}
#header #header_body .map_link{
	float:right;
	width:100px;
	margin-right:10px;
}

#header #header_body p.logo_area{
	float:left;
/*	color:#0090c5;*/
	padding-top:15px;
	padding-left:5px;
/*	width:400px;*/
	font-size:30px;
	font-weight:bold;
	width:60px;
}
#header #header_body p.logo_area a img{
	vertical-align:text-bottom;
}
.logo_area span {
	display: table;
	font-size: 12px;
	font-weight: bold;
/*	margin-top: 5px;*/
}
#top-header-area p.title {
	font-size: 36px;
}
p.title {
	color: #1690ef;
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	padding-top: 15px;
	width: 780px;
}
#top-header-area p.title span {
	font-size: 20px;
}
p.title span {
	color: #777777;
	display: table;
	font-size: 14px;
	line-height: 0.8em;
}
#top-header-area .sub-title {
	font-size: 14px;
	line-height: 14px;
}
.sub-title {
	color: #969696;
	font-size: 12px;
	line-height: 12px;
/*	font-weight: bold;
	padding-left: 75px;
	padding-top: 8px;*/
}


body {
    background-color: #fff;
    color: #333333;
    line-height: 1.4;
}
body {
    color: #484848;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    margin: 0;
    min-width: 900px;
    padding: 0;
}
/**
 * メインコンテンツ格納コンテナ
 */
#container{
	background:#e6f5ff;
	width:960px;
	margin:0px auto;
	padding-bottom:70px;
}
#container.fortop{
	 background-image:none;
}

#container #MainContents{
	float:left;
	width:731px;
	padding:5px 10px 5px 5px;
}

/* --------------------------------------------------------------------------
 *　top-page
 * -------------------------------------------------------------------------- */
#container #MainContents ul.top-btn-country li {
	width: 150px;
	height: 69px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-right: 39px;
	margin-bottom: 20px;
}
#container #MainContents ul.top-btn-country li:nth-child(4n) {
	margin-right: 0px !important;
}
#container #MainContents ul.top-btn-country li img {
	width: 150px;
	height:140px;
	position: absolute;
}
#container #MainContents ul.top-btn-country li img:hover {
	top:-70px;
}

#container #MainContents #Contact{
	background:url('../images/001028594.jpg') no-repeat center bottom;
	padding-bottom:20px;
	width:718px;
	margin:10px auto;
}
#container #MainContents #Contact .inner_box{
	background:url('../images/001028602.jpg') repeat-y left top;
	width:718px;
}
#container #MainContents #Contact .inner_top{
	background:url('../images/001028629.jpg') no-repeat left top;
	width:718px;
}

#container #MainContents #Contact h4{
	background-image:none;
	margin:0px;
	height:44px;
	line-height:44px;
	width:400px;
	float:left;
}
#container #MainContents #Contact .contact_mail{
	float:right;
	height:44px;
	line-height:44px;
	width:300px;
	text-align:right;
}
#container #MainContents #Contact .contact_mail a{
	padding-right:10px;
	padding-left:30px;
	background:url('../images/001028581.jpg') no-repeat left center;
	height:44px;
	line-height:44px;
}
#container #MainContents #Contact .contact_text{
	border-top:2px solid #CCC;
	padding:10px 0px 0px 0px;
	width:690px;
	margin:0px auto;
}
#container #MainContents .align_right{
	text-align:right;
	margin:5px 0px 0px 0px;
}



/* --------------------------------------------------------------------------
 *　サイドバー　20170921
 * -------------------------------------------------------------------------- */

#SideContents{
	width:180px;
	float:right;
/*	position:fixed;*/
}
#SideContents .side-position{
}
#SideContents .side-position ul li{
	color:black;
}
#SideContents .side-position .scroll-wrap {
	width:180px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#SideContents .side-position .scroll-wrap .scroll {
	overflow-y:scroll;
	width:210px;
}
#SideContents #mainlinks dl#accordion-asia,
#SideContents #mainlinks dl#accordion-america,
#SideContents #mainlinks dl#accordion-europe{
	clear: fixed;
/*	margin-top:5px;*/
}
#SideContents #mainlinks dl#accordion-europe {
	border-bottom:1px solid #1690ef;
}
#SideContents #mainlinks ul li ul.is--close{
	display: none;
}
#SideContents #mainlinks h5{
	background:url('../images/001028579.jpg') no-repeat left top;
	width:224px;
	height:82px;
	text-indent:-9999px;
}
#SideContents #mainlinks ul li{
	margin-bottom:1px;
}
#SideContents #mainlinks ul li a{
	text-decoration:none;
}
#SideContents #mainlinks dl#accordion-asia dt,
#SideContents #mainlinks dl#accordion-america dt,
#SideContents #mainlinks dl#accordion-europe dt {
	display:block;
	width:178px;
	height:70px;
	line-height:70px;
	text-align:center;
	cursor:pointer;
	background-color:#1690ef;
	color:#ffffff;
	font-size:14px;
}
#SideContents #mainlinks dl#accordion-asia dt,
#SideContents #mainlinks dl#accordion-america dt {
	margin-bottom: 1px;
}
#SideContents #mainlinks dl#accordion-asia dd,
#SideContents #mainlinks dl#accordion-america dd,
#SideContents #mainlinks dl#accordion-europe dd {
	background:#f2f2f2;
	width:180px;
	line-height:50px;
	display:none;
}
#SideContents #mainlinks dl#accordion-asia dd.side-country-all,
#SideContents #mainlinks dl#accordion-america dd.side-country-all,
#SideContents #mainlinks dl#accordion-europe dd.side-country-all {
/*	height:552px;*/
	clear:fixed;
}
#SideContents #mainlinks dl#accordion-asia dd.side-country-asia,
#SideContents #mainlinks dl#accordion-america dd.side-country-asia,
#SideContents #mainlinks dl#accordion-europe dd.side-country-asia {
	height:420px;
}
#SideContents #mainlinks dl#accordion-asia dd.side-country-middleeast,
#SideContents #mainlinks dl#accordion-america dd.side-country-middleeast,
#SideContents #mainlinks dl#accordion-europe dd.side-country-middleeast {
	height:41px;
}
#SideContents #mainlinks dl#accordion-asia dd.side-country-america,
#SideContents #mainlinks dl#accordion-america dd.side-country-america,
#SideContents #mainlinks dl#accordion-europe dd.side-country-america {
	height:83px;
}
#SideContents #mainlinks dl#accordion-asia dd.side-country-europeafrica,
#SideContents #mainlinks dl#accordion-america dd.side-country-europeafrica,
#SideContents #mainlinks dl#accordion-europe dd.side-country-europeafrica {
	height:125px;
}
#SideContents #mainlinks dl#accordion-asia,
#SideContents #mainlinks dl#accordion-america,
#SideContents #mainlinks dl#accordion-europe {
	background-color:#ffffff;
	cursor:default;
	width:178px;
}
#SideContents #mainlinks dl#accordion-asia dd li,
#SideContents #mainlinks dl#accordion-america dd li,
#SideContents #mainlinks dl#accordion-europe dd li {
	background-color: #f0f0f0;
	margin: 0 1px 1px 0;
	font-size:12px;
	text-align:center;
	padding:0 5px;
	float:left;
	width:78px;
	height: 35px;
	line-height: 35px;
	cursor:pointer;
}
#SideContents #mainlinks dl#accordion-asia dd li:hover,
#SideContents #mainlinks dl#accordion-america dd li:hover,
#SideContents #mainlinks dl#accordion-europe dd li:hover {
	background-color: #1690ef;
	color: #ffffff;
	transition: 0.3s;
}
#SideContents #mainlinks dl#accordion-asia dd li span,
#SideContents #mainlinks dl#accordion-america dd li span,
#SideContents #mainlinks dl#accordion-europe dd li span {
	font-size: 12px;
}
#SideContents #sublinks{
	width:180px;
	background:#FFF;
	clear:both;
/*	margin-top:370px;
	padding-top:10px;
	padding-bottom:5px;*/
}
#SideContents #sublinks dl{
	width:200px;
	margin:0px auto;
	border:5px solid #CCC;
	padding:5px;
	font-size:12px;
}
#SideContents #sublinks dl dd.line{
	padding-bottom:5px;
	border-bottom:1px #666 dashed;
	margin-bottom:5px;
}
#SideContents #sublinks dl dd p{
	font-size:12px;
}
#SideContents #sublinks dl dd ul#innerlink1,
#SideContents #sublinks dl dd ul#innerlink2{
	display:none;
}
#SideContents #sublinks dl dd ul#innerlink1 li a,
#SideContents #sublinks dl dd ul#innerlink2 li a{
	background:url('../images/001028538.jpg') no-repeat left 4px;
	font-size:12px;
	padding-left:10px;
	display:block;
}

#SideContents .banner_box{
	padding:6px 0px 0px 0px;
	margin:0px auto;
	text-align:center;
}
#SideContents .banner_box a img{
	vertical-align:text-bottom;
}


#SideContents #sublinks ul.side-links{
	background-color:#ccf0fe;
}
#SideContents #sublinks .side-links li div.sub-links-box{
	background-color:#ffffff;
	margin-bottom:1px;
	padding:15px 12px;
	text-align:center;
}
#SideContents #sublinks .side-links li img.sub-links-icon{
	width:30px;
	height:30px;
	margin:0 auto;
}
#SideContents #sublinks .side-links li p.sub-links-title{
	color:#000000;
	font-size:16px;
	margin-bottom:10px;
}
#SideContents #sublinks .side-links li p.links-explanation{
	color:#000000;
	font-size:12px;
	text-align:left;
}

/* --------------------------------------------------------------------------
 *　サイドバー　20170921 ここまで
 * -------------------------------------------------------------------------- */
/*
#SideContents #mainlinks{
	background:#fef7e7;
	width:224px;
	padding-top:15px;
	background:url('../images/001028552.jpg') no-repeat left bottom;
	padding-bottom:12px;
	overflow:hidden;*/
}
#SideContents #mainlinks dl.accordion{
/*	margin-top:1px;*/
}
#SideContents #mainlinks ul li ul.is--close{
	display: none;
}
#SideContents #mainlinks h5{
	background:url('../images/001028579.jpg') no-repeat left top;
	width:224px;
	height:82px;
	text-indent:-9999px;
}
#SideContents #mainlinks ul{
/*	background:url('../images/001028659.jpg') repeat-y left bottom;
	width:224px;
	margin:0px auto;*/
}
/*
#SideContents #mainlinks ul li{
	margin-bottom:1px;
	float:left;
	width:204px;
	border-bottom: 1px dashed #FFF;
	line-height:30px;
	height:30px;
	font-size:14px !important;
	margin:0px 7px 0px 10px;
}
#SideContents #mainlinks ul li a{
	text-decoration:none;
	color: black;
	display:block;
	line-height:30px;
	padding-left:32px;
	font-size:14px !important;
}
#SideContents #mainlinks .accordion dt {
	display:block;
	width:180px;
	height:90px;
	line-height:90px;
	text-align:center;
	cursor:pointer;
	background-color:#ccf0fe;
	color:#555555;
	font-size:17px;
	font-weight:bold;
	margin-bottom: 1px;
	padding:50px 0;
	border:#666 1px solid;
	text-align:center;*/
}
/*
#SideContents #mainlinks .accordion dd {
	background:#f2f2f2;
	width:180px;
	line-height:50px;
	text-align:center;
	border:#666 1px solid;
	display:none;
}*/

/*
#SideContents #mainlinks ul li.flag01{
	border-top: 1px dashed #FFF;
}
*/

/*国旗　左カラム用*/
#SideContents #mainlinks ul li.flag01 a{ background:url('/common/001028613.jpg') no-repeat 2px center; }/*インドネシア*/
#SideContents #mainlinks ul li.flag02 a{ background:url('/common/001028562.jpg') no-repeat 2px center; }/*シンガポール*/
#SideContents #mainlinks ul li.flag03 a{ background:url('/common/001028694.jpg') no-repeat 2px center; }/*タイ*/
#SideContents #mainlinks ul li.flag04 a{ background:url('/common/001028539.jpg') no-repeat 2px center; }/*フィリピン*/
#SideContents #mainlinks ul li.flag05 a{ background:url('/common/001028623.jpg') no-repeat 2px center; }/*ベトナム*/
#SideContents #mainlinks ul li.flag06 a{ background:url('/common/001028612.jpg') no-repeat 2px center; }/*マレーシア*/
#SideContents #mainlinks ul li.flag07 a{ background:url('/common/001028653.jpg') no-repeat 2px center; }/*韓国*/
#SideContents #mainlinks ul li.flag08 a{ background:url('/common/001028518.jpg') no-repeat 2px center; }/*中国*/
#SideContents #mainlinks ul li.flag09 a{  }/*台湾*/
#SideContents #mainlinks ul li.flag10 a{  }/*香港*/
#SideContents #mainlinks ul li.flag11 a{ background:url('/common/001028695.jpg') no-repeat 2px center; }/*インド*/
#SideContents #mainlinks ul li.flag12 a{ background:url('/common/001028618.jpg') no-repeat 2px center; }/*スリランカ*/
#SideContents #mainlinks ul li.flag13 a{ background:url('/common/001028679.jpg') no-repeat 2px center; }/*バングラデシュ*/
#SideContents #mainlinks ul li.flag14 a{ background:url('/common/001028549.jpg') no-repeat 2px center; }/*パキスタン*/
#SideContents #mainlinks ul li.flag15 a{ background:url('/common/001028635.jpg') no-repeat 2px center; }/*カンボジア*/
#SideContents #mainlinks ul li.flag16 a{ background:url('/common/001028668.jpg') no-repeat 2px center; }/*ラオス*/
#SideContents #mainlinks ul li.flag17 a{ background:url('/common/001028611.jpg') no-repeat 2px center; }/*モンゴル*/
#SideContents #mainlinks ul li.flag18 a{ background:url('/common/001028657.jpg') no-repeat 2px center; }/*ミャンマー*/
#SideContents #mainlinks ul li.flag19 a{ background:url('/common/001069341.jpg') no-repeat 2px center; }/*アラブ首長国連邦*/
#SideContents #mainlinks ul li.flag20 a{ background:url('/common/001069344.jpg') no-repeat 2px center; }/*オーストラリア*/
#SideContents #mainlinks ul li.flag21 a{ background:url('/common/001069345.jpg') no-repeat 2px center; }/*カタール*/
#SideContents #mainlinks ul li.flag22 a{ background:url('/common/001069350.jpg') no-repeat 2px center; }/*トルコ*/
#SideContents #mainlinks ul li.flag23 a{ background:url('/common/001069339.jpg') no-repeat 2px center; }/*アメリカ*/
#SideContents #mainlinks ul li.flag24 a{ background:url('/common/001069346.jpg') no-repeat 2px center; }/*カナダ*/
#SideContents #mainlinks ul li.flag25 a{ background:url('/common/001069351.jpg') no-repeat 2px center; }/*ブラジル*/
#SideContents #mainlinks ul li.flag26 a{ background:url('/common/001069353.jpg') no-repeat 2px center; }/*メキシコ*/
#SideContents #mainlinks ul li.flag27 a{ background:url('/common/001069343.jpg') no-repeat 2px center; }/*イギリス*/
#SideContents #mainlinks ul li.flag28 a{ background:url('/common/001069347.jpg') no-repeat 2px center; }/*ケニア*/
#SideContents #mainlinks ul li.flag29 a{ background:url('/common/001069349.jpg') no-repeat 2px center; }/*ドイツ*/
#SideContents #mainlinks ul li.flag30 a{ background:url('/common/001069352.jpg') no-repeat 2px center; }/*フランス*/
/*
#SideContents #mainlinks ul li.on{
	background-color:#CCC;
}
#SideContents #mainlinks ul li a:hover{
	background-color:#CCC;
}


#SideContents #mainlinks{
	width:225px;
	background:#FFF;
	padding-top:15px;
}
#SideContents #mainlinks dl{
	background:url('/common/001028552.jpg') no-repeat left bottom;
	padding-bottom:12px;
	width:224px;
}
#SideContents #mainlinks dl dt{
	background:url('/common/001028579.jpg') no-repeat left top;
	width:224px;
	height:82px;
}
#SideContents #mainlinks dl dt h5{
	text-indent:-9999px;
}
#SideContents #mainlinks dl dd{
	background:url('/common/001028659.jpg') repeat-y left bottom;
	width:224px;
}
#SideContents #mainlinks dl dd ul{
	width:204px;
	border-top: 1px dashed #FFF;
	margin:0px auto;
}
#SideContents #mainlinks dl dd ul li{
	width:204px;
	border-bottom: 1px dashed #FFF;
	line-height:30px;
	height:30px;
	font-size:14px !important;
}
#SideContents #mainlinks dl dd ul li a{
	text-decoration:none;
	color: black;
	display:block;
	line-height:30px;
	padding-left:32px;
	font-size:14px !important;
}
#SideContents #mainlinks dl dd ul li.flag01 a{ background:url('/common/001028613.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag02 a{ background:url('/common/001028562.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag03 a{ background:url('/common/001028694.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag04 a{ background:url('/common/001028539.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag05 a{ background:url('/common/001028623.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag06 a{ background:url('/common/001028612.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag07 a{ background:url('/common/001028653.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag08 a{ background:url('/common/001028518.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag09 a{  }
#SideContents #mainlinks dl dd ul li.flag10 a{  }
#SideContents #mainlinks dl dd ul li.flag11 a{ background:url('/common/001028695.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag12 a{ background:url('/common/001028618.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag13 a{ background:url('/common/001028679.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag14 a{ background:url('/common/001028549.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag15 a{ background:url('/common/001028635.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag16 a{ background:url('/common/001028668.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag17 a{ background:url('/common/001028611.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.flag18 a{ background:url('/common/001028657.jpg') no-repeat 2px center; }
#SideContents #mainlinks dl dd ul li.on{
	background-color:#CCC;
}
#SideContents #mainlinks dl dd ul li a:hover{
	background-color:#CCC;
}
#SideContents #sublinks{
	width:180px;
	background:#FFF;
	margin-top:370px;
	padding-top:10px;
	padding-bottom:5px;
}
#SideContents #sublinks dl{
	width:200px;
	margin:0px auto;
	border:5px solid #CCC;
	padding:5px;
	font-size:12px;
}
#SideContents #sublinks dl dd.line{
	padding-bottom:5px;
	border-bottom:1px #666 dashed;
	margin-bottom:5px;
}
#SideContents #sublinks dl dd p{
	font-size:12px;
}
#SideContents #sublinks dl dd ul#innerlink1,
#SideContents #sublinks dl dd ul#innerlink2{
	display:none;
}
#SideContents #sublinks dl dd ul#innerlink1 li a,
#SideContents #sublinks dl dd ul#innerlink2 li a{
	background:url('../images/001028538.jpg') no-repeat left 4px;
	font-size:12px;
	padding-left:10px;
	display:block;
}

#SideContents .banner_box{
	padding:6px 0px 0px 0px;
	margin:0px auto;
	text-align:center;
}
*/
/*
#SideContents .banner_box a img{
	vertical-align:text-bottom;
}
*/

/* --------------------------------------------------------------------------
 *　サイドバー　タブ
 * -------------------------------------------------------------------------- */
#SideContents #sublinks{
	width:180px;
	background:#FFF;
}
#SideContents .tab {
	display: inline-block;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 0;
	width:86px;
	text-align:center;
	font-weight: bold;
	color: #0090c5;
	background-color: #ffffff;
	margin-top:5px;
	border-top:solid #0090c5 1px;
	border-right:solid #0090c5 1px;
	border-left:solid #0090c5 1px;
}
#SideContents .sublink-tab {
	background-color: #ffffff;
	color: #000000;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#SideContents .tab:hover {
	cursor: pointer;
	transition: 0.5s;
}
#SideContents .country-tab:hover {
	color:#0090c5;
	background-color:#0090c5;
	border-top:1px solid #0090c5;
	border-right:1px solid #0090c5;
	border-left:1px solid #0090c5;
}
#SideContents .sublink-tab:hover {
	color:#000000;
	background-color:#e5e5e5;
	border-top:solid #e5e5e5 1px;
	border-right:solid #e5e5e5 1px;
	border-left:solid #e5e5e5 1px;
}
#SideContents input:checked + .country-tab {
	color:#ffffff;
	background-color: #0090c5;
	border:solid #0090c5 1px;
}
#SideContents input:checked + .sublink-tab {
	color:#000000;
	background-color: #e5e5e5;
	border-top:solid #e5e5e5 1px;
	border-right:solid #e5e5e5 1px;
	border-left:solid #e5e5e5 1px;
}
/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabbox input { display: none; }
.tabcontent { display: none; }

/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#country-serect:checked ~ #tabcontent1 {
	display: block;
}
#sublinks-serect:checked ~ #tabcontent2 {
	display: block;
}

/* --------------------------------------------------------------------------
 *　メインコンテンツリンク
 * -------------------------------------------------------------------------- */
#MainContents div.rbox dl.accordion {
	position: relative;
}
#MainContents div.rbox dl.accordion dt {
	float:left;
	width:90px;
	height:40px;
	margin-right:1px;
	text-align:center;
	cursor:pointer;
	background-color:#eeeeee;
	color:555555;
	font-size:17px;
	font-weight:bold;
}
#SideContents #mainlinks dl.accordion dd {
	position:absolute
}
#SideContents #mainlinks dl.accordion dd.tab01 {
	height:40px;
	width:300px;
	left:0;
}
#SideContents #mainlinks dl.accordion dd.tab02 {
	height:40px;
	width:300px;
	left:91px;
}





/* --------------------------------------------------------------------------
 *　サイドバー　国・地域リンク
 * -------------------------------------------------------------------------- */
#SideContents #mainlinks{
	background:#fef7e7;
}
#SideContents #mainlinks dl.accordion dt {
	display:block;
	width:180px;
	height:90px;
	line-height:90px;
	text-align:center;
	cursor:pointer;
	background-color:#0090c5;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	margin-bottom: 1px;
}
#SideContents #mainlinks dl.accordion dd.side-country-all {
	height:562px;
}
#SideContents #mainlinks dl.accordion dd.side-country-asia {
	height:420px;
}
#SideContents #mainlinks dl.accordion dd.side-country-middleeast {
	height:41px;
}
#SideContents #mainlinks dl.accordion dd.side-country-america {
	height:83px;
}
#SideContents #mainlinks dl.accordion dd.side-country-europeafrica {
	height:125px;
}
#SideContents #mainlinks dl.accordion dd {
	background:#f2f2f2;
	width:180px;
	line-height:50px;
	text-align:center;
	display:none;
}
#SideContents #mainlinks dl.accordion dd li {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ffffff;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 89px;
}
#SideContents #mainlinks dl.accordion dd li:nth-child(odd) {
	border-right: 1px solid #ffffff;
}
#SideContents #mainlinks ul li{
	margin-bottom:1px;
	
}
#SideContents #mainlinks ul li a{
	text-decoration:none;
}
#SideContents #mainlinks dl.accordion dd li:hover {
	background-color: #0090c5;
	color: #0090c5;
	transition: 0.5s;
}
#SideContents #mainlinks dl.accordion dd li span {
	font-size: 12px;
}

/* --------------------------------------------------------------------------
 *　サイドバー　各種リンク
 * -------------------------------------------------------------------------- */
#SideContents #logo-area {
	height:50px;
	padding:20px 0;
	text-align:center;
}
#SideContents #logo-area p {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

#SideContents #sublinks ul.side-links{
	background-color:#fef7e7;
}
#SideContents #sublinks ul.side-links li{
	border-bottom:1px solid #1690ef;
	position:relative;
	text-align:center;
	overflow:hidden;
}
#SideContents #sublinks ul.side-links li div.sub-links-title{
	background-color:#ffffff;
	height:70px;
}
#SideContents #sublinks ul.side-links li div.sub-links-title img{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-top:15px;
}
#SideContents #sublinks ul.side-links li div.sub-links-title p{
	color:#595959;
	font-size:14px;
	vertical-align:middle;
}
#SideContents #sublinks ul.side-links li div.sub-links-explanation{
	background-color:#1690ef;
	text-align:center;
	padding:5px 10px;
	height:70px;
	position:absolute;
	top:0;
	transform:translateX(100%);
/*	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;*/
}
#SideContents #sublinks ul.side-links li:hover div.sub-links-explanation{
	position:absolute;
	top:0;
	transform:translateY(0);
	transition: 0.5s;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


#SideContents #sublinks ul.side-links li div.sub-links-explanation p{
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	text-align:left;
}


/* --------------------------------------------------------------------------
 *　サイドバー　新着情報
 * -------------------------------------------------------------------------- */
#SideContents #top_news{
	width:180px;
	height:180px;
	border:solid 1px #e5e5e5;
	background-color:#ffffff;
}


/* --------------------------------------------------------------------------
 *　footer
 * -------------------------------------------------------------------------- */
#footer-area {
	background-color: #1690ef;
	margin:0 -1000px;
	height: 60px;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
#footer {
	position: absolute;
	width: 940px;
	left: 34%;
}
#footer #footer_body {
	text-align: right;
	margin-top: 5px;
	color: #ffffff;
}
#footer #footer_body p {
}
#footer #footer_body p.copyright {
}
#footer #footer_links {
	width: 300px;
	float: left;
}
#footer #footer_links ul li {
	padding: 0 10px;
}
#footer #footer_links ul li:before {
	content: "●";
	float: left;
	margin-right:5px;
	color: #ffffff;
}
#footer #footer_links ul li a {
	color: #ffffff;
}


.is-fixed {
  position: fixed;
  top: 0px;
}

.link-fixedtop {
  position: fixed;
  top: 0px;
  padding: 20px 0;
}
.link-fixedbottom {
  position: absolute;
  bottom: 0px;
  padding: 20px 0;
}

.scrolltop {
	width: 55px;
	height: 54px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* --------------------------------------------------------------------------
 *　サイドバー　新着情報
 * -------------------------------------------------------------------------- */
#page-top {
	width: 55px;
	position: fixed;
	bottom:10px;
	right:30%;
}

/* --------------------------------------------------------------------------
 *　お問い合わせ
 * -------------------------------------------------------------------------- */
.inquiry_buttom {
	width: 45px;
	float: left;
	padding: 0px 10px 15px;
}


/* --------------------------------------------------------------------------
 *　地方・中小建設企業のための海外進出ガイダンス
 * -------------------------------------------------------------------------- */
.guidance-txt {
	font-size: 16px;
	font-weight: bold;
	color: #796155;
	margin: 15px 0 !important;
}


/* --------------------------------------------------------------------------
 *　アンカーリンク位置指定
 * -------------------------------------------------------------------------- */
span.anchorlink {
       position: relative;
       top: -90px;
       display: block;
}

span.sub-anchorlink {
       position: relative;
       top: -150px;
       display: block;
}