.re_btn {
    text-align: center;
    margin-top: 35px;
}

.btn-flat-logo {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background: #82520a;
    transition: .4s;
}

.btn-flat-logo:hover {
	opacity: 0.7;
}

#history table {
	margin: 0;
	border: none;
	width: 100%;
}

.date {
	width: 10%;
}

.thing {
	width: 60%;
}

.place {
	width: 30%;
}

#history table th {
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	background-color: #e5e5e5;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px;
	font-size: 16px;
}

#history table th:first-of-type {
	border: 1px solid #ccc;
}

#history table td {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px;
	font-size: 16px;
	text-align: left;
}

#history table td:first-of-type {
	border: 1px solid #ccc;
}

.continue_bt {
	text-align: center;
	margin-top: 10px;
}

.continue_bt a {
	color: #000;
}

.continue_bt a:hover {
	color:#0eb4a8;
	text-decoration: none;
}

@media only screen and (max-width: 480px){
	#history table {
		width: 96%;
		margin: 0 2%;
	}

	#history table th {
		padding: 4px;
		font-size: 14px;
	}

	.date {
		width: 5%;
	}

	.thing {
		width: 55%;
	}

	.place {
		width: 40%;
	}

	#history table td {
		padding: 4px;
		font-size: 14px;
		text-align: left;
	}
}

/*-- 2020.05.27 表デザイン調整 --*/
#history table td.job_b{
  border-bottom: 1px dotted #ccc;
}
#history table td.job_t{
  border-top: 1px dotted #ccc;
}
#history table td.job_m{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
/*-- /2020.05.27 表デザイン調整 --*/