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

.bg_gr{
	background-color: #F3FFE6;
}

.table_left{
	float: left;
	width: 49%;
}

.table_right{
	float: right;
	width: 49%;
}

.t_center{
	text-align: center;
}

.table_box_2{
	overflow: hidden;
	margin-bottom: 5px;
}

.table_box_2 h2 {
    color: #02509F;
    margin-top: 0;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #c2c2c2;
    font-weight: bold;
}