table.table01 {
	width:100%;
        table-layout: auto;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}

table.table01 thead th {
        white-space: nowrap;
	background:#3EB1C6;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}

table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}

table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}

table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}

table.table01 tbody td {
	background:#FFF;
	padding:5px 5px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}
 

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}

table.table01 tbody th {
	display:block;
}

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:12em;
}
}

/*▽▽▽　START - ogata added. 20180327 　▽▽▽*/
/*------- （メモ）table02は2個バージョン　例：joyfit-staff  -------*/
#backarea_sp table.table02 p{
	line-height: inherit;
}
table.table02 {
	border-top: #3EB1C6 solid 1px;
}
table.table02 tbody td{
	font-size: 1.0em;
}
table.table02 tbody td::before{
	font-size: 0.8em;
}

/*△△△　END - ogata added. 20180327　△△△*/