*{
    background-color: white;
}

body a{
    color:#FF8282;
}
.ena15th_main{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width:600px) { 
    *{
        max-width: 99vw;
    }
    .ena15th_main{
        display: block;
    }
}

.ena15th_main_L{
    width: 550px;
    max-width: 90vw;
}
.ena15th_main_R{
    text-align: center;
    max-width: 90vw;
}
.ena15th_main_R h1{
    font-size: 2.0em;
}
.ena15th_main_R h2{
    font-size: 1.6em;
}
.product{
    display: flex;
    justify-content:center;
}
.product div{
    margin: 0em 5px;
}
.ena15th_main_R{
    margin: 0px 1em;
    
}
.ena15th_main_R img{
    max-width: 400px;
    border-radius: 10px;
}
.ena15th_main_R ul{
    margin: 0px;
    padding: 0px;
}

.product_ena{
    border-radius: 50%;
    background-image: url(ena.jpg);
    background-position: center ;
    background-size:cover;    
    width: 80px;
    height: 80px;
}
.product_tio{
    border-radius: 50%;
    background-image: url(tio.jpg);
    background-position: center ;
    background-size:cover;    
    width: 80px;
    height: 80px;
}    
.product_tria{
    border-radius: 50%;
    background-image: url(tria.jpg);
    background-position: center ;
    background-size:cover;    
    width: 80px;
    height: 80px;
}    
.product_tris{
    border-radius: 50%;
    background-image: url(tris.jpg);
    background-position: center ;
    background-size:cover;    
    width: 80px;
    height: 80px;
}    

/* */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}