@charset 'utf-8';

#searchBox_container{
	display: flex;
	-webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
	justify-content: flex-end;
	align-items: center;
}

#mainWrapper #headerArea #rightBox .social_links + #searchBox{
	margin-left: 20px;
}

#mainWrapper #headerArea #comBox #searchBox_container .social_links + #searchBox{
	margin-left: 20px;
}

.social_links.ftr{
	width: 1024px;
	margin: 16px auto;
}

.social_links ul{
	display: flex;
	-webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
	justify-content: flex-end;
}

.social_links ul li{
	margin-left: 8px;
}
