
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	min-width: 1050px;
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat;
	color: black;
	font-family: "���C���I",Meiryo,sans-serif;
	font-size: 95%;
	font-weight: 500;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h1.title,
div.title {
	padding: 30px 0;
	text-align: center;
}

h2.img {
	background: url(images/h2_img.png) no-repeat center top;
	border-bottom: 3px solid #e3e2ee;
	font-size: 25px;
	padding: 40px 30px 5px 30px;
}

h2.subtitle {
	background-color: #01b0a4;
	color: white;
	font-size: 20px;
	padding: 10px 30px;
}

h2.copy {
	color: #253692;
	font-size: 24px;
	padding: 8px 30px;
	position: relative;
}

h2.copy:after {
	background: linear-gradient(to right,#253692, #01b0a4);
	border-radius: 3px;
	bottom: 0;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 150px;
}

h3.img {
	padding: 15px 0;
}

h3.img em {
	background: url(images/h3_img.gif) no-repeat left bottom;
	font-size: 130%;
	font-style: normal;
	line-height: 2.0em;
	padding: 5px 20px;
}

h4.img {
	border-left: 8px solid #253692;
	color: #253692;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	text-align: left;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #010101;
	overflow: hidden;
}

a:hover {
	color: #9e9e9e;
}

a.link-btn {
	background: url(images/link_btn.png) no-repeat  right 20px center,
	linear-gradient(#0082ca, #003d85);
	border-radius: 5px;
	color: white;
	font-weight: 600;
	line-height: 1.5em;
	padding: 15px 70px 15px 50px;
	text-align: center;
	text-decoration: none;
}

a.link-btn.red {
	background: url(images/link_btn.png) no-repeat  right 20px center,
	linear-gradient(#da3649,#bc0a1f);
	border-radius: 5px;
	color: white;
	font-weight: 600;
	line-height: 1.5em;
	padding: 15px 70px 15px 50px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover {
	background: url(images/link_btn_blue.png) no-repeat  right 20px center,
	linear-gradient(white, #9bbbdf);
	color: #003d86;
}

a.link-btn.red:hover {
	background: url(images/link_btn_red.png) no-repeat  right 20px center,
	linear-gradient(white, #f8a2ac);
	color: #bc0a1f;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.png) no-repeat  left 20px center,
	linear-gradient(#0082ca, #003d85);
	border-radius: 5px;
	color: white;
	font-weight: 600;
	line-height: 1.5em;
	padding: 15px 50px 15px 70px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev:hover {
	background: url(images/link_btn_prev_hover.png) no-repeat  left 20px center,
	linear-gradient(white, #9bbbdf);
	color: #003d86;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.gold {
	color: #daa520;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

strong.marker span {
	margin: 0 2px;
}

span.img-right {
	float: right;
	margin: 15px 0 15px 30px;
}

span.img-left {
	float: left;
	margin: 5px 30px 15px 0;
}

img.img {
	border: 1px solid #cacaca;
}

ul.list,
body#single div.body ul {
	line-height: 1.5em;
}

ul.list li,
body#single div.body ul li {
	background: url(images/ul_list_li.png) no-repeat 7px 16px;
	border-top: 1px solid #d0d0d0;
	display: block;
	padding: 10px 0 10px 24px;
}

ul.list li:last-child,
body#single div.body ul li:last-child {
	border-bottom: 1px solid #d0d0d0;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: url(images/line.gif) repeat-x;
	clear: both;
	display: block;
	font-size: 5px;
	height: 12px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.main-text {
	margin: 0 auto;
	width: 935px;
}

div.main-text h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px  0;
}

div.main-text p {
	font-size: 110%;
}

table.index {
	border-collapse: separate;
	border-spacing: 20px 20px;
}

table.index td {
	background-color: white;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	padding: 30px 30px 80px 30px;
	position: relative;
	vertical-align: top;
	width: 33%;
}

table.index td.s {
	width: 25%;
}

table.index td.w {
	padding: 30px 30px 20px 30px;
}

table.index td h4,
table.index td h3 {
	font-size: 130%;
	padding-bottom: 20px;
	vertical-align: middle;
}

table.index td ul.list li {
	background-position: 7px 10px;
	padding: 5px 0 5px 24px;
}

table.index td ul.list li a.red {
	color: red;
	text-decoration: underline solid red;
}

table.index td ul.list li a:hover {
	opacity: .5;
}

table.index td a.link-btn {
	bottom: 20px;
	display: block;
	padding: 10px 28px;
	position: absolute;
	width: 190px;
}

table.index td.s a.link-btn {
	background-position: right 16px center;
	box-sizing: border-box;
	padding: 10px 30px 10px 20px;
	width: 165px;
}

table.index td.w a.link-btn {
	display: inline-block;
	float: right;
	padding: 10px 28px;
	position: static;
	width: 190px;
}

div.contents {
	background-color: white;
	border: 1px solid #01b0a4;
	margin: 0 auto;
	padding: 30px 50px;
	width: 750px;
}

div.main h4,
div.contents h4,
div.contents-wide h4 {
	color: #253692;
	font-size: 130%;
}

div.contents-green {
	background-color: #dbf2f0;
	border: 2px solid #01b0a4;
	margin: 0 auto;
	padding: 30px 50px;
}

div.contents-wide {
	background-color: white;
	border: 1px solid #01b0a4;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 50px;
	width: 1000px;
}

div.access table {
	margin: 0 auto;
	width: 850px;
}

div.access table th {
	color: white;
	font-weight: bold;
	font-weight: normal;
	padding: 10px 30px;
	text-align: center;
	width: 35%;
}

div.access table td {
	background: rgba(255,255,255,.7);
	padding: 10px 30px;
}

div.access a.car-link {
	background-color: #00aee0;
	background-image: url(images/link_btn.png) ,
	url(images/car_link.png);
	background-position: right 20px center,
	left 20px center;
	background-repeat: no-repeat;
	border-radius: 7px;
	color: white;
	font-size: 120%;
	padding: 20px 80px 20px 100px;
	text-align: center;
	text-decoration: none;
}

ul.photos {
	display: block;
	margin: 0 auto;
	width: 930px;
}

ul.photos li {
	float: left;
	height: 200px;
	margin: 0 5px 5px 0;
	width: 300px;
}

div.facility-list {
	margin: 0 auto;
	padding-top: 20px;
	width: 496px;
}

div.facility-list ul li {
	float: left;
	padding-right: 30px;
	width: 233px;
}

div.facility-list li:last-child {
	padding-right: 0;
}

table.list-table th {
	background: #098441;
	border-bottom: 1px solid #04381b;
	border-top: 1px solid #04381b;
	color: white;
	padding: 20px 30px;
	text-align: right;
	width: 40%;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #04381b;
	border-top: 1px solid #04381b;
	padding: 20px 30px;
}

ul.faq {
	border-bottom: 1px dotted #666666;
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.faq li {
	border-top: 1px dotted #666666;
	display: block;
	line-height: 1.5em;
	padding: 10px 40px 10px 20px;
}

ul.faq li.question {
	background: url(../images/link_btn_green.png) no-repeat right 10px center;
}

ul.faq li.answer {
	border-top: none;
	display: none;
	padding: 5px 0 10px 50px;
}

ul.faq li.question:hover {
	background-color: #fffee1;
	color: black;
	cursor: pointer;
}

ul.faq li em {
	display: table-cell;
	font-style: normal;
	margin-right: .2em;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

ul.faq li.question em {
	background-color: #008081;
	color: white;
}

ul.faq li.answer em {
	background-color: #007ec6;
	color: white;
}

ul.faq li strong,
ul.faq li span {
	display: table-cell;
	font-weight: normal;
	padding-left: 20px;
	vertical-align: middle;
}

ul.faq li.answer span.link {
	display: block;
	padding: 15px 0;
}

ul.faq li.answer span.link a.link-btn {
	font-size: 85%;
	padding: 8px 50px 8px 40px;
}

ul.faq li ul.notelist li {
	border: none;
	padding: 3px 0;
}

ul.faq li ul.notelist li span {
	display: inline;
	padding-left: 0;
}

/***********************************************************************/
ul.news-list {
	border-top: 1px solid #858585;
}

ul.news-list li .article {
	border-bottom: 1px solid #858585;
	display: block;
	padding: 10px;
	text-decoration: none;
}

ul.news-list li a.article {
	background: #dff4ff url(images/link_btn_blue.png) no-repeat right 15px center;
	padding-right: 50px;
}

ul.news-list li .article span.date {
	display: table-cell;
	padding: 5px 0;
	text-align: right;
	white-space: nowrap;
	width: 100px;
}

ul.news-list li .article span.text {
	display: table-cell;
	font-weight: normal;
	padding: 0 0 0 30px;
	width: 650px;
}

ul.news-list li .article span.text a.link-btn {
	padding: 10px 60px 10px 50px;
}

ul.news-list li a:hover {
	background-color: #fdffdf;
}

div.page {
	padding: 20px 0 30px 0;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0 10px;
}

div.page a.page-numbers {
	background: linear-gradient(#0082ca, #003d85);
	border-radius: 5px;
	color: white;
	font-weight: 600;
	line-height: 1.5em;
	padding: 10px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
}

div.page a.next {
	background: url(images/link_btn.png) no-repeat  right 20px center,
	linear-gradient(#0082ca, #003d85);
	padding: 13px 70px 13px 50px;
}

div.page a.next:hover {
	background: url(images/link_btn_blue.png) no-repeat  right 20px center,
	linear-gradient(white, #9bbbdf);
	color: #003d86;
}

div.page a.prev {
	background: url(images/link_btn_prev.png) no-repeat  left 20px center,
	linear-gradient(#0082ca, #003d85);
	border-radius: 5px;
	color: white;
	font-weight: 600;
	line-height: 1.5em;
	padding: 13px 50px 13px 70px;
	text-align: center;
	text-decoration: none;
}

div.page a.prev:hover {
	background: url(images/link_btn_prev_hover.png) no-repeat  left 20px center,
	linear-gradient(white, #9bbbdf);
	color: #003d86;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

/***********************************************************************/
header {
	height: 224px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

#headerfix {
	background: white url(images/bg.gif) repeat;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	height: 224px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#header-text {
	background-color: #e8e8e8;
	font-size: 11px;
	margin: 0;
}

#header-text em {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin: 0 auto;
	padding: 2px 0;
	text-align: right;
	width: 1000px;
}

#header {
	height: 103px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#header #header-logo {
	left: 0;
	position: absolute;
	top: 20px;
}

#header #header-tel {
	position: absolute;
	right: 0;
	top: 12px;
}

#header #header-tel span.df  em,
#header #header-tel span.sp a {
	background-color: #3333cc;
	border: 1px solid #2f528f;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	width: 313px;
}

#header #header-tel span.df em span,
#header #header-tel span.sp a span,
#footer-tel span.df em span,
#footer-tel span.sp a span {
	display: inline;
	padding: 0 10px;
	vertical-align: middle;
}

#header #header-tel span.df em strong,
#header #header-tel span.sp a strong,
#footer-tel span.df em strong,
#footer-tel span.sp a strong {
	display: inline;
	font-size: 130%;
	vertical-align: middle;
}

#header #header-tel span.df  em strong a,
#footer-tel span.df em strong a {
	color: white;
	text-decoration: none;
}

#header a#header-reservation,
#footer-reservation a {
	background: url(images/link_btn.png) no-repeat  right 15px center,
	url(images/header_reservation.png) no-repeat  left 15px center,
	linear-gradient(#01b0a4, #13797b);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	display: block;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.5em;
	padding: 15px 60px 15px 75px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 52px;
}

#header a#header-reservation {
	padding: 8px 0 8px 15px;
	width: 300px;
}

#footer-reservation {
	padding: 15px 0 20px 50px;
}

#footer-reservation a {
	display: inline;
	position: static;
}

#header a#header-reservation:hover,
#footer-reservation a:hover {
	background: url(images/link_btn.png) no-repeat  right 15px center,
	url(images/header_reservation.png) no-repeat  left 15px center,
	linear-gradient(#f99917, #b06705);
}

nav#globalnav {
	background: url(images/globalnav_bg.gif) repeat-x;
	height: 92px;
	padding-top: 7px;
}

nav#globalnav ul {
	border-right: 4px solid #003d86;
	display: block;
	height: 85px;
	margin: 0 auto;
	width: 998px;
}

nav#globalnav ul li {
	border-left: 4px solid #003d86;
	display: block;
	float: left;
}

nav#globalnav ul li.exercise {
	background: url(images/globalnav_bg_exercise.gif) repeat-x;
}

nav#globalnav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
}

nav#globalnav ul li a em {
	background-position: top 10px center;
	background-repeat: no-repeat;
	color: white;
	display: block;
	font-size: 95%;
	font-style: normal;
	height: 35px;
	padding-top: 50px;
}

nav#globalnav ul li a.reservation {
	display: none;
}

nav#globalnav ul li a.home em {
	background-image: url(images/globalnav_home.png);
	font-size: 75%;
	height: 30px;
	padding-top: 55px;
	width: 120px;
}

nav#globalnav ul li a.information em {
	background-image: url(images/globalnav_information.png);
	width: 190px;
}

nav#globalnav ul li a.consultation em {
	background-image: url(images/globalnav_consultation.png);
	width: 170px;
}

nav#globalnav ul li a.qa em {
	background-image: url(images/globalnav_qa.png);
	width: 158px;
}

nav#globalnav ul li a.access em {
	background-image: url(images/globalnav_access.png);
	width: 146px;
}

nav#globalnav ul li a.exercise em {
	background-image: url(images/globalnav_exercisen.png);
	background-position: top 5px center;
	height: 40px;
	padding-top: 45px;
	width: 190px;
}

nav#globalnav ul li a.exercise em span {
	display: block;
	font-size: 10px;
}

nav#globalnav ul li a:hover {
	background: linear-gradient(white, #9bbbdf);
}

nav#globalnav ul li.exercise a:hover {
	background: linear-gradient(#fff1e4, #febb69);
}

nav#globalnav ul li a:hover em {
	background-position: top -90px center;
	color: #003d86;
}

nav#globalnav ul li.exercise a:hover em {
	background-position: top -96px center;
	color: #e27201;
}

.is-animation #headerfix {
	height: auto;
}

.is-animation #header-text {
	display: none;
}

.is-animation #header {
	height: 80px;
}

.is-animation #header p#header-subject {
	font-size: 10px;
	left: 138px;
	line-height: 1em;
	top: 8px;
}

.is-animation #header #header-logo img {
	height: auto;
	width: 295px;
}

.is-animation #header #header-tel,
.is-animation #header #header-reservation {
	display: none;
}

.is-animation #header-s {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.is-animation nav#globalnav {
	background-image: none;
	height: auto;
	position: absolute;
	right: 0;
	top: 6px;
}

.is-animation nav#globalnav ul {
	border: none;
	width: 700px;
}

.is-animation nav#globalnav ul li {
	border: none;
	margin-left: 2px;
}

.is-animation nav#globalnav ul li a.reservation {
	display: block;
}

.is-animation nav#globalnav ul li a {
	background: linear-gradient(#0082ca, #003d86);
}

.is-animation nav#globalnav ul li.exercise a {
	background: linear-gradient(#febb69, #e27201);
}

.is-animation nav#globalnav ul li a:hover {
	background: linear-gradient(white, #9bbbdf);
}

.is-animation nav#globalnav ul li.exercise a:hover {
	background: linear-gradient(#fff1e4, #febb69);
}

.is-animation nav#globalnav ul li a em {
	background-position: top 7px center;
	font-size: 70%;
	height: auto;
	padding: 30px 5px 5px 5px;
}

.is-animation nav#globalnav ul li a.reservation {
	background: linear-gradient(#01b0a4, #13797b);
}

.is-animation nav#globalnav ul li a.reservation:hover {
	background: linear-gradient(#f99917, #b06705);
}

.is-animation nav#globalnav ul li a.reservation em {
	background-image: url(images/globalnav_reservation_small.png);
	width: 65px;
}

.is-animation nav#globalnav ul li a.reservation:hover em {
	background-position: top 7px center;
	color: white;
}

.is-animation nav#globalnav ul li a.home em {
	background-image: url(images/globalnav_home_small.png);
	height: auto;
	width: 55px;
}

.is-animation nav#globalnav ul li a.information em {
	background-image: url(images/globalnav_information_small.png);
	width: 130px;
}

.is-animation nav#globalnav ul li a.consultation em {
	background-image: url(images/globalnav_consultation_small.png);
	width: 90px;
}

.is-animation nav#globalnav ul li a.exercise em {
	background-image: url(images/globalnav_exercisen_small.png);
	width: 110px;
}

.is-animation nav#globalnav ul li a.qa em {
	background-image: url(images/globalnav_qa_small.png);
	width: 95px;
}

.is-animation nav#globalnav ul li a.access em {
	background-image: url(images/globalnav_access_small.png);
	width: 71px;
}

.is-animation nav#globalnav ul li a:hover em {
	background-position: top -53px center;
}

.is-animation nav#globalnav ul li.exercise a em span {
	display: none;
}

#container {
	padding-top: 85px;
}

#title,
#title-s {
	background-color: white;
	padding: 5px 0;
}

#title h1 {
	font-size: 35px;
}

#title-s {
	text-align: center;
}

#title h1,
#title-s #title-s-contents {
	border-bottom: 5px solid #e8e8e8;
	border-top: 5px solid #e8e8e8;
	color: #253692;
	display: block;
	padding: 30px 0;
}

#title-s #title-s-contents a.categorylink {
	border-bottom: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	color: #009f9a;
	font-weight: 600;
	padding: 5px 300px;
	text-decoration: none;
}

#title-s #title-s-contents h1 {
	font-size: 35px;
	padding-top: 20px;
}

#title-s #title-s-contents p.pagenav {
	text-align: center;
}

#title-s #title-s-contents p.pagenav {
	padding-top: 10px;
}

#title-s #title-s-contents p.pagenav a.link-btn {
	padding-bottom: 8px;
	padding-top: 8px;
}

div.bg-white {
	background-color: white;
}

div.bg-green {
	background: url(images/bg_green.gif) repeat;
}

div.bg-skyblue {
	background-color: #e8f1f6;
}

div.bg-gray {
	background-color: #dfdfdf;
}

div.main {
	margin: 0 auto;
	padding: 30px 0;
	width: 1000px;
}

div.main-s {
	margin: 0 auto;
	padding: 30px 0;
	width: 800px;
}

#opentime-line {
	border-top: 5px solid #e8e8e8;
}

#opentime-bg {
	background-color: #e8e8e8;
	border-bottom: 3px solid white;
	border-top: 1px solid white;
	padding: 40px 0 20px 0;
}

#opentime-container {
	margin: 0 auto;
	width: 1000px;
}

#opentime-logo {
	float: left;
	padding-top: 6px;
	width: 470px;
}

h3#footer-logo {
	padding: 0 20px 5px 20px;
}

#opentime-logo ul.notelist {
	margin-top: 0;
}

#opentime-logo ul.notelist li {
	font-size: 85%;
	padding: 0;
}

#opentime-logo #footer-tel {
	padding: 5px 0 0 50px;
}

#opentime-logo #footer-tel span.df em,
#opentime-logo #footer-tel span.sp a {
	background-color: #3333cc;
	border: 1px solid #2f528f;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

#opentime-logo #footer-tel span.sp a:hover {
	background-color: #23238d;
}

#opentime {
	display: table-cell;
	float: right;
	width: 480px;
}

#opentime h4 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}

#opentime table#opentime-list {
	background-color: white;
	border: 1px solid #dbdbdb;
	margin: 0 auto;
}

#opentime table#opentime-list th {
	border: 1px solid black;
	font-size: 90%;
	font-weight: normal;
	padding: 2px 10px;
	text-align: right;
	white-space: nowrap;
	width: 140px;
}

#opentime table#opentime-list td {
	border: 1px solid black;
	font-size: 120%;
	text-align: center;
	width: 9%;
}

#opentime table#opentime-list td.o {
	color: #00b050;
}

#opentime table#opentime-list td.sat,
#opentime span.sat {
	color: #0070c0;
}

#opentime table#opentime-list tr.w th,
#opentime table#opentime-list tr.w td {
	background-color: #008081;
	border-right: 1px solid black;
	color: white;
	font-size: 100%;
}

#opentime table#opentime-list tr.e td {
	color: #642f98;
}

#opentime ul.notelist li {
	font-size: 85%;
	line-height: 1.3em;
}

#opentime h5 {
	font-weight: 500;
	margin-bottom: -22px;
	padding-top: 10px;
}

#opentime table#opentime-tel {
	margin: 0 50px 0 auto;
	width: auto;
}

#opentime table#opentime-tel th {
	font-size: 85%;
	font-weight: normal;
	padding: 0 0;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

#opentime table#opentime-tel td {
	font-size: 85%;
	padding: 0 5px;
	text-align: right;
}

#opentime table#opentime-tel td.n {
	text-align: left;
}

footer {
	background-color: #003d86;
	border-top: 5px solid #e8e8e8;
}

nav#footernav {
	font-size: 90%;
	margin: 0 auto;
	padding: 40px 0;
	width: 950px;
}

nav#footernav table td {
	line-height: 1.2em;
	vertical-align: top;
}

nav#footernav table td:nth-child(1) {
	width: 25%;
}

nav#footernav table td:nth-child(2) {
	padding: 0 40px;
	width: 40%;
}

nav#footernav table td:nth-child(3) {
	width: 35%;
}

nav#footernav h4 {
	text-align: left;
}

nav#footernav h4 a {
	border-bottom: 2px solid white;
	color: white;
	display: block;
	font-size: 120%;
	padding: 5px 0 10px 30px;
	text-decoration: none;
}

nav#footernav h4 a:hover {
	color: #f4ff91;
	text-decoration: underline;
}

nav#footernav h4 a em {
	font-size: 12px;
	padding-right: 2px;
}

nav#footernav ul.dmenu {
	display: block;
	padding: 15px 30px 0 30px;
}

nav#footernav ul.dmenu a {
	background: url(images/footernav_li.png) no-repeat 0 3px;
	color: white;
	display: block;
	padding: 7px 0 7px 18px;
	text-decoration: none;
}

nav#footernav ul.dmenu a:hover {
	color: #f4ff91;
	text-decoration: underline;
}

nav#footernav ul.gmenu {
	display: block;
	padding: 0 30px 0 30px;
}

nav#footernav ul.gmenu li {
	border-bottom: 1px solid #3c6698;
}

nav#footernav ul.gmenu li:first-child {
	border-top: 1px solid #3c6698;
}

nav#footernav ul.gmenu li a {
	background: url(images/link_btn.png) no-repeat right 10px center;
	color: white;
	display: block;
	font-weight: 600;
	padding: 8px 0 8px 18px;
	text-decoration: none;
}

nav#footernav ul.gmenu li a:hover {
	color: #f4ff91;
	text-decoration: underline;
}

nav#footernav #footer-sns ul {
	padding-top: 10px;
	text-align: center;
}

nav#footernav #footer-sns ul li {
	display: inline;
	padding: 0 2px;
}

nav#footernav #footer-sns ul li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
}

#footeraddress {
	background-color: #e8e8e8;
	font-size: 85%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

#footeraddress address {
	font-style: normal;
	text-align: center;
}

#footeraddress address a {
	color: black;
	font-size: 85%;
	margin-left: 5px;
}

#copyright {
	background-color: #003d86;
	border-top: 1px solid #3f6da4;
	color: #5873a2;
	font-size: 70%;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

#pagetop {
	bottom: 0;
	height: 96px;
	position: fixed;
	right: 20px;
	width: 102px;
}

#pagetop a {
	background-color: #13787b;
	display: block;
}

#pagetop a:hover {
	background-color: #106163;
}