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

html {
	overflow-y: scroll;
}

body {
	background-color: black;
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 15px;
	font-weight: 500;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

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

div.body h2 {
	background-color: #ece7de;
	font-size: 120%;
	margin: 20px -5px;
	padding: 5px 10px;
	text-align: center;
}

h2.img {
	padding: 30px 0px;
}

h2.img em {
	border-bottom: 4px solid #232323;
	display: inline-block;
	font-size: 28px;
	font-style: normal;
	padding: 10px 40px;
}

div.bg-gray h2.img em {
	border-color: #383838;
}

h3.img {
	padding: 30px 0px;
}

h3.img em {
	border-bottom: 1px solid #8d8d8d;
	border-top: 1px solid #8d8d8d;
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	padding: 10px 40px;
}

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

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

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

p.center {
	text-align: center;
}

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

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

a {
	color: white;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.6;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.link-btn,
span.link-btn a,
span.link-btn span,
div.body p a.link-btn {
	background: url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 35px;
	border: 1px solid #5c5c5c;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	padding: 15px 100px 15px 90px;
	text-decoration: none;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 35px;
	border: 1px solid #5c5c5c;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	padding: 15px 90px 15px 100px;
	text-decoration: none;
}

span.link-btn a,
span.link-btn-prev a {
	font-size: 13px;
	padding-bottom: 13px;
	padding-top: 13px;
}

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

div.body table {
	margin: 10px auto;
}

div.body table th,
div.body table td {
	border: 1px solid gray;
	padding: 3px 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

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.marker,
strong.marker {
	background: linear-gradient(transparent 50%, #faf09a 50%);
	padding: 0px 5px;
}

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

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

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

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 0px 12px;
	background-size: 4px;
	display: block;
	padding: 5px 0px 5px 16px;
}

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

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

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

div.line {
	background: #5c5c5c;
	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;
}

/***********************************************************************/
table.list-table th {
	background-color: #3a3a3a;
	border-bottom: 1px solid #5c5c5c;
	border-top: 1px solid #5c5c5c;
	font-weight: normal;
	padding: 20px 30px;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;
	padding: 20px 30px;
}

table.list-table td p {
	margin: 0px;
}

table.list-table td table {
	width: auto;
}

table.list-table td table th {
	background-color: transparent;
	border: none;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

table.list-table td table td {
	border: none;
	padding: 0px 0px 0px 20px;
	padding: 0px;
}

ul.photos {
	text-align: center;
}

ul.photos li {
	display: inline-block;
}

ul.photos li img {
	height: auto;
	width: 210px;
}

div.movie {
	height: auto;
	margin: 0px auto;
	padding: 50px 0px;
	width: 700px;
}

/***********************************************************************/
table.form-table th {
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	color: white;
	padding: 23px 20px;
	text-align: right;
	vertical-align: top;
	width: 25%;
}

table.form-table td {
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	padding: 10px 25px;
}

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

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

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 3px solid #6c6c6c;
	font-size: 100%;
	margin: 1px 0px;
	padding: 10px;
}

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

table.form-table textarea {
	font-family: inherit;
	font-size: 120%;
	width: 95%;
}

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

input.submit {
	background: url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 40px;
	border: 1px solid #5c5c5c;
	color: white;
	cursor: pointer;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	padding: 13px 100px 13px 90px;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.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.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/
ul.gallery-list {
	margin: 0px auto;
	text-align: center;
	width: 1000px;
}

ul.gallery-list li {
	display: inline-block;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

div.body {
	margin: 0px auto;
	padding: 20px 0px 30px 0px;
	width: 800px;
}

div.body p a {
	padding: 10px 60px;
}

div.body h2 {
	background-color: #232323;
	color: white;
	font-size: 130%;
	font-style: normal;
	margin: 30px -20px;
	padding: 10px;
}

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

div.body figure {
	margin: 40px 0px;
	text-align: center;
}

div.body figure.alignleft {
	text-align: left;
}

div.body figure.alignright {
	text-align: right;
}

div.body figure figcaption {
	padding: 10px 0px 40px 0px;
}

div.body iframe,
div.body video {
	display: block;
	margin: 0px auto;
	padding: 30px 0px;
}

div.body table {
	margin: 30px auto;
}

div.body table td {
	border: 1px solid #454545;
	line-height: 1.5em;
	padding: 15px 30px;
}

body#single div.page {
	text-align: center;
}

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

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

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

div.page a.page-numbers {
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

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

div.page a.page-numbers {
	background-color: black;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
	color: white;
	font-style: normal;
}

div.page a.next {
	background: black url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 30px;
	padding: 15px 90px 15px 70px;
}

div.page a.prev {
	background: black url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 30px;
	padding: 15px 70px 15px 90px;
}

div.page span.page-numbers {
	border: 1px solid #8f8f8f;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

/***********************************************************************/
#header {
	background-color: #232323;
}

#header #logo {
	text-align: center;
}

#header #logo a {
	background-color: black;
	display: block;
	margin: 0px auto;
	padding: 10px 50px 50px 50px;
	position: relative;
	text-decoration: none;
	width: 100px;
}

#header #logo a em {
	display: block;
	font-style: normal;
	position: absolute;
	text-align: center;
	top: 105px;
	width: 100px;
}

#title {
	padding: 50px 0px;
}

#title p {
	font-size: 30px;
	margin: 0px;
	text-align: center;
}

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

#title-s {
	padding: 30px 0px;
}

#title-s p {
	margin: 0px;
	text-align: center;
}

#title-s p a {
	text-decoration: none;
}

#title-s p a em {
	font-size: 15px;
	font-style: normal;
}

#title-s p a strong {
	font-size: 18px;
}

div.bg-gray {
	background: #232323;
	padding: 50px 0px;
}

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

div.main-s {
	margin: 0px auto;
	text-align: center;
}

div.main-s ul.list {
	display: inline-block;
	text-align: justify;
}

#footer {
	padding-top: 70px;
}

#footernav {
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	padding: 20px 0px;
}

#footernav ul {
	margin: 0px;
	text-align: center;
}

#footernav ul li {
	display: inline;
	text-align: center;
}

#footernav ul li a {
	padding: 5px 25px;
	text-decoration: none;
}

#footersns {
	padding: 90px 0px 40px 0px;
}

#footersns ul {
	text-align: center;
}

#footersns ul li {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: middle;
}

#footer h3 {
	font-size: 20px;
	line-height: 2em;
}

#footer h4 {
	font-size: 12px;
	line-height: 2em;
	padding-top: 20px;
}

#footer h4 em {
	display: block;
	font-size: 13px;
}

#footer p#copyright {
	font-size: 11px;
	margin: 0px;
	padding: 20px 0px 100px 0px;
	text-align: center;
}

#pagetop {
	bottom: 50px;
	margin: 0px;
	position: fixed;
	right: 20px;
}

#pagetop a {
	display: block;
	height: 78px;
	width: 20px;
}

.news_text{
	max-width:700px;
	margin: auto;
}
.news_text img{
	margin-top:50px;display:inline-block;width: 100%;
}




