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

html {
	overflow-y: scroll;
}

body {
	color: #88724f;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 700;
	min-width: 1250px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

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

h2.subtitle {
	font-size: 30px;
	line-height: 1.3em;
	padding-top: 20px;
}

h3.subtitle {
	border-bottom: 1px solid #88724f;
	border-top: 1px solid #88724f;
	font-size: 150%;
	line-height: 1.3em;
	padding: 10px;
}

h4.subtitle {
	border-left: 10px solid #88724f;
	font-size: 120%;
	line-height: 1.2em;
	padding-left: 10px;
	text-align: justify;
}

h4.copy {
	background-color: #625239;
	color: white;
	font-size: 17px;
	line-height: 30px;
	padding: 10px 20px;
	text-align: left;
}

h4.copy em {
	background-color: #d9cebd;
	border-radius: 50%;
	color: #625239;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
}

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

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: 75%;
	line-height: 4px;
	vertical-align: top;
}

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

a:hover {
	opacity: .60;
	transition: all .3s;
}

span.link-btn a,
a.link-btn {
	background: white url(images/link_btn.png) no-repeat right 20px center;
	border: 1px solid #88724f;
	color: #88724f;
	margin: 0 auto;
	padding: 10px 90px 10px 80px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-l {
	background: white url(images/link_btn.png) no-repeat right 20px center;
	border: 1px solid #88724f;
	color: #88724f;
	font-size: 18px;
	margin: 0 auto;
	padding: 15px 70px 15px 60px;
	text-align: center;
	text-decoration: none;
}

span.large a.link-btn {
	background: white url(images/link_btn_large.png) no-repeat right 20px center;
	border: 1px solid #88724f;
	color: #88724f;
	margin: 0 auto;
	padding: 15px 90px 15px 80px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: white url(images/link_btn_prev.png) no-repeat left 20px center;
	border: 1px solid #88724f;
	color: #88724f;
	margin: 0 auto;
	padding: 10px 80px 10px 90px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover,
a.link-btn-l:hover,
a.link-btn-prev:hover,
ul.agencies-news-list li a:hover {
	background-color: #fffeee;
}

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.orange {
	color: #ff7d00;
}

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;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

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

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

span.marker-red,
strong.marker-red {
	background: url(images/marker_red.gif) repeat-x center bottom;
	background-size: 20px;
	padding: 0 5px;
}

div.bg-orange span.marker,
div.bg-orange strong.marker {
	background-image: url(images/marker_light.gif);
}

body#single div.body ul,
ul.list {
	border-top: 1px dotted #88724f;
	line-height: 1.5em;
}

body#single div.body ul li,
ul.list li {
	background: url(images/ul_list_li.png) no-repeat 8px 17px;
	border-bottom: 1px dotted #88724f;
	display: block;
	padding: 10px 0 10px 24px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

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: #d1c4b0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	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.youtube {
	text-align: center;
}

table.list-table th,
table.list-table-s th {
	background-color: #88724f;
	border-bottom: 1px solid #baa689;
	border-top: 1px solid #88724f;
	color: white;
	text-align: center;
}

table.list-table th {
	padding: 25px 30px;
	width: 25%;
}

table.list-table-s th,
table.list-table-s td {
	font-size: 14px;
	padding: 8px 20px;
}

table.list-table td,
table.list-table-s td {
	background-color: white;
	border-bottom: 1px solid #88724f;
	border-left: 1px solid #88724f;
	border-top: 1px solid #88724f;
}

table.list-table td {
	padding: 25px 30px;
}

table.list-table td ul.notelist li {
	line-height: 1.2em;
}

table.list-table-s td {
	word-break: break-all;
}

table.list-table tr.header th,
table.list-table tr.header td,
table.list-table-s tr.header th,
table.list-table-s tr.header td {
	background-color: #f8f0e3;
	color: black;
}

div.pricetime {
	margin: 0 auto;
	width: 1100px;
}

div.pricetime div.ptitle {
	background-color: #88724f;
	border: 1px solid #88724f;
	border-radius: 20px 0 0 20px;
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	width: 300px;
}

div.pricetime div.ptitle h2 {
	color: white;
	line-height: 1.5em;
	padding-bottom: 10px;
}

div.pricetime div.ptitle h2 em {
	font-style: normal;
}

div.pricetime div.ptitle h2 em strong {
	font-size: 30px;
}

div.pricetime div.ptitle h2 span {
	display: block;
	font-size: 20px;
}

div.pricetime div.ptitle p {
	color: white;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

div.pricetime div.ptitle table th {
	background-color: #f8f0e3;
	border-radius: 20px 0 0 20px;
	display: table-cell;
	padding: 5px 10px 5px 20px;
}

div.pricetime div.ptitle table td {
	background-color: white;
	border-radius: 0 20px 20px 0;
	padding: 5px 20px;
	text-align: center;
}

div.pricetime div.detail {
	background-color: #f8f0e3;
	border: 1px solid #88724f;
	border-radius: 0 20px 20px 0;
	color: black;
	display: table-cell;
	font-size: 18px;
	padding: 20px;
	vertical-align: middle;
	width: 700px;
}

div.pricetime div.detail h3 {
	border: 1px solid black;
	display: table;
	font-size: 100%;
	text-align: center;
	width: 100%;
}

div.pricetime div.detail h3 em {
	display: table-cell;
	font-style: normal;
	height: 50px;
	vertical-align: middle;
	width: 100%;
}

div.pricetime div.detail p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0;
	text-align: center;
}

div.pricetime div.detail table {
	border-collapse: separate;
	border-spacing: 5px;
	margin-top: 10px;
}

div.pricetime div.detail table td {
	padding: 0 5px;
	vertical-align: top;
	width: 50%;
}

div.pricetime div.detail table.three td {
	width: 33.3%;
}

div.pricetime div.detail table td table th {
	border: none;
	text-align: right;
	white-space: nowrap;
}

div.pricetime div.detail table td table td {
	white-space: nowrap;
}

div.pricetime div.detail table td table td strong {
	font-size: 25px;
}

ul.menuindex {
	text-align: center;
}

ul.menuindex li {
	display: inline-block;
	height: auto;
	padding: 0 10px;
	width: 30%;
}

ul.menuindex li a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	padding: 120px 20px;
	text-align: center;
	text-decoration: none;
}

ul.menuindex li a strong {
	display: block;
	padding-bottom: 40px;
}

ul.menuindex a span.btn {
	background: white url(images/link_btn.png) no-repeat right 20px center;
	border: 1px solid #88724f;
	color: #88724f;
	margin: 0 auto;
	padding: 10px 50px 10px 40px;
	text-align: center;
	text-decoration: none;
}

ul.menuindex a:hover span.btn {
	background-color: #fffdbf;
}

div.highlights ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 1000px;
}

div.highlights ul li {
	border: 1px solid white;
	box-sizing: border-box;
	height: 250px;
	position: relative;
	width: 250px;
}

div.highlights ul li a img {
	height: auto;
	width: 100%;
}

div.highlights ul li a em {
	bottom: 5px;
	color: white;
	font-size: 15px;
	padding: 0 10px;
	position: absolute;
	right: 0;
}

div.contact {
	border: 1px solid #d1c4b0;
	margin: 0 auto;
	padding: 15px 50px;
	width: 700px;
}

div.contact p {
	text-align: center;
}

/***********************************************************************/
table.form-table {
	border-top: 1px solid #4d3221;
}

table.form-table th {
	background-color: #4d3221;
	border-bottom: 1px solid #f1eee2;
	color: white;
	padding: 30px 30px 30px 20px;
	text-align: right;
	vertical-align: top;
	width: 24%;
}

table.form-table td {
	border-bottom: 1px solid #4d3221;
	border-top: 1px solid #4d3221;
	padding: 23px 25px;
}

table.form-table td.m {
	padding: 32px 0 32px 25px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #472f13;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td table th {
	background-color: #88724f;
	padding: 5px 20px;
	vertical-align: middle;
	white-space: nowrap;
	width: 40%;
}

table.form-table td table td {
	padding: 5px 20px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 1px solid #4d3221;
	border-radius: 5px;
	font-size: 100%;
	margin: 1px 0;
	margin-right: 10px;
	padding: 10px;
}

table.form-table td input {
	margin-right: 10px;
}

table.form-table textarea {
	font-family: inherit;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 500;
	width: 90%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0;
}

input.submit {
	background: #4d3221 url(images/submit_btn.png)  no-repeat right 20px center;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 100px;
	color: white;
	cursor: pointer;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 1em;
	margin: 0 auto;
	padding: 25px 120px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td {
	padding-left: 40px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 0;
	padding-top: 0;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

ul.news-list {
	margin: 0 auto;
	width: 996px;
}

ul.news-list li {
	border-top: 1px solid #88724f;
}

ul.news-list li:last-child {
	border-bottom: 1px solid #88724f;
}

ul.news-list li a {
	background: white url(images/link_btn.png) no-repeat right 40px center;
	color: black;
	display: table;
	padding: 10px 80px 10px 50px;
	text-decoration: none;
	width: 866px;
}

ul.news-list li a:hover {
	background: #fffeee url(images/link_btn.png) no-repeat right 40px center;
}

ul.news-list li a span.img {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 160px;
}

ul.news-list li a span.img img {
	height: auto;
	width: 100%;
}

ul.news-list li a span.img span.movieicon {
	left: 0;
	padding-top: 34px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 160px;
	z-index: 2;
}

ul.news-list li a span.img span.movieicon img {
	height: auto;
	width: 60px;
}

ul.news-list li a span.category {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	width: 120px;
}

ul.news-list li a span.category span {
	border-radius: 30px;
	color: white;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	padding: 3px 10px;
	text-align: center;
}

ul.news-list li a span.category span:nth-child(n + 2) {
	margin-top: 5px;
}

ul.news-list li a div.text {
	display: table-cell;
	vertical-align: top;
}

ul.news-list li a div.text strong {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	padding: 12px 0;
	text-align: justify;
	text-decoration: none;
}

ul.news-list li a div.text div.detail p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
}

ul.news-list li a div.text strong span.eventclosing {
	background-color: #dda64b;
	color: white;
	display: inline-block;
	line-height: 1.3em;
	margin-top: 5px;
	padding: 3px 20px;
}

ul.news-list li a div.text strong span.eventclosing span {
	font-size: 15px;
	font-weight: 700;
}

ul.news-list li a div.text strong span.eventend {
	display: block;
}

ul.news-list li a div.text strong span.eventend span {
	background: url(../images/marker.gif) repeat-x center bottom;
	font-size: 80%;
	padding: 0 5px;
}

ul.news-list li a span.category {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}

ul.category-list {
	display: flex;
	justify-content: center;
}

ul.category-list li {
	border: 1px solid #88724f;
	height: 230px;
	margin: 0 5px;
	width: 230px;
}

ul.category-list li a {
	background-color: white;
	background-position: center top 100px,
	center bottom 15px;
	background-repeat: no-repeat, no-repeat;
	box-sizing: border-box;
	color: #88724f;
	display: block;
	height: 100%;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

ul.category-list li a:hover {
	background-color: #fffeee;
}

ul.category-list li.event a {
	background-image: url(news/images/newscategory_event@2x.png),
	url(images/link_btn_down.svg);
	background-size: 50px, 12px;
}

ul.category-list li.news a {
	background-image: url(news/images/newscategory_news@2x.png),
	url(images/link_btn_down.svg);
	background-size: 50px, 12px;
}

ul.category-list li.movie a {
	background-image: url(news/images/newscategory_movie@2x.png),
	url(images/link_btn_down.svg);
	background-size: 50px, 12px;
}

ul.category-list li a h3 {
	font-size: 24px;
	padding: 8px 0 2px 0;
}

ul.category-list li a h3 em {
	font-size: 20px;
	padding-left: 3px;
}

ul.category-list li a span.category span {
	border-radius: 20px;
	color: white;
	display: inline-block;
	font-size: 14px;
	padding: 2px 0;
	width: 190px;
}

ul.category-list li a p.detail {
	bottom: 35px;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 210px;
}

span.category span a {
	border-radius: 30px;
	color: white;
	font-size: 120%;
	font-weight: bold;
	padding: 6px 50px;
	text-align: center;
	text-decoration: none;
}

ul.news-list li a span.category span.event,
span.category span.event a,
a span.category span.event,
body#single h1.event {
	background-color: #daa4bc;
}

body#archive h1.archivetitle em.event {
	background: linear-gradient(transparent 90%, #daa4bc 90%);
}

ul.news-list li a span.category span.news,
span.category span.news a,
a span.category span.news,
body#single h1.news {
	background-color: #879ba6;
}

body#archive h1.archivetitle em.news {
	background: linear-gradient(transparent 90%, #879ba6 90%);
}

ul.news-list li a span.category span.movie,
span.category span.movie a,
a span.category span.movie,
body#single h1.movie {
	background-color: #7e6761;
}

body#archive h1.archivetitle em.movie {
	background: linear-gradient(transparent 90%, #7e6761 90%);
}

div.page {
	padding-top: 50px;
	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-color: #88724f;
	color: white;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

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

div.page a.next {
	background: #88724f url(images/page_next.png) no-repeat right 15px center;
	padding: 13px 80px 13px 70px;
}

div.page a.prev {
	background: #88724f url(images/page_prev.png) no-repeat left 15px center;
	padding: 13px 70px 13px 80px;
}

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

body#single #header-img-detail {
	height: 250px;
}

body#single div.category {
	padding-top: 50px;
}

body#single div.category span a {
	border-radius: 30px;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 40px;
	text-align: center;
}

body#single p.date {
	padding-top: 20px;
	text-align: center;
}

body#single h1 {
	font-size: 30px;
	padding: 20px 0;
}

body#single div.body {
	border: 5px solid #f8f0e3;
	padding: 20px 50px;
	width: 840px;
}

body#single div.body h2 {
	border-bottom: 1px solid #88724f;
	border-top: 1px solid #88724f;
	font-size: 150%;
	margin: 10px auto;
	padding: 10px;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin-top: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0;
}

body#single div.body iframe.panorama {
	height: 400px;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body figure.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body#single div.body figure.wp-block-gallery figure.wp-block-image {
	margin: 0;
}

body#single div.body figure.wp-block-gallery figure.wp-block-image img {
	height: auto;
	max-width: 100%;
	padding: 0 10px;
}

body#single div.body p {
	margin: 20px 0;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body table td {
	border: 1px solid #88724f;
	padding: 5px 10px;
}

body#single div.body figure.is-style-stripes table tr:nth-child(odd) {
	background-color: #f0f0f1;
}

/***********************************************************************/

body#top header {
	background-position: center top;
	background-repeat: no-repeat;
	height: 370px;
}

#header-img-detail {
	background-position: center top;
	background-repeat: no-repeat;
	height: 330px;
}

#header-bg {
	background-color: rgba(185,155,107,.80);
}

#header {
	margin: 0 auto;
	position: relative;
	width: 1160px;
}

#header-copy {
	color: white;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	padding-top: 15px;
	text-align: left;
}

#header-logo {
	padding: 20px 0 30px 0;
}

#headersns {
	left: 280px;
	position: absolute;
	top: 45px;
}

#headersns p#headersns-title {
	color: white;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
}

#headersns ul {
	display: flex;
	justify-content: center;
}

#headersns ul li {
	padding: 3px 5px;
}

#headersns ul li img {
	height: auto;
	vertical-align: baseline;
}

#headersns ul li:first-child img {
	width: 24px;
}

#headersns ul li:last-child img {
	width: 25px;
}

#hamburger {
	display: none;
}

nav#globalnav {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

nav#globalnav ul li {
	display: inline-block;
	padding: 48px 26px 0 0;
	text-align: center;
	vertical-align: top;
}

nav#globalnav ul li.sp,
nav#globalnav ul li ul.sp
nav#globalnav p.sp {
	display: none;
}

nav#globalnav ul li.title,
nav#globalnav ul li.digital-map {
	display: none;
}

nav#globalnav ul li a {
	color: white;
	font-size: 18px;
	text-decoration: none;
}

nav#globalnav ul li a em {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	padding-bottom: 5px;
	position: relative;
}

nav#globalnav ul li a em:after {
	background: white;
	border-radius: 50px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
	width: 100%;
}

nav#globalnav ul li a:hover em:after {
	transform: scale(1, 1);
}

#title {
	height: 260px;
}

#title div {
	padding: 96px 0 20px 0;
	text-align: center;
}

#title h1 {
	color: white;
	font-size: 100%;
	margin: 0;
	text-align: center;
}

#header-img-detail #title {
	height: 220px;
}

#header-img-detail #title p {
	margin: 0;
	padding: 30px 0 14px 0;
	text-align: center;
}

#header-img-detail #title p a,
#header-img-detail #title p em {
	color: white;
	font-style: normal;
	text-decoration: none;
}

#header-img-detail #title p a span,
#header-img-detail #title p em span {
	display: block;
	font-size: 90%;
	padding-bottom: 5px;
}

#header-img-detail #title p a img,
#header-img-detail #title p em img {
	height: auto;
	vertical-align: baseline;
	width: 350px;
}

#header-img-detail #title p a span strong {
	color: yellow;
	margin-left: 10px;
}

#header-img-detail #title h1 {
	font-size: 28px;
	letter-spacing: .1em;
}

div.main {
	margin: 0 auto;
	width: 1200px;
}

div.main-s {
	margin: 0 auto;
	width: 950px;
}

div.main-c {
	margin: 0 auto;
	width: 800px;
}

div.bg-beige {
	background-color: #f8f0e3;
	padding: 30px 0;
}

div.bg-orange {
	background-color: #eedcac;
	padding: 30px 0;
}

div.bg-gray {
	background-color: #ededed;
	padding: 30px 0;
}

div.bg-white {
	background-color: white;
	padding: 30px 0;
}

div.bg-pink {
	background-color: #fcf0f2;
	padding: 30px 0;
}

footer {
	padding-top: 50px;
}

#footer-bg {
	background-color: #463f34;
}

#footer {
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	width: 1160px;
}

#footer a {
	color: white;
}

#footer-logo {
	color: white;
	position: absolute;
	width: 400px;
}

#footer-logo h4 {
	padding-bottom: 20px;
	text-align: left;
}

#footer-healthcare {
	left: 270px;
	position: absolute;
	top: -30px;
}

#footer-logo h5 {
	font-weight: normal;
	padding-top: 5px;
	text-align: left;
}

#footer-logo p {
	font-size: 75%;
	line-height: 1.5em;
	margin: 0;
}

#footer-logo address {
	color: white;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
}

#footer-english {
	padding-top: 10px;
}

nav#footernav {
	border-left: 1px solid #6e6252;
	display: table;
	margin: 0 0 0 auto;
}

nav#footernav ul {
	border-right: 1px solid #6e6252;
	display: table-cell;
	padding-left: 20px;
}

nav#footernav ul.left {
	width: 360px;
}

nav#footernav ul.right {
	width: 290px;
}

nav#footernav ul li {
	display: block;
	padding: 0 25px 5px 25px;
}

nav#footernav ul li.english {
	padding-top: 20px;
}

nav#footernav ul li.hamazoo {
	padding-top: 10px;
}

nav#footernav ul li.home {
	padding-top: 20px;
}

nav#footernav ul li a {
	background: url(images/footernav_li.png) no-repeat left center;
	color: white;
	font-size: 80%;
	padding-left: 20px;
	text-decoration: none;
}

nav#footernav ul li span {
	color: white;
	font-size: 80%;
	padding-left: 20px;
}

nav#footernav ul li ul {
	border: none;
	padding-bottom: 10px;
	padding-top: 5px;
}

nav#footernav ul li ul li {
	line-height: 1.5em;
	padding: 0 25px;
}

nav#footernav ul li ul li a {
	background: url(images/footernav_lili.gif) no-repeat left top 2px;
	font-size: 80%;
	padding-left: 20px;
}

#footersns p {
	font-size: 90%;
	padding: 0 20px 20px 20px;
	text-align: center;
}

#footersns {
	background-color: #312c25;
	padding: 40px 0 20px 0;
}

#footersns ul {
	text-align: center;
}

#footersns ul li {
	display: inline;
	padding: 0 10px;
}

p#copyright {
	color: #88724f;
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 0;
}

#pagetop a {
	display: block;
}