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

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


/*中央寄せ*/
.table_center td {
    text-align: center;
}



/* 小見出し */
.tips {
    border-color: #EBC8F9;
	font-size: 1em;
}

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