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

html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	margin:0;
	background-color:#E1F2FC;
	}

body{
	width:100%;
	margin:0;
	padding:0;
	color: #444;
	background-color:#fff;
	}

p{margin:0;padding:0;}

img{
	border: none;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}

.clear{clear:both;}

a img:hover{
	opacity:0.5;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;}


hr{
	border:none;
	border-top:dashed 1px #444;
	height:1px;
	}

.txt{ font-size:14px;}

.txt a{ text-decoration:none;}

ol{
	text-indent:-1.4em;
	margin-left:2em;
	padding:0;
	list-style-position:inside;
	}
	
ol li{ margin-bottom:10px;}

.red{ color:#F00;}
.blue{ color:#11a8e0;}

/*-------------------------------------ヘッダーここから*/
header{
	width:100%;
	border-top:25px solid #0e1c7f;
	}

#head{
	width:100%;
	max-width:960px;
	padding-bottom:13px;
	margin-left:auto;
	margin-right:auto;
	}
		
.logo{
	float:left;
	padding-top:74px;
	width:50%;
	}

.logo img{ width:92.7083333333%;}

.head_r{float:right;}
	
.lang{
	margin-top:24px;
	margin-bottom:23px;
	text-align:center;
	}

.lang a img{
	margin-right:3.33333333333%;
	margin-left:3.33333333333%;
	}	
		
/*-------------------------------------ヘッダーここまで*/


/*-------------------------------------ナビここから*/
#navback{
	width:100%;
	max-width:960px;
	border-top:1px solid #0e1c7f;
	border-bottom:1px solid #0e1c7f;
	margin-top:32px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	padding-top:15px;
	padding-bottom:15px;
	}

#nav{
	margin:0px;
	list-style:none;
	padding:0px;
	}

#nav li{
	width:16.6666666666%;
	display:block;
	float:left;
	text-align:center;
	}

#nav a{
	display:block;
	font-size:13px;
	}

#nav img{
	width:86.25%;
	margin-top:5px;
	margin-bottom:5px;
	}	

.nav1 a{
	box-shadow:
		0px 0px #0e1c7f inset,
		0px 0px #0e1c7f inset;
		}

.nav2 a{
	box-shadow:
		0px 0px #0e1c7f inset,
		1px 0px #0e1c7f inset;
		}

.nav1 a:hover{opacity:0.5;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;
	}

.nav2 a:hover{
	opacity:0.5;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;
	}
/*-------------------------------------ナビここまで*/

/*-------------------------------------スライダーここから*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom:38px;
	}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	}

.wideslider ul li img {
	width: 100%;
	display: none;
	}

.wideslider_base {
	top: 0;
	position: absolute;
	}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	}
	
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/*-------------------------------------スライダーここまで*/

/*-------------------------------------背景とコンテンツここから*/
#wrap{
	width:100%;
	background-color:#fff;
	}

nav, .container{
	width:100%;
	max-width:960px;
	margin: auto;
	padding:0;
	}
/*-------------------------------------背景とコンテンツここまで*/


/*-------------------------------------メインここから*/
#main{
	width:97.9166666666%;
	margin-left:auto;
	margin-right:auto;
	}
	
section{margin-bottom:40px;}
	
.top_txt{
	font-size:18px;
	text-align:center;
	line-height:30px;
	color:#131b7d;
	font-weight:bold;
	}


/*-------------------------------------テーブルここから*/	
table{
	width:100%;
	border-collapse:collapse;
	}	

table a{ text-decoration:none;}

#company th{
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#e1f2fd;
	color:#555;
	font-size:16px;
	vertical-align:middle;
	}
	
#company th.fst{border-top:2px solid #eee;}
#company th.lst{border-bottom:2px solid #eee;}

#company td{
	border:2px solid #eee;
	font-size:14px;
	padding:20px;
	}

.enkaku{
	text-indent:-65px;
	margin-left:65px;
	margin-bottom:5px;
	}
	
#otoiawase table{ width:80%; margin:auto;}
	
#otoiawase th{
	border-bottom:2px solid #eee;
	color:#11a8e0;
	font-size:16px;
	vertical-align:middle;
	}
	
#otoiawase th.fst{border-top:2px solid #eee;}
#otoiawase th.lst{border-bottom:2px solid #eee;}

#otoiawase td{
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	font-size:14px;
	padding-top:25px;
	padding-bottom:25px;
	}

#vietnam th{
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#a2e0f8;
	color:#555;
	font-size:16px;
	vertical-align:middle;
	}
	
#vietnam th.fst{border-top:2px solid #eee;}
#vietnam th.lst{border-bottom:2px solid #eee;}

#vietnam td{
	border:2px solid #eee;
	font-size:14px;
	padding:20px;
	}

.enkaku2{
	text-indent:-52px;
	margin-left:52px;
	margin-bottom:5px;
	}

/*-------------------------------------テーブルここまで*/
		
/*-------------------------------------アクセスここから*/		
.map iframe{
	box-sizing:border-box;
	width:100%;
	border:solid 3px #11a8e0;
	height:500px;
	margin-bottom:10px;
	}		
/*-------------------------------------アクセスここまで*/
input[type=text] {
	width:100%;
	box-sizing: border-box;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border:2px solid #11a8e0;
	color:#666;
	font-size:12px;
	height:30px;
	}
	
textarea {
	width:100%;
	box-sizing: border-box;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border:2px solid #11a8e0;
	color:#666;
	font-size:12px;
	height:100px;
	}

.smp1 {
	cursor:pointer;/*カーソルを指先型にします*/
	font-size:130%;
	width:100px;
	padding: 5px 0;
	margin:0.5em 0.5em 0 0;
	border-style:none;
	color: #fff;
	background:#11a8e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.smp1:hover {background-color: #49729a;}

.waku{
	background-color:#eee;
	border-radius:5px;
	box-sizing:border-box;
	padding:15px;
	}

.btn_box{text-align:center;}
	
.btn_box a img{ margin:10px;}	
		
/*-------------------------------------メインここまで*/

/*-------------------------------------フッターここから*/
.ft_wrap{
	width:100%;
	background-color:#E1F2FC;
	border-top:2px solid #0e1c7f;
	border-bottom:3px solid #0E1C7F;
	margin-bottom:2px;
	padding-bottom:15px;
	}

footer{
	width:100%;
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
	}


.ft_l{float:left; margin-top:40px;}


.ft_l p{ font-size:10px; margin-top:2px; padding:0;}

.ft_r{float:right; margin-top:30px;}

.ft_wrap2{
	width:100%;
	background-color:#0E1C7F;
	height:10px;
	margin-bottom:2px;
	}

.ft_lnk{
	width:100%;
	margin-top:47px;
	border-top:2px solid #0E1C7F;
	padding-top:10px;
	text-align:center;
	}
	
.ft_lnk a img{margin:0.53191489361%;}	


.cpy_bx{
	width:100%;
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	font-size:11px;
	}
/*-------------------------------------フッターここまで*/

/*-------------------------------------トップに戻るここから*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}

#page-top a {
    background: #11a8e0;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #0E1C7F;
}
/*-------------------------------------トップに戻るここまで*/
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width: 769px){
.sma_nav{ display:none;}	

.copy{height:40px;}

#map1, #map2{ float:left; width:48.9361702127%; }

#map1{margin-right:1.06382978723%;}
	
#map2{margin-left:1.06382978723%;}

#company th{padding-left:2.08333333333%;width:16.625%;}

hr.visit{ display:none;}

#vietnam th{padding-left:2.08333333333%;width:18.625%;}	

}