@charset "shift_jis"; 

.table {
	border-collapse: collapse;
}
.table td,
.table th {
	border: 1px solid #ccc;
	padding:20px;
}
.table th {
	background:#f7f7f7;
	width:25%;
}
.table thead th {
	background:#666;
	color:#fff;
}
/*
@media only screen and (max-width:480px) {
	.table{
		display: block;
	}
	.table thead {
		display: none;
	}
	.table tbody {
		display: block;
	}
	.table tbody tr {
		display: block;
	}
	.table th,
	.table td {
		display: list-item;
		list-style-type: none;
		border: none;
		text-align:left;
		width:100%;
		padding:5px;
	}
}
*/

