@charset "utf-8";

body {
    width: 100%;
    background-color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    height: 100%;
}

html {
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}


#iframeBlock {
    height: 100%;


}

.iframeBody {
    height: 100%;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


/* 720px以下 */
@media only screen and (min-width: 720px) {}
