@charset "UTF-8";

/*
.text-box table tr:first-child td {
	color: #fff;
	background-color: #666;
	font-weight: bold;
	text-align: center;
}
*/
.text-box table th {
	position: relative;
	color: #fff;
	background-color: #666;
}
.text-box table th.children {
	color: #333;
	background-color: #ccc;
	text-align: left;
}
.text-box table th .note {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.text-box table td:nth-child(1) {	width: 20%;}
.text-box table td:nth-child(2) {	width: 80%;}

@media screen and (max-width: 767px) {
	.text-box table td:nth-child(1) {	width: 35%;}
	.text-box table td:nth-child(2) {	width: 65%;}
}