@charset "UTF-8";

.round_box {
    width: 650px;
    background-color: #e8e8e8;
    padding: 0;
    margin: 10px auto 10px;
    border-radius: 10px;
}

.round_box a {
    text-decoration: none;
}

.moji {
    width: 600px;
    padding: 5px 15px;
}

.moji h3 {
    text-align: center;
}

.moji p {
    color: #0b0b0b;
    font-size: 14px;
    text-align: left;
    line-height: 180%;
}

.kiroku ul {
    width: 450px;
    color: #3e3e3e;
    list-style-type: none;
    line-height: 140%;
    font-size: 10px;
    text-align: left;
    margin: auto;
}

.miyakon_banner a {
    display: block;
    width: 80px;
    height: 23px;
    margin: 0 auto;
    background: url("./miyakon_banner.png") no-repeat;
}

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }