@charset "utf-8";


/* メインコンテンツ */
/*----------------------------------------------*/


/*脳神経科*/
.department_07 .main_contents table {
  width: 100%;
}

.department_07 .main_contents table.full td {
  width: 100%;
  border-bottom: solid 2px #dedddd;
  box-sizing: border-box;
  vertical-align: top;
}


/* MEDIAQUERY for PC（ウィンドウ幅が961px以上の場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (min-width: 961px) {

}




/* MEDIAQUERY for TABLET（ウィンドウ幅が0～960pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 960px) {

}




/* MEDIAQUERY for SMARTPHONE（ウィンドウ幅が0～480pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 480px){

}
