@charset "UTF-8";
/* Font
16px = 100%
10/16 = 0.625rem = 62.5%
11/16 = 0.6875rem = 68.75%
12/16 = 0.75rem = 75%
13/16 = 0.813rem = 81.3%
14/16 = 0.875rem = 87.5%
15/16 = 0.9375rem = 93.75%
16/16 = 1rem = 100%
17/16 = 1.0625rem = 106.25%
18/16 = 1.125rem = 112.5%
19/16 = 1.1875rem = 118.75%
20/16 = 1.25rem = 125%@charset "UTF-8";
/* CSS Document */

/* Font
16px = 100%
10/16 = 0.625rem = 62.5%
11/16 = 0.6875rem = 68.75%
12/16 = 0.75rem = 75%
13/16 = 0.813rem = 81.3%
14/16 = 0.875rem = 87.5%
15/16 = 0.9375rem = 93.75%
16/16 = 1rem = 100%
17/16 = 1.0625rem = 106.25%
18/16 = 1.125rem = 112.5%
19/16 = 1.1875rem = 118.75%
20/16 = 1.25rem = 125%
21/16 = 1.3125rem = 131.25%
22/16 = 1.375rem = 137.5%
23/16 = 1.4375rem = 143.75%
24/16 = 1.5rem = 150%

/* Color
#555555
#ABABAB
#B5B5B5
#008F6E
 */

/* Foundation css上書き
------------------------------*/

a {
	color: #555555;
	text-decoration: none;
	line-height: inherit;
}
a:hover, a:focus {
	color: #008F6E;
}
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 0.813rem; /* 1rem */
	line-height: 2; /* 1.6 */
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #ABABAB;
	line-height: 0;
}
h1 {
	font-size: 1.25rem; /*20px font-size: 2.125rem; */
}
h2 {
	font-size: 1.25rem; /*20px font-size: 2.125rem; */
} 
h3 {
	font-size: 1rem; /*16px font-size: 2.125rem; */
} 
h4 {
	font-size: 1rem; /*13px font-size: 2.125rem; */
} 
h5 {
	font-size: 1rem; /*13px font-size: 2.125rem; */
} 
h6 {
	font-size: 1rem; /*10px  font-size: 2.125rem; */
} 
hr {
	border: solid #D7D7D7;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 60px; /* 1.25rem 0 1.1875rem*/;
	height: 0;
}
hr.mt60 {
	margin-top: 60px;
}
@media screen and (max-width:480px) {
.mt60 { margin-top: 0px;}
hr { margin-bottom: 30px;}
hr.mt60 { margin-top: 30px;}
}
ul, ol, dl {
	font-size: 0.813rem; /* 1rem */
	line-height: 2; /* 1.6 */
	margin-bottom: 1.25rem;
	list-style-position: outside;
	font-family: inherit;
}
blockquote {
	margin: 0 0 1.25rem;
	padding: 1rem 1rem 1rem; /* 0.5625rem 1.25rem 0 1.1875rem; */
	border: 1px solid #dddddd;
}


/* Foundation css ナビ 上書き
------------------------------*/

.contain-to-grid .top-bar {
	margin-bottom: 0;
}
.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
}
.fixed.expanded:not(.top-bar) {
	overflow-y: auto;
	height: auto;
	width: 100%;
	max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
	position: fixed;
	width: 100%;
	z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
	z-index: 98;
	margin-top: 45px;
}
.top-bar {
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	position: relative;
	background: none; /*追加*/
	margin-bottom: 0;
}
.top-bar ul {
	margin-bottom: 0;
	list-style: none;
}
.top-bar .row {
	max-width: none;
}
.top-bar form, .top-bar input {
	margin-bottom: 0;
}
.top-bar input {
	height: auto;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	font-size: 0.75rem;
}
.top-bar .button {
	padding-top: 0.45rem;
	padding-bottom: 0.35rem;
	margin-bottom: 0;
	font-size: 0.75rem;
}
.top-bar .title-area {
	position: relative;
	margin: 0;
}
.top-bar .name {
	height: 45px;
	margin: 0;
	font-size: 16px;
}
.top-bar .name h1 {
	line-height: 45px;
	font-size: 0.875rem;
	margin: 0;
}
.top-bar .name h1 a {
	font-weight: normal;
	color: #ABABAB;
	width: 50%;
	display: block;
}
.top-bar .name h1 a:hover {
	color: #008F6E; /*緑*/
}
.top-bar .toggle-topbar {
	position: absolute;
	right: 0;
	top: 0;
}
.top-bar .toggle-topbar a {
	/*color: #ffffff;*/
	text-transform: uppercase;
	font-size: 0.8125rem;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
}
.top-bar .toggle-topbar.menu-icon {
	right: 15px;
	top: 50%;
	margin-top: -16px;
	padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a {
	height: 34px;
	line-height: 33px;
	padding: 0;
	padding-right: 25px;
	/*color: #ffffff;*/
	position: relative;
}
.top-bar .toggle-topbar.menu-icon a::after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 16px;
	top: 0;
	height: 0;
	/*-webkit-box-shadow: 1px 10px 1px 1px #ffffff, 1px 16px 1px 1px #ffffff, 1px 22px 1px 1px #ffffff;
	box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;*/
	-webkit-box-shadow: 1px 10px 1px 1px #555555, 1px 16px 1px 1px #555555, 1px 22px 1px 1px #555555;
	box-shadow: 0 10px 0 1px #555555, 0 16px 0 1px #555555, 0 22px 0 1px #555555;
}
.top-bar.expanded {
	height: auto;
	background: transparent;
}
.top-bar.expanded .title-area {
	background: #e6e6e6; /* background: #333333;*/	
}
.top-bar.expanded .toggle-topbar a {
	color: #888888;
}
.top-bar.expanded .toggle-topbar a::after {
	-webkit-box-shadow: 1px 10px 1px 1px #888888, 1px 16px 1px 1px #888888, 1px 22px 1px 1px #888888;
	box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}
.top-bar-section {
	left: 0;
	position: relative;
	width: auto;
	-webkit-transition: left 300ms ease-out;
	-moz-transition: left 300ms ease-out;
	transition: left 300ms ease-out;
}
.top-bar-section ul {
	width: 100%;
	height: auto;
	display: block;
	background: none;
	font-size: 16px;
	margin: 0;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
	border-top: solid 1px #E6E6E6;
	clear: both;
	height: 1px;
	width: 100%;
}
.top-bar-section ul li>a {
	display: block;
	width: 100%;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: none;
	background: none;
	color: #555555; /*color: #ffffff;*/
}
.top-bar-section ul li > a.button {
	background: none; /*background: #008cba;*/
	font-size: 0.8125rem;
	padding-right: 15px;
	padding-left: 15px;
}
.top-bar-section ul li > a.button:hover {
	background: none; /*追加*//*background: #006888;*/
	color: #008F6E; /*緑*/
}
.top-bar-section ul li > a.button.secondary {
	background: none; /*background: #e7e7e7;*/
}
.top-bar-section ul li > a.button.secondary:hover {
	/*background: #cecece;*/
}
.top-bar-section ul li > a.button.success {
	background: #43ac6a; /*background: #43ac6a;*/
}
.top-bar-section ul li > a.button.success:hover {
	background: #358853; /*background: #358853;*/
}
.top-bar-section ul li > a.button.alert {
	background: #f04124; /*background: #f04124;*/
}
.top-bar-section ul li > a.button.alert:hover {
	background: #d4290f; /*background: #d4290f;*/
}
.top-bar-section ul li:hover:not(.has-form)>a {
	background: none;
	color: #008F6E; /*緑*/
}
.top-bar-section ul li.active>a {
	background: none;
	color: #008F6E; /*緑*/
}
.top-bar-section ul li.active > a:hover {
	background: #FFFFFF;
	color: #008F6E;
}
.top-bar-section .has-form {
	padding: 15px;
}
.top-bar-section .has-dropdown {
	position: relative;
}
.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent rgba(000, 000, 000, 0.4);
	border-left-style: solid;
	margin-right: 15px;
	margin-top: -4.5px;
	position: absolute;
	top: 50%;
	right: 0;
}
.top-bar-section .has-dropdown.moved {
	position: static;
}
.top-bar-section .has-dropdown.moved>.dropdown {
	display: block;
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
	position: absolute !important;
	width: 100%;
}
.top-bar-section .has-dropdown.moved>a:after {
	display: none;
}
.top-bar-section .dropdown {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 99;
	display: block;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
	width: 100%;
	height: auto;
}
.top-bar-section .dropdown li a {
	font-weight: normal;
	padding: 8px 15px;
}
.top-bar-section .dropdown li a.parent-link {
	font-weight: normal;
}
.top-bar-section .dropdown li.title h5 {
	margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
	color: #008F6E; /*緑*/
	line-height: 22.5px;
	display: block;
}
.top-bar-section .dropdown li.has-form {
	padding: 8px 15px;
}
.top-bar-section .dropdown li .button {
	top: auto;
}
.top-bar-section .dropdown label {
	padding: 8px 15px 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #777777;
	font-weight: bold;
	font-size: 0.625rem;
}
.js-generated {
	display: block;
}
@media only screen and (min-width:40.063em) {
.top-bar {
	background: none;
	*zoom:1;
	overflow: visible;
}
.top-bar:before, .top-bar:after {
	content: " ";
	display: table;
}
.top-bar:after {
	clear: both;
}
.top-bar .toggle-topbar {
	display: none;
}
.top-bar .title-area {
	float: left;
}
.top-bar .name h1 a {
	width: auto;
	padding: 0 15px 0 0;
}
.top-bar input, .top-bar .button {
	font-size: 0.875rem;
	position: relative;
	top: 7px;
}
.top-bar.expanded {
	background: #FFFFFF; /*background: #333333;*/
}
.contain-to-grid .top-bar {
	max-width: 62.5rem;
	margin: 0 auto;
	margin-bottom: 0;
}
.top-bar-section {
	-webkit-transition: none 0 0;
	-moz-transition: none 0 0;
	transition: none 0 0;
	left: 0 !important;
}
.top-bar-section ul {
	width: auto;
	height: auto !important;
	display: inline;
}
.top-bar-section ul li {
	float: left;
}
.top-bar-section ul li .js-generated {
	display: none;
}
.top-bar-section li.hover>a:not(.button) {
	background: none;
	color: #008F6E; /*緑*/
}
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 15px;
	line-height: 45px;
	background: #FFFFFF;
}
/*追加*/
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #FFFFFF;
	color: #008F6E; /*緑*/
}
/*追加*/
.top-bar-section li.active:not(.has-form) a:not(.button) {
	padding: 0 15px;
	line-height: 45px;
	color: #008F6E; /*緑*/
	background: none

}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #FFFFFF;
	color: #008F6E; /*緑*/
}
.top-bar-section .has-dropdown>a {
	padding-right: 35px !important;
}
.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: rgba(000, 000, 000, 0.4) transparent transparent transparent;
	border-top-style: solid;
	margin-top: -2.5px;
	top: 22.5px;
}
.top-bar-section .has-dropdown.moved {
	position: relative;
}
.top-bar-section .has-dropdown.moved>.dropdown {
	display: block;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
	display: block;
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
	position: absolute !important;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	border: none;
	content: "\00bb";
	top: 1rem;
	margin-top: -1px;
	right: 5px;
	line-height: 1.2;
}
.top-bar-section .dropdown {
	left: 0;
	top: auto;
	background: transparent;
	min-width: 100%;
}
.top-bar-section .dropdown li a {
	color: #555555;
	line-height: 1;
	white-space: nowrap;
	padding: 12px 15px;
	background: #FFFFFF;
}
.top-bar-section .dropdown li label {
	white-space: nowrap;
	background: #FFFFFF;
}
.top-bar-section .dropdown li .dropdown {
	left: 100%;
	top: 0;
}
.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
border-bottom:none;
border-top:none;
border-right: none; /*border-right:solid 1px #4e4e4e;*/
clear:none;
height:45px;
width:0;
}
.top-bar-section .has-form {
	/*background: #333333;*/
	padding: 0 15px;
	height: 45px;
}
.top-bar-section .right li .dropdown {
	left: auto;
	right: 0;
}
.top-bar-section .right li .dropdown li .dropdown {
	right: 100%;
}
.top-bar-section .left li .dropdown {
	right: auto;
	left: 0;
}
.top-bar-section .left li .dropdown li .dropdown {
	left: 100%;
}
.no-js .top-bar-section ul li:hover>a {
	/*background: #272727;*/
	color: #ffffff;
}
.no-js .top-bar-section ul li:active>a {
	background: #008cba;
	color: #ffffff;
}
.no-js .top-bar-section .has-dropdown:hover>.dropdown {
	display: block;
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
	position: absolute !important;
}
}


/* Base
------------------------------*/

body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #555555;
	cursor: default;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../assets/img/bg.png) left top repeat;
	letter-spacing: 0.02em;
}
#container {
	background: #FFFFFF;
	padding-bottom: 100px;
}
@media screen and (max-width:480px) {
#container { padding-bottom: 40px;}
}
#container-footer {
	padding: 40px 0 24px;
}
@media screen and (max-width:480px) {
#container-footer { padding: 24px 0 24px;}
}
#container-footer .footer-inner {
}
#container #header {
}
#container #content {
	margin-top: 60px;
}
@media screen and (max-width:480px) {
#container #content { margin-top: 0px;}
}
#container #header #headerInner01 {
}
#container #header #headerInner02 {
	padding-top: 18px;
}
@media screen and (max-width:480px) {
#container #header #headerInner02 { padding-top: 0;}
}
#container #header #headerInner01 h1#site-title {
	padding-top: 30px;
	line-height: 1;
}
@media screen and (max-width:480px) {
#container #header #headerInner01 h1#site-title { padding-top: 30px;}
}
#container #header #headerInner01 h1#site-title a {
	background: url(../assets/img/logo.png) no-repeat scroll left top rgba(0, 0, 0, 0);
	background-size: 369px 90px;
	border-bottom: medium none;
	display: block;
	height: 90px;
	width: 369px;
	overflow: hidden;
	text-indent: -9999px;
}
@media screen and (max-width:480px) {
#container #header #headerInner01 h1#site-title a {
	background-image: url(../assets/img/logo.png);
	background-size: 234px 57px;
    height: 57px;
    width: 234px;
}
}
#container #header #headerInner01 ul.nav-lang {
	margin: 0;
	padding-top: 40px;
	list-style: none;
	text-align: right;
	line-height: 1.2;
}
#container #header #headerInner01 ul.nav-lang li {
	display: inline;
	margin-right: 12px;
}
@media screen and (max-width:480px) {
#container #header #headerInner01 ul.nav-lang li {
	display: block;
	margin-right: 0;
	margin-bottom: 6px;
}
}
#container #header #headerInner01 ul.nav-lang li a {
	color: #555555;
}
#container #header #headerInner01 ul.nav-lang li a:hover {
	color: #008F6E;
}

#container #header #headerInner01 ul.nav-lang li:last-child {
	margin-right: 0;
}
#container-footer .footer-inner #footer-first {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
	#container-footer .footer-inner #footer-first { margin-bottom: 24px; }
}
#container-footer .footer-inner #footer-first h3#museum-name {
	margin-bottom: 40px;
}
@media screen and (max-width:480px) {
	#container-footer .footer-inner #footer-first h3#museum-name { margin-bottom: 24px; }
}
#container-footer .footer-inner #footer-first .basicinfo-list dt {
	float: left;
}
#container-footer .footer-inner #footer-first .basicinfo-list dd {
	margin-left: 120px;
}
@media screen and (max-width:480px) {
#container-footer .footer-inner #footer-first .basicinfo-list dt { float: none;}
#container-footer .footer-inner #footer-first .basicinfo-list dd { margin-left: 0;}
}
#container-footer .footer-inner #footer-second ul.nav-sns {
	margin: 0;
	padding-top: 12px;
	list-style: none;
	text-align: right;
	line-height: 1.2;
}
@media screen and (max-width:480px) {
	#container-footer .footer-inner #footer-second ul.nav-sns { text-align: left;}
}
#container-footer .footer-inner #footer-second ul.nav-sns li {
	display: inline;
	margin-right: 12px;
}
#container-footer .footer-inner #footer-second ul.nav-sns li:last-child {
	margin-right: 0;
}
#container-footer .footer-inner #footer-second ul.nav-sns li a {
	/*background-color: #E5E5E5;*/
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: medium none;
	display: inline-block;
	height: 24px;
	overflow: hidden;
	text-indent: 9999px;
	width: 24px;
	opacity: 1;
	transition: opacity 0.1s ease 0s;
}
#container-footer .footer-inner #footer-second ul.nav-sns li a:hover {
	opacity: 0.5;
	/*background-color: #ABABAB;*/
}
#container-footer .footer-inner #footer-second ul.nav-sns li.facebook a {
	background-image: url(../assets/img/icon-facebook.png);
	background-size:24px 24px;
}
#container-footer .footer-inner #footer-second ul.nav-sns li.twitter a {
	background-image: url(../assets/img/icon-twitter.png);
	background-size:24px 24px;
}
#container-footer .footer-inner #footer-second ul.footer-bar-menu {
	list-style: none;
    height: auto;
    margin: 0;
}
#container-footer .footer-inner #footer-second ul.footer-bar-menu li {
	float: left;
	margin-right: 15px;
	line-height: 2;
}
#container-footer .footer-inner #footer-second p#copyright {
	font-size: 0.625rem; /* 10px */
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container-footer .footer-inner a:hover {
	color: #008F6E;
}
#container #secondnaviArea {
	margin-top: 40px;
}
#container #secondnaviArea #secondnavi {
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 20px 0;
}
#container #secondnaviArea #secondnavi ul.second-bar-menu {
	list-style: none;
    height: auto;
    margin: 0;
}
#container #secondnaviArea #secondnavi ul.second-bar-menu li {
	float: left;
	margin-right: 15px;
	line-height: 2;
}
#container #pagetopArea {
	margin-top: 40px;
	text-align: right;
}
#container #pagetopArea a#pageTop {
	background: url(../assets/img/icon-pagetop.png) no-repeat scroll right top;
	color: #ABABAB;
	display: inline-block;
	height: 32px;
	padding-right: 38px;
	line-height: 32px;
	font-size: 0.75rem;
}
#container #pagetopArea a#pageTop:hover {
	color: #008F6E;
}
#content .container .entry-content a {
	 color: #008F6E;
}
#content .container .entry-content a:hover {
	 color: #ABABAB;
}
#sidebar .widget a {
	color: #555555;
}
#sidebar .widget a {
	color: #555555;
}
#sidebar .widget a:hover, #sidebar .widget a:focus {
	color: #008F6E;
}
#sidebar .widget ul {
	margin-left: 0;
}
#sidebar .widget ul li {
	list-style: none;
}
#sidebar #postArchive .recent {
	margin-bottom: 0;
}
#sidebar #postArchive .recent .recent-image {
	margin-bottom: 10px;
}
#sidebar #postArchive .recent .recent-text {
	font-size: 0.813rem;
	line-height: 1.6;
}
#sidebar #postArchive .recent .recent-text .postDate {
	font-size: 0.75rem;
	color: #ABABAB;
}


/* 新たに追加
------------------------------*/
figure {
	margin: 0 0 1em;
}
blockquote p {
	margin-bottom: 0;
}
/*clearfix*/	 
.clearfix:after { /* for Modern Browser */
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		font-size: 0;
}
.mt60 {
	margin-top: 60px;
}
.mb60 {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
.mt60 { margin-top: 30px;}
.mb60 { margin-bottom: 30px;}
}
.panel {
	border-style: solid;
	border-width: 1px;
	border-color: #d7d7d7;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #f2f2f2;
}
.panelLine {
	border-style: solid;
	border-width: 1px;
	border-color: #d7d7d7;
	margin-bottom: 1.25rem;
	padding: 0;
}
.panelFlat {
    margin-bottom: 1.25rem;
    padding: 0;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.box {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
	.box { margin-bottom: 0px;}
}
.lead-title {
	color: #008F6E;
	margin-bottom: 40px;
}
@media screen and (max-width:480px) {
.lead-title {
	margin-bottom: 30px;
}
}
.title {
	margin-bottom: 20px;
}
.updated {
	font-size: 0.75rem;
	margin-bottom: 1.25rem;
	display:block;
	color: #ABABAB;
}
.more {
}
.more a {
	background: url(../assets/img/icon-more.png) no-repeat scroll right top;
	color: #ABABAB;
	display: inline-block;
	height: 32px;
	padding-right: 38px;
	line-height: 32px;
}
.more a:hover {
	color: #008F6E;
}
#container #content .container #home-slider {
	margin-bottom: 60px;
}
#container #content .container #home-infoArea {
	margin-bottom: 60px;
}
#container #content .container #home-galleryArea {
	margin-bottom: 60px;
}
#container #content .container #home-programArea {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
#container #content .container #home-slider { margin-bottom: 0px; }
#container #content .container #home-infoArea { margin-bottom: 0px; }
#container #content .container #home-galleryArea { margin-bottom: 0px; }
#container #content .container #home-programArea { margin-bottom: 0px; }

#container #content .container #home-infoArea #newsArea { margin-bottom: 24px; }
#container #content .container #home-infoArea #eventArea { margin-bottom: 24px; }
}
#container #content .container h2.home-ttl {
	margin-bottom: 40px;
}
@media screen and (max-width:480px) {
#container #content .container h2.home-ttl { margin-bottom: 24px; }
}
#container #content .container #home-infoArea .newsList dt {
	float: left;
	color: #ABABAB;
	font-weight: normal;
}
#container #content .container #home-infoArea .newsList dd {
	margin-left: 100px;
}
@media screen and (max-width:480px) {
#container #content .container #home-infoArea .newsList dt { float: none; }
#container #content .container #home-infoArea .newsList dd { margin-left: 0; }
}
#container #content .container #home-infoArea dl.infoList {
	margin-bottom: 0;
}
#container #content .container #home-infoArea .infoList dt {
	float: left;
	font-weight: bold;
}
#container #content .container #home-infoArea .infoList dd {
	margin-left: 100px;
}
@media screen and (max-width:480px) {
#container #content .container #home-infoArea .infoList dt { float: none; }
#container #content .container #home-infoArea .infoList dd { margin-left: 0; }
}
#container #content .container #home-galleryArea h3 {
	text-align: center;
}
#container #content .container #home-galleryArea .home-galleryDate {
	text-align: center;
	color: #ABABAB;
}
#container #content .container #home-programArea .home-programDate {
	color: #ABABAB;
}
@media screen and (max-width:480px) {
#container #content .container #home-galleryArea .home-galleryDate { font-size: 0.75rem; }
#container #content .container #home-programArea .home-programDate { font-size: 0.75rem; }
}
#container #content .container .entry-header {
	margin-bottom: 40px;
}
@media screen and (max-width:480px) {
#container #content .container .entry-header { margin-bottom: 12px;}
}
#container #content .container .entry-header .entry-title.title-line {
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 12px;
}
#container #content .container .entry-header p.entry-category {
	color: #008F6E;
	font-size: 1.25rem;
}
#container #content .container .entry-content #imgArea {
	margin-bottom: 40px;
}
@media screen and (max-width:480px) {
#container #content .container .entry-content #imgArea { margin-bottom: 0px;}
}
#container #content .container .entry-content #summaryArea {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
#container #content .container .entry-content #summaryArea { margin-bottom: 30px;}
}
#container #content .container .entry-content #summaryArea .summary-section {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
#container #content .container .entry-content #summaryArea .summary-section { margin-bottom: 30px;}
}
#container #content .container .entry-content .row.article-detail {
	margin-bottom: 60px;
}
@media screen and (max-width:480px) {
#container #content .container .entry-content .row.article-detail { margin-bottom: 30px;}
}
#container #content .container .entry-content .row.article-detail:last-child {
	margin-bottom: 0;
}
#container #content .container .entry-content #post-titleArea {
	margin-bottom: 20px;
}
#container #content .container .entry-content #post-titleArea #backnavi {
	text-align: right;
}
#container #content .container .entry-content #post-titleArea #backnavi a {
	 color: #FFFFFF;
}
#container #content .container .entry-content ul.pagination li:hover a,
#container #content .container .entry-content ul.pagination li a:focus {
	color: #FFFFFF;
}
#container #content .container .entry-content ul.pagination li.current a {
	color: #FFFFFF;
}
#container #content .container .entry-content ul.pagination li.current a:hover, 
#container #content .container .entry-content ul.pagination li.current a:focus {
	color: #FFFFFF;
}
#container #content .container h4.detail-title {
	margin-bottom: 40px;
}
@media screen and (max-width:480px) {
#container #content .container h4.detail-title { margin-bottom: 20px; }
}
#container #content .container p.credit {
	margin-top: 10px;
}
@media only screen and (max-width: 480px) {
table {
    display: block;
	border: none;
}
table thead {
    display: none;
}
table tbody {
    display: block;
}
table tbody tr {
    display: block;
    margin-bottom: 1.5em;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    border: medium none;
    display: list-item;
	list-style: none;
}
table tbody th {
    background: none repeat scroll 0 0 #555555;
    color: #FFFFFF;
    list-style-type: none;
    margin-bottom: 5px;
}
table tbody td {
    padding: 0;
}
table.collection tbody td:nth-of-type(1):before {
    content: "[作家名] ";
}
table.collection tbody td:nth-of-type(2):before {
    content: "[作品名] ";
}
table.collection tbody td:nth-of-type(3):before {
    content: "[制作年] ";
}
table.collection tbody td:nth-of-type(4):before {
    content: "[寸法] ";
}
table.collection tbody td:nth-of-type(5):before {
    content: "[材質] ";
}
}
 
input {
	-webkit-appearance: button;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}

#home-infoArea  #announcementArea p {
	 margin-bottom: 0.75rem;

 }
 
 
 
 
 
 /*追加*/
 
#container #header #headerInner01 ul.nav-sns {
	margin: 0;
	padding-top: 12px;
	list-style: none;
	text-align: right;
	line-height: 1.2;
}
@media screen and (max-width:480px) {
	#container #header #headerInner01 ul.nav-sns { text-align: right;}
}
#container #header #headerInner01 ul.nav-sns li {
	display: inline;
	margin-right: 12px;
}
#container #header #headerInner01 ul.nav-sns li:last-child {
	margin-right: 0;
}
#container #header #headerInner01 ul.nav-sns li a {
	/*background-color: #E5E5E5;*/
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: medium none;
	display: inline-block;
	height: 24px;
	overflow: hidden;
	text-indent: 9999px;
	width: 24px;
	opacity: 1;
	transition: opacity 0.1s ease 0s;
}
#container #header #headerInner01 ul.nav-sns li a:hover {
	opacity: 0.5;
	/*background-color: #ABABAB;*/
}
#container #header #headerInner01 ul.nav-sns li.facebook a {
	background-image: url(../assets/img/icon-facebook.png);
	background-size:24px 24px;
}
