@media only screen and (min-width: 769px) {

	#snsBlc {
		position: relative;
		top: 0px;
		margin: 0 auto 32px;
		width: 100%;
		max-width: 940px;
		height: 20px;
		font-size: 12px; 
	}

	#snsBlc .fb_iframe_widget {
		margin-right: 4px;
		display: block;
		float: left; 
	}

	#snsBlc div.fb-like span{
		/* width: 158px !important; */
	}

	#snsBlc div.fb-like span iframe{
/* 		width: 158px !important; */
	}
	
	#snsBlc iframe:nth-child(2){
		margin-right: 1px;
	}
}

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

	#snsBlc{
		display: flex;
		flex-flow: row nowrap;
		justify-content: start;
		
		margin: 0 auto;
		width: 100%;
		height: 20px;
		font-size: 12px;
		transform: scale(.9);
		transform-origin: left top;
	}

	#snsBlc .fb_iframe_widget{
		margin-right: 4px;
		display: block;
		float: left;
	}

	#snsBlc div.fb-like span{
		width: 158px !important;
	}

	#snsBlc div.fb-like span iframe{
		width: 158px !important;
	}
	
	#snsBlc iframe:nth-child(2){
		margin-right: 4px;
	}
}