@charset="UTF-8";
/*commu_nav*/
.commu_nav ul li:nth-child(2):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(2):hover:after{animation: sub3_nav 0.5s forwards;}
@keyframes sub3_nav{
    0%{width: 0px;}
    100%{width: 100px;}
}
.commu_nav ul li:nth-child(2):hover{background: rgba(115,51,97,0.0);}
.commu_nav ul li:nth-child(2):hover a{color: #333;}


/**/
.bbsnewf5{display: flex;align-items: center;}
.bbsnewf5 a img{max-width: none;}
.table_style01 .bbsnewf5{display: flex;align-items: center;justify-content: center;}


#search_table{display: flex;justify-content: flex-end;margin-top: 15px;}
#ext_search select{height: 28px;}
#search_display1 .keywordform{height: 28px;}


