.left_mynum {
    width: 690px;
    margin: 15px 0px 0px 0px;
    padding: 10px;
    text-align: left;
    float: left;
    background-color: #f9f7e3;
    padding: 10px;
    font-size: 15.5pt;
}

p {
    margin-bottom: 0.494cm;
    margin-top: 0.494cm;
}

.brad {
    border-radius: 20px;
    background-color: blue;
    border-color: black;
    border: 5px;
}

.radbox_myna {
    padding-top: 0.5px;
    padding-left: 20px;
    border-top: solid 1.5px #666;     /* 枠線指定 */
    border-left: solid 1.5px #666;     /* 枠線指定 */
    border-right: solid 3px #555;     /* 枠線指定 */
    border-bottom: solid 3px #555;     /* 枠線指定 */
    background-color: #eee;     /* 背景色指定 */
    border-radius: 10px;        /* 角丸指定 */
    background: linear-gradient(0deg, #fbb, #fdd 30%, #Fee);
}

.radtext1_myna{                    /* ロゴ部分の指定 */
    text-align:  left;        /* 文字を中央揃え */
    width: 480px;
    padding: 10px;                /* 余白指定 */
    color:  #666;                /* 文字の色指定 */
    font-weight: bold;
    font-size: 40px;            /* 文字サイズ指定 */
}

.radtext2_myna{                    /* ロゴ部分の指定 */
    text-align:  left;        /* 文字を中央揃え */
    padding: 10px;                /* 余白指定 */
    color:  #444;                /* 文字の色指定 */
    border-top:  solid 2px #000;    /* 枠線指定 */
    width:520px;
    font-size: 30px;            /* 文字サイズ指定 */
}

.topbar_myna {
    background-color: #F80;
    width: 400px;
    height: 7px;
    margin:  0 auto;            /* 中央寄せ */
}

.radbox_reserve {
    margin-top: 5px;
    padding-top: 0.5px;
    padding-left: 20px;
    border-top: solid 1.5px #666;     /* 枠線指定 */
    border-left: solid 1.5px #666;     /* 枠線指定 */
    border-right: solid 3px #555;     /* 枠線指定 */
    border-bottom: solid 3px #555;     /* 枠線指定 */
    background-color: #eee;     /* 背景色指定 */
    border-radius: 10px;        /* 角丸指定 */
    background: linear-gradient(0deg, #cd9, #fff);
}

.radtext1_reserve{                    /* ロゴ部分の指定 */
    text-align:  left;        /* 文字を中央揃え */
    padding: 10px;                /* 余白指定 */
    color:  #161;                /* 文字の色指定 */
    font-weight: bold;
    font-size: 38px;            /* 文字サイズ指定 */
}

.radtext2_reserve{                    /* ロゴ部分の指定 */
    text-align:  left;        /* 文字を中央揃え */
    padding: 10px;                /* 余白指定 */
    color:  #444;                /* 文字の色指定 */
    border-top:  solid 2px #000;    /* 枠線指定 */
    width:620px;
    font-size: 15px;            /* 文字サイズ指定 */
}

.topbar_reserve{
    background-color: #0f0;
    width: 600px;
    height: 7px;
    margin:  0 auto;            /* 中央寄せ */
}


