@charset "utf-8";
.body_wrapper{
    background:rgba(255,255,255,.9);
}
dl{
    margin-bottom: 32px;
}
dt{
    border-bottom:dotted #95260D 1px;
    color: #95260D;
    font-weight: bold;
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
}
dd{
    padding: 0 16px;
}
.ga a{
    text-decoration: underline;
}
ul.disc{
    list-style-type: disc
}
ul.nmb{
    margin: 0;
}
.nmb li{
    margin-left: 16px;
    text-indent: -16px;
    margin-bottom: 8px;
}

/* タブレット以下 */
@media only screen and (max-width: 959px){

}/* このとじカッコは消さないこと */

/* スマホ以下 */
@media only screen and (max-width: 767px){

}/* このとじカッコは消さないこと */
