﻿@charset "UTF-8";

/*エラーメッセージの"・"を外す*/
ul {
    list-style-type: none;
}

/*モーダル表示時のずれの制御*/
.modal-open {
    overflow: auto;
}
