@charset "utf-8";

/*
************************************************************************************/
.shourei_table table.normal td{
	text-align: right !important;
}
@media screen and (max-width: 480px){
.shourei_table table.normal tbody td:nth-of-type(1):before {content: "[2014年]"; font-weight: bold;}
.shourei_table table.normal tbody td:nth-of-type(2):before {content: "[2015年]"; font-weight: bold;}
.shourei_table table.normal tbody td:nth-of-type(3):before {content: "[2016年]"; font-weight: bold;}

.shourei_table table.normal td{
	text-align: left !important;
}
}

