﻿@charset "utf-8";

.photo {
	float: right;
	width: 25%;
	text-align: center;
}
h2 span.txt_lead {
	font-size: 75%;
	font-weight: normal;
	color: #000000 !important;
}
.note_list li {
	text-indent: -1em;
	padding-left: 1em;
}
.column_third:before {
	content:"";display:block;clear:both;
}
.column_third li {
	width: 32%;
	float: left;
	text-align: center;
}
.column_third li:not(:first-child) {
	margin-left: 2%;
	float: left;
}
.column_third li span {
	display: block;
	font-size: 84%;
}
.column_fourth:before {
	content:"";display:block;clear:both;
}
.column_fourth li {
	width: 25%;
	float: left;
	text-align: center;
}
.column_fourth li span {
	display: block;
	font-size: 84%;
}