@charset "utf-8";

/*-----------------
.dayTable
------------------*/
.dayTable td {
	padding: 20px;
}
/*-----------------
.tabBlock01
------------------*/
.tabBlock01 > .tabList > .tabListItem .tabBtn {
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
/*-----------------
.table
------------------*/
.table td {
	background: #fff;
}
.centralTxt th {
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 640px) {
	.isSpTable {
		display: none;
	}
	.type02 tr {
		display: table-row;
	}
	.type02 th {
		display: table-cell;
		width: 280px;
	}
}
/*-----------------
.listType01
------------------*/
.listType01 > li.rubyList::before {
	padding-top: 0.7em;
}
/*----------------------------
modal01
----------------------------*/

.modalContent.modalContact {
	width: 896px;
}