﻿@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;
}

.tips.tips_red {
    border-color: #f28e8a;
	font-size: 17px!important;
}

.tips.tips_red::before {
    color: #d16d6a;
}

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

/* ハイライト */
.highlight {
    background: linear-gradient(transparent 10%, #FFFF00 10% 90%, transparent 90%);
    font-weight: bold;
    color: #FF0004;
}
