@charset "shift_jis"; 

.table {
	border-collapse: collapse;
		margin-left:auto;
		margin-right:auto;
}
.table td,
.table th {
	border-bottom:1px solid #ffffff;
}
.table th {
	background:#efefef;
	text-align:left;
}


@media only screen and (max-width:800px) {
	.table{
		display: block;
		width:96%;
		margin-left:auto;
		margin-right:auto;
	}

	.table thead {
		display: none;
	}

	.table tbody {
		display: block;
	}

	.table tbody tr {
		display: block;
		margin-bottom: 1em;
		text-align:left;
	}

	.table th,
	.table td {
		display: list-item;
		border: none;
		text-align:left;
	}

	.table th {
		width:100%;
		margin-bottom: 5px;
		list-style-type: none;
		background: #efefef;
		font-weight:bold;
	}

	.table td {
		width:100%;
		list-style-type: none;
		margin:0 8px;
		padding: 0;
		padding:7px;
	}
}

