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

/* 横長画面用 */
/* 左側にメニュー */
iframe.index {
    border:none;
    height:100%;
    width:230px;
}

/* 残りが表示画面 */
iframe.text {
    border:none;
    height:100%;
    width:calc(100% - 240px);
}


