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

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

.txt_headline_col {
	color:#d82208;
}

.tips::before {
    color: #000000;
}

.tips {
    border-bottom: solid 3px #d82208;
}


/* tr td css */

.bg08 {
background: #ecf2f3;
}