@charset "utf-8";
/* CSS Document */
/*iphoneの時のフェイスブック埋め込みのCSS*/

aside div.facebook iframe {
    width: 220px !important;
    height: 100% !important;
    margin: 0 auto;
	
}
 
@media screen and (orientation:landscape) {
aside div.facebook iframe {
    width: 220px !important;
    height: 100% !important;
    margin: 0 auto;
}
}