/*  #aid
================================================ */
#aid1 {
	padding: 20px 0;
}
#todohuken {
	margin: 30px 0;
}
#todohuken h3 {
	padding: 5px;
	margin-top:30px;
	margin-bottom:20px;
	font-size:18px;
	font-weight: bold;
	border-left: 3px solid #460b1d;
}
#todohuken ol li {
	display: inline-block;
	width: 17%;
	margin:0 2% 10px 0;
	text-align: center;
}
#todohuken ol li a {
	display: block;
	background: #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border-radius: 5px;
}
#todohuken .color1 ol li a {
	background: #E5FAC3;
}
#todohuken .color2 ol li a {
	background: #C3E8FA;
}
#todohuken .color3 ol li a {
	background: #FAF4D4;
}
#todohuken .color4 ol li a {
	background: #F4DAFB;
}
#todohuken .color5 ol li a {
	background: #FAE3C8;
}
#todohuken .color6 ol li a {
	background: #D4DAFA;
}
#todohuken .color7 ol li a {
	background: #FAD3C3;
}
#todohuken .color8 ol li a {
	background: #C8FAF2;
}
#todohuken table {
	margin: 30px auto;
}
#todohuken table th {
	border: 1px solid #ccc;
	padding: 10px;
}
#todohuken table th.ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
}
#todohuken table td {
	border: 1px solid #ccc;
	padding: 10px;
}
th.color1 {
	background: #E5FAC3;
}
th.color2 {
	background: #C3E8FA;
}
th.color3 {
	background: #FAF4D4;
}
th.color4 {
	background: #F4DAFB;
}
th.color5 {
	background: #FAE3C8;
}
th.color6 {
	background: #D4DAFA;
}
th.color7 {
	background: #FAD3C3;
}
th.color8 {
	background: #C8FAF2;
}
@media all and (max-width: 640px) {
#todohuken {
	width: 98%;
	margin: auto;
}
#todohuken ol li {
	width: 22%;
	margin:0 1% 10px;
	text-align: center;
}
#todohuken table {
	width: 100%;
	margin: 30px auto;
}
}
#todohuken table td a {
	padding:5px;
	display:block;
	width:120px;
	margin:5px 0;
	background: #fb589b;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:20px;
}