
.edm-logo{
	position: fixed;
	top: 0;
}
.table_main{
	margin-top: 60px;
}

.btn_travelgo_t {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	border-top-left-radius: 20px;
	border: 2px solid #fff100;
	color: #ffffff;
	background-color: #fff100;
	position: fixed;
	right: calc((100% - 1200px) / 2 + 120px);
	bottom: 35.5rem;
	width: 2.6rem;
	opacity: 1;
	z-index: 10;
}

.btn_travelgo_t:hover {
	border: 2px solid #fff100;
	background-color: #fff100;
	opacity: .8;
}

.btn_travelgo_t a {
	display: block;
	padding: 1rem .5rem;
    text-decoration: none;
	color: #000000;
}

.btn_travelgo_b {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	border-bottom-left-radius: 20px;
	color: #ffffff;
	border: 2px solid #fff100;
	background-color: #fff100;
	position: fixed;
	right: calc((100% - 1200px) / 2 + 120px);
	bottom: 28.6rem;
	width: 2.6rem;
	opacity: 1;
	z-index: 10;
}

.btn_travelgo_b:hover {
	border: 2px solid #fff100;
	background-color: #fff100;
	opacity: .8;
}

.btn_travelgo_b a {
	display: block;
	padding: 1rem .5rem;
    text-decoration: none;
	color: #000000;
}