@charset "utf-8";

/* project */
#switch_wrapper{
	width: 504px;
}
.switch{
	width: 25px;
	height: 25px;
	background-color: #454545;
	float: left;
	margin-right: 10px;
}
#saying_wrapper{
	width: 504px;
}
.wise_saying{
	float: right;
	margin-right: 45px;
}
#select{
	width: 50px;
	margin-top: 50px;
}
.one{
	float: left;
}
.two{
	float: right;
}
.view{
	width: 150px;
	margin-bottom: 15px;
}

/* project and outreach */
.outreach_wrapper{
	width: 504px;
	margin-top: 20px;
}
.outreach_img{
	float: left;
}
.outreach_text{
	float: right;
	width: 400px;
	margin-left: 24px;
}
#select{
	width: 50px;
	margin-top: 50px;
}
.one{
	float: left;
}
.two{
	float: right;
}

