html{scroll-behavior: smooth;}

body {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
font-style: normal;
width: 100%;
height:100%;
font-size: 3vw;
line-height:1.8em;
margin: 0px;
letter-spacing: 0;
}

#wrap_nyupre{
width: 100%; height: 100%;
position: relative;
}

#content_nyupre{
width: 100%;
line-height:0;
margin:0 auto;
padding:0 0 20px;
}



/*---------------------------------------------

main

---------------------------------------------*/

#mainTxt{
background: #e60012;
width: 100%;
line-height: 1.4em;
padding: 1.5em 0;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 10px;
font-weight: 600;
text-align: center;
color: #fff;
}

#mainImg{
width: 90%;
max-width: 1000px;
font-size: 13px;
line-height: 25px;
margin: 2em auto;
padding: 0;
position: relative;
}

.efBlock{
width: 100%;
pointer-events: none;
margin: 0 0 10px;
}

.imgDam{
background:url("../images/dam.png");
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 10;
pointer-events: none;
}

.dlBtn{
background: #e60012;
width: 250px;
line-height: 40px;
border-radius: 20px;
text-align: center;
color: #fff;
font-size: 13px;
font-weight: 700;
margin: 20px auto;
}

.dlBtn a{
width: 100%; height: 100%;
display: block;
color: #fff;
text-decoration: none;
}


/*---------------------------------------------

footer

---------------------------------------------*/


#footer_nyupre{
width: 100%;
padding: 6vw 0 15vw;
font-size: 14px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
position: relative;
overflow: hidden;
z-index: 2;
}

#bnrOfficial{
width: 100%;
line-height: 0;
margin: 0 auto 30px;
text-align: center;
}

#bnrOfficial img{ width: 300px; margin: 5px; border: 1px solid #fff;}

#copyright{
width: 100%; height: 10px;
margin: 0 auto 30px;
font-size: 10px;
text-align: center;
color: #e60012;
line-height: 1.7em;
letter-spacing: 0;
}



