@charset "utf-8";
/* notice.php ****/

 



/* PC ****/
@media all and (min-width:1100px){
    
    /* BBS LIST */ 
    #bbs_list thead th:nth-child(3) { width:50px }
    #bbs_list thead th:nth-child(1) ,
    #bbs_list thead th:nth-child(4) { width:70px }
    #bbs_list thead th:nth-child(5) { width:100px }
    
    #bbs_list tbody td:nth-child(3) { padding:5px 0px}
   
}