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

* {
	margin: 0;
	padding: 0;
}

html,body{
    width: 100%;
}

body {
	font-size: 16px;
	line-height: 2em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}


a {
	overflow: hidden;
	outline: none;
	color: #333333;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


a:hover {
	opacity: .5;
}
.sp_hide {
}
.pc_hide {
	display: none;
	
}
/*-----------------------------------------------------------*/
/*コンテンツコンテナ*/

#contents_container{
	margin:0px auto 0px auto;
	overflow:hidden;	
}


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


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

#header_wrap{
	max-width:100%;
	min-width:1300px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(images/mainimg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#header{
	width:1439px;
	height:650px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	z-index:0;
	background-image:url(images/head_back.png);
	background-repeat:no-repeat;
	background-position:center top;
}

@media screen and (max-width:1279px) { 
	#header_wrap{
		width: 100%;
		margin:0px auto;
		overflow:hidden;
		background-image:url(images/mainimg.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size: 100% auto;
	}

	#header{
		width: 100%;
		margin:0px auto;
		overflow:hidden;
		position:relative;
		z-index:0;
		background-image:url(images/head_back.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size: 100% 24%;
	}
	
	#header h2{
	width:175px;
	height:347px;
	position:absolute;
	overflow:hidden;
	right: 20vw;
	top:230px;
}
}



/*ロゴ*/

#header h1{
	width:284px;
	height:58px;
	position:absolute;
	left:40px;
	top:40px;
}

/**/

#header h2{
	width:175px;
	height:347px;
	position:absolute;
	overflow:hidden;
	right:188px;
	top:230px;
}

/**/

#header .txtsize{
	position:absolute;
	overflow:hidden;
	top:26px;
	right:304px;
	height:37px;
	width:250px;
}

/**/

#header .head_tel{
	position:absolute;
	overflow:hidden;
	top:26px;
	right:30px;
}

/**/

#header .head_menu{
	width:570px;
	position:absolute;
	overflow:hidden;
	top:75px;
	right:30px;
}

#header .head_menu ul{
	width:570px;
}

#header .head_menu ul li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	display:inline;
	margin-right:50px;

}

/**/

.bn_recruit{
	position:absolute;
	right:0px;
	bottom:0px;
}


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

/*フォントサイズ*/
/* fontsize
-----------------------------------------*/
.fontS { 
	font-size: 90%;


}
.fontM { 
font-size: 100%;
 }
.fontL { font-size: 110%;
}

.mod_headerbox_size {
	width:180px;
	height:37px;
}


.mod_headerbox_size ul li {
  float: left;
  height: 37px;
  margin-left:10px;  
  overflow: hidden;
}

.mod_headerbox_size ul li span {
  display: block;
  cursor: pointer;

}

/*-----------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi{
	width:100%;
	min-width:1200px;
	background-color:#c5d4f9;
	margin:0px auto;
	overflow:hidden;
	position:absolute;
	top:650px;
	text-align:center;	

}

#gnavi ul{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	
}

#gnavi ul li{
	list-style-type:none;
	float:left;
	display:inline;
	overflow:hidden;
}

#gnavi ul li a{
	display:block;
	height:133px;
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

.gnavi01 a{
	background-image:url(images/gnavi01.png);
	width:172px;
	background-size:contain;
}

.gnavi02 a{
	background-image:url(images/gnavi02.png);
	width:172px;
	background-size:contain;
}

.gnavi03 a{
	background-image:url(images/gnavi03.png);
	width:171px;
	background-size:contain;
}

.gnavi04 a{
	background-image:url(images/gnavi04.png);
	width:171px;
	background-size:contain;
}
.gnavi05 a{
	background-image:url(images/gnavi05.png);
	width:171px;
	background-size:contain;
}

.gnavi06 a{
	background-image:url(images/gnavi06.png);
	width:172px;
	background-size:contain;
}

.gnavi07 a{
	background-image:url(images/gnavi07.png);
	width:171px;
	background-size:contain;
}

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

#footer_wrap{
	max-width:100%;
	min-width:1200px;
	margin:0px auto;
	overflow:hidden;
	background-color:#0a2999;
	color:#fff;
}

#footer{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#footer .outline{
	margin:2em 0px;
	overflow:hidden;
	position:relative;
}

#footer .copy{
	position:absolute;
	right:0px;
	bottom:2em;
	text-align:right;
	overflow:hidden;
}

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




/*-----------------------------------------------------------*/
/*　コンテンツエリア　*/

#contents01{
	max-width:100%;
	min-width:1200px;
	margin:150px auto 0px auto;	
	overflow:hidden;
	background-color:#fff;
}

.content01{
	width:1200px;
	margin:10px auto;
	overflow:hidden;
}
/**/

.news_block{
	width:550px;
	float:left;
	overflow:hidden;
}

.news_block h2{
	background-image:url(images/border01.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	padding:25px;
}

.news_list{
	width:543px;
	margin:35px auto;
	overflow:hidden;
}

.news_list  a {
	text-decoration:none;
}

.news_list li{
	list-style-type:none;
	border-bottom:1px solid #b3b3b3;
	overflow:hidden;
}

.news_list li dl{
	padding:1em 0px;
}

.news_list li dl dt{
}

.news_list li dl dd{
}

.news_list li dl dd a{
	text-decoration:none;
}

.news_top {
	margin:10px auto 20px auto;
}

.new {
	color: #FD6E00;
}

/**/

.timetable_block{
	width:630px;
	float:right;
	overflow:hidden;
}

.timetable_block h2{
	background-image:url(images/border00.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	padding:25px;
}

/**/

.guide_txt{
	width:610px;
	margin:20px auto;
	overflow:hidden;
}

.guide_txt dl{
	clear:both;
	overflow:hidden;
	margin-bottom:6px;
}

.guide_txt dl dt{
	float:left;
	overflow:hidden;
	width:100px;
}

.guide_txt dl dd{
	float:left;
	overflow:hidden;
	padding:0.5em 0px;
	margin-left:20px;
}

/**/

.time_table{
	width:600px;
	margin:20px auto;
	overflow:hidden;

}

.time_table table{
	width:100%;
	border-left:1px solid #b3b3b3;
	border-top:1px solid #b3b3b3;
}

.time_table table th{
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	background-color:#c5d4f9;
}

.time_table table td{
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	text-align:center;
}

.time_table table .time{
	width:180px;
}

.time_table table th p,
.time_table table td p{
		padding:1em;

}

.time_table table td p{
		padding:.6em 1.5em;
}

.time_table table .time p{
	padding:.6em;
	text-align:left;
}

/*-----------------------------------------------------------*/
/*部門紹介・アクセス*/

#contents02{
	width:100%;
	min-width:1200px;
	margin:0px auto;
	overflow:hidden;
	background-color:#f9ffde;
}

.content02{
	width:1200px;
	margin:10px auto;
	overflow:hidden;
}

/**/

.bumon_block{
	width:650px;
	float:left;
	overflow:hidden;
}

.bumon_block h2{
	background-image:url(images/border02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	padding:25px;
}

/**/

.bumon_list{
	width:100%;
	margin:20px auto 0 10px;
	overflow:hidden;
}

.bumon_list li{
	list-style-type:none;
	width:25%;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	background-color:#FFFFFFF;	
}

.bumon01 a{
	
	background-image:url(images/bumon_btn01.png);
	width:140px;
	background-size:contain;
}

.bumon02 a{
	background-image:url(images/bumon_btn02.png);
	width:140px;
	background-size:contain;
}
.bumon03 a{
	background-image:url(images/bumon_btn03.png);
	width:140px;
	background-size:contain;
}
.bumon04 a{
	background-image:url(images/bumon_btn04.png);
	width:140px;
	background-size:contain;
}
.bumon05 a{
	background-image:url(images/bumon_btn05.png);
	width:140px;
	background-size:contain;
}
.bumon06 a{
	background-image:url(images/bumon_btn06.png);
	width:140px;
	background-size:contain;
}
.bumon07 a{
	background-image:url(images/bumon_btn07.png);
	width:140px;
	background-size:contain;
}
.bumon08 a{
	background-image:url(images/bumon_btn08.png);
	width:140px;
	background-size:contain;
}
.bumon09 a{
	background-image:url(images/bumon_btn09.png);
	width:140px;
	background-size:contain;
}
.bumon10 a{
	background-image:url(images/bumon_btn10.png);
	width:140px;
	background-size:contain;
}
.bumon11 a{
	background-image:url(images/bumon_btn11.png);
	width:140px;
	background-size:contain;
}

/**/

.bn_list{
	width:70%;
	margin:0 auto 10px auto;
	overflow:hidden;
}

.bn_list li{
	list-style-type:none;
	width:50%;
	float:left;
	overflow:hidden;
	margin: 0 auto;
	text-align:center;
}

/**/

.access_block{
	width:500px;
	float:right;
	overflow:hidden;
}

.access_block h2{
	background-image:url(images/border03.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
	padding:25px;
}

/**/

#gmaps{
	width:505px;
	height:348px;
	margin:35px auto;
	overflow:hidden;
	background-color:#000;
}

/**/

.access_block address{
	font-style:normal;
}

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

.entry_list ul li {
	margin:10px auto;
}



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

/*ページトップボタン*/
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index:9999;
	
}
 
.move-page-top
{
	display: block ;
	width: 60px ;
	height: 60px ;
	line-height: 60px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;

}

.move-page-top:hover
{
	opacity: 0.85 ;
}

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

.clear {
	clear:both;
}

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