@charset "utf-8";
/* CSS Document */
.table_box {
	clear: both;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
}

/*table.table01 {
	width:100%;
	border-right:#0c328c solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#0c328c;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#0c328c solid 1px;
}
table.table01 tbody th {
	background:#0c328c;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
	width: 20%;
}

table.table01 thead th,
table .table01 tbody th,
table .table01 tbody td {
	padding: 1.5rem 0.5rem;
}

table.table01 tbody tr:last-child th {
	border-bottom:#0c328c solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#0c328c solid 1px;
	border-bottom:#0c328c solid 1px;
	vertical-align:top;
	text-align: center;
}*/
table.table01 tbody tr:first-child td{
	border-top: #b89b6f solid 1px;
}

table.table01 {
	width:100%;
	border-right:#b89b6f solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#b89b6f;
	color:#FFF;
	padding: 2rem;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#b89b6f solid 1px;
}
table.table01 tbody th {
	background:#b89b6f;
	color:#FFF;
	padding: 1rem 0;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
	text-align: center;
}
table.table01 tbody tr:last-child th {
	border-bottom:#b89b6f solid 1px;
	width: 20%;
}
table.table01 tbody td {
	background:#FFF;
	padding: 1rem;
	border-left:#b89b6f solid 1px;
	border-bottom:#b89b6f solid 1px;
	vertical-align:middle;
	color: #3e2600;
}
table.table01 tbody td a{
	font-weight: bold;
	color: #880000;
}
table.table01 tbody tr:nth-child(even) th {
	background: #947952;
}
table.table01 tbody tr:nth-child(even) td {
	background: #f2f2f2;
}

/*--------------------------
レスポンシブ
-------------------------*/

@media screen and (max-width: 767px) {
	table.table01 thead {
		display:none;
	}
	table.table01 tbody tr　{
		margin-bottom: 2rem
	}
	table.table01 tbody th {
		display:block;
	}
	table.table01 tbody td {
		display:block;
	}
	table.table01 tbody tr:last-child th {
		width: 100%;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
	}
	table.table01 tbody td p {
		padding-left:0em;
		font-size: 0.85rem;	
	}
	table.table01 tbody tr:nth-child(even) td:nth-child(odd) {
		background: #fff;
	}
		table.table01 tbody td:nth-child(even) {
		background: #eee;
	}

}

/*@media screen and (min-width:768px){
	table.table01 thead {
		display:none;
	}
	table.table01 tbody th {
		width: auto;
	}
	table.table01 tbody td {
		display:block;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
	}
	table.table01 tbody td p {
		padding-left:6em;
	}
}