@charset "utf-8";
/****************************************************************************************************

dl

****************************************************************************************************/
.dl_tbl1{
	width: 100%;
}
	.dl_tbl1 .dl_tblCol1{ width: 80px; }
	.dl_tbl1 .dl_tblCol2{ }
	.dl_tbl1 .dl_tblCol3{ width: 180px; }
@media only screen and (max-width:736px){
	.dl_tbl1 .dl_tblCol1{ width: 50px; }
	.dl_tbl1 .dl_tblCol2{ }
	.dl_tbl1 .dl_tblCol3{ width: 120px; }
}


.dl_tbl2{
	/* width: 100%; */
	width: auto;
}
	.dl_tbl2 .dl_tblCol1{ }
	.dl_tbl2 .dl_tblCol2{ width: 180px; }
@media only screen and (max-width:736px){
	.dl_tbl2 .dl_tblCol1{ }
	.dl_tbl2 .dl_tblCol2{ width: 120px; }
}


.dl_text1{
	font-weight: bold;
	font-size: 133%;
}

