﻿ /*赤色*/
.red {
    color:red;
}

/*薄い赤*/

.lightRed {
    color: rgba(255,0,0,0.5)
}

/*モーダルの背景色変更*/
.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.25)
}