
.disnone{
    display: none !important;
}
.hang1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hang2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hang3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.midd {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
ol, ul{ list-style: none; }
p{ margin-bottom: 0; }
a{ text-decoration: none; }


/* pc */
@media screen and (min-width: 980px){
    #logo a .main_logo{ max-height: 85px !important; transform: translateY(-50%); top: 50%; position: relative; }
}
/* m */
@media screen and (max-width: 980px){
    #logo a .main_logo{ max-height: 72px !important; }
}


.icon-prev{ position:absolute; top:-15px; left:-10px; width:50px; height:50px; font-family:serif; color:#fff; font-size:50px;  }
.icon-prev:before{ content:'\2039'; }
.icon-next{ position:absolute; top:-15px; left:-10px; width:50px; height:50px; font-family:serif; color:#fff; font-size:50px;  }
.icon-next:before{ content:'\203a'; }





