@charset "UTF-8";
/* ===================================================================

	report CSS

=================================================================== */

.report_area{
	width: 100%;
	padding: 0;
	margin: 0 0 50px 0;
}
.report_area {
	margin: 0 0 1em;
}
.report_area > .caution{
	border: solid 1px #CCC;
	padding: 10px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.4rem;
}
.report_area > .caution span{
	color: #e22626;
}
.report_area table {
	margin: 0 auto 30px;
	table-layout: fixed;
	border-collapse: collapse;
	border: #ddd solid 1px;
	font-size: 100%;
	width: 86%;
}
.note{
	color: #e22626;
}
.report_area table th,
.report_area table td {
	border: #ddd solid 1px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: .5em 1em;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

.report_area table th {
	background-color: #CCEFEF;
	text-align: center;
	font-weight: bold;
}

.report_area table td {
	background-color: #fff;
}
.report_area table td.bgcolor{
	background-color: rgb(238, 238, 238);
	text-align: center;
	vertical-align: middle;
}
.report_area table td.bgcolor02{
	background-color: rgba(123, 201, 201, 0.2);
	text-align: center;
	vertical-align: middle;
}

tr.line01 th:first-child{
	width: 20%;
}
tr.line01 th:nth-child(2){
	width: 32%;
}

.report_area > ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.report_area ul.liststyle01 li{
	list-style-type: disc;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
}
.report_area ul.liststyle02 li{
	list-style-type: circle;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
}

.textbox{
	margin: 0 auto 30px;
	width: 86%;
}
@media all and (max-width: 767px){
.report_area table,
.report_area table tbody,
.report_area table tr,
.report_area table th,
.report_area table td {
	display: block;
	width: auto;
}
.report_area table {
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.report_area table th {
	border-top: none;
	padding: .5em 1em;
}
.report_area table td {
	border-top: none;
}
.line01{
	display: none !important;
}
tr.line01 th:first-child{
	width: 100%;
}
tr.line01 th:nth-child(2){
	width: 100%;
}
.textbox{
	margin: 0 auto 30px;
	width: 100%;
}
}



@media all and (max-width: 767px){
	
}