﻿@charset "utf-8";
/* 色変更時用CSS */

/* td背景色 */
.bg08 {
    background-color: #E1CFF0;
}

.bg09 {
    background-color: #F8EDFD;
}

/* 菱形 */
.diamond {
	color:#2F89B4;
}

/* 小見出し */
.tips {
    border-color: #A2C1DC;
	font-size: 17px!important;
}

.tips::before {
    color: #3A57A6;
}

/* インデックス罫線 */
.txt_border {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin-bottom: 0.3rem;
}
