<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************
 ã‚½ãƒ¼ã‚·ãƒ£ãƒ«ã‚¨ãƒªã‚¢å…¨ä½“ã‚’å›²ã‚€è¦ç´&nbsp;
 * ä»–ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã¨è·é›¢ã‚’å–ã‚ŠãŸã„å&nbsp;´åˆã¯[margin]ã‚’è¨­å®šã—ã¦ä¸‹ã•ã„
******************************/
.social-area-syncer{
	background: #F5F1E9;	/* èƒŒæ™¯è‰² */
	padding: 1.5em 0;
}

/******************************
 [ul]è¦ç´&nbsp;
******************************/
/* ã‚¹ãƒžãƒ› */
ul.social-button-syncer{
	overflow: hidden;
	width: 238px;
	margin: 1em auto;
	padding: 0;
	border: none;
	list-style-type: none;
}

/* ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ— */
@media screen and (min-width:480px){

	ul.social-button-syncer{
		width: 410px;
	}

}

/******************************
 [li]è¦ç´&nbsp;
******************************/
ul.social-button-syncer li{
	overflow: hidden;
	float: left;
	text-align: center;
	height: 71px;
	margin: 0 8px;
	padding:0;
}

/******************************
 å„ç¨®ãƒœã‚¿ãƒ³
******************************/
/* [Twitter] */
.sc-tw{
	width: 71px;
}

/* [Facebook] */
.sc-fb{
	width: 69px;
}

/* [LINE] */
.sc-li{
	width: 50px;
}

.sc-li-img{
	border: none;
	margin: 0 auto;
	padding:0;
	width: 36px;
	height: 60px;
}

/* ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—PCã§ã¯LINEãƒœã‚¿ãƒ³ã‚’è¡¨ç¤ºã—ãªã„ */
@media screen and (min-width:480px){

	.sc-li{
		display: none;
	}

}

</pre></body></html>