@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-family: "Mplus 1p";
	/*font-weight: 500 !important;*/
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.wf1 {
	font-family: "Mplus 1p";
	font-weight: 700 !important;
}
.wf2 {
	font-family: 'Spectral SC', serif;
}

/* 会員登録フォーム */
.mailpoet_paragraph {
	padding-bottom: 10px;
}
.registration {
	margin-top: 20px;
}
.registration dt {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	padding: 5px;
}
.registration dd {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 5px 5px 0;
}
.registration dd input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
	float: left;
	margin-right: 10px;
}
.mailpoet_checkbox_label {
	float: left;
	margin-right: 25px;
	font-weight: normal !important;
}
.registration dd input[type=checkbox] {
	margin-top: 5px;
	margin-left: 5px;
}
.mailpoet_paragraph input[type="submit"] {
	outline: none;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #039;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	width: 200px;
	cursor: pointer;
	margin: 20px auto;
}
.registration_mail {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	padding: 5px;
}
input[type="email"] {
	padding: 0.5%;
	width: 98.5% !important;
}
input[type="text"] {
	padding: 0.5%;
	width: 50% !important;
}

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}
.header-wrapper {
	background-color: #333;
	position: fixed;
	top: 0;
	z-index: 101;
	width: 100%;
	height: 80px;
}
.header-wrapper h1 {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
#nav-wrapper {
	background-color: #039;
}
#nav-wrapper #global-nav {
	list-style-type: none;
	max-width: 1000px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
#nav-wrapper #global-nav li {
	width: 15%;
	text-align: center;
	float: left;
	font-family: 'Spectral SC', serif;
}
#nav-wrapper #global-nav li:nth-child(4) {
	width: 10%;
}
#nav-wrapper #global-nav li span a {
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#nav-wrapper #global-nav li span a:hover {
	background-color: #0B4DD1;
}
#nav-wrapper #global-nav li:nth-child(4) span a:hover {
	background: none;
}
#nav-wrapper #global-nav li span img {
	width: 100%;
	margin-top: -30px;
	z-index: 9999;
	position: relative;
}
#nav-wrapper #global-nav li ul li {
	clear: both;
	width: 100%;
	font-family: "Mplus 1p";
	font-weight: 700 !important;
}
#mv-wrapper {
	width: 100%;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 500px;
	height: 500px;
	margin-top: 80px;
}
.contents-wrapper {
	padding: 50px 0;
}
.contents_inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
.main_ttl {
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
}
.main_ttl span::before,
.main_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 3px;
	background-color: #003399;
}
.main_ttl span::before {
	right: 100%;
}
.main_ttl span::after {
	left: 100%;
}
#idea h3 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
#idea .color {
	list-style-type: none;
	margin-bottom: 30px;
}
#idea .color li {
	text-align: center;
	float: left;
	width: 32%;
	color: #FFF;
	padding: 10px;
	font-size: 18px;
	margin-right: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#idea .color li.white {
	color: #111;
	border: 1px solid #CCC;
}
#idea .color li.blue {
  background-color: #003399;
}
#idea .color li.red {
  background-color: #CC0000;
  margin-right: 0;
}
#idea h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
#idea .idea {
	list-style-type: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#idea .idea li {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#idea .idea li img {
	width: 25px;
	margin-right: 10px;
	vertical-align: top;
}
#bnr01 {
	background-image: url(image/index/bnr01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#bnr01 ul {
	list-style-type: none;
}
#bnr01 ul li {
	float: left;
	width: 18.4%;
	text-align: center;
	padding: 30px 0;
}
#bnr01 ul li:not(:last-child) { 
	margin-right: 2%;
}
#bnr01 ul li img {
	width: 100%;
}
footer {
	background-color: #C00;
	padding: 30px 0;
}
footer .footer-wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
footer .footer-wrapper ul {
	list-style-type: none;
	margin-bottom: 30px;
}
footer .footer-wrapper ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
footer .footer-wrapper ul li:nth-child(4n) {
	margin-right: 0;
}
footer .footer-wrapper ul li img {
	width: 100%;
}
footer .footer-wrapper .copy {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

#sv-wrapper {
	position: relative;
	display: grid;
}
#sv-wrapper img {
	width: 100%;
}
#sv-wrapper h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding: 5px 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#staff ul {
	list-style-type: none;
}
#staff ul li {
	text-align: center;
	width: 48%;
	margin-bottom: 4%;
	border: solid 1px #CCC;
	padding: 10px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#staff ul li:nth-child(odd) {
	float: left;
}
#staff ul li:nth-child(even) {
	float: right;
}
#staff  ul li .name {
	font-size: 15px;
	color: #FFF;
	background-color: #039;
	line-height: 30px;
}
#staff ul li .txt {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
#history .chronology dl {
	margin-bottom: 20px;
}
#history .chronology dl dt {
	font-size: 14px;
	font-weight: normal;
	width: 18%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#history .chronology dl dd {
	font-size: 14px;
	font-weight: normal;
	width: 82%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#history .chronology table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-spacing: 0;
	font-weight: normal;
}
#history .chronology table tr td {
	font-size: 14px;
	padding: 10px 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
}
#history .chronology table tr td.bg {
	font-size: 12px;
	background-color: #F8F8F8;
	text-align: center !important;
}
#history .chronology table tr td.time {
	width: 5%;
}
#history .chronology table tr td.year {
	width: 15%;
}
#history .chronology table tr td.captain {
	width: 12%;
}
#history .chronology table tr td.members {
	width: 5%;
}
#history .chronology table tr td.note {
	text-align: left;
}
#schedule .schedule01 {
	margin-bottom: 50px;
}
#schedule .schedule01 dl dt {
	font-size: 14px;
	background-color: #EFEFEF;
	text-align: center;
	float: left;
	width: 20%;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
}
#schedule .schedule01 dl dd {
	font-size: 14px;
	float: left;
	width: 80%;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 10px;
}
#schedule .schedule02 {
	margin-bottom: 50px;
}
#schedule .schedule02 ul {
	list-style-type: none;
}
#schedule .schedule02 ul li {
	font-size: 14px;
	font-weight: normal;
	background-image: url(image/schedule/icon_schedule.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 30px 37px;
	-moz-background-size: 30px 37px;
	-webkit-background-size: 30px 37px;
	padding-left: 40px;
	margin-bottom: 20px;
}
#support .constitution .support_ttl {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	background-color: #039;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
#support .constitution .caption {
	font-size: 15px;
	font-weight: normal;
	padding: 5px;
	float: left;
	width: 18%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #EFEFEF;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
#support .constitution .caption span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#support .constitution dl {
	margin-bottom: 20px;
	float: right;
	width: 80%;
}
#support .constitution dt {
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 15%;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#support .constitution dd {
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 85%;
	padding-top: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#support .constitution dd ul {
	margin-left: 2.4em;
	list-style-type: decimal;
}
#contact .att {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}
#contact .att span {
	color: #F00;
	font-weight: bold;
}

#pagetop {
	height: 70px;
	width: 70px;
	bottom: 25px;
	position: fixed;
	right: 20px;
	z-index: 6;
}
#pagetop p {
	height: 70px;
	width: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px;
	width: 70px;
	padding-top: 70px;
}

/* カレンダー用上書き */
.eventorganiser-event-meta hr {
	display: none;
}
.eventorganiser-event-meta h4 {
	padding: 5px;
}
.eo-event-meta li {
	margin-left: 1.5em !important;
}
.eo-event-venue-map {
	margin-bottom: 20px;
}
.fc-content span {
	color: #FFF;
}
.entry-title {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	background-color: #039;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
.calendar_btn {
	width: 160px;
	margin: 30px auto;
}
.calendar_btn a {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	display: block;
	background-color: #039;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.calendar_btn a:hover {
	background-color: #2A57B1;
}

/* ギャラリー用上書き */
.fbx-caption-title {
	color: #FFF;
	font-family: "Mplus 1p";
	font-weight: 700 !important;
}
.fg-caption-title  {
	color: #FFF;
	font-family: "Mplus 1p";
	font-size: 12px !important;
}
.fg-default.fg-gutter-10 {
	padding-left: 0px !important;
}


#sv-single {
    width: 100%;
    height: auto;
    margin-top: 0px;
}
#sv-single img {
    width: 100%;
    height: auto;
}
.single-wrapper {
    width: 1000px;
    margin: 120px auto 50px;
}
.single-wrapper p.title {
    font-size: 26px;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #039;
    color: #039;
    font-weight: bold;
}
.single-wrapper p.date {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: right;
}
.single-wrapper .txt p {
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
}
.entry-header h1.entry-title {
    font-size: 26px;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #039;
    background: #fff;
    color: #039;
    font-weight: bold;
}


}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}
.sp_header {
	background-color: #039;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}
.sp_header_inner {
	position: relative;
}
h1 {
	font-size: 12px;
    line-height: 50px;
    margin-left: 60px;
    font-weight: normal;
}
h1 a {
    color: #FFF;
	text-decoration: none;
}
.logo {
	width: 50px;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 99;
}
.logo img {
	width: 100%;
}
.sb-toggle-right {
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sb-toggle-right img {
	width: 40px;
	padding: 5px;
}
.global-nav {
	list-style-type: none;
	margin-bottom: 100px;
}
.global-nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-family: 'Spectral SC', serif;
}
.global-nav li a {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.global-nav li.child {
	font-family: "Mplus 1p";
	font-weight: 700 !important;
}
#mv-wrapper {
	width: 100%;
	z-index: 99;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 200px;
	height: 200px;
	margin-top: 50px;
}
.contents-wrapper {
	padding: 40px 0;
}
.contents_inner {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
}
.main_ttl {
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
}
.main_ttl span::before,
.main_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 3px;
	background-color: #039;
}
.main_ttl span::before {
	right: 100%;
}
.main_ttl span::after {
	left: 100%;
}
#idea h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
#idea .color {
	list-style-type: none;
	margin-bottom: 10px;
}
#idea .color li {
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#idea .color li.white {
	color: #111;
	border: 1px solid #CCC;
}
#idea .color li.blue {
  background-color: #039;
}
#idea .color li.red {
  background-color: #C00;
  margin-right: 0;
}
#idea h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 30px;
}
#idea .idea {
	list-style-type: none;
}
#idea .idea li {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#idea .idea li img {
	width: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
#bnr01 {
	background-image: url(image/index/bnr01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#bnr01 ul {
	list-style-type: none;
}
#bnr01 ul li {
	width: 49%;
	text-align: center;
	margin-bottom: 2%;
}
#bnr01 ul li:nth-child(odd) {
	float: left;
}
#bnr01 ul li:nth-child(even) {
	float: right;
}
#bnr01 ul li img {
	width: 100%;
}
footer {
	background-color: #C00;
	padding: 30px 0;
}
footer .footer-wrapper {
	padding: 0 10px;
}
footer .footer-wrapper ul {
	list-style-type: none;
	margin-bottom: 30px;
}
footer .footer-wrapper ul li {
	width: 49%;
	margin-bottom: 2%;
}
footer .footer-wrapper ul li:nth-child(odd) {
	float: left;
}
footer .footer-wrapper ul li:nth-child(even) {
	float: right;
}
footer .footer-wrapper ul li img {
	width: 100%;
}
footer .footer-wrapper .copy {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

#sv-wrapper {
	position: relative;
	display: grid;
	margin-top: 50px;
}
#sv-wrapper img {
	width: 100%;
}
#sv-wrapper h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#staff ul {
	list-style-type: none;
}
#staff ul li {
	text-align: center;
	margin-bottom: 20px;
	border: solid 1px #CCC;
	padding: 10px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#staff ul li img {
	width: 100%;
	max-width: 180px;
}
#staff  ul li .name {
	font-size: 14px;
	color: #FFF;
	background-color: #039;
	line-height: 30px;
}
#staff ul li .txt {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
#history .chronology dl {
	margin-bottom: 20px;
}
#history .chronology dl dt {
	font-size: 13px;
	font-weight: normal;
}
#history .chronology dl dd {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
}
#history .chronology table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-spacing: 0;
	font-weight: normal;
	overflow-x: auto;	
}
#history .chronology table tr td {
	font-size: 13px;
	padding: 10px 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
}
#history .chronology table tr td.bg {
	font-size: 12px;
	background-color: #F8F8F8;
	text-align: center !important;
}
#history .chronology table tr td.time {
	/*width: 30px;*/
	display: none;
}
#history .chronology table tr td.year {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}
#history .chronology table tr td.captain {
	width: 80px;
}
#history .chronology table tr td.members {
	/*width: 30px;*/
	display: none;
}
#history .chronology table tr td.note {
	text-align: left;
}
#schedule .schedule01 {
	margin-bottom: 50px;
}
#schedule .schedule01 dl dt {
	font-size: 13px;
	background-color: #EFEFEF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
}
#schedule .schedule01 dl dd {
	font-size: 13px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
}
#schedule .schedule02 {
	margin-bottom: 50px;
}
#schedule .schedule02 ul {
	list-style-type: none;
}
#schedule .schedule02 ul li {
	font-size: 14px;
	font-weight: normal;
	background-image: url(image/schedule/icon_schedule.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 20px 25px;
	-moz-background-size: 20px 25px;
	-webkit-background-size: 20px 25px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#support .constitution .support_ttl {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #039;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
#support .constitution .caption {
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	background-color: #EFEFEF;
	text-align: center;
	margin-bottom: 5px;
}
#support .constitution .caption span {
}
#support .constitution dl {
	margin-bottom: 20px;
}
#support .constitution dt {
	font-size: 13px;
	font-weight: normal;
	padding: 0px 5px;
}
#support .constitution dd {
	font-size: 13px;
	font-weight: normal;
	padding: 0px 5px;
}
#support .constitution dd ul {
	margin-left: 2.4em;
	list-style-type: decimal;
}
#contact .att {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 30px;
}
#contact .att span {
	color: #F00;
	font-weight: bold;
}

#pagetop {
	height: 40px;
	width: 40px;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop p {
	height: 40px;
	width: 40px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	display: block;
	height: 0px;
	width: 40px;
	padding-top: 40px;
}

/* カレンダー用上書き */
.eventorganiser-event-meta hr {
	display: none;
}
.eventorganiser-event-meta h4 {
	padding: 5px;
}
.eo-event-meta li {
	margin-left: 1.5em !important;
}
.eo-event-venue-map {
	margin-bottom: 20px;
}
.fc-content span {
	color: #FFF;
}
.entry-title {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #039;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	margin-left: 0px;
	line-height: 20px !important;
}
.calendar_btn {
	width: 160px;
	margin: 30px auto;
}
.calendar_btn a {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	display: block;
	background-color: #039;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.calendar_btn a:hover {
	background-color: #2A57B1;
}

/* ギャラリー用上書き */
.fbx-caption-title {
	color: #FFF;
	font-family: "Mplus 1p";
	font-weight: 700 !important;
}
.fg-caption-title  {
	color: #FFF;
	font-family: "Mplus 1p";
	font-size: 12px !important;
}
.fg-default.fg-gutter-10 {
	padding-left: 0px !important;
}

input[type="text"] {
	padding: 0.5%;
	width: 98.5% !important;
}


#sv-single {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
#sv-single img {
    width: 100%;
    height: auto;
}
.single-wrapper {
    width: 90%;
    height: auto;
    margin: 80px 5% 30px;
}
.single-wrapper p.title {
    font-size: 22px;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #039;
    color: #039;
    font-weight: bold;
}
.single-wrapper p.date {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: right;
}
.single-wrapper .txt p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 10px;
}
.entry-header h1.entry-title {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #039;
    background: #fff;
    color: #039;
    font-weight: bold;
}

}

.edit-link {
	display: none;
}