@charset "utf-8";
/* CSS Document */


.kaitoku ul li:before{content: none;}

.tab_list{
	border-bottom: 3px solid #cccccc;
	margin: 30px 0;
}

.tab_list li{
	display: inline-block;
	background: #838383;
	border-radius: 6px 6px 0 0;
	padding: 12px 10px 10px;
	min-width: 230px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: bottom;
}

.tab_list li.select{
	background: #fff;
	border: 2px solid;
	border-bottom: 1px solid #fff;
	padding: 14px 10px 13px;
	margin-bottom: -3px;
	min-width: 230px;
	color: #51318f;
	font-weight: bold;
}

.tab_list li:not(.select):hover{
	cursor: pointer;
	opacity: 0.7;
}

.hidden {
  display: none;
}

.tab-0102{
	width:860px;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

	
#kaihi{
	margin-top:10px;
}

#kaihi th{
	background-color: #dcd9e6;
	text-align: center;
	margin-top:50px;
}
#kaihi td{
	text-align: center;

}

.torihiki table th,
.torihiki table td{
  border: none;
  border-bottom: 1px solid #bfbfbf;
}

.torihiki table th {
  background: #f6f6f6;
}