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

#top_button_l_container{
	display: flex;
	margin-bottom: 5px;
}

.top_button_l{
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	text-align: center; 
	display: flex; 
	width: 50%; 
	border: solid 1px #AFAFAF; 
	border-radius: 3px; 
	font-size: 11px; 
	height: 27px;
	margin: 0 2%;
	padding: 5px 0;
	text-decoration: none;
}

.tbl_icon{
	display: inline-block; 
	width: 30px; 
	margin: auto 0 auto auto;
}

.tbl_text{
	display: inline-block;
	margin: auto auto auto 0; 
	color: rgba(85,85,85,1.00);
	line-height: 1.0em;
	padding: 6px;
}

#top_button_s_container{
	display: flex;
}

.top_button_s{
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	text-align: center; 
	display: flex; 
	width: 30%; 
	border: solid 1px #AFAFAF; 
	border-radius: 3px; 
	font-size: 11px; 
	height: 27px;
	margin: 0 2%;
	text-decoration: none;
}

.tbs_icon{
	display: inline-block; 
	width: 20px; 
	margin: auto 0 auto auto;
}

.tbs_text{
	display: inline-block; 
	margin: auto auto auto 0; 
	font-weight: bold; color: rgba(85,85,85,1.00);
}

.slide_container{
	width: 100%;
}

.slide_img{
	width: 100%;
}
.tbl_text1 {
	font-weight: bold;
	font-size: 13px;
}

.tbl_text2 {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5em;
}

.lande_img {
	width: 95%;
}

.leave_img:hover{
	opacity: 0.8;
}

.enter_img:hover{
	opacity: 0.8;
}

.lande_btn{
	display: block;
	width: 50%;
}

.landerapper{
	display: flex;
	padding: 20px 0;
	text-align: center;
}




#slick01 {
	margin: 0 auto;
}
