@charset "utf-8";

.intro {
	width: 100%;
	background-size: contain;
	background-color: #FFFDED;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
}
.intro p{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

.selectT {
	z-index: 70;
	top: 10px;
	position: relative;
}
.select {
	z-index: 60;
	top: -40px;
	position: relative;
}
	
.menuText {
	height: 90px;
	display: block;
	width: 70%;
	float: right;
	display: flex;
	justify-content: left;
	align-items: center;
}

@media screen and (min-width: 541px){


}

@media screen and (max-width: 1080px){
	

}

@media screen and (max-width: 540px){

.intro p{
	font-size: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.selectT {
	z-index: 70;
	top: 0px;
	position: relative;
	margin-top: 10px;
}
.select {
	z-index: 60;
	top: 0px;
	position: relative;
}

}
