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

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

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