@charset "utf-8";

.text-attention .blue {
    color: #007EB0 !important;
}
.table_method {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: .5em;
}
.table_method th {
	width: 50%;
	background-color: #f3f3f3;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: .4em;
	padding-bottom: .4em;
}
th.table_method-ttl {
	background-color: #d9dadb;
}
.table_method td {
	width: 50%;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: .4em;
	padding-right: 1.0em;
	padding-bottom: .4em;
	padding-left: 1.0em;
}
.table_method-bdtop {
	border-top: 3px solid #FF0004;
}
.table_method-bdright {
	border-right: 3px solid #FF0004;
}
th.table_method-bdbottom,
td.table_method-bdbottom {
	border-bottom: 3px solid #FF0004;
}
th.table_method-bdleft {
	border-left: 3px solid #FF0004;
}

