@font-face {
    font-family: CMR;
    src: url(../fonts/cmuserif_roman_macroman/cmunrm-webfont.woff);
  }
  @font-face {
    font-family: CMB;
    src: url(../fonts/cmuserif_bold_macroman/cmunbx-webfont.woff);
  }


.LatexTitle{
    font-family: CMR;
    font-size: 40px;
    padding-top: 25vh;
    text-align: center;
    margin-bottom: 20px;
}

.LatexName{
    font-family: CMR;
    font-size: 27px;
    text-align: center;
    margin-bottom: 13px;
}
.LatexDate{
    font-family: CMR;
    font-size: 27px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 45px;
}

.LatexAbstract{
    font-family: CMB;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
}

.LatexAbstractText{
    margin-top:10px;
    font-family: CMR;
    font-size: 21px;
    text-align: center;
    text-align: justify;
    text-indent: 20px
}

@media screen and (max-width:480px) {
    /*　画面サイズが480pxまではここを読み込む　*/
    .Margins{
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media screen and (min-width:480px) {
    /*　画面サイズが480pxからはここを読み込む　*/
    .Margins{
        padding-left: 21%;
        width: 58%;
    }
}

.AbstractMargins{
    padding-left: 6%;
    width: 88%;
    padding-bottom: 15px;
}

.Section{
    font-family: CMB;
    font-size: 33px;
    text-align: Left;
    margin-top: 13px;
    margin-bottom: 20px;
}

.BodyText{
    font-family: CMR;
    font-size: 23px;
    text-align: Left;
    margin-top: 13px;
    margin-bottom: 45px;
    line-height: 125%;
}

.footerSize{
    height: 30vh;
    width: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: CMB;
    text-align: Left;
    margin-top: 45px;
    margin-bottom: 20px;
}

p, ul, ol {
    font-family: CMR;
    font-size: 23px;
    text-align: Left;
    margin-top: 23px;
    line-height: 125%;
}

p {
    margin-bottom: 23px;
}

ul, ol {
    margin-bottom: 46px;
}