@charset "UTF-8";
/* auther: cee; */

#sns .box:nth-of-type(2) #plugin_twitter {overflow: hidden;}
#sns .box > a::before {
width: 100%;
height: 100%;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
#sns .box:nth-of-type(3) > a::before {display: none;}
@media all and (max-width:540px) {
	#sns .box:nth-of-type(2) #plugin_twitter iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
	width: calc(100% - 6px) !important;
	margin-left: 3px
	}
}