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

   checkup/option

------------------------------------------------*/

@media screen and (max-width: 480px) {


table{
	font-size:12px;
}

table td{
	display:table-cell;
	width:auto;
	padding:5px;
}

table td:first-child{
	width:35% !important;
}

table td:nth-child(2n){
	width:40% !important;
}


}