@charset "UTF-8";


/* wp image */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
 
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}



/* content */
section.content > header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	margin-top: 87px;
	padding-top: 44px;
}

section.content > header > div {
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px;
}

section.content > header > div > h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

section.content > nav.local {
	background-color: #ffffff;
	width: 100%;
	padding: 7px 0;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,1);
}

section.content > nav.local > ul {
	margin: 0 auto;
	width: 960px;
	display: table;
	table-layout: fixed;
}

section.content > nav.local > ul > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

section.content > nav.local > ul > li.active:after {
	content: "";
	background-color: #1e8582;
	width: 70%;
	height: 2px;
	margin-left: -35%;
	position: absolute;
	bottom: -4px;
	left: 50%;
	border-radius: 2px;
}

section.content > nav.local > ul > li > a {
	color: #4E3F3A;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 1.1;
	padding: 8px 4px;
	display: block;
	border-left: solid 1px #E8E8E8;
	text-decoration: none;
	text-align: center;
}

section.content > nav.local > ul > li:hover > a,
section.content > nav.local > ul > li.active > a {
	color: #1E8582;
	font-weight: bold;
}

section.content > nav.local > ul > li:last-child > a {
	border-right: solid 1px #E8E8E8;
}

section.content > div.topic-path {
	padding: 20px 0;
	margin: 0 auto;
	width: 960px;
}

section.content > div.topic-path > ul {
	padding-left: 25px;
	background-image: url(../images/contents/common/topic-path-home.png);
	background-repeat: no-repeat;
}

section.content > div.topic-path > ul > li {
	margin-right: 3px;
	padding-right: 13px;
	display: inline-block;
	background-image: url(../images/contents/common/topic-path-marker.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #444444;
}

section.content > div.topic-path > ul > li:last-child {
	background-image: none;
}

section.content > div.topic-path > ul > li > a {
	color: #1E8582;
	font-size: 86.7%;
	text-decoration: none;
}

section.content > div.topic-path > ul > li > a:hover {
	text-decoration: underline;
}

section.content > div.body {
	margin: 0 auto;
	width: 960px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

section.content > div.body > div.title_bg {
	width: 100%;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

section.content > div.body > div.title {
	border-bottom: solid 2px #1E8582;
	background-image: none;
	padding-bottom: 0;
}

section.content > div.body > div.title_bg > h2 {
	padding: 75px 30px 30px 30px;
	color: #4D4639;
	background-color: rgba(255,255,255,1.00);
	font-size: 200%;
	line-height: 1.4;
	position: static;
}

section.content > div.body > div.title > h2 {
	padding: 30px;
	color: #4D4639;
	background-color: rgba(255,255,255,1.00);
	font-size: 200%;
	line-height: 1.4;
}

section.content > div.body > div.entry-body {
	padding: 30px 50px 50px 50px;
}

section.content > div.body > div.entry-body p {
	margin-bottom: 1em;
	margin-left: 15px;
	line-height: 1.6;
	text-align: justify;
}

section.content > div.body > div.entry-body p.text-center {
	text-align: center;
}

section.content > div.body > div.entry-body p.text-right {
	text-align: right;
}

section.content > div.body > div.entry-body h3 {
	margin-top: 45px;
	margin-bottom: 20px;
	padding-top: 33px;
	color: #444444;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	border-top: 3px #1e8582 solid;
	position: relative;
}

section.content > div.body > div.entry-body h3:before {
	content: "";
	display: block;
	width: 600px;
	height: 0;
	border-top: 3px #e6e6e6 solid;
	position: absolute;
	right: 0;
	top: -3px;
}

section.content > div.body > div.entry-body h3.nobg {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

section.content > div.body > div.entry-body h3.nobg:before {
	display: none;
}

section.content > div.body > div.entry-body h3:after {
    content: '';
    display: block;
    clear: both;
}

section.content > div.body > div.entry-body h4 {
	margin-top: 30px;
	margin-bottom: 12px;
	margin-left: 8px;
	padding: 2px 0 2px 6px;
	border-left: solid 8px #1E8582;
	font-size: 106.7%;
	font-weight: bold;
	line-height: 1.2;
}

section.content > div.body > div.entry-body h5 {
	color: #1E8582;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 6px;
	font-size: 100%;
	font-weight: bold;
}

section.content > div.body > div.entry-body h4 + h5 {
	margin-top: 15px;
}

section.content > div.body > div.entry-body a {
	color: #1E5B85;
	line-height: 1.6;
}

section.content > div.body > div.entry-body a > img {
	/*border: solid 3px #DFEEED;*/
	vertical-align: top;
}

section.content > div.body > div.entry-body dt > a,
section.content > div.body > div.entry-body dd > a,
section.content > div.body > div.entry-body th a,
section.content > div.body > div.entry-body td a,
section.content > div.body > div.entry-body li > a {
	line-height: 1.6;
}

section.content > div.body > div.entry-body a.pdf {
	padding-right: 16px;
	background-image: url(../images/contents/common/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

section.content > div.body > div.entry-body a.xls {
	padding-right: 16px;
	background-image: url(../images/contents/common/icon-xls.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

section.content > div.body > div.entry-body a.doc {
	padding-right: 16px;
	background-image: url(../images/contents/common/icon-doc.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

section.content > div.body > div.entry-body a.external {
	padding-right: 15px;
	background-image: url(../images/contents/common/icon-external.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

section.content > div.body > div.entry-body a:hover {
	opacity: 0.7;
}

section.content > div.body > div.entry-body em {
	font-weight: bold;
}

section.content > div.body > div.entry-body strong {
	font-weight: bold;
	line-height: 1.6;
}

section.content > div.body > div.entry-body ul {
	margin-bottom: 1em;
	margin-left: 20px;
}

section.content > div.body > div.entry-body ul > li {
	margin-bottom: 8px;
	padding-left: 15px;
	background-image: url(../images/contents/common/list-marker.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	line-height: 1.6;
}

section.content > div.body > div.entry-body ul > li > ul {
	margin: 8px 0 0 0;
}

section.content > div.body > div.entry-body ul > li > ul > li {
	margin-bottom: 8px;
	padding-left: 15px;
	background-image: url(../images/contents/common/list-marker-2nd.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	line-height: 1.6;
}

section.content > div.body > div.entry-body ul.img-horizontal {
	margin: 0px auto;
	letter-spacing: -.1em;
	text-align: center;
}

section.content > div.body > div.entry-body ul.img-horizontal > li {
	font-size: 80%; /* 12px */
	width: 240px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	background-image: none;
}

section.content > div.body > div.entry-body ul.img-horizontal > li span {
	font-size: 125%; /* 15px */
}

section.content > div.body > div.entry-body ul.img-horizontal > li + li {
	margin-left: 30px;
}
section.content > div.body > div.entry-body ul.img-horizontal > li > img {
	width: inherit;
}

section.content > div.body > div.entry-body ol {
	margin-bottom: 1em;
	margin-left: 35px;
}

section.content > div.body > div.entry-body ol > li {
	margin-bottom: 8px;
	line-height: 1.6;
}

section.content > div.body > div.entry-body table {
	margin-left: 15px;
}

section.content > div.body > div.entry-body table + *{
	margin-top: 1em;
}

section.content > div.body > div.entry-body table.w100 {
	width: 830px;
}

section.content > div.body > div.entry-body table th {
	padding: 10px 15px;
	border: solid 1px #CCCCCC;
	color: #FFFFFF;
	background-color: #3E9694;
	line-height: 1.4;
	white-space: nowrap;
}

section.content > div.body > div.entry-body table td {
	padding: 10px 15px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	line-height: 1.4;
	word-break: break-all;
	vertical-align: middle;
}

section.content > div.body > div.entry-body table tr:nth-child(even) > td {
	background-color: #FFFFFF;
}

/* table flat */
section.content > div.body > div.entry-body table.flat th {
	color: #333333;
	background-color: #ffffff;
	font-weight: bold;
	padding: 0;
	border: none;
	vertical-align: top;
	line-height: 1.4;
	white-space: nowrap;
}

section.content > div.body > div.entry-body table.flat td {
	background-color: #ffffff;
	padding: 0;
	border: none;
	vertical-align: top;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table.flat td + td {
	padding-left: 15px;
}

section.content > div.body > div.entry-body table.flat tr:first-child > th,
section.content > div.body > div.entry-body table.flat tr:first-child > td {
	border-top: none;
}

section.content > div.body > div.entry-body table.flat tr:nth-child(even) > td {
	background-color: #ffffff;
}

/* table misc */
section.content > div.body > div.entry-body table.misc th {
	color: #333333;
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 10px 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.4;
	white-space: nowrap;
}

section.content > div.body > div.entry-body table.misc td {
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table.misc tr:first-child > th,
section.content > div.body > div.entry-body table.misc tr:first-child > td {
	border-top: solid 1px #CCCCCC;
}

section.content > div.body > div.entry-body table.misc tr:nth-child(even) > td {
	background-color: #f5f5f5;
}

section.content > div.body > div.entry-body dl {
	margin-left: 15px;
	margin-bottom: 1em;
}

section.content > div.body > div.entry-body dl > dt {
	margin-bottom: 5px;
	color: #41191F;
	font-weight: bold;
	line-height: 1.6;
}

section.content > div.body > div.entry-body dl > dd {
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.6;
}

section.content > div.body > div.entry-body .red {
	color: #ff0000;
}


/* pagenavi */
section.content > div.body > div.wp-pagenavi {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 30px;
	text-align: center;
}

section.content > div.body > div.wp-pagenavi > span.pages {
	color: #ffffff;
	background-color: #3e9694;
	padding: 10px;
	border-radius: 2px;
	display: inline-block;
}

section.content > div.body > div.wp-pagenavi > span.current,
section.content > div.body > div.wp-pagenavi > a {
	color: #333333;
	margin-left: 10px;
	padding: 8px;
	display: inline-block;
	border: 1px #e8e8e8 solid;
	border-radius: 2px;
	text-decoration: none;
}

section.content > div.body > div.wp-pagenavi > span.current {
	background-color: #e8e8e8;
}

section.content > div.body > div.wp-pagenavi > a:hover {
	color: #ffffff;
	background-color: #3e9694;
	border: 1px #3e9694 solid;
}

/* margin */
.margin-top_2em {
	margin-top: 2em;
}

.margin-top_3em {
	margin-top: 3em;
}
section.content > div.body > div.entry-body .cultural-properties__sp_img {
	display: none;
}
@media screen and (max-width: 736px) {
	section.content > nav.local > ul,
	section.content > div.body,
	section.content > div.topic-path,
	section.content > div.body > div.entry-body > div.exhibition_post,
	section.content > header > div {
		width: 100%;
	}
	section.content > div.body > div.entry-body {
		padding: 20px 10px;
	}
	section.content > div.body > div.title > h2 {
		padding: 20px;
		font-size: 18px;
	}
	section.content > header {
		margin: 0;
		padding: 0;
	}
	section.content > header > div {
		padding: 0;
	}
	section.content > header > div > h1{
	    display: inline-block;
	    padding: 30px 5%;
	    margin: 0 auto;
	    font-size: 24px;
	    color: #fff;
	    font-weight: bold;
	    position: relative;
	    box-sizing: border-box;
	    z-index: 1;
	}
	section.content > nav.local > ul {
		display: block;
	}
	section.content > nav.local > ul > li {
		display: block;
		width: 100%;
	}
	section.content > nav.local > ul > li > a {
		padding: 12px 4px;
		border: none;
		border: 1px solid #ddd;
		border-bottom: none;
	}
	section.content > nav.local > ul > li.active > a {
		color: #fff;
		background: #1E8582;
	}
	section.content > nav.local > ul > li.active a {
		border: none;
	}
	section.content > nav.local {
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: none;
	}
	section.content > nav.local > ul > li:last-child > a {
		border-bottom: 1px solid #ddd;
	}
	section.content > div.topic-path {
		padding: 15px;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	section.content > nav.local > ul > li.active:after {
		display: none;
	}
	section.content > div.topic-path > ul > li > a {
		font-size: 100%;
	}
	section.content > div.topic-path > ul > li {
		font-size: 100%;
		padding: 5px;
		line-height: 1.3;
		padding-right: 13px;
		background-position: 100% 40%;
	}
	section.content > div.topic-path > ul {
		padding-left: 18px;
	    background-image: url(../images/contents/common/topic-path-home.png);
	    background-repeat: no-repeat;
	    background-size: 16px;
	    background-position: 0 5px;
	}
	section.content > div.body > div.entry-body h3:before {
		width: 100%;
		display: none;
	}
	section.content > div.body > div.entry-body h3 {
		font-size: 100%;
		border-top: none;
		padding-top: 20px;
	}
	section.content > div.body > div.entry-body ul {
		margin-left: 0;
	}
	section.content > div.body > div.entry-body > p > img {
		width: 100%;
		height: auto;
	}
	section.content > div.body > div.entry-body dl {
		margin-left: 0;
	}
	section.content > div.body > div.entry-body h3 {
		margin-top: 30px;
	}
	section.content > div.body > div.entry-body p {
		margin-left: 0;
		text-align: left;
	}
	section.content > div.body > div.entry-body ul.img-horizontal > li {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	section.content > div.body > div.entry-body a > img {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	section.content > div.body > div.entry-body ul.img-horizontal > li + li {
		margin-left: 0;
	}
	section.content > div.body > div.entry-body table.w100 {
		width: 100%;
	}
	section.content > div.body > div.entry-body > p.sp_fl_none {
		float: none!important;
		margin: 0 0 20px 0!important;
	}
	section.content > div.body > div.entry-body h4 {
		margin-left: 0;	
	}
	section.content > div.body > div.entry-body table {
		margin-left: 0;
	}
	.sp_widthF {
		width: 100%!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	section.content > div.body > div.entry-body > p > span > img {
		width: 100%;
		height: auto;
	}
	section.content > div.body > div.entry-body p img {
		width: auto;
		height: auto;
	}
	section.content > div.body > div.entry-body p img.alignnone {
		width: 200px;
	}
	section.content > div.body > div.title_bg > h2 {
		padding: 50px 20px 20px;
		font-size: 150%;
	}
	section.content > div.body > div.entry-body > div.event-info > table tr > th ,
	section.content > div.body > div.entry-body table td {
		font-size: 87.5%;
	}
	section.content > div.body > div.entry-body h3.nobg {
		padding-top: 14px;
	}
	section.content > div.body > div.title {
		margin-bottom: 10px;
	}	
	section.content > div.body > div.title_bg {
		background-attachment: inherit;
		background-size: 100%;
	}
	section.content > div.body > div.entry-body table.cultural-properties_table td:nth-child(3) {
		display: none;
	}
	section.content > div.body > div.entry-body .cultural-properties__sp_img {
		display: block;
		overflow: hidden;
	}
	section.content > div.body > div.entry-body .cultural-properties__sp_img div {
		width: 50%;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	section.content > div.body > div.entry-body .cultural-properties__sp_img div img {
		margin-bottom: 5px;
		width: 100%;
	}
}