@charset "UTF-8";
/*プロムナード
------------------------------------------------------------------------------*/
/*名称・所在地*/
dl#address{
padding:15px;
}
dl#address dt{
float: left;
padding: 7px 0 6px 3px;
line-height: 120%;
border-bottom:dotted 1px #666;
}
dl#address dd{
margin: 0;
padding: 7px 3px 6px 6.6em; 
line-height: 120%;
border-bottom:dotted 1px #666;
}


/*施設の概要*/
table#detaile th, table#detaile td{
 text-align:center;
}


/*施設ご利用にあたって*/
td.price{
 text-align:right;
}
#reference{
 padding:20px 0;
}


/*施設利用上のお願い*/
.grayBox{
 border:solid 2px #ccc;
 padding:15px;
 padding-top:0;
 margin-bottom:15px;
}
h5{
 font-size:1.1em;
 font-weight:bold;
 padding:20px 0 0 0;
 border-bottom:solid 2px #ccc;
 margin-bottom:10px;
}