@charset "utf-8";
/* CSS Document */

@import "/css/common.css";

/********** contents **********/

.contents {
 margin-bottom: 50px;
}

/********** profile **********/

.profile .table {
 margin-top: 20px;
}

.profile .table th {
 background-color: #FFF0F5;
}

/********** floormap **********/

.floormap .row {
 margin-bottom: 40px;
}

.floormap .place {
 margin-bottom: 10px;
 padding-left: 20px;
 font-size: 24px;
 color: #FF0066;
 border-bottom: 1px solid #FF0066;
}

.floormap .place p {
 margin-bottom: 0;
}

.floormap .floor {
 margin-left: 20px;
 margin-bottom: 2px !important;
 font-weight: bold;
}

.floormap img {
 margin-bottom: 15px;
}

.floormap .caption {
 margin-bottom: 5px;
}