@charset "utf-8";
/* CSS Document */


/* table ----------------------------------------------- */

table th {
	font-weight:bold !important;
	vertical-align:middle !important;
}

table td {
	vertical-align:middle !important;
}

table .taC {
	text-align:center;
}

.red1 {
	color:#CC0000;
}

.f-bold {
    font-weight: bold;
}

.webc_imp_table03 th {
    background-color: #c4302e;
    color: #ffffff;
}

.webc_imp_table03 td.bg02 {
    background-color: #ffe6e6;
}

table.no_border_table {
	border:none !important;
	width:600px !important;
}

table.no_border_table td {
	border:none !important;
	padding:0 !important;
	word-break:break-all;
	width:50%;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	table.no_border_table {
		width:100% !important;
		display:block;
	}

	table.no_border_table td {
		display:block;
		width:100%;
	}
	
	table.no_border_table td span {
		display:block;
	}
}