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

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

body {
	background: url(images/bg.jpg) repeat center top;
	background-attachment: fixed;
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 600;
}

.sp {
	display: none;
}

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

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

div.subtitle h2 {
	display: inline-block;
}

div.subtitle h2 em {
	border-bottom: 6px solid #3c7fc2;
	font-family: serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 1em;
	padding: 5px 20px;
}

div.subtitle h2 strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 23px 0 7px 0;
	text-align: center;
}

div.subtitle span.subtitle {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 30px;
	padding-bottom: 10px;
	width: 20%;
}

p {
	line-height: 1.9em;
	margin: 15px 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;
}

a {
	color: #3c7fc2;
	font-weight: normal;
	overflow: hidden;
}

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

a.link-btn,
div.body p a.link-btn {
	background: #3c7fc2 url(images/link_btn.png) no-repeat right 15px center;
	border-radius: 40px;
	color: white;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px 110px 20px 95px;
	text-decoration: none;
}

a.link-btn-prev {
	background: #3c7fc2 url(images/link_btn_prev.png) no-repeat left 15px center;
	border-radius: 40px;
	color: white;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px 95px 20px 110px;
	text-decoration: none;
}

span.small a.link-btn {
	padding: 15px 80px 15px 70px;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

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

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.large {
	font-size: 110%;
	line-height: 1.8em;
}

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

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

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

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.png) no-repeat 10px 13px;
	border-bottom: 1px dotted #16a59d;
	display: block;
	padding: 8px 0 8px 30px;
	text-align: left;
}

ul.photos li.c {
	padding: 0 13px;
}

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

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

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

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 {
	background-color: white;
	border-top: 1px solid #3c7fc2;
	margin: 10px auto;
}

table.list-table th {
	background: rgba(255,255,255,.8);
	border-bottom: 1px solid #3c7fc2;
	color: white;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 20px;
	text-align: center;
}

table.list-table td {
	border-bottom: 1px solid #3c7fc2;
	line-height: 1.5em;
	padding: 10px 20px;
}

/***********************************************************************/
ul.newslist li {
	border-top: 1px dotted black;
}

ul.newslist li:last-child {
	border-bottom: 1px dotted black;
}

ul.newslist li a {
	background: white url(images/link_btn_gray.png) no-repeat right 50px center;
	color: black;
	display: block;
	padding: 10px  100px 10px 80px;
	text-decoration: none;
}

ul.newslist li a span.img {
	display: table-cell;
	vertical-align: middle;
	width: 132px;
}

ul.newslist li a span.img img {
	height: auto;
	width: 132px;
}

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

ul.newslist li a span.category span {
	color: white;
	display: block;
	font-weight: 500;
	line-height: 1.3em;
	padding: 5px 10px;
	text-align: center;
}

ul.newslist li a span.datetitle {
	display: table-cell;
	padding: 10px 0;
	vertical-align: middle;
}

ul.newslist li a span.datetitle span.date {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}

ul.newslist li a span.datetitle strong {
	display: block;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.6em;
	text-align: justify;
	text-decoration: none;
	vertical-align: middle;
}

ul.newslist li a span.datetitle span.detail {
	display: block;
	font-size: 90%;
	line-height: 1.6em;
	min-height: 28px;
}

ul.newslist li a span.detail p {
	margin: 0;
}

.category span a {
	color: white;
	display: inline-block;
	font-weight: 500;
	padding: 0 10px;
	text-decoration: none;
}

div.category span a {
	font-weight: bold;
	margin: 0 5px;
	padding: 5px 30px;
}

a span.category span.event,
.category span.event a {
	background-color: #ea9200;
}

body#archive h1.event {
	color: #ea9200;
}

a span.category span.news,
.category span.news a {
	background-color: #16a59d;
}

body#archive h1.news {
	color: #16a59d;
}

a span.category span.cb,
.category span.cb a {
	background-color: #7a7de2;
}

body#archive h1.cb {
	color: #7a7de2;
}

a span.category span.community,
.category span.community a {
	background-color: #27c13a;
}

body#archive h1.community {
	color: #27c13a;
}

a span.category span.shop,
.category span.shop a {
	background-color: #e65d7c;
}

body#archive h1.shop {
	color: #e65d7c;
}

a span.category span.history,
.category span.history a {
	background-color: #a6af39;
}

body#archive h1.history {
	color: #a6af39;
}

a span.category span.syonai,
.category span.syonai a {
	background-color: #b27de2;
}

body#archive h1.syonai {
	color: #b27de2;
}

div.category {
	border-top: 1px solid #3c7fc2;
	color: #166da5;
	padding-top: 60px;
	text-align: center;
}

div.category p {
	font-weight: 500;
}

div.page {
	padding: 40px 15px 20px 15px;
	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: #3c7fc2;
	border: 1px solid #3c7fc2;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	display: inline-block;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.next,
div.page a.prev {
	border: none;
	padding: 13px 80px 13px 70px;
}

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

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

span.link-btn a {
	background: #3c7fc2 url(images/link_btn.png) no-repeat right 15px center;
	border-radius: 40px;
	color: white;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 60px 10px 50px;
	text-decoration: none;
}

span.link-btn-prev a {
	background: #3c7fc2 url(images/link_btn_prev.png) no-repeat left 15px center;
	border-radius: 40px;
	color: white;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 50px 10px 60px;
	text-decoration: none;
}

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

body#single h1 {
	padding-bottom: 20px;
}

body#single h1 em {
	border-bottom: 6px solid #166da5;
	font-size: 32px;
	font-style: normal;
	padding: 7px 20px;
	text-align: center;
}

body#single div.body {
	background-color: white;
	border: 3px solid #eeeeee;
	margin: 0 auto;
	padding: 30px 80px;
	width: 740px;
}

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

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

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

body#single div.body table {
	background: rgba(255,255,255,.5);
	border-top: 1px solid #16a59d;
	margin: 30px auto;
}

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

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

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

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

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

body#single div.body strong {
	background: url(../images/marker.gif) repeat-x center bottom;
	margin: 0 3px;
	padding: 0 2px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	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 div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: auto;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

body#single div.body input {
	background-color: #3c7fc2;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	margin: 2px 5px 2px 0;
	padding: 5px 10px;
}

body#single div.body label input {
	background-color: white;
	color: black;
	cursor: auto;
	padding: 5px;
}

/***********************************************************************/
#container {
	background: rgba(255,255,255,.9);
	margin: 0 auto;
	width: 1100px;
}

#header {
	background-color: #f9fdff;
	text-align: center;
}

#header p#headertext {
	font-size: 90%;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
}

#header p#headertext a {
	color: #3c7fc2;
	font-weight: bold;
	text-decoration: none;
}

#title,
#title-s {
	color: white;
	padding: 10px 0 25px 0;
}

#title h1 span {
	display: block;
	table-layout: center;
}

#title h1 strong {
	display: block;
	font-size: 40px;
}

#title h1 em {
	border-top: 2px solid white;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	padding: 7px 200px;
}

#main {
	padding: 50px 0 70px 0;
}

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

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

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

#footer {
	background: rgba(255,255,255,.8);
	margin: 0 auto;
	text-align: center;
	width: 1100px;
}

#footer a {
	color: #3c7fc2;
}

#footernav {
	border-top: 1px solid #3c7fc2;
	padding: 50px 0;
}

#footernav ul {
	display: block;
}

#footernav ul li {
	border-left: 1px solid;
	color: #3c7fc2;
	display: inline;
	padding: 0 26px;
}

#footernav ul  li:last-child {
	border-right: 1px solid;
}

#footernav ul li a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#pagetop {
	margin-top: 0;
	text-align: center;
	width: auto;
}

#pagetop a {
	background-color: #3c7fc2;
	display: block;
	height: 130px;
}

#pagetop a img {
	height: auto;
	padding: 30px 0;
}

#footer-address {
	border-bottom: 1px solid #bbd2ea;
	padding: 0 20px 15px 20px;
	text-align: center;
}

#footer-address address,
#footer-address p {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

#footer-address a {
	font-size: 95%;
}

p#copyright {
	color: #3c7fc2;
	font-size: 80%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

