@charset "utf-8";
.sp{
	display: none;
}
.container{
	max-width: 1010px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
}

h1{
	padding: 20px 0;
}
h1 img{
	width: 342px;
	height: auto;
}
header nav{
/*	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
*/
	border-top: 10px solid #F1B700;
}
ul#global li{
	display: block;
	float: left;
	width: calc(100% / 6);
	font-size: 0.87em
}
ul#global li a{
	display: block;
	padding: 20px 0;
	text-align: center;
	border-right: 1px solid #b3b3b3;
	color: #000000;
	text-decoration: none;
}
ul#global li:last-child a{
	border:none;
}
ul#subnavi{
	position: absolute;
	top: -60px;
	right: 50px;
}
ul#subnavi li{
	display: block;
	float: left;
	margin-left: 30px;
}
ul#subnavi li a{
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 23px;
	line-height: 18px;
}
ul#subnavi li:first-child a{
	background: url(../images/ic_01.png) center left no-repeat;
}
ul#subnavi li:last-child a{
	background: url(../images/ic_02.png) center left no-repeat;
}
#main{
	float: left;
	width: 75%;
	background: #FFFFFF;
	padding-bottom: 40px;
}
#map{
	margin-right: 40px;
}

main img{
	max-width: 100%;
	height: auto;
}
#side{
	width: 25%;
	float: right;

}
#side ul#side_banner{
	padding: 55px 0 0 0px;
}
#side ul#side_banner li a{
	display: block;
/*	box-shadow: 0 0 5px rgba(0,0,0,0.2);
*/	margin-bottom: 20px;
	line-height: 100%;
	padding: 0;
	text-align: center;
}
#side ul#side_banner li a img{
	width: 100%;
	height: auto;
}

main div.bgb{
	/*background: #ededed;*/
	position: relative;
	border-bottom: 1px solid #000000;
}
main div.bgb:before{
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
main div.bgb .container{
	padding: 0;
}

#bread{
	padding: 15px 0;
}
#bread li{
	font-size: 0.8em;
	display: inline-block;
}
#bread li a{
	color: #000000;
	text-decoration: none;
}
#bread li:after{
	content: ">";
	margin: 0 10px;
}
#bread li:last-child:after{
	content: "";
	margin: 0;
}

#news{
	padding: 40px 0;
}

#news dt{
	clear: both;
	float: left;
	line-height: 25px;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-right: 2em;
}
#news dt:before{
	content: ">";
	font-weight: bold;
	margin-right: 0.5em;
	color: #f0b600;
}

#news dd.date{
	float: left;
	margin-right: 2em;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 25px;
	vertical-align: middle;
}
#news dd.title{
	float: left;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 25px;
	vertical-align: middle;
}
#news dd a{
	color: #000000;
}

footer{
	background: #4a4a4a;
	padding: 40px 0;
}
footer p#copyright{
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 0.8em;
}
#foot_nav{
	text-align: center;
}
#foot_nav li{
	display: inline;

}
#foot_nav li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
}
#foot_nav li a:after{
	content: "|";
	padding: 0 15px;
	color: #FFFFFF;

}
#foot_nav li:first-child a:before{
	content: "|";
	padding: 0 15px;
	color: #FFFFFF;

}
#mapmenu{
	padding: 0 0 50px 0;
	/*padding-top: 24px;*/
}
#mapmenu dt{
	background: #d1d1d1;
	font-size: 0.8em;
	padding: 5px 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#mapmenu dd{
	display: inline-block;

}
#mapmenu dd a{
	text-decoration: none;
	font-size: 0.8em;
}
#mapmenu dd:after{
	content: "/";
	margin: 0 10px;
}

#main,#side{
padding-bottom: 32768px;
margin-bottom: -32768px;
}
.bgb{
	overflow: hidden;
}

#main h2{
	width: calc(100% - 72px);
	padding: 15px;
	border: 1px solid #d1d1d1;
	border-bottom: none;
/*	background: #ededed;
*/	margin-right: 40px;
}
#main h2 img{
	margin-right: 10px;
	vertical-align: middle;
}
#main h2 span{
	font-size: 1.5em;
	vertical-align: middle;
}
#map{
	margin-bottom: 10px;
}
#map p img{
	border: 1px solid #d1d1d1;
	width: calc(100% - 2px);
}
#MapCanvas{
	width: calc(100% - 42px);
	height: 500px;
	border: 1px solid #d1d1d1;
	margin-bottom: 20px;
}
#OpenLayers_Layer_Markers_60 img{
	cursor: pointer;
}


div#ppup{
	padding: 20px 40px 20px 20px;
}
div#ppup{
	width: 300px;
	position: relative;
}

div#ppup h3{
	min-width: 230px;
	padding-left: 32px;
	padding-right: 50px;
	line-height: 21px;
	background: url(../images/marker.png) center left no-repeat;
	background-size: 28px 41px;
	font-weight: bold;
	margin-bottom: 20px;

}
div#ppup dl dt{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 15px;
}
div#ppup dl dd{
	font-size: 0.8em;
}


div#ppup p.close a{
	display: block;
	width: 40px;
	padding-top: 45px;
	font-size: 0.7em;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 40px;
	text-decoration:none;
}
div#ppup p.close a:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	transform: rotate(45deg);
	background: #000000;
}
div#ppup p.close a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	transform: rotate(-45deg);
	background: #000000;
}
div#ppup video{
	width: 100%;
}
div#media{
	position: relative;
}
div#media ul.slide li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
div#media ul.slide li:first-child{
	display: block;
	position: relative;
}
div#media ul.nav li:first-child a{
	display: block;
	position: absolute;
	top: calc(50% - 30px);
	right: 5px;
	background: rgba(255,255,255,0.6);
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
div#media ul.nav li:last-child a{
	display: block;
	position: absolute;
	top: calc(50% - 30px);
	left: 5px;
	background: rgba(255,255,255,0.6);
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
}
div#media ul.control{
	text-align: center;
}
div#media ul.control li{
	display: inline-block;
	padding: 0 5px;
}
div#media ul.control li a{
	text-decoration: none;
	font-size: 0.8em;
	color: #e2e2e2;
}
div#media ul.control li.ac a{
	color: #000000;
}

div#ppup p.userid{
	margin-top: 20px;
	text-align: right;
	font-size: 0.8em;
}
div.cont{
	border: 1px solid #d1d1d1;
	width: calc(100% - 102px);
	padding: 30px;
}
div.cont h3{
	font-weight: bold;
	margin-bottom: 1em;
}
div.cont p{
	margin-bottom: 1em;
}

#side ul#side_banner.txtbn a{
	display: block;
	padding: 20px 10px;
	font-size: 1.3em;
	text-align: center;
	text-decoration:none;
	color: #000000;
	line-height: 144%;
	background: rgba(218,227,243,1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.olFramedCloudPopupContent {

    overflow-x: hidden!important;

}
li.language{
	display: table;
	position: relative;
	top: -10px;
}
li.language span{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	background: #F1B700;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
}
li.language form{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	background: #e2e2e2;
}
li.language p{
	text-align: center;
}
#main .notice{
	color: #0066ff;
	padding: 15px;
	border: 1px solid #d1d1d1;
	margin-right: 40px;
	margin-bottom: 10px;
}
#main .caution{
	color: #ff3300;
	padding: 15px;
	border: 1px solid #ff3300;
	margin-right: 40px;
	margin-bottom: 10px;
}

.information ul{
	list-style-type: square;
	list-style-position: inside;
}