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

*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	color:#000;
	line-height:150%;
	font-family:"游ゴシック体", "Yu Gothic","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
	max-width:100%;
	min-width:auto;
	height:auto;
}

a{
	overflow:hidden;
	outline:none;
	color:#333;
}

.sp_hide{
	display:none;
}

.pc_hide{
}

/*------------------------------------------*/
/*ヘッダー*/

#header{
	width:100%;
	height:70px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

/*ロゴ*/

#header h1{
	width:100%;
	text-align:center;
	margin:0px auto;
	overflow:hidden;
	z-index:0;
}

#header h1 a{
	display:block;
	width:100%;
	height:60px;
	background-image:url(common/logo.png);
	background-repeat:no-repeat;
	background-position:20px center;
	background-size:auto 60px;
	text-indent:-9999px;
	overflow:hidden;
}

/**/

#head_menu{
	display:none;
}


/**/

#head_contact{
	display:none;
}

/**/

#site_search{
	display:none;
}

/**/

/*------------------------------------------*/

#gnavi_lv1{
	width:100%;
	position:absolute;
	right:0px;
	top:70px;
	z-index:100;
	display:none;
}

#gnavi_lv1 ul{
	width:100%;
	background-color:#3170BC;
	overflow:hidden;
}

#gnavi_lv1 ul li{
	list-style-type:none;
	width:100%;
}

#gnavi_lv1 ul li dl{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}

#gnavi_lv1 ul li dl dt{
	color:#fff;
	display:block;
	font-size:18px;
	
}

#gnavi_lv1 ul li dl dt a{
	color:#fff;
}

#gnavi_lv1 ul li dl dd{
	display:none;
}

#gnavi_lv1 ul li dt a{
	display:block;
	text-decoration:none;
	padding:0.5em 0px 0.5em 1em;
	font-weight:bold;
	font-size:16px;
	border-top:1px solid #2D526A;
	text-shadow: 1px 1px 3px #0B4655;
}

#gnavi_lv1 ul li dl dd a{
	display:block;
	display:block;
	text-decoration:none;
	padding:0.5em 0em 0.5em 2em;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1) inset;
	text-shadow: 1px 1px 3px #0B4655;
}

#gnavi_lv1 ul li:nth-child(even){ background:#54B9E3; }

#gnavi_lv1 ul li:nth-child(odd){background:#2A75AC; }

/*------------------------------------------*/

#sp_gnavi{
	width:70px;
	height:70px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	background-color:#333;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 50px;
	margin-top:10px;
	margin-left:10px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 7px;
}
.menu-trigger span:nth-of-type(2) {
	top: 22px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 8px;
}

/*------------------------------------------*/
/*フッター*/

#footer{
	width:90%;
	margin:20px auto;
	overflow:hidden;
	color:#060A43;
}

#footer dl{
	line-height:125%;
}

#footer dl dt{
	font-weight:bold;
}

#footer dl dd{
}

/*------------------------------------------*/
/*コピーライト*/

#copy_wrap{
	width:100%;
	height:39px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(common/bg_copy.png);
}

#copy{
	width:100%;
	margin:0px auto;
	text-align:center;
	color:#FFFFFF;
	padding:1px 0px 3px 0px;
	line-height:35px;
	font-size:10px;
}

/*------------------------------------------*/

#foot_menu{
	background-color:#efefef;
}

#foot_menu li{
	list-style-type:none;
	overflow:hidden;
}

#foot_menu li a{
	display:block;
	padding:0.5em;
	border-bottom:1px solid #ccc;
}

/*------------------------------------------*/
/*パンくず*/

#breadcrumb{
	display:none;
}

/*------------------------------------------*/
/*ページタイトル*/

#page_title{
	width:100%;
	height:80px;
	margin:0px auto;
	overflow:hidden;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	z-index:0 !important;
	background-size:auto 100%;
}
/*------------------------------------------*/
/*コンテンツコンテナ*/

#contents_container{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	z-index:0 !important;
}

/*------------------------------------------*/
/*左カラム*/

#left_column{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0 !important;
	background-color:#2483D9;
}


#side_navi,
#side_navi2{
	overflow:hidden;
	position:relative;
	z-index:0 !important;
	width:90%;
	margin:0px auto;
}

#side_navi a,
#side_navi2 a{
	color:#FFFFFF;
	text-decoration:none;
}

#side_navi h2,
#side_navi2 h2{
	line-height:51px;
	font-size:16px;
	border-bottom:1px solid #3B95E2;
}

#side_navi_ins,
#side_navi_ins2{
}

#side_navi_ins2 .arc_select{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:0px auto;
	padding:20px 0px;
}

#side_navi_ins ul,
#side_navi_ins2 ul{
	overflow:hidden;
}

#side_navi_ins ul li,
#side_navi_ins2 ul li{
	list-style-type:none;
	overflow:hidden;
	border-bottom:1px solid #3B95E2;
	padding:0.5em 0px;
}

#side_navi_ins ul li a,
#side_navi_ins2 ul li a{
	text-decoration:none;
	overflow:hidden;
	display:block;
	padding:8px 0px;
}

#side_navi_ins ul li a:hover,
#side_navi_ins2 ul li a:hover{
}

#side_navi_ins ul li span.jpn,
#side_navi_ins2 ul li span.jpn{
	display:block;
	font-size:13px;
	line-height:15px;
	padding-left:1em;
	overflow:hidden;
	text-indent:-1em;
	margin-left:10px;
}

#side_navi_ins ul li span.eng,
#side_navi_ins2 ul li span.eng{
	display:block;
	color:#0C4C85;
	font-size:10px;
	line-height:12px;
	padding-left:22px;
	overflow:hidden;
	font-family:"Andalus","American Typewriter";
}


/*------------------------------------------*/
/*右カラム*/

#right_column{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0 !important;
	margin-bottom:40px;
}

#right_column h2{
	background-image:url(common/h2_head.png),url(common/h2_foot.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left top, left bottom;
	font-size:15px;
	color:#1983DE;
	line-height:17px;
	padding:13px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	z-index:0 !important;
}

#right_column h3{
	background-image:url(common/h3.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:20px auto;
	padding:14px 10px;
	font-size:16px;
	line-height:18px;
}

#right_column h3 span{
	font-size:12px;
}

/*------------------------------------------*/

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
