@charset "UTF-8";

/*--environment_waste--*/
/*#mainBody h1{
	background: url(/csr/2020/environment/images/bg_h1_pc.png) center center no-repeat;
}*/
table.waste01{width:600px;}
table.waste02{width:600px;}

/*-----------------------------------------------------------
Mobile (Portrait) Design for a width of 320 to 767
-----------------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*#mainBody h1{
	background: url(/csr/2020/environment/images/bg_h1_sp.png) 0 0 no-repeat;
}*/
table.waste01{width:100%;font-size:80%;}
table.waste02{width:100%;font-size:90%;}
}