/*  v2/faq/css/index.cssの内容を上書きするために記載*/
td:not(:first-of-type) {
    width: auto !important;
}

.courseMenu {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 640px !important;
}

.courseMenu th {
    font-weight: bold;
    padding: 10px 5px;
}

.courseMenu td {
    padding: 5px;
}

.courseMenu th,
.courseMenu td {
    border: solid 2px #F676A6;
    color: #F676A6;
}