@import "/default_sp.css";

/* for content */
.ui-content {
    background:#fffee6;
    color: #000000;
    text-shadow: none;
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.titleCust {
    width: 250px;
    height: auto;
    margin: 10px auto;
}
.mapDescription {
    font-size: 13px;
    width: 280px;
    margin: auto;
    padding: 8px 0 20px 0;
    text-align: center;
}

/* theme="c" */
.ui-bar-c {
    margin: 0;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    background: #cccccc;
}
/* theme="d" */
.ui-bar-d {
    background: #fffee6;
    text-align: center;
}
