@charset "utf-8";

#container {
    width: 100%;
    margin: auto;
}

.free-wall {
    margin: 15px;
}
.brick {
    width: 221.2px;
}
.info {
    padding: 15px;
    color: #333;
}
.brick img {
    margin: 0px;
    padding: 0px;
    display: block;
}


/* intro
 *****************************************/
.about .intro .uk-panel img{
    width: 350px;
    position: relative; margin-top: 8px;
}

.about .story .uk-panel img{
    width: 300px; height: auto;
    position: relative; margin-top: 8px;
}

.about .character .uk-panel img{
    width: 200px; height: auto;
    position: relative; margin-top: 8px;
}

.about .location #map_canvas{
    width:100%; height:600px;
    background: #eee;
}


.uk-label {
    font-size: 1.2rem;
    background-color: #999;
    padding: 2px 10px;
}

.uk-label-warning svg {color: #f9e3a3; margin-right: 10px;}
