@charset "utf-8";

.item-y2018 {
    font-family: 'Kanit', sans-serif;
    margin-bottom: 10px;
    border-bottom: 1px solid dimgrey;
}
.item-y2018:hover {
    font-family: 'Kanit', sans-serif;
    border-bottom: 1px solid #012B50;
    
}
.item-y2018 .calender2019{
    font-size: 48px; 
    color: dimgrey;
}                                
.item-y2018:hover .calender2019 {
    color: #8BAAD6;
}                     
.item-y2018 .title {
    font-family: 'Kanit', sans-serif;
    font-size: 14pt;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #012B50;
} 
.item-y2018:hover .title {
 color: dimgrey;
}              
.item-y2018 .intro {
    font-family: 'Kanit', sans-serif;
    font-size: 12pt;
}               
.item-y2018:hover .intro {
    color: #012B50;
}                               
.item-y2018 .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image:url("../assets/css/images/empty.gif");
}
                
   
              
