﻿@charset "utf-8";

.cont01 {
	padding: 20px;
}

.contL01 {
	float: left;
	width: 250px;
}

.contR01 {
	float: right;
	width: 420px;
}

.contL02 {
	float: left;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
}

.contR02 {
	float: right;
	width: 285px;
	font-size: 14px;
}

.line01 {
	border-bottom: 1px dotted #CCC;
	padding: 0 0 10px 0;
}

.sttl01 {
	border-bottom: 1px solid #2E3993;
	padding: 0 0 10px 0;
	font-size: 16px;
}