body{
	padding:20px 5%;
}
.experience-list{
	width:100%;
	border: 2px solid #000;
}
.experience-list th,
.experience-list td{
	padding:7px 10px;
	border-color: rgba(0,0,0,0.35) !important;
}
.experience-list td a{
	color:rgb(29, 87, 199);;
	text-decoration:none;
	font-weight:bold;
}
.exp-id{
	width:150px;
	text-align:center;
}
input[value="予約のキャンセル"]{
	display: inline-block;
	position: relative;
	width: auto;
	min-width: 160px;
	font-size: 15px;
/* 	font-weight: 600; */
	line-height: 1;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid transparent;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease-in-out 0s;
}
input[value="予約のキャンセル"]:hover{
	background: rgba(0, 0, 0, 0.75);
}