﻿@charset "utf-8";

.MenuMei{
    font-size:20px;
    color:black;
    margin-top:32px;
}

.StopMessage{
    margin:0 auto;
    margin-top:70px;
    width:550px;
    font-size:16px;
    font-weight:bold;
    color:#5D5D5D;
}

.ButtonFrame{
    margin:0 auto;
    margin-top:72px;
    margin-bottom:52px;
    width:286px;
    height:52px;
}
.ButtonSkeletonBlue {
    /*MOD START 　2022/02/07 　*/
    /*font-size:22px;*/
    /*font-weight:bold;*/
    font-size: 20px;
    font-weight: bold;
    color: #186eb4;
    background-color: #FFF;
    border: solid 3px #186eb4;
    border-radius: 7px;
    padding: 12px;
    /*MOD END 　2022/02/07　*/
}
