body {
    margin:0px;
    padding:0px;
    overflow:hidden;
}

/* ---------- 縦長画面用 */
/* 上端にメニュー */
iframe.index {
    border:none;
    height:170px;
    width:100%;
    padding-bottom:3px;
}

/* 残り下部に本文 */
iframe.text {
    border:none;
    height:calc(100% - 143px);
    width:100%;
}
