@charset "utf-8";
/* CSS Document */

.th-width th{
	width: 25%;
}
@media only screen and (max-width: 767px) {
.th-width th{
	width: 100%;
}
}