@charset "utf-8";

/*********************************************************************
 *
 * 更新日: 2025/10/15
 *
 *********************************************************************/
body{
    font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    width: 700px;
    height: auto !important;
    text-align: center;
    margin: 75px auto 0;
}
#mov_body h1.mov_title{
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    border-top: solid 1px #cc0000;
    padding-top: 10px;
    text-align: center;
}
#mov_body h2.mov_ctg{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #363434;
    margin-top: 20px;
    margin-bottom: 3px;
}
#mov_body h2.mov_ctg a{
    color: #363434;
    text-decoration: none;
}
#mov_body video{
    width: 700px;
    height: 394px;
    margin: 20px 0 0;
}
