@charset "UTF-8";
/* CSS Document */
#header .navi li:nth-child(4) .hrunderline:before{
  left: 0;
  right: 0;
}

#header .navi li:nth-child(4) a{
font-weight:700;
color:#000;
}



@media only screen and (max-width: 767px) {


#drawer .spnavi li:nth-child(4) a{
color:#00a0b0;
}


}