@charset"utf-8";

/*******************************
 ソーシャルボタン
*******************************/

/* --- jobfind-pc --- */
#bottomContent #social {
	width: 100%;
	margin: 20px auto !important;
}
#bottomContent ul#socialObj {
	display: table;
	margin-left: auto !important;
}
#bottomContent ul#socialObj li {
	float: left;
}
#bottomContent ul#socialObj li.line img {
	width: 83px;
	height: auto;
}
#bottomContent ul#socialObj li.facebook {
	font-size: 0;
}
#bottomContent ul#socialObj li.twitter {
	width: 75px !important;
}

/* --- ブランドサイト --- */
.bottomContent #social {
	width: 100%;
	margin: 20px auto !important;
}
.bottomContent ul#socialObj {
	display: table;
	margin-left: auto !important;
}
.bottomContent ul#socialObj li {
	float: left;
}
.bottomContent ul#socialObj li.line img {
	width: 83px;
	height: auto;
}
.bottomContent ul#socialObj li.facebook {
	font-size: 0;
}
.bottomContent ul#socialObj li:nth-of-type(3) {
	width: 75px !important;
}


body #fb-root {
	width: auto!important;
}
