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

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


.b_none
{
	border-bottom: none;
	box-shadow: none;
}

table tr td:last-child.b_none
{
	box-shadow: none;
}


h2{
	font-weight: bold;
	text-shadow: none;
}


.tips{
	font-size: 0.9em
}