/**
 * SNSボタン横並び用
 * 2016 Create
 */
.snsButtons {
	letter-spacing: -0.4em;
    text-align: right;
    margin-top: 10px;
}
.snsButtons li {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	text-align: center;
	height: 24px;
	padding: 0 2px;
}



@media only screen and (max-width: 750px) {

.snsButtons {
	letter-spacing: -0.4em;
    text-align: left;
    margin-top: 10px;
}

}