@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	overflow: hidden;
	position: relative;
}
select{
  	font-size:17px;
	-webkit-appearance:none;
    appearance:none;
	width: 80vw;
	height: 40px;
	padding: 0 10px;
	border-style: solid;
	border-color: #C9CACA;
	border-radius: 5px;
	color: #2B2B2B;
	background-color:#f0f0f0;
}
button{
	height: 30px;
	font-size: 16px;
	padding: 0;
	border-style: solid;
	border-color: #C9CACA;
	color: #2B2B2B;
	background-color: #ffffff;
}
.selectbox-departure{
	position: absolute;
	top: 10px;
	left: 15%;
}
.selectbox-destination{
	position: absolute;
	top: 60px;
	left: 15%;
}
.box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 110px;
	background-color: #ffffff;
}
#thirdButton{
	position: absolute;
	width: 100px;
	top: 120px;
	left: 10px;
}
#secondButton{
	position: absolute;
	width: 100px;
	top: 150px;
	left: 10px;
}
#firstButton{
	position: absolute;
	width: 50px;
	top: 180px;
	left: 10px;
}
#groundButton{
	position: absolute;
	width: 50px;
	top: 180px;
	left: 60px;
	color: #ffffff;
	background-color: #3095CA;
}
#undergroundButton{
	position: absolute;
	width: 100px;
	top: 210px;
	left: 10px;
}