@charset "utf-8";
@media only screen and (max-width: 750px) {
.boxTable table th {
	width: 20%;
}
.boxTable table td .title {
	font-weight: bold;
}
.boxTable table td .txt {
	display: inline-block;
	padding-top: 6px;
}
}
