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

#wrapper {
  margin: 0px;
  padding: 0px;
}
header {
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 60px;
}
header #hd-contents {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 60px;
}
header #hd-contents .hd-logo {
  height: 60px;
  width: 200px;
  float: left;
}
header #hd-contents nav {
	height: 46px;
	width: 539px;
	float: right;
	padding-top: 14px;
	padding-left: 221px;
}
header #hd-contents nav ul li {
	height: 34px;
	float: left;
}
#hd-img {
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#hd-img img {
	text-align: center;
	width: 100%;
}
#headline {
	height: 50px;
	background-color: #ff5454;
}
#headline .headline-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
#contents {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
#contents #main {
	margin-bottom: 60px;
	width: 960px;
	font-size: 1.077em;
	line-height: 1.714;
}
#contents #main h2 {
	font-size: 1.286em;
	line-height: 1;
	color: #ff5454;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff5454;
	padding-bottom: 6px;
}
#contents #main h6 {
	font-size: 1.077em;
	line-height: 1;
	font-weight: bold;
	color: #ff5454;
	padding-bottom: 15px;
}
#contents #main .player {
	padding-top: 25px;
	width: 960px;
}
#contents #main .player h5 {
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 15px;
}
#contents #main .gallery-box {
	width: 960px;
	margin-bottom: 15px;
}
#contents #main .gallery-box ul {
	margin-right: -15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents #main .gallery-box ul li {
	float: left;
	height: 215px;
	width: 310px;
	margin-right: 15px;
	padding: 0px;
}
#contents #access h3 {
	font-size: 1.385em;
	line-height: 1;
	font-weight: normal;
	color: #ff5454;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ff5454;
	border-bottom-color: #ff5454;
	width: 955px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
}
#contents #access #access-inner {
	height: 310px;
}
#contents #access #map {
	border: 1px solid #CCC;
	height: 310px;
	width: 633px;
	margin-right: 15px;
	float: left;
}
#contents #access #map_canvas {
	border: 1px solid #CCC;
	height: 310px;
	width: 633px;
	margin-right: 15px;
	float: left;
}
#contents #access #access-text {
	background-image: url(../images/contents/bottom_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.385;
	color: #666;
	float: left;
	width: 310px;
	height: 310px;
	padding-top: 5px;
}
#contents #access #access-text h4 {
	font-size: 1.1538em;
	line-height: 1;
	font-weight: bold;
	color: #ff5454;
	padding-bottom: 10px;
}
#banner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}
#banner .banner-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 20px;
 display: flex;
 justify-content: space-between;
}
footer {
  margin: 0px;
  padding: 0px;
}
footer #ft-nav {
  background-color: #ffeeee;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: #ff5454;
}
footer #ft-nav #ft-nav-contents {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 45px;
  text-align: right;
  font-size: 0.923em;
  line-height: 1;
  color: #ff5454;
}
footer #copyright {
	background-color: #000;
}
footer #copyright #copy-contents {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: right;
	font-size: 0.846em;
	line-height: 1;
	padding-top: 9px;
	background-color: #000;
}
#page-top {
	position: fixed;
	right: 90px;
	bottom: 75px;
}
