@charset "UTF-8";

/*------------------------------------
常設展示
--------------------------------------*/
#globalNav li.showSpace a {
background-position:bottom;
}

#showSpace .block {
clear:both;
padding-bottom:25px;
margin-bottom:25px;
border-bottom:dotted 1px #CCC;
}

#showSpace .block:last-child {
margin-bottom:0;
padding-bottom:0;
border:none;
}

#showSpace .block h3 {
margin-bottom:18px;
}

#showSpace figure {
display:block;
width:268px;
float:left;
margin:0 18px 18px 0;
}

#showSpace figcaption {
text-align:center;
padding-top:5px;
display:block;
}

#showSpace p, #showSpace dl {
overflow:hidden;
}

#showSpace p {
margin-bottom:18px;
}

#showSpace dt {
background:#EFEFEF;
padding:5px;
font-weight:bold;
}

#showSpace dd {
padding:5px;
word-wrap:break-word;
word-break:break-all;
width:auto;
display:block;
}

#showSpace dd a {
text-decoration:underline;
}

#showSpace dd a:hover {
text-decoration:none;
}