
.todofuken-box td li {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.todofuken-box {
	padding-top: 40px
}

.todofuken-box table {
	width: 100%;
	border-collapse: separate
}

.todofuken-box th,
.todofuken-box td {
	font-size: 14px;
	padding: 5px;
	border-top: solid 4px #fff;
	border-bottom: solid 1px #e3e3e3
}

.todofuken-box th {
	white-space: nowrap;
	background-color: #ffe600
}

.todofuken-box td {
	text-align: left;
	padding-bottom: 0;
	padding-right: 0;
	background-color: #f5f5f5
}

.todofuken-box td ul {
	font-size: 0;
	letter-spacing: 0;
	padding-top: 0
}

.todofuken-box td li {
	width: 20%;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 0
}

.todofuken-box td li:nth-child(2n) {
	width: 19.9%
}

.todofuken-box td a {
	display: block;
	color: #0000ff;
	padding: 10px 0;
	width: auto;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-bottom: solid #e3e3e3;
	border-width: 0 0 1px 0
}

.todofuken-box td a:hover {
	background-color: #22ac73;
	color: #fff
}

.todofuken-box td a.disabled {
	pointer-events: none;
	color: #999999;
	border-width: 0;
	opacity: 0.3;
}

.todofuken-box td a.disabled:hover {
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.todofuken-box table {
		margin-top: 10px;
	}
	.todofuken-box th {
		position: relative;
		display: block;
		padding: 15px 0;
		border-bottom: 4px solid #fff;
	}
	.todofuken-box th::after{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "\f107";
		font-family: fontAwesome;
	}
	.todofuken-box th.open::after{
		content: "\f106";
	}
	.todofuken-box td {
		display: block;
		padding: 0;
		border: 0;
	}
	.todofuken-box td ul {
		display: none;
		padding: 5px 5px 0;
	}
	.todofuken-box td li {
		width: 50%;
	}
	.todofuken-box td li:nth-child(2n) {
		width: 50%;
	}
	.todofuken-box td li:nth-child(2n) a {
		margin-right: 0;
	}
  
	.todofuken-box .sp td {
		padding: 0;
		background-color: transparent
	}
	.todofuken-box .sp td li {
		width: 100% !important;
		padding-bottom: 0 !important
	}
	.todofuken-box .sp th {
		background-color: #004b98;
		color: #fff;
		padding: 10px 0;
		font-size: 16px
	}
	.todofuken-box .sp td a {
		background-color: #88bef6;
		color: #fff;
		margin-right: 0;
		border-bottom: solid 1px #fff;
		font-size: 16px !important
	}
	.todofuken-box .sp td li:last-child a {
		border-bottom: none
	}
	.todofuken-box .sp td {
		padding: 0
	}
	.todofuken-box .sp th,
	.todofuken-box .sp td {
		border-top: 0;
	}
	.todofuken-box .sp td {
		display: none
	}
	.todofuken-box .sp tr {
		padding-top: 10px !important
	}
	.todofuken-box .sp tr:first-child {
		padding-top: 0 !important
	}
}
