@charset "utf-8";
/* CSS Document */

/** indexレイアウト **/

.exhibitionTR {
	
}
.exhibitionTR p{
	margin-top: 0;
}
.exhibitionTR .underline {
	text-decoration: underline;
}
.exhibitionTR .annotation {
	font-size: 0.9em;
}
.exhibitionTR .border {
	border: solid 1px #333;
 padding: 0 5px;
}
.exhibitionTR .exhibitionTitle {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
	text-align: center;
}
.exhibitionTR .exhibitionTitle+p strong{
	font-size: 1.05em;
}
.exhibitionTR .mapBox {
	margin-bottom: 30px;
}
.exhibitionTR .mapBox img{
	width:100%;
}
.exhibitionTR .infoBox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border-bottom: dashed 1px #333;
}
.exhibitionTR .infoBox .iconBox {
	width: 25%;
}
.exhibitionTR .infoBox .iconBox img{
	width: 80%;
}
.exhibitionTR .infoBox .txtBox {
	width: 75%;
}
/*.exhibitionTR .txtBox>p:nth-child(1) {
text-decoration: underline;
    font-weight: bold;
}*/
.exhibitionTR .infoBox .txtBox div p:nth-child(1){
	margin-bottom: 10px;
}
.exhibitionTR .infoBox .heading,
.exhibitionTR .workBox .heading{
	font-weight: bold;
	font-size: 1.05em;
}
.exhibitionTR .workBox p:nth-child(1){
	margin-bottom: 25px;
}
.exhibitionTR .workBox p:nth-child(2){
	margin-bottom: 10px;
}
.exhibitionTR .workBox p:nth-child(3){
	margin-bottom: 30px;
}
/** indexレイアウト END **/


.txtleft td {
	text-align: left;
}
td.linkTD {
	text-align: right;
}
td.linkTD .listLnk {
	font-weight: bold;
	color:#339966;
	/*display: none;*/
}
/*.padLEFT10 a {
	color: #000000;
	pointer-events: none;
}*/
td.linkTD b {
	/*display: none;*/
}
p.note{
    margin-top: 3em;
    font-size: 0.8em;
    text-align: left;	
}