/* 
    Created on : 2016/01/08, 14:16:50
    Author     : hasegawa
*/

#messageBox {
    display: none;
    position: fixed;
    top: 3px;
    width: 100%;
    text-align: center;
    z-index: 10000;
    pointer-events: none;
}

#messageBox #messageBox-inner {
    display: inline-block;
    background-color: #e0bd63;
    color: #FFF;
    margin: 0 auto;
    padding: 9px 50px;
}