@charset "utf-8";
/* CSS Document */

	  @media  screen and (max-width:480px) {
    #post_content iframe {
		width:100%;
        height: 270px;
    }
}
@media  screen and (max-width:320px) {
    #post_content iframe {
        height: 230px;
    }
}
