@charset "utf-8";
/* CSS Document */

table.table01 {
	width:80%;
	border:#333333 solid 1px;
	border-collapse: collapse;
	margin: auto;
}
table.table01 thead th {
	background:#FFF;
	color:#333333;
	padding:10px 15px;
	border-right:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
}
table.table01 thead th:first-child {
	background:#e2edf9;
}
table.table01 thead th:last-child {
	border-right:#333333 solid 1px;
}
table.table01 tbody th {
	background:#e2edf9;
	color:#333333;
	padding:10px 15px;
	border-bottom:#333333 solid 1px;
	vertical-align:middle;
	text-align: center;
	font-size:22px;
	font-weight:bold;
}
table.table01 tbody tr:last-child th {
	border-bottom:#333333 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-collapse:collapse;
	vertical-align:top;
	width: 17%;
}
table ul li {
	list-style: none;		
}
table.table01 tbody td p {
	line-height: 1.4;
	padding-bottom: 0.5em;
}
table.table01 tbody td p:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	/*display:block;*/
	border-right: #333333 solid 1px;
	font-size: 18px;
	padding: 5px 10px;
}

table.table01 tbody td {
	display:block;
	border-left:none;
	padding:10px 15px 0;
	width: 84%;	
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
	
table.table01 tbody td p {
		font-size: 12px;
	}
	
table.table01 tbody td p:first-child{
	padding-top:25px;	
	}
table.table01 tbody td p:last-child{
	padding-bottom:10px;	
	}
}

