@charset "utf-8";

@import url("../fontawesome/all.css");

/* ローディング */
#loader {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.3;
    z-index: 1500;  /* bootstrapのモーダルが1050 */
}
#loader .loader-msg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.loading-area {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    margin-top: 10px;
    /*position: absolute;*/
}
.loading-area-contents {
    padding: 10px;
}