@charset "utf-8";
/* CSS Document */
table{
	width:100%;
	border-collapse:collapse;
}
table tr{
	border-bottom:#000 solid 1px;
}
table tr:first-child{
	border-top:#000 solid 1px;
}

table tr th{
	width:30%;
	background-color:#dfedde;
	text-align:left;
	padding:20px;
}
table tr td{
	width:70%;
	padding:20px;
}
table tr td ul:first-child{
	padding-left:20px;
}
@media only screen and (max-width: 480px) {
table tr td ul:first-child {
    padding-left: 5px;
}
}