@charset "utf-8";

#header {
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	height: 284px;
	}
#header h1 {
	top: 115px;
	}
#main p {
	margin-left: 0px;
	}
#main div.topic ul {
	margin: 0px 0px 0px 18px;
	padding-top: 0.5em;
	}
#main div.topic li {
	margin-top: 0.5em;
	}
#main div.access {
	width: 592px;
	}
/* Start clear fix */
#main div.access:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
#main div.access {
	zoom: 1;
	}
/* End clear fix */
#main div.access div.text {
	width: 222px;
	float: left;
	}
#main div.access div.text ul {
	margin: 0px 0px 0px 18px;
	padding-top: 0.5em;
	}
#main div.access div.text li {
	margin-top: 0.5em;
	line-height: 1.2;
	}
#main div.access p.map {
	margin: 1em 0px 0px 0px;
	width: 350px;
	float: right;
	img {
		max-width: 100%;
	}
}
#main div.access div.text ul.other {
	margin: 0px;
	list-style: none;
	}
#main div.access div.text ul.other li {
	margin-top: 1em;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon_check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#main .staff a{
	padding: 1rem;
	width: 10em;
	height: 1em;
	display: block;
	position: absolute;
	top: 225px;
	right: 10px;
	background-color: #8ece48;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px 0  #030;
	color: #fff;
	line-height: 1;
	transition-duration: 0.5s;
}
#main .staff a:hover,
#main .staff a:focus{
	background-color: #BFE237;
	box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.8);
}
#sidebar .menu dl {
	margin-top: 12px;
	padding-top: 15px;
	background-image: url(../images/line_sidebar.gif);
	background-repeat:no-repeat;
	background-position: center top;
	}
#sidebar .menu dt {
	text-align: center;
	}
#sidebar .menu dd {
	margin: 5px 10px 0px 10px;
	font-size: 86%;
	line-height: 1.2;
	color: #000000;
	}
#sidebar .menu .btn {
	margin: 5px 0 0 0;
	}
#sidebar .menu .btn li {
	text-align: center;
	height: 75px;
	}
#sidebar dl.kangoshi {
	margin: 5px 0px 0px 15px;
	padding-top: 4px;
	width: 180px;
	background-color: #FFFFFF;
	}
#sidebar dl.kangoshi dt {
	font-size: 1px;
	line-height: 1px;
	text-align: center;
	}
#sidebar dl.kangoshi dd {
	padding: 10px;
	line-height: 1.5;
	}
#sidebar dl.kangoshi dd a {
	font-family: "Courier New", Courier, monospace;
	}

@media (max-width : 849px ) {
#header {
	background-image: none;
	height: auto;
	}
#main div.access {
	width: auto;
	}
#main div.access div.text {
	width: auto;
	float: none;
	}
#main div.access p.map {
	width: auto;
	float: none;
	text-align:center;
	}
#main div.access p.map img{
	max-width: 100%;
}
#main .staff a{
	margin-top: 1rem;
	width: auto;
	height: auto;
	position: static;;
	background-color: #8ece48;
}
#sidebar .menu ul {
	border-bottom: none;
	}
#sidebar .menu .btn {
	margin-top: 0;
	padding-top: 10px;
	}
#sidebar .menu .btn li {
	height: auto;
	}
}
