@charset "UTF-8";
@import url("/common/css/reset.css");
@import url("/common/css/fonts.css");
@import url("/common/css/base.css");
/* ================================
	style.css	EXHIBITION present
================================ */
/*
各企画展個別のcssです。
bodyに付けるclass名は独自のものにしてください。
*/

#exhibition .topSld1 .sld1 .sld1_02 div {
	position: relative;
}
#exhibition .topSld1 .sld1 .sld1_02 div:after {
	position: absolute;
	content: attr(data-cap);
	color: #fff;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-shadow: #000 1px 1px 5px, #000 1px 1px 5px, #000 1px 1px 5px;
}
#exhibition p{
	font-size: 13px;
	font-size: 1.25rem;
}
#exhibition .rby:after {
	content: '（' attr(data-ruby) '）';
	font-size: 85%;
}



#exhibition .next_lead {
	/*position:relative;*/
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#exhibition .next_lead p {
	font-size: 14px;
	font-size: 1.4rem;
}
#exhibition .next_lead div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#exhibition .next_lead .txt {
	-webkit-flex: 2;
	flex: 2;
	padding-right: 8px;
}
#exhibition .next_lead .btn {
	-webkit-flex: 1;
	flex: 1;
	padding-left: 8px;
}

#exhibition .next_lead .btn a {
	display: block;
	background-color: #4db8db;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px;
}
#exhibition .next_lead .btn a:hover {
	text-decoration: none;
	opacity: .8;
}

#exhibition .next_lead .btn a span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

#exhibition .next_lead .btn a span:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 5px 1px 0;
}
#exhibition .next_lead .krp {
	-webkit-flex: 2;
	flex: 2;
	padding-left: 8px;
}
#exhibition .repo_btn a {
	display: block;
	background-color: #4db8db;
	background-image: url(/exhibition/2017/1707jul/images/btn_ill.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 60px 10px 10px;
}
#exhibition .repo_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
#exhibition .repo_btn a span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
#exhibition .repo_btn a span:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 5px 1px;
}


#exhibition .tokubetsuNav {
	margin: 2px -1px 30px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#exhibition .tokubetsuNav li {
	background: #71bf78;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex: 1;
	flex: 1;
	margin: 0 1px;
}
#exhibition .tokubetsuNav li a {
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	text-decoration: none;
	text-align: center;
}

#exhibition .tokubetsuNav li.act,
#exhibition .tokubetsuNav li:hover { background: #9bd2a0; }
#exhibition .table01 {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#exhibition .regionNav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px -1px;
}
#exhibition .regionNav li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex: 1;
	flex: 1;
	border-left: solid 1px #fff;
	
}
#exhibition .regionNav li a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	padding: 9px 0;
}
#exhibition .regionNav li a:hover {
	text-decoration: none;
	opacity: .8;
}
#exhibition .regionNav li a:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 5px 2px -4px;
}
#exhibition .regionNav li.europe a {
	background-color: #da3d4f;
}
#exhibition .regionNav li.africa a {
	background-color: #0091cb;
}
#exhibition .regionNav li.asia a {
	background-color: #ffbd00;
}
#exhibition .regionNav li.japan a {
	background-color: #ef8000;
}
#exhibition .regionNav li.america a {
	background-color: #73c23e;
}





#exhibition .table01 th,
#exhibition .table01 td {
	border: #e6e6e6 1px solid;
	padding: 13px 19px;
	vertical-align: middle;
}
#exhibition .table01 th {
	text-align: center;
	background: #f7f7f7;
}

#exhibition h5{
	margin-bottom:20px;
	font-size:13px;
	font-size:1.3rem;
}

#exhibition h6{
	margin-top:30px;
}

#exhibition .schBox {
	font-size: 11px;
	font-size: 1.2rem;
	background:#F7F7F7;
	padding-bottom:10px;
	margin-bottom:25px;
}

#exhibition .secondContents .secondContentsMain .schBox p{
	font-size: 11px;
	font-size: 1.2rem;}

#exhibition .schBox span{
	color:#660000;
}
#exhibition .schBox .nored {
	color: #333;
}
#exhibition .schBox .txtindt1 {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
#exhibition .schBox .txtindt5 {
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}
#exhibition .schBox img{
	margin-bottom:5px;
}
#exhibition .schBox h6{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight:bold;
	background:#F7EFEF;
	padding:10px;
	margin-bottom:10px;
	margin-top:0;
}


#exhibition .ml0{
	margin-left:0;
}
#exhibition .schDl dt,
#exhibition .schDl2 dt {
	background: #ededed;
	padding: 10px;
	font-weight:bold;
}
#exhibition .schDl dd,
#exhibition .schDl2 dd {
	background: #f7f7f7;
	padding: 10px;
}



/*02*/
#exhibition h4.ttl_h4{
	background: #9b9b8c;
	border-left: none;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	padding: 14px;
}
#exhibition h4.ttl_h4 span {
	font-size: 24px;
	font-size: 2.4rem;
}

#exhibition .treeBox {
	margin-bottom: 40px;
	background-image: url(/exhibition/2017/1707jul/02/images/tree_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
}
#exhibition .treeBox p {
	margin: 2px 15px 0 165px;
	padding: 20px 30px;
	color: #00a0e9;
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	box-shadow:0px 0px 8px 3px rgba(144, 223, 240, 1) inset;
}
#exhibition .treeBox p:before {
	content: '';
	position: absolute;
	width: 128px;
	height: 125px;
	left: -148px;
	top: -12px;
	background-image: url(/exhibition/2017/1707jul/02/images/tree_ill.png);
	background-repeat: no-repeat;
}
#exhibition .treeBox p:after {
	content: '';
	position: absolute;
	width: 33px;
	height: 20px;
	left: -25px;
	top: 45%;
	background-image: url(/exhibition/2017/1707jul/02/images/fk_img.png);
	background-repeat: no-repeat;
}

#exhibition h5.ttl01 {
	border: none;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#exhibition h5.ttl01 span {
	font-size: 14px;
	font-size: 1.4rem;
}
#exhibition h5.ttl01.blue {
	background-color: #7fbae0;
}
#exhibition h5.ttl01.pink {
	background-color: #f17fbf;
}

#exhibition .docterLead {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
#exhibition .docterLead p,
#exhibition .docterLead div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#exhibition .docterLead p {
	background-color: #f8e9da;
	margin-right: 40px;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #300;
	position: relative;
	font-weight: bold;
}
#exhibition .docterLead p .blue {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0075c2;
}
#exhibition .docterLead p .red {
	font-size: 16px;
	font-size: 1.6rem;
	color: #e5005a;
}
#exhibition .docterLead p:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	right: -20px;
	border-bottom: solid 14px #f8e9da;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
	margin-top: -7px;
	z-index: -1;
}
#exhibition .endenBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 50px;
}
#exhibition .endenBox p,
#exhibition .endenBox div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#exhibition .endenBox p {
	padding-right: 20px;
}
#exhibition .endenBox figure {
	margin: 0;
	position: relative;
}
#exhibition .endenBox figure figcaption {
	position: absolute;
	left: -110px;
	bottom: 0;
	color: #4b93c8;
}
#exhibition .factoryBox {
	border: dotted 3px #00a0e9;
	padding: 15px 11px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#exhibition .factoryBox .ttlH6 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 15px;
}
#exhibition .factoryBox .ttlH6 h6,
#exhibition .factoryBox .ttlH6 p {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#exhibition .factoryBox .ttlH6 h6 {
	margin: 0;
	color: #0075c2;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
	padding-right: 30px
}
#exhibition .factoryBox .ttlH6 h6 span {
	color: #0075c2;
}
#exhibition .factoryBox .ttlH6 h6 .fcttlSub {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
#exhibition .factoryBox .ttlH6 p {
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
#exhibition .factoryBox .factoryCap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 8px -10px 0;
}
#exhibition .factoryBox .factoryCap p {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 10px;
	-webkit-flex-basis: 210px;
	flex-basis: 210px;
}
#exhibition .factoryBox .factoryCap p.bigPh {
	-webkit-flex-basis: 240px;
	flex-basis: 240px;
}
/*
#exhibition .secondContents .secondContentsMain .lead_box p{
	background:#F5F5D6;
	border-radius:5px;
	padding:10px;
	width:510px;
	float:left;
	font-size:12px;
	font-size: 1.2rem;
}

#exhibition .lead_box .ph{
	float:right;	
}

#exhibition .txt_box01{
	width:200px;
	position:relative;
}

#exhibition .secondContents .secondContentsMain .txt_box01 p{
	width:160px;
	position:absolute;
	top:250px;
	left:20px;
	font-size:12px;
	font-size: 1.2rem;
}
#exhibition .txt_box02{
	width:230px;
	position:relative;
}

#exhibition .secondContents .secondContentsMain .txt_box02 p{
	width:190px;
	position:absolute;
	top:250px;
	left:20px;
	font-size:12px;
	font-size: 1.2rem;
}
#exhibition .txt_box03{
	width:280px;
	position:relative;
}
#exhibition .secondContents .secondContentsMain .txt_box03 p{
	width:240px;
	position:absolute;
	top:250px;
	left:20px;
	font-size:12px;
	font-size: 1.2rem;
}
#exhibition .txt_box04{
	background:#F5F5D6;
	border-radius:5px;
	padding:15px;
}
#exhibition .txt_box01 p span,
#exhibition .txt_box02 p span,
#exhibition .txt_box03 p span,
#exhibition .txt_box04 p span{
	font-size:10px;
	font-size: 1rem;
}
#exhibition em.color01{ color:#66CC00;}
#exhibition em.color02{ color:#6666CC;}
#exhibition em.color03{ color:#339933;}
#exhibition em.color04{ color:#FF6600;}
#exhibition em.color05{ color:#660099;}
*/

/*

#exhibition h5.ttl_h5_01{
	background:#4CB7DB;
	border-left:none;
	padding:10px;
	text-align:center;
	font-size: 1.8rem;
	color:#FFFFFF;
	margin-bottom:15px;
}
#exhibition h5.ttl_h5_02{
	background:#FF944C;
	border-left:none;
	padding:10px;
	text-align:center;
	font-size: 1.8rem;
	color:#FFFFFF;
	margin-bottom:15px;
}
#exhibition h5.ttl_h5_03{
	background:#70B770;
	border-left:none;
	padding:10px;
	text-align:center;
	font-size: 1.8rem;
	color:#FFFFFF;
	margin-bottom:15px;
}


#exhibition h6.ttl_k{
	border:none;
	color:#33ADD6;
	padding:0;
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	
}

#exhibition h6 span{
	color:#999999;
}

#exhibition h6.ttl_k{
	border:none;
	color:#33ADD6;
	padding:0;
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	
}

#exhibition h6 span{
	color:#999999;
}

#exhibition .zukanNav {
	margin: 0 0 30px;
	height: 40px;
}
#exhibition .zukanNav li {
	float: left;
	width: 181px;
	margin-left: 2px;
	height: 40px;
	text-align: center;
	display: block;
}
#exhibition .zukanNav li:first-child { margin-left: 0;}
#exhibition .zukanNav li a {
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight:bold;
	display: block;
	text-decoration: none;
}

#exhibition .zukanNav li#zukan01 a{background:#4CB7DB;}
#exhibition .zukanNav li#zukan01 a:hover,
#exhibition .zukanNav li#zukan01.act a{background:#BFE5F2;color:#333333;}

#exhibition .zukanNav li#zukan02 a{background:#FF944C;}
#exhibition .zukanNav li#zukan02 a:hover,
#exhibition .zukanNav li#zukan02.act a{background:#FFD9BF;color:#333333;}

#exhibition .zukanNav li#zukan03 a{background:#70B770;}
#exhibition .zukanNav li#zukan03 a:hover,
#exhibition .zukanNav li#zukan03.act a{background:#CCE5CC;color:#333333;}

#exhibition .zukanNav li#zukan04 a{background:#9494DB;}
#exhibition .zukanNav li#zukan04 a:hover,
#exhibition .zukanNav li#zukan04.act a{background:#D9D9F2;color:#333333;}


#exhibition .txt_box p span{
	font-size:10px;
	font-size: 1rem;
}


#exhibition .zukanBox01{
	float:left;
	width:172px;
	margin-left:14px;
}

#exhibition .zukanBox01 dl{
	margin-top:10px;
	font-size:12px;
	font-size:1.2rem;
}

#exhibition .zukanBox01 dt{
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	line-height:120%;
}

#exhibition .zukanBox01 dt span{
	font-size:10px;
	font-size:1rem;
	font-weight:normal;
}

#exhibition .zukanBox02{
	float:left;
	width:358px;
	margin-left:14px;
}

#exhibition .zukanBox03{
	float:left;
	width:544px;
	margin-left:14px;
}

#exhibition .column_h{
	width:700px;
	background:#FFF0D9;
	border-radius:5px;
	padding:15px;
}
#exhibition .column_o{
	width:700px;
	background:#E8F7D9;
	border-radius:5px;
	padding:15px;
	margin-bottom:25px;
}
#exhibition .column_h h6{
	margin-top:0;
	margin-bottom:10px;
	border-bottom:2px dotted #FF9900;
	color:#663300;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}
#exhibition .column_o h6{
	margin-top:0;
	margin-bottom:10px;
	border-bottom:2px dotted #66CC00;
	color:#006633;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}

#exhibition .column_table{
	float:right;
	font-size:12px;
	font-size:1.2rem;
}

#exhibition .column_table th{
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	padding-right:10px;
}

#exhibition .column_table th span{
	font-size:10px;
	font-size:1rem;
	font-weight:normal;
}

#exhibition .sum_box{
	border:3px solid #6666CC;
	border-radius:5px;
	padding:15px;
	font-size:12px;
	font-size:1.2rem;
}

#exhibition .secondContents .secondContentsMain .sum_box p{
	font-size:12px;
	font-size:1.2rem;
}

#exhibition .sum_box h5{
	border:none;
	text-align:center;
	color:#9393DA;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}
#exhibition .sum_box span{
	font-size:10px;
	font-size:1rem;
}
#exhibition .sum_box div{
	text-align:center;	
}
*/

/*03*/
#exhibition .graphBox01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#exhibition .graphBox02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: -10px 0 20px;
}

#exhibition .graphBox01 div {
	position: relative;
}

#exhibition .graphBox01 div:nth-child(1) {
	-webkit-flex-basis: 260px;
	flex-basis: 260px;
}
#exhibition .graphBox01 div:nth-child(2) {
	-webkit-flex-basis: 440px;
	flex-basis: 440px;
}
#exhibition .graphBox02 div:nth-child(1) {
	-webkit-flex-basis: 230px;
	flex-basis: 230px;
}
#exhibition .graphBox02 div:nth-child(2) {
	-webkit-flex-basis: 485px;
	flex-basis: 485px;
}

#exhibition .graphBox01 h5,
#exhibition .graphBox02 h5 {
	border: none;
	padding: 0;
	margin: 0 -70px 12px 0;
	position: relative;
	z-index: 1;
}

#exhibition .onePersonBox {
	background-color: #ccecfb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}
#exhibition .onePersonBox h5 {
	color: #00a0e9;
	font-size: 24px;
	font-size: 2.4rem;
	border: none;
	padding: 0;
	font-weight: bold;
	margin: 0 0 3px;
}
#exhibition .onePersonBox h5+p {
	color: #00a0e9;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#exhibition .onePersonBox h5+p span {
	font-size: 12px;
	font-size: 1.2rem;
}
#exhibition .onePersonBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#exhibition .onePersonBox ul li {
	text-align: center;
}
#exhibition .onePersonBox ul li:last-child {
	margin-top: -35px;
}
#exhibition .onePersonBox ul li p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 14px 0 8px;
}
#exhibition .onePersonBox ul li:first-child img.skn {
	margin-top: 10px;
}
#exhibition .onePersonBox ul li:first-child p {
	text-align: left;
	padding-top: 20px;
}
#exhibition .onePersonBox ul li p span {
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}
/*
#exhibition h5.ttl_h5_04{
	background:#9494DB;
	border-left:none;
	padding:10px;
	text-align:center;
	font-size: 1.8rem;
	color:#FFFFFF;
	margin-bottom:15px;
}

#exhibition .column_03{
	background:#F5F5D6;
	border-radius:5px;
	padding:15px;
}

#exhibition .column_03b{
	background:#E5F5FA;
	border-radius:5px;
	padding:15px;
}

#exhibition .column_03 h6,
#exhibition .column_03b h6{
	color:#006699;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin-top:0;
	margin-bottom:15px;
	line-height:120%;
}

#exhibition .column_03b h6 span{
	font-size:10px;
	font-size:1rem;
	color:#006699;
}
*/

/*01*/
#exhibition h5.regionMainImg {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
#exhibition .episodeBox {
	margin-bottom: 30px;
	border: solid 8px #ccc;
	padding: 15px;
}
#exhibition .episodeBox .epsdLead {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 25px;
}
#exhibition .episodeBox .epsdLead dl {
	margin-left: 17px;
}
#exhibition .episodeBox .epsdLead dl.phSpace {
	margin-right: 195px;
}

#exhibition .episodeBox .epsdLead dt {
	margin-bottom: 10px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
#exhibition .episodeBox .epsdLead dd {
	font-size: 14px;
	font-size: 1.4rem;
}
#exhibition .episodeBox .epsdPic {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#exhibition .episodeBox .epsdPic figure {
	margin: 0;
	display: inline-block;
	position: relative;
}
/*
#exhibition .episodeBox .epsdPic figure:after {
	position: absolute;
	content: attr(data-cap);
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	bottom: 8px;
	right: 8px;
	white-space: pre;
	text-shadow: #000 1px 1px 2px, #000 1px 1px 2px, #000 1px 1px 2px;
}
#exhibition .episodeBox .epsdPic figure.black:after {
	color: #000;
	text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px;
}
*/
#exhibition .episodeBox .epsdPic.ngm20 {
	padding-top: 20px;
}
#exhibition .episodeBox .epsdPic.ngm20 div:first-child {
	margin-top: -20px;
}

#exhibition .episodeBox .epsdPic.valcnt {
	margin-top: 25px;
}

#exhibition .episodeBox .epsdPic.ngm34 {
}
#exhibition .episodeBox .epsdPic.ngm34 div:last-child {
	margin-top: -34px;
}
#exhibition .episodeBox .epsdPic.ngm150 div {
	margin-top: -150px;
}
#exhibition .episodeBox .epsdPic.ngm165 div {
	margin-top: -165px;
}
#exhibition .episodeBox .docterBlnBox {
	position: relative;
}
#exhibition .episodeBox .docterBlnBox:after {
	position: absolute;
	content: '';
	width: 109px;
	height: 107px;
	bottom: -15px;
	right: 0;
	background-image: url(/exhibition/2017/1707jul/01/images/docter.png);
	z-index: 1;
}

#exhibition .episodeBox .blnTxt01 {
	background-color: #ccc;
	color: #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 25px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	/*margin-bottom: 35px;*/
	position: relative;
}
#exhibition .episodeBox .blnTxt01.shortTxt {
	margin-bottom: 105px;
}
#exhibition .episodeBox .blnTxt01:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -8px;
	left: 52%;
	border-bottom: solid 20px #ccc;
	border-left: solid 25px transparent;
	border-right: solid 25px transparent;
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	z-index: -1;
}
#exhibition .episodeBox .blnTxt01.shortTxt:before {
	left: 48%;
}
/*
#exhibition .episodeBox .blnTxt01:after {
	position: absolute;
	content: '';
	width: 109px;
	height: 107px;
	bottom: -50px;
	right: 0;
	background-image: url(/exhibition/2017/1707jul/01/images/docter.png);
	z-index: 1;
}
*/
#exhibition .episodeBox .blnTxt01.shortTxt:after {
	bottom: -120px;
}
#exhibition .episodeBox .blnTxt01.twdnTxt {
	margin-top: 15px;
}
#exhibition .episodeBox .blnTxt01.twdnTxt:after {
	bottom: -74px;
}
@media all and (-ms-high-contrast:none){
	#exhibition .episodeBox .blnTxt01.twdnTxt:after {
		bottom: -71px;
	}
}
@-moz-document url-prefix() {
	#exhibition .episodeBox .blnTxt01.twdnTxt:after {
		bottom: -71px;
	}
}
#exhibition .episodeBox .blnTxt01 br.dctrgrd {
	display: none;
}
#exhibition.txtSzL .episodeBox .blnTxt01 br.dctrgrd {
	display: inline-block;
}

#exhibition .episodeBox .blnTxt02 {
	background-color: #ccc;
	color: #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 25px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 25px 125px 10px 0;
	position: relative;
}
#exhibition .episodeBox .blnTxt02:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	right: -32px;
	border-bottom: solid 20px #ccc;
	border-left: solid 40px transparent;
	border-right: solid 40px transparent;
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	z-index: -1;
}
#exhibition .episodeBox .blnTxt02:after {
	position: absolute;
	content: '';
	width: 109px;
	height: 107px;
	bottom: -25px;
	right: -125px;
	background-image: url(/exhibition/2017/1707jul/01/images/docter.png);
	z-index: 1;
}
#exhibition .episodeBox .epsdPic .blnTxt02 {
	margin-top: 0;
}

#exhibition .episodeBox .asdTxt {
	background-color: #ececec;
	padding: 12px 25px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#exhibition .episodeBox .asdTxt.mt10 {
	margin-bottom: 0;
	margin-top: 10px;
}

#exhibition .episodeBox ._l10 {
	margin-left: 10px;
}
#exhibition .episodeBox ._l15 {
	margin-left: 15px;
}
#exhibition .episodeBox ._l20 {
	margin-left: 20px;
}

#exhibition .europe .episodeBox {
	border-color: #d93d4e;
}
#exhibition .europe .episodeBox .epsdLead dt {
	color: #d93d4e;
}
#exhibition .europe .episodeBox .blnTxt01,
#exhibition .europe .episodeBox .blnTxt02 {
	background-color: #f4c4ca;
}
#exhibition .europe .episodeBox .blnTxt01:before,
#exhibition .europe .episodeBox .blnTxt02:before {
	border-bottom-color: #f4c4ca;
}
#exhibition .europe .episodeBox .asdTxt {
	color: #d31a1a;
}

#exhibition .africa .episodeBox {
	border-color: #0091cb;
}
#exhibition .africa .episodeBox .epsdLead dt {
	color: #0091cb;
}
#exhibition .africa .episodeBox .blnTxt01,
#exhibition .africa .episodeBox .blnTxt02 {
	background-color: #acd2e5;
}
#exhibition .africa .episodeBox .blnTxt01:before,
#exhibition .africa .episodeBox .blnTxt02:before {
	border-bottom-color: #acd2e5;
}
#exhibition .africa .episodeBox .asdTxt {
	color: #0473a0;
}

#exhibition .asia .episodeBox {
	border-color: #ffbd00;
}
#exhibition .asia .episodeBox .epsdLead dt {
	color: #ffbd00;
}
#exhibition .asia .episodeBox .blnTxt01,
#exhibition .asia .episodeBox .blnTxt02 {
	background-color: #ffde7f;
}
#exhibition .asia .episodeBox .blnTxt01:before,
#exhibition .asia .episodeBox .blnTxt02:before {
	border-bottom-color: #ffde7f;
}
#exhibition .asia .episodeBox .asdTxt {
	color: #d88917;
}

#exhibition .japan .episodeBox {
	border-color: #ef8000;
}
#exhibition .japan .episodeBox .epsdLead dt {
	color: #ef8000;
}
#exhibition .japan .episodeBox .blnTxt01,
#exhibition .japan .episodeBox .blnTxt02 {
	background-color: #f7bf7f;
}
#exhibition .japan .episodeBox .blnTxt01:before,
#exhibition .japan .episodeBox .blnTxt02:before {
	border-bottom-color: #f7bf7f;
}
#exhibition .japan .episodeBox .asdTxt {
	color: #de7803;
}

#exhibition .america .episodeBox {
	border-color: #73c23e;
}
#exhibition .america .episodeBox .epsdLead dt {
	color: #73c23e;
}
#exhibition .america .episodeBox .blnTxt01,
#exhibition .america .episodeBox .blnTxt02 {
	background-color: #b9e09e;
}
#exhibition .america .episodeBox .blnTxt01:before,
#exhibition .america .episodeBox .blnTxt02:before {
	border-bottom-color: #b9e09e;
}
#exhibition .america .episodeBox .asdTxt {
	color: #3f9e00;
}

/*04*/
#exhibition h5.ttl_h5_05 {
	color: #069;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	border: none;
	padding: 0 0 23px;
	background-image: url(/exhibition/2017/1707jul/04/images/footprints.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	position: relative;
}
#exhibition h5.ttl_h5_05 span {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 23px;
}
#exhibition .repoBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
#exhibition .repoBox .fish {
	margin-right: -16px;
}
#exhibition .repoBox dl {
	-webkit-flex-basis: 220px;
	flex-basis: 220px;
}
#exhibition .repoBox dl.rg {
	-webkit-flex-basis: 450px;
	flex-basis: 450px;
}
#exhibition .repoBox dl dt {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 3px 12px;
	background-color: #f167b5;
	color: #fff;
	position: relative;
}
#exhibition .repoBox dl dt span {
	display: inline-block;
	position: absolute;
	right: 12px;
	
}
#exhibition .repoBox dl dd+dd {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
}
#exhibition .repoBox dl dd img+img {
	margin-left: 10px;
}
#exhibition .repoBox dl dd.shop {
	padding-bottom: 5px;
}
#exhibition .repoBox dl dd.shop span {
	margin-left: 5px;
}

#exhibition .quizBox {
	border-radius: 10px;
	background-color: #facde6;
	margin-bottom: 50px;
	padding: 12px 4px 5px 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#exhibition .quizBox .boxLeft {
	-webkit-flex-basis: 276px;
	flex-basis: 276px;
}

#exhibition .quizBox h6 {
	margin: 0 0 10px;
	color: #e5005a;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#exhibition .quizBox .boxLeft p {
	margin-bottom: 5px;
}
#exhibition .quizBox .boxRight {
	-webkit-flex-basis: 423px;
	flex-basis: 423px;
	padding-top: 5px;
}
#exhibition .quizBox .boxRight .phBox {
	display: -webkit-flex;
	display: flex;
}
#exhibition .quizBox .boxRight .phBox:first-child {
	padding-bottom: 4px;
}
#exhibition .quizBox .boxRight .phBox:first-child div:first-child {
	padding-right: 12px;
}
#exhibition .quizBox .boxRight .phBox:last-child {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#exhibition .quizBox .boxRight .phBox:last-child div:last-child {
	padding-top: 3px;
}

#exhibition .corkBord {
	margin-bottom: 20px;
	padding: 10px 0;
	background-image: url(/exhibition/2017/1707jul/04/images/bord_top.png), url(/exhibition/2017/1707jul/04/images/bord_end.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	
}
#exhibition .corkBord div {
	border-left: solid 10px #ac6a00;
	border-right: solid 10px #ac6a00;
	background-image: url(/exhibition/2017/1707jul/04/images/cork.png);
	padding: 0 20px 25px;
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5) inset;
	position: relative;
	z-index: -2;
}
#exhibition .corkBord div h5 {
	border: none;
	text-align: center;
	padding: 0;
	margin: 0 50px 10px 0;
}
#exhibition .corkBord div ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#exhibition .corkBord div ul li {
	/*-webkit-flex-basis: 145px;
	flex-basis: 145px;*/
	width: 145px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 16px;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #f8e9da;
	position: relative;
	border-radius: 0 0 40px 0 / 0 0 8px 0;
	box-shadow: 0 0 5px #000;
}
#exhibition .corkBord div ul li:after {
	position: absolute;
	content: '';
	z-index: -1;
	width: 50%;
	top: 80%;
	bottom: 15px;
	left: auto;
	right: 5px;
	box-shadow: 0 15px 10px #000;
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
#exhibition .corkBord div ul li:before {
	position: absolute;
	content: '';
	height: 40px;
	z-index: 1;
	left: 50%;
	top: -22px;
}
#exhibition .corkBord div ul li:nth-child(1):before {
	width: 25px;
	background-image: url(/exhibition/2017/1707jul/04/images/pin01.png);
	margin-left: -10px;
}
#exhibition .corkBord div ul li:nth-child(2):before {
	width: 31px;
	background-image: url(/exhibition/2017/1707jul/04/images/pin02.png);
	margin-left: -20px;
}
#exhibition .corkBord div ul li:nth-child(3):before {
	width: 24px;
	background-image: url(/exhibition/2017/1707jul/04/images/pin03.png);
	margin-left: -12px;
}
#exhibition .corkBord div ul li:nth-child(4):before {
	width: 27px;
	background-image: url(/exhibition/2017/1707jul/04/images/pin04.png);
	margin-left: -12px;
}
#exhibition .summaryBox {
	border-radius: 10px;
	background-image: url(/exhibition/2017/1707jul/04/images/docter.png), url(/exhibition/2017/1707jul/04/images/ill07.png), url(/exhibition/2017/1707jul/04/images/summary.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: 5% center, 94% 70%, left top;
	padding: 40px 0 40px 40px;
	text-align: center;
}
#exhibition .summaryBox p {
	display: inline-block;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}

/*
#exhibition h5.ttl_h5_05{
	background:url("/exhibition/2016/1607jul/04/images/ttl_h5_05.gif") no-repeat left bottom;
	border-left:none;
	padding:0 0 10px;
	text-align:left;
	font-size: 1.8rem;
	color:#006699;
	margin-bottom:15px;
}
#exhibition h5.ttl_h5_05 span{
	display:block;
	float:right;
	font-size: 1.4rem;
	color:#666666;
}
#exhibition .column_04{
	border:1px solid #9AD7EB;
	padding:2px;
}
#exhibition .column_04 h6{
	margin-top:0;
}
#exhibition .column_04 dl{
	width:210px;
	padding-top:10px;
}
#exhibition .column_04 dt{
	color:#4AB2D2;
	font-weight:bold;
	font-size:1.4rem;
	border-bottom:1px dotted #4AB2D2;
	margin-bottom:8px;
}
#exhibition .column_04 dd{
	font-size:1.2rem;	
}
#exhibition .link04,
#exhibition .link04 a:link{
	color:#0066CC;
}
#exhibition .link04 a:hover{
	color:#0066CC;
	text-decoration:underline;
}
#exhibition .column_04b{
	border-left:2px solid #FFCD83;
	border-right:2px solid #FFCD83;
	border-bottom:2px solid #FFCD83;
	padding:2px;
}
#exhibition h5.column_04b_h5{
	border:none;
	padding:0;
	margin-bottom:0;
}
#exhibition .column_04b ul{
	font-size:1.2rem;
}
#exhibition .column_04b ul li{ 
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:10px;
}
*/

/*共通*/

#exhibition .poplink{
	margin-top:20px;
}

#exhibition .poplink a{
	background:url("/common/images/ico_blank_01.png") no-repeat 0 5px;
    padding-left: 15px;
	font-size:1.4rem;
}

.mb12{margin-bottom:12px;}
.mb5{margin-bottom:5px;}
.mb15{margin-bottom:15px !important;}
.mb50{margin-bottom:50px !important;}
.mb30{margin-bottom:30px !important;}
.ml0{margin-left:0 !important;}
.mr15{margin-right:15px !important;}
.fs11{
	font-size:11px !important;
	font-size:1.1rem !important;
}
.fs14{
	font-size:14px !important;
	font-size:1.4rem !important;
}
.fs16{
	font-size:16px !important;
	font-size:1.6rem !important;
}





















