.pdf-umekomi {
    position: relative;
    width: 100%;
    padding: 141% 0 0 0;
}

.pdf-umekomi iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*コンテンツ（contents）
---------------------------------------------------------------------------*/
/*すべての場合に適用*/
.airfield #contents table {
    border: solid 0px black;      /*枠線指定*/
    background: #ffffff;	/*背景色*/
    width: 100%;			/*幅*/
}

/*画面サイズ（横幅）が900px以上の場合に適用*/
@media screen and (min-width: 900px) {
    .airfield #contents table {
        border: solid 0px black;      /*枠線指定*/
        background: #ffffff;	/*背景色*/
        width: 576px;			/*幅*/
    }
}
