﻿@charset "utf-8"; 

p.txt_title {
	color: #0070C0;
}
.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.titleTypeA02:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.blue01 {
	background-color: #c6d9f1;
}
.blue02 {
	background-color: #dce6f2;
}
h4 {
	font-size: 109%;
	color: #339966;
	margin: 0 10px;
}
.table {
  border: 1px solid #000000;
  width: 100%;
}
.table tbody tr {
  border-top: 1px solid #000000;
}
.table thead th:not(:first-child) {
  border-left: 1px solid #000000;
}
.table tbody td:not(:first-child) {
  border-left: 1px solid #000000;
}

.table thead th,
.table tbody td {
  text-align: center;
  padding: 10px;
}
.table tbody td:first-child {
  text-align: left;
}
.image {
  margin: 0 10px;
}
.image img {
  width: 100%;
  height: auto;
}
p.mb10 {
  font-size: 12px;
}