@charset "UTF-8";

table {
	border-collapse:collapse;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
table th {
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	padding:1em;
	width:14em;
	font-weight:400;
	text-align:center;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
}
table td {
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	padding:1em;
	border-bottom:1px solid #ccc;
}

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

}

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

}

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

table th {
	font-size:14px;
}
table td {
	font-size:13px;
}

}

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

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

section > table > tbody > tr > th {
	width:100%;
	float:left;
	padding:0.5em;
}
section > table > tbody > tr > td {
	width:100%;
	float:left;
}

}