/* ソーシャルエリア全体を囲む要素 */
.social-area-syncer
{
	width: 100%;
	background: #F5F1E9;
	padding: 10px 0;
}
/* ul要素 */
ul.social-button-syncer
{
	width: 410px;
	margin: 20px auto;
	padding: 0;
	border: none;
	list-style-type: none;
}
	@media screen and (max-width: 568px) {
		ul.social-button-syncer
		{
		width: 240px;
		}
	}
/* li要素 */
ul.social-button-syncer li
{
	float: left;
	text-align: center;
	height: 20px;
	margin: 0 8px;
	padding:0;
}
/* Twitter */
.sc-tw
{
	width: 75px;
}
/* Facebook */
.sc-fb
{
	z-index: 99;
	width: 90px;
}
.sc-li-img
{
	border: none;
	margin: 0 auto;
	padding:0;
	width: 36px;
	height: 60px;
}