@charset "UTF-8";


/*組み替え*/

table.table01 {
	width:100%;
	margin:0 1em 0 1em;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
/*	border-bottom:#FFF solid 1px;*/
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#F0F0F0;
	padding:10px 15px;
			font-weight: normal;
	border-bottom:#ccc dashed 1px;
	vertical-align:top;
	text-align:left;
	width:140px;
}
table.table01 tbody tr:last-child th {
/*	border-bottom:#3EB1C6 solid 1px;;*/
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-bottom:#CCC dashed 1px;
	vertical-align:top;
}

@media screen and (max-width: 480px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	width:92%;
	border:none;
	padding:5px 15px;
}
table.table01 tbody td {
	display:block;
		border:none;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}
.table02{
width:95%;
}
.table02 td {
border-bottom: dashed 1px #cccccc;
padding:10px 0;
}