﻿@charset "utf-8"; 

.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#contents .inner #article .section .section .special_area p.note {
	margin: 0 0 20px 0;
	font-size: 92%;
}
.special_area .note_point {
	width: 86%;
	float: right;
}
#contents .inner #article .section .section .special_area p.note.indent {
	text-indent: -3em;
	margin-left: 3em;
}
#contents .inner #article .section .section .special_area .width_56 {
	width: 56%;
	margin: 0 auto;
}
.special_area .note_point .note {
	text-indent: -1em;
	margin-left: 1em;
}
.special_area .page_title {
	color: #0070C0;
	font-size: 117%;
}
.point {
	display: flex;
	clear: both;
}
.point .flt_l.width_70 {
	width: 70%;
}
.point .flt_r.width_30 {
	width: 30%;
}
.point .flt_r img {
	width: 65%;
	height: auto;
}
#contents .inner #article .section .section p.s_smalltextR {
	text-align: right;
}
#contents .inner #article .section .section p.s_smalltext {
	padding: 0;
}
.logo img {
	height: 50px;
	width: auto;
}
.main_point {
	margin: 0 10px;
}
.main_point th {
	background-color: #2f5597;
	border: 2px solid #fff;
	padding: 5px 10px;
	color: #fff;
}
.main_point td {
	background-color: #c8d6ee;
	border: 2px solid #fff;
	padding: 5px 10px;
	vertical-align: top;
}