@charset="UTF-8";
/*commu_nav*/
.commu_nav ul li:nth-child(1):after{content: "";position: absolute;bottom: 0;left: 50%;width: 100px;height: 3px;background:rgba(115,51,97,1); transform: translateX(-50%);}
.commu_nav ul li:nth-child(1):hover:after{animation: sub3_nav 0.5s forwards;}
@keyframes sub3_nav{
    0%{width: 0px;}
    100%{width: 100px;}
}
.commu_nav ul li:nth-child(1):hover{background: rgba(115,51,97,0.0);}
.commu_nav ul li:nth-child(1):hover a{color: #333;}


/**/
.table_style01 td{text-align: center;}

#search_table{display: flex;justify-content: flex-end;}

@media(max-width:480px){
    .commu_nav ul li:nth-child(1):after{width: 100%;}
}