@charset "utf-8";
.Under_Construction {
    border-radius: 12px;
    text-align: center;
    display: block;
    border-style: solid;
    border-color: rgba(0,37,211,1.00);
    margin: 0px;
    padding: 15px;
    width: 100px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: large;
    font-weight: bold;
}
