#main_menu li#mm03 a {
 color:#2f3195;
}
#main_menu li#mm03 span {
 color: #0071bd;
}
#main_menu li#mm03 span::after {
  border-top: 6px solid #0071bd;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  .ContentBody{
    padding: 0;
    width: 980px;
  }
  .TextBox_ p {
    line-height: 2.0em;
    font-size: 15px;
  }
}

/* ABOUT TABLE
-------------------------------- */
#Specified-skill table {
 border:solid 1px #4298d3;
 border-collapse: collapse;
 width:100%;
}
#Specified-skill table tr th,
#Specified-skill table tr td {
 padding:1vw;
}
#Specified-skill table thead tr th,
#Specified-skill table thead tr td {
 border:solid 1px #FFF;
}

#Specified-skill table tr th {
 background-color:#4298d3;
 color:#FFF;
}
#Specified-skill table tr td {
 background-color:#FFF;
}
#Specified-skill table tr td .headline {
 background-color:#FFF;
 text-align: center;
 font-weight: bold;
}
#Specified-skill table tbody tr th {
 border-bottom:dotted 1px #FFF;
}
#Specified-skill table tbody tr td {
 width:20%;
 border-bottom:dotted 1px #4298d3;
 border-right:dotted 1px #4298d3;
}
