  @charset "utf-8";

/*-------------------------------------------------------------
 organization
-------------------------------------------------------------*/
/*.marAuto{
	margin: 0 auto;
}*/

/*-------------------------------------------------------------
 directors
-------------------------------------------------------------*/
.directors section table.table-default th,
.directors section table.table-default td{
    white-space: nowrap;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:600px) and (max-width:959px){



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:599px){
    .directors section .sp-table-scroll .table-default{
        width: auto;
    }


}