@charset "utf-8";
/*
 * NAME : uniq.css 
 */
	
	
#container #mainVs{
	background:url(../img/main.jpg) no-repeat top center;
}

#access #container .gMap{
	height:300px !important;
	width:100% !important;
	margin-bottom:30px;
}


#shop #container table .li03{
	width:60px !important;
}
#shop #container table .li01,
#shop #container table .li04{
	width:40px !important;
}
#shop #container table input{
	width:40px;
}
#shop #container table td:nth-of-type(1){
	text-align:center;
	vertical-align:top;
}
#shop #container table a{
	text-decoration:underline !important;
}
#shop #container .shopCap{
	padding:4px 0;
	color:#777;
	text-align:left !important;
	border:none;
	display:block;
}
#shop #container table tr.bg{
	background:url(/about/img/shop/bg.gif) repeat;
}
#exhi05 #mep_1,#exhi05 #mep_3{
	margin-top:10px;
}



#time #btnWrap li:nth-of-type(1),
.exhibition #btnWrap li:nth-of-type(2),
#access #btnWrap li:nth-of-type(4),
#floormap #btnWrap li:nth-of-type(5),
#shop #btnWrap li:nth-of-type(6),
#barrierfree #btnWrap li:nth-of-type(7),
#onegai #btnWrap li:nth-of-type(8){
	background:#f19c80;
}
#time #btnWrap li:nth-of-type(1) a,
.exhibition #btnWrap li:nth-of-type(2) a,
#access #btnWrap li:nth-of-type(4) a,
#floormap #btnWrap li:nth-of-type(5) a,
#shop #btnWrap li:nth-of-type(6) a,
#barrierfree #btnWrap li:nth-of-type(7) a,
#onegai #btnWrap li:nth-of-type(8) a{
	color:#fff;
}



.exhibition #container .block:first-of-type .audio01{
	background:url(../img/exhibition/voice.png) no-repeat 0 0;
	background-size:80px auto;
	padding-left:90px;
	overflow:hidden;
	display:inline-block;
	margin-right:15px;
}
.exhibition #container .block:first-of-type .audio02{
	background:url(../img/exhibition/voice02.png) no-repeat 0 0;
	background-size:80px auto;
	padding-left:90px;
	overflow:hidden;
	display:inline-block;
	margin-top:10px;
}
#exhi05.exhibition #container .block:first-of-type .audio01{
	background:url(../img/exhibition/voice.png) no-repeat 0 0 !important;
	background-size:80px auto;
	padding-left:105px;
}
#exhi05.exhibition #container .block:first-of-type .audio02{
	background:url(../img/exhibition/voice02.png) no-repeat 0 0 !important;
	background-size:80px auto;
	padding-left:105px;
}
.exhibition #container .audio{
	margin:15px 0;
}
.exhibition #container h2.ttl{
	margin-top:25px;
}
.exhibition #container h2.ttl .en {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-top: 5px;
}
.exhibition #container object{
	display:block;
}
.exhibition #container dl.col2 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px dotted #DDBDA5;
}
.exhibition #container dl.col2:last-of-type {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.exhibition #container dl.col2 dt{
	float:left;
	width:35%;
	margin-right:4%;
}
.exhibition #container dl.col2 dd{
	float:left;
	font-size:12px;
	width:61%;
}
.exhibition #container dl.col2 dt img{
	width:100%;
}
.exhibition #container dl.col2 dd span.name{
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:13px;
	color:#c55f4b;
	line-height:1;
}



/*セレクト*/
.exhibition .select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:18em;
	background-color:#f19c80;
	border:2px solid #c55f4b;
	color:#333;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom:10px;
	width:100%;
}
.exhibition .select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	width:-webkit-calc(100% + 5em);
	margin:0;
	background:transparent;
	border:0;
	outline:none;
	font-size:14px;
	padding:7px;
	line-height:1.5;
	color:#fff;
	font-weight:bold;
}
.exhibition .entypo-down-open-mini:before{
	content:"\f078";
	font-family:"FontAwesome";
	position:absolute;
	z-index:1;
	top:50%;
	right:12px;
	right:.75rem;
	margin-top:-20px;
	margin-top:-.5rem;
	font-size:16px;
	font-size:1rem;
	line-height:1;
	color:#fff;
}
.exhibition p.scroll{
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-25px;
	width:40px;
	height:40px;
	animation: scroll-down 4s ease infinite;
}
.exhibition p.scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -23px;
	border: 2px solid #c55f4b;
	border-radius: 100%;
	box-sizing: border-box;
}
.exhibition p.scroll span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 12px;
	height: 12px;
	margin: -10px 0 0 -6px;
	border-left: 2px solid #c55f4b;
	border-bottom: 2px solid #c55f4b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-8px, 8px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

.pamphlet {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.pamphlet a {
	color: #373AD2;
}