@charset "UTF-8";
/* CSS Document */

/*__________________________________*/
thead th {
	border: solid 1px #999;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #0070b8;
	padding: 10px;
}
tbody td{
	border: 1px solid #999;
	padding: 10px;
	vertical-align: middle;
}

table{margin-bottom: 20px;}

table.none,table.none td{border: solid 1px #fff;}

@media screen and (min-width: 1400px) {
	.csr-01{
		position: relative;
		padding-bottom: 20px;
	
	}


	
	p.b{
		font-weight: 600;
	}
}

@media screen and (max-width: 1399px) {
	.csr-01{
		position: relative;
		padding-bottom: 20px;
	}

	p{
		font-size: 16px;
	}
	
	p.b{
		font-weight: 600;
	}
	
}

@media screen and (max-width: 639px) {
	.csr-01{
		position: relative;
		padding-bottom: 20px;
	}

	p{
		font-size:10px;
	}
	p.b{
		font-weight: 600;
	}
	
}