@charset "utf-8";
@import url("../webfonts/NotoSans_Regular/stylesheet.css");


/* CSS Document */
 


body {
     margin: 0px;
     padding: 0px;
     font-family: "NotoSans Regular";
     text-decoration: none;
     /* [disabled]font-size: 2.5vw; */
     background-color: #f2f5fc;
}

 a {
     font-family: "NotoSans Regular";
     text-decoration: none;
     color: inherit;    
}
    .header {
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     padding: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     z-index: 10001;
     position: fixed;
     clear: both;
     font-family: "NotoSans Regular";
}
.main {
      background-color: #f2f5fc;
     padding: 0px;
     margin-right: auto;
     margin-left: auto;
     width: 100%;
     float: left;
     display: block;
     clear: both;
     height: auto;
     margin-top: 110px;
}
.cnt1 {
    
}
}
.cont2 {
     /* [disabled]background-color: rgba(255,102,102,1); */
     /* [disabled]height: 100px; */
     width: 100%;
     clear: both;
     /* [disabled]float: left; */
     margin-right: auto;
     margin-left: auto;
}

.footer {
     background-color: #434c51;
     float: left;
      width: 100%;
     margin: 0px;
     padding: 0px;
      border-top-width: 10px;
     border-top-style: solid;
     border-top-color: #798992;
}



.a5 {
     float: left;
     width: 300px;
     height: 300px;
     background-color: rgba(0,255,204,1);       
}

