@charset "UTF-8";

html {}

body {
	margin :0 auto;
	text-align:center;
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:90%;
	color:#000;
	min-width:1000px;
}



a:link,
a:visited {
	color:#0077AA;
	text-decoration: none;
}

a:hover {
	color:#e4084b;
	text-decoration: underline;
}

	a:hover img {
		filter: alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
	}


#pageNavigation {
	display:none;
}

#mainTitle,
#navigationTitle {
	display:none;
}

body {
	background:url(../../images/back.jpg) no-repeat center 0;
}


h1 {
	text-indent:-99999px;
	background:url(../images/h1.png) no-repeat;
	width:785px;
	height:70px;
	margin-top:50px;
}

	h1 a {
		display:block;
		width:785px;
		height:70px;
		overflow:hidden;
	}
	
	.sec h1 {
		margin-top:0;
	}

.catch {
	text-indent:-99999px;
	background:url(../images/catch.png) no-repeat;
	width:845px;
	height:75px;
	margin-top:50px;
	margin-bottom:50px;
}


header {
  position:fixed;
  top:0;
  left:0;
  right:0;
	background: rgba(255,255,255,0.8);
	z-index:10;
}

body.is-fixed header {
	background:white;
}

#header {
 width: 1050px;
  text-align: left;
  margin: 0 auto;
}

.logo {
	float:left;
}

#headerRight{
	float:right;
	text-align:right;
	height:70px;
	line-height:70px;
}

/*ヘッダー右下リンク*/

#header_link{
	margin: 0;
	padding:0;
	clear: both;
	font-size:80%;
	float:left;
	font-weight:bold;
}

	#header_link li{
		list-style: none;
		float: left;
		padding: 0;
		margin: 0 20px 0 0;
	}
	
	#header_link li a {
		display:block;
		height:70px;
		text-align:center;
		color:#00529F;
		line-height:70px;
		background:url(../images/icon.gif) no-repeat 0 center;
		padding-left:12px;
	}
	
	#header_link li a:hover {
		text-decoration:none;
		color:black;
	}
	
	

/*検索*/

#search {
	padding:0;
	margin-top:20px;
	float:right;
	width:250px;
}


.gsc-search-box td {
	border:0;
}

#search .cse 
#search .gsc-control-cse,
#search .gsc-control-cse {
	padding:0;
	margin:0;
	border:0;
}

#search input.gsc-search-button,
#search input.gsc-search-button:hover,
#search input.gsc-search-button:focus {
	border-color: #008BD5;
	background-color: #008BD5;
	background-image: none;
	padding: 6px 10px;
}

#search input.gsc-input, 
#search .gsc-input-box, 
#search .gsc-input-box-hover, 
#search .gsc-input-box-focus {
	border:solid 1px #008BD5;
	border-radius :3px
}

#search td {
	padding:0;
	padding: 0;
	max-height: 27px!important;
	height: 100%;
}


/*menu*/

#menu {
	list-style-type: none;
	width:1050px;
	height:45px;
	margin:0 auto;
	padding:0;
	text-align:left;
	clear:both;
	position: relative;
	background:#008BD5;
	font-size:12px;
	z-index:2;
}


	#menu li {
		float:left;
		position: relative;
		display: inline-block;
		color: #FFF;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 45px;
		height:45px;
		width: calc( (90% / 4 ) );
	}

	#menu > ul > li:first-of-type{
		width: 10%;
	}

	#menu li a {
		display: block;
		margin: 0;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		background:#008BD5;
		border-right: solid 1px #66C4D0;
		padding:0 1em;
	}
	
	#menu li:last-child a:link {
		border-right:0;
	}
	
	
	#menu li a:hover,
	#menu li.act,
	#menu li.act a {
 		 background: #66C4D0;
 		 color: white;
	}
	#menu li ul {
		list-style: none;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		border-radius: 0 0 3px 3px;
	}
	#menu li img{
		opacity:1;
	}
	#menu li.nolsp{
		letter-spacing:0;
	}
	#menu li.actnolsp,
	#menu li.actnolsp a {
		letter-spacing:0;
 		 background: #66C4D0;
 		 color: white;
	}

#menu li ul li{
	border-right:0px;
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  line-height:1.2;
  float:none;

}
#menu li > ul li a{
  padding: 10px 6px;
  background: #008BD5;
  text-align: left;
  font-weight: normal;
  font-size:90%;
}
#menu li:hover > a{
  background: #66C4D0;
  color: white;
}
#menu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#menu li:hover ul li{
  overflow: visible;
  min-height: 32px;
  border-top: 1px solid #fff;
}
#menu li:hover ul li.sec{
  min-height: 45px;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/**
 * multi menu
 */
#menu > .menu__multi {
  position: relative;
}

#menu .menu__multi .menu__second-level {
  position: absolute;
  top: 45px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#menu .menu__multi:hover .menu__second-level {
  top: 45px;
  visibility: visible;
  opacity: 1;
}

#menu .menu__multi .menu__second-level li {
  position: relative;
}

#menu .menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #111;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

#menu .menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
}

#menu .menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
}

#menu .menu__multi .menu__second-level li .menu__third-level li:hover {
  background: #2a1f1f;
}

#menu .menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #2a1f1f;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

#menu .menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level {
  visibility: visible;
  opacity: 1;
}

/* パンくずリスト */

#cate {
	text-align:left;
	font-size:90%;
	padding:0 0 15px 10px;
}

	#cate a {
		color:#808080;
	}



/* main */


.contents_box {
	background: rgba(255,255,255,0.8);
	padding:1em;
	overflow:hidden;
}


#contents {
  margin: 0 auto;
  width: 1050px;
	padding-top:130px;
  text-align: left;
  overflow: hidden;
	background:none;
}


/*footer*/

#footer {
	background: #F2F2F2;
	margin:10px 0;
	padding:0;
	clear:both;
	min-height:220px;
	width:100%;
	min-width:980px;
}

#footer_warap {
	width: 980px;
	margin: 0 auto;
}

#footer_banner {
	margin: 0 auto;
	display:table;
	padding-top:20px;
}
	
	#footer_banner ul {
		display:table-row;
	}
	
	#footer_banner ul li {
		display:table-cell;
        *display:inline;
        *zoom: 1;
        padding:0 10px;
	}


#policy {
	zoom: 1;
	clear: both;
	display:table;
	margin:0 auto;
	font-size: 80%;
	padding: 30px 0 10px;
}
	#policy ul {
		display:table-row;
	}
	
	#policy ul li {
		display:table-cell;
        *display:inline;
        *zoom: 1;
        padding:0 10px;
        border-right:solid 1px #CCC;
	}

	#policy ul li.last {
		border: none;
	}	
	
	#policy a:link,
	#policy a:visited {
		display:block;
		color: #808080;
		text-decoration: none;
	}
	
	#policy a:hover {
		text-decoration: underline;
	}

#copy {
	margin:0;
	color: #808080;
	letter-spacing: 0.1em;
	clear:both;
}


/*-----------------------------
　文字
------------------------------*/

#list {
	margin:1em;
}

	#list li {
		background:url(../images/icon.gif) no-repeat center left;
		padding: 5px 5px 5px 20px;
		border-bottom:dashed 1px #ccc;
	}
	
	#list li a {
		display:block;
		line-height:2em;
	}
	


.flexbox_wap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.mark {
	flex-direction : row-reverse;
}

/*-----------------------------
　Sitemap
------------------------------*/

.sitemap {}

	.sitemap li {
		margin-top: 1em;
		padding: 10px 5px 5px 20px;
		border-bottom:dashed 1px #ccc;		
	}

	.sitemap li ul {
		margin-left: 1em;
	}
	
	.sitemap li ul li {
		margin-top: 0;
		background:url(../images/icon.gif) no-repeat 0 center;
		border-bottom:none;
		padding-top: 5px;			
		padding-left:12px;			
	}
	

/*-----------------------------
　Notice
------------------------------*/
#news,
#main_content {
	margin:1em 1em 50px 1em;
}

	#news dt {
		float:left;
		width:10em;
		clear:both;
	}
	
		#news dd {
			overflow:hidden;
			margin-bottom:0.5em;
			margin-left:10em;
		}
		
		/*#news dd.event {
			background:url(../images/icon_event.gif) no-repeat center left;
			padding-left:80px;
		}
		
		#news dd.up {
			background:url(../images/icon_updata.gif) no-repeat center left;
			padding-left:80px;
		}
			#news dd.up2 {
				background:url(../images/icon_updata.gif) no-repeat;
				background-position: 0 10%;
				padding-left:80px;
			}*/

		/* news-icon 201808add */
		#news .txt {
			margin-left: 6em;
		}
		.tag_news {
			background: #269cdb;
		}
		.tag_event {
			background: #FF7A33;
		}
		.tag_news,
		.tag_event {
				float: left;
				display: inline-block;
				width: 4em;
				padding: 1px 10px;
				color: #FFF;
				font-size: 9px;
				text-align: center;
				border-radius:3px;
				box-shadow: 0 2px 4px 0 rgba(50,50,93,.1);
		}


		#news dd.koubo {
			background:url(../images/icon_koubo.gif) no-repeat center left;
			padding-left:80px;
		}
		
		#news dd.net {
			background:url(../images/icon_net.gif) no-repeat center left;
			padding-left:80px;
		}
		
		#news dd.other {
			background:url(../images/icon_other.gif) no-repeat center left;
			padding-left:80px;
		}

.Pdf {
	background:url(../images/icon_pdf.gif) no-repeat 99% center;
	padding-right:25px;
}

/* 20140729追加 */
.komidashi{
	margin:1em 0 0.5em 0;
}
	.komidashi span{
		border:1px solid #008BD5;
		padding:2px 5px;
	}

/* 201704追加 */
h2.midashi {
	padding: 10px;
	border: 1px solid #C2C2C3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 1.2em;
}
h2.midashi span {
	padding-left: 10px;
	border-left: 5px solid #C10101;
}
#menu li.twolines {
	line-height: 1.4;
	/*height:60px;*/
}
#menu li.twolines a {
	padding-top: 7px;
	padding-bottom:3px;
}

	#menu li.twolines li a {
		padding:10px 6px;
	}


.topnewsttl {
	border: 1px solid #C7C7C7;
	padding: 10px;
	border-radius: 3px;
	font-size: 120%;
}
.btn {
	background:#333;
	padding:0.2em 0.5em;
	clear:both;
	font-size:90%;
}

	.btn a {
		color:white;
		display:block;
	}
.btn2 {
	margin-top:0.5em;
	clear:both;
	border:solid 1px #66C4D0;
	padding:0.2em;
}

	.btn2 a {
		display:block;
		text-align:center;
	}
#PlagOpen1 {
	float: right;
}

.photo2 {
    margin: 0 0 0 3em;
}
.photo2 {
    width: 220px;
    float: right;
    margin: 1em 0 0 1em;
    text-align: right;
}

/* pagetop */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 80%;
	z-index: 999;
	text-align: center;
	border-radius: 50%;
  }
  
  #page-top a {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	background: #00529f;
	color: #fff;
	opacity: 0.9;
	border-radius: 50%;
  
  }
  
/*  #page-top a::after {
	content: url(../../images/pagetop.svg);
	position: absolute;
	top: 0;
	left: 0;
  }*/
  
  #page-top a span{
	position: absolute;
	font-size: 0px;
	bottom: 8px;
	left: 8px;
  }