/*table*/
/*------------------------------------------------------------------------------*/
.table_wrap p {
	display: none;
}
.table_wrap table {
	width: 100%;
}
.table_srg01 {
	width: 100%;
	line-height: 1.4;
	border: 1px solid #ccc;
}
.table_srg01 caption {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.table_srg01 th {
	padding: 16px 10px;
	border: 1px solid #ccc;
	font-size: 16px;
	background: #EB3C00;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.table_srg01 td {
	padding: 16px 10px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.table_srg01 .t_bg01 {
	background-color: #FA8072;
	color: #fff;
	font-size: 15px;
}
.table_srg01 .t_size30 {
	width: 30%;
}
.table_srg01 .t_size35 {
	width: 35%;
}
.table_srg01 .t_size50 {
	width: 50%;
}
.table_srg01 .t_size70 {
	width: 70%;
}
.table_srg01.cell_4 td {
	width: 20%;
}
.table_srg01.cell_2 td {
	width: 50%;
}
.table_srg01.cell_7 td {
	width: 11%;
}
.table_srg01.cell_7 td:first-child {
	width: 23%;
}
.table_srg01 a {
	text-decoration: underline;
}