@charset "utf-8";
#facility {
  clear: both;
  padding-bottom: 30px;
}
#section {
  clear: both;
  padding-bottom: 20px;
}
#facility .left {
  float: left;
  width: 380px;
}
#facility .img {
  float: right;
  padding-left: 20px;
}
#facility .txt {
  padding-bottom: 20px;
}

#facility .notes {
  color: #AD8046;
  text-indent: -1em;
  padding-left: 1em;
  clear: both;
}
#gallery {
  width: 690px;
  clear: both;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
#gallery ul {
  list-style-type: none;
}
#gallery li {
  float: left;
  padding-bottom: 20px;
  width: 335px;
}
#gallery li:nth-child(even) {
  padding-left: 20px;
}
#gallery ul li span {
  display: block;
  padding-top: 5px;
}

#use {
  clear: both;
  padding-bottom: 30px;
}
#use .img {
  float: right;
  padding-left: 20px;
}
#use .txt {
  padding-bottom: 20px;
}
#access {
  clear: both;
}

#access .maps {
  clear: both;
  padding-bottom: 40px;
}
#access .maps .g_map {
  clear: both;
}

#access .maps .add {
  padding-top: 20px;
}
@charset "utf-8";
/* CSS Document */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,ul,ol,li {
	margin:0;padding:0; font-style:normal
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 84%;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	background-image: url(common/img/bg_sky.jpg);
	background-position: center 120px;
	background-repeat: no-repeat;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
table{
	border-collapse:collapse;
	width: 100%;
	letter-spacing: normal;
}
a:link,
a:visited {
	color: #09C;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #630;
	text-decoration: underline;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-width: 1180px;
}
#header {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header h1 {
	float: left;
	padding-right: 20px;
}
#header .btn {
	margin-top: 9px;
}
#header .btn a:link,
#header .btn a:visited {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
	background-color: #666;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#header .btn a:hover,
#header .btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #3DACCF;
}
#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 85%;
	margin-top: 7px;
	float: right;
}
#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
#fontSize li {
	float: left;
	cursor: pointer;
	padding-left: 4px;
}
#fontSize .txt {
	padding-top: 2px;
	text-align: right;
	width: 6.5em;
}
#g_nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#d9d9d9));
	background: -webkit-linear-gradient(#FFFFFF, #d9d9d9);
	background: -moz-linear-gradient(#FFFFFF, #d9d9d9);
	background: -ms-linear-gradient(#FFFFFF, #d9d9d9);
	background: -o-linear-gradient(#FFFFFF, #d9d9d9);
	background: linear-gradient(#FFFFFF, #d9d9d9);
	-pie-background: linear-gradient(#FFFFFF, #d9d9d9);
	behavior: url(common/PIE.htc);
	
}
#g_nav ul {
	width: 1102px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding: 4px 0;
	text-align: center;
}
#g_nav ul li {
	float: left;
	text-align: center;
}
.g_nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-shadow: 0px 0px 20px #CCCCCC;
	-webkit-box-shadow: 0px 0px 20px #CCCCCC;
	box-shadow: 0px 0px 20px #CCCCCC;
	behavior: url(common/PIE.htc);
	z-index: 100;
}

#bg_ground {
	background-image: url(common/img/bg_ground.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: both;

}
#container {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
#container h2 {
	font-size: 360%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 60px;
	padding-top: 60px;
}
#container h2 span {
	display: block;
	background-color: #3DACCF;
	font-size: 45%;
	color: #FFF;
	width: 24em;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(common/PIE.htc);
	line-height: 140%;
	margin-top: 10px;
}

#left_column {
	float: left;
	width: 220px;
	margin-left: 90px;
}
#left_column h3 {
	font-size: 140%;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 21px;
	color: #3DACCF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
@media print{
  #container h2 {
    page-break-after: auto !important;
  }
}
#p_nav {
	list-style-type: none;
}
#p_nav li {
	font-size: 115%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#p_nav li a:link,
#p_nav li a:visited {
	color: #333;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-image: url(common/img/arrow_p_nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#p_nav li:last-child a:link,
#p_nav li:last-child a:visited {
padding-top: 10px;
padding-bottom: 10px;
}
#p_nav li a:hover,
#p_nav li a:active {
	color: #3DACCF;
	text-decoration: none;
}
#side_banner {
	list-style-type: none;
	margin-top: 20px;
}

#side_banner li {
	padding-bottom: 4px;
}

#right_column {
	float: right;
	width: 730px;
	margin-right:90px ;
}
#right_column h3 {
	font-size: 180%;
	font-weight: bold;
	background-image: url(common/img/h3_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	line-height: 100%;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0px 0px 6px #cccccc;
	-webkit-box-shadow: inset 0px 0px 6px #cccccc;
	box-shadow: inset 0px 0px 6px #cccccc;
	behavior: url(common/PIE.htc);
	clear: both;
}
#right_column h4 {
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	background-color: #3DACCF;
	padding: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-text-shadow: -1px -1px 0px #14485a;
	-webkit-text-shadow: -1px -1px 0px #14485a;
	text-shadow: -1px -1px 0px #14485a;
	behavior: url(common/PIE.htc);
}
#right_column h5 {
	font-size: 130%;
	font-weight: bold;
	color: #3DACCF;
	padding-bottom: 10px;
}
#right_column h6 {
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 2px;
}
#right_column .outer {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#right_column table{
	border-collapse:collapse;
	border:0px;
	background-color: #FFF;
	margin-bottom: 1.5em;
}
#right_column table tr  td{
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 10px;
}
#right_column .tb_head {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #3DACCF;
}
#right_column .tb_sub {
	background-color: #F7F7F7;
	text-align: center;
}
#right_column .tb_center {
	text-align: center;	
}
#right_column .tb_right {
	text-align: right;	
}
#right_column dl {
	clear: both;
	margin-bottom: 1.5em;
}
#right_column dl dt {
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
	background-color: #3DACCF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	float: left;
	width: 8em;
	text-align: center;
	font-weight: bold;
}
#right_column dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	padding-left: 9em;
}
#right_column .list_s {
	list-style-type: none;
}
#right_column .list_s li {
	background-image: url(common/img/arrow_list.png);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 15px;
	padding-bottom: 4px;
}
#right_column .list_b {
	list-style-type: none;
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 12px;
}
#right_column .list_b.mb-0 {
	padding-bottom: 0;
}
#right_column .list_b li {
	background-image: url(common/img/arrow_list.png);
	background-repeat: no-repeat;
	background-position: left .2em;
	padding-left: 15px;
	padding-bottom: 8px;
}
#right_column .link_btn {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#right_column .link_btn a:link,
#right_column .link_btn a:visited {
	color: #3DACCF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
	border: 2px solid #3DACCF;
	display: inline-block;
	padding: 6px;
}
#right_column .link_btn a:hover,
#right_column .link_btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #3DACCF;
}
#common_info {
	clear: both;
	background-color: #FFF;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #cdc5bb 0px 0px 6px;
	-moz-box-shadow: #cdc5bb 0px 0px 6px;
	box-shadow: #cdc5bb 0px 0px 6px;
	behavior: url(common/PIE.htc);
	margin-top: 60px;
}

#common_info .img {
	float: left;
}
#common_info .facility {
	padding-left: 180px;
}
#common_info .facility h5 {
	padding-bottom: 2px;
}

#common_info .facility .detail {
	padding-top: 5px;
	float: left;
	width: 265px;
}
#common_info .facility .detail .tel {
	font-size: 170%;
	font-weight: bold;
	line-height: 100%;
	padding-top: 5px;
}
#common_info .facility .detail .tel img {
	padding-right: 5px;
}
#common_info .facility .detail .list_s li {
	padding-bottom: 2px;
}



#map_canvas_m {
	clear: both;
	height: 450px;
	width: 690px;
}
#map_canvas_p {
	clear: both;
	height: 450px;
	width: 690px;
}
#map_canvas_y {
	clear: both;
	height: 450px;
	width: 690px;
}
#one_column {
	clear: both;
	padding-top: 40px;
}
#one_column .outer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


#s_nav {
	text-align: center;
	clear: both;
	list-style-type: none;
	padding-bottom: 40px;
	padding-top: 100px;
}


#s_nav .link_btn {
	display: inline-block;
}





#footer {
	background-image: url(common/img/bg_footer.gif);
	background-repeat: repeat;
	clear: both;
}
#footer .info {
	clear: both;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#footer .info h4 {
	font-size: 180%;
	float: left;
}
#footer .info .btn {
	margin-top: 9px;
	float: right;
}
#footer .info .btn a:link,
#footer .info .btn a:visited {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
	background-color: #666;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#footer .info .btn a:hover,
#footer .info .btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #3DACCF;
}
#f_nav {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	list-style-type: none;
	clear: both;

 
}
#f_nav li {
	float: left;
	width: 24%;
	padding-right: 1%;
	padding-bottom: 20px;
	font-size: 115%;
	font-weight: bold;
}
#f_nav .column_1 {
	float: none;
	width: 100%;
	clear: both;
}

#f_nav li a:link,
#f_nav li a:visited {
	color: #333;
	text-decoration: none;
}
#f_nav li a:hover,
#f_nav li a:active {
	color: #3DACCF;
	text-decoration: underline;
}
#f_nav li ul {
	list-style-type: none;
}
#f_nav li ul li {
	width: auto;
    display: inline-block;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	font-size: 80%;
	font-weight: normal;
}
#f_nav li ul li a:link,
#f_nav li ul li a:visited {
	background-image: url(common/img/arrow_f_nav.png);
	background-repeat: no-repeat;
	background-position: left .5em;
	padding-left: 12px;
}

#footer .copyright {
	color: #999;
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.link_btn a:link,
.link_btn a:visited {
	color: #3daccf;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(comm/corp/common/tc);
	font-size: 115%;
	font-weight: bold;
	line-height: 100%;
	border: 3px solid #3daccf;
}
.link_btn a:hover,
.link_btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #3daccf;
}

.c_link_btn{
	text-align: center;
		
}

.c_link_btn a:link,
.c_link_btn a:visited {
	font-size: 100%;
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

#page_top {
	position: fixed;
	height: 50px;
	width: 50px;
	right: 20px;
	bottom: 20px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
	zoom: 1;/*for IE 5.5-7*/
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.g_map {
  margin-bottom: 15px;
}@charset "utf-8";
#facility {
	clear: both;
	padding-bottom: 30px;
}
#section {
	clear: both;
	padding-bottom: 20px;
}
#section .news {
	clear: both;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#section .news ul {
	list-style-type: none;
	margin-top: 10px;
}
#section .news ul li {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#section .news ul li a {
	background-image: url(poppy/img/pdf_icon.png);
	background-position: right center;
	padding-right: 20px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
#section .news ul li span {
	color: #09C;
	padding-right: 1em;
}
#section .news .scroll-pane {
	overflow: auto;
	height: 142px;
}
#section .news .scroll-pane .jspVerticalBar {
	width: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
}
#section .news .scroll-pane .jspTrack{
	background-color: #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
}
#section .news .scroll-pane .jspDrag{
	background-color: #09C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(common/PIE.htc);
}
#facility .left {
	float: left;
}
#facility .img {
	float: right;
	padding-left: 20px;
}
#facility .notes {
	color: #AD8046;
	text-indent: -1em;
	padding-left: 1em;
	clear: both;
}
#facility .gallery {
	clear: both;
}
#facility .gallery h4 {
	margin-right: 20px;
	margin-left: 20px;
}
#facility .gallery ul {
	list-style-type: none;
	clear: both;
}
#facility .gallery ul li {
	float: left;
	padding-left: 20px;
	padding-bottom: 18px;
	padding-right: 16px;
	width: 206px;
}
#facility .gallery ul li span {
	display: block;
	padding-top: 3px;
	font-size: 85%;
	line-height: 120%;
}

#flow {
	clear: both;
	padding-bottom: 30px;
}
#flow .left {
	float: left;
	width: 540px;
}

#flow .img {
	float: right;
}
#flow .list_b li {
	display: inline-block;
}
#rec {
	clear: both;
	padding-top: 30px;
	padding-left: 20px;
}
#rec ul {
	list-style-type: none;
}
#rec ul li {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 335px;
}
#rec ul li span {
	display: block;
	padding-top: 5px;
}




#fee {
	clear: both;
	padding-bottom: 30px;
}
#fee table {
	margin-bottom: 10px;
}

#fee .notes {
	text-align: right;
	padding-bottom: 10px;
}

#access {
	clear: both;
}
#access .maps {
	clear: both;
	padding-bottom: 40px;
}
#access .maps .g_map {
	clear: both;
}

#access .maps .add {
	padding-top: 20px;
}
