﻿@charset "UTF-8";
/* ローディング情報表示用設定 */

#loading {
    position: absolute;
    left: 50%;
    top: 30%;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1;
}

button:focus, select:focus, input:focus, textarea:focus, a:focus {
    outline: 2px #A3CBFD solid;
}