.button:hover {
	background-color: #49a9d6;
}

.button a { display:block; }
.button a:link,
.button a:visited { color:#fff !important; }
.button a:hover { color:#fff !important; }

.mediaSp { display:none; }

.colorBar { display:inline-block; padding:5px 20px; background-color:#09C; color:#FFF; }	

.boxTable table { width:100%; border-collapse:collapse; }
.boxTable table tr * { padding:7px; border:solid 1px #ccc; }
.boxTable table thead tr th { padding:10px 7px; }
.boxTable table thead tr th:nth-child(1) { width:25%; }
.boxTable table thead tr th:nth-child(2) { width:40%; }
.boxTable table thead tr th:nth-child(3) { width:15%; }
.boxTable table thead tr th:nth-child(4) { width:20%; }
.boxTable table tbody tr th { font-weight:normal; }
.boxTable .clr { background-color:#e9f4f9; }

.scr_tbl { overflow-y:auto; }
.scr_tbl::-webkit-scrollbar{ height: 5px; }
.scr_tbl::-webkit-scrollbar-track{ background: #F1F1F1; }
.scr_tbl::-webkit-scrollbar-thumb { background: #BCBCBC; }

@media screen and (max-width:640px) {

.mediaPc { display:none; }
.mediaSp { display:block; }

.image_R {
	float:none;
	margin:20px auto;
	padding:0px; 
	width:52.5%;
	}
	
.ml15 { margin:0;}
	
.boxTable table { width:615px; }
	
}