﻿@charset "UTF-8";

/* ----------------------------------------------------
	title
---------------------------------------------------- */
.blue .ttl01 {
	font-size:140%;
	font-weight:bold;
}
.blue .ttl02 {
	margin-top:20px;
	padding:5px 10px 5px 20px;
	background:#39F;
	color:#fff;
	font-size:120%;
}


/* ----------------------------------------------------
	table
---------------------------------------------------- */

caption {
	padding:5px;
	background:#7f7f7f;
	font-weight:bold;
	color:#fff;
}
.tableType01 {
	width:80%;
	margin-bottom:20px;
	margin-left:30px;
	margin-top:15px;
	line-height:1.5;
}
.tableType01 th {
	border:1px solid #7f7f7f;
	padding:5px;
	background:#f2f2f2;
	text-align:center;
}
.tableType01 td {
	padding:5px;
	border:1px solid #7f7f7f;
	text-align:center;
}
.tableType01 .doubleBrd th ,
.tableType01 .doubleBrd td {
	border-top:3px double #999;
}