@charset "UTF-8";
@import "../../css/style.css";

div#content div.alpha { width: 350px; float: left; }
div#content div.beta { width: 350px; float: right; }

div#content div.button { text-align: center; }





/* -------------------------
以下はスマートフォン用のCSS
------------------------- */
@media screen and (max-width : 736px) {

div#content div.alpha { width: 100%; float: none; }
div#content div.beta { width: 100%; float: none; }
div#content iframe { width: 100% !important; }

div#content li a { word-break: break-all; }

}