@charset "UTF-8";

/*about==========*/

/* h2 */
#contents h2 {
	border-bottom:2px solid #6FA4D6;
	border-top:2px solid #F69A9F;
	padding:5px 0 0;
}

/* table */
#contents table { margin:10px 0; width:100%; }
#contents th,
#contents td {
    border:1px solid #CFD4EB; padding:15px 0 12px 30px;
}
#contents th { background:#077AD1; color:white; width:20%; } /* #91bde7 */

/* table table */
#contents table table { width:97%; }
#contents table table th { width:auto; background:none; color:#666; }
#contents table table th,
#contents table table td {
    padding:10px 10px 7px 10px;
    border:1px dashed #a8b4e9;
    border-width:1px 0;
}

/* table li */
#contents td ul{
	list-style:outside;
	padding:0 40px 0 20px;
    float:left;
}
#contents td li{ margin: 2px 0; }


/* mapPhoto */
.mapPhoto     { display:flex; justify-content:space-between; margin:3em 0; }
.mapPhoto > * { width:12%; }
.mapPhoto img { width:100%; }


/* imageMap */
.imageMap{ margin:20px 0; float:left; }
.image{ margin:35px 0; width:530px; float:right; }

/* googleMap */
.googleMap{ margin:20px 0; width:530px; float:right; }
