@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  outline.css
// style info :  スタイル指定
=================================================================== */
h2.pageTitle {
    font-size: 16px;
    margin-bottom: 50px;
}
h2.pageTitle::before,
h2.pageTitle::after {
    display:inline-block;
    content: '';
    width:3px;
    height: 1em;
    background: #a9894a;
}
h2.pageTitle::before {
    margin-right: 1em;
}
h2.pageTitle::after {
    margin-left: 1em;
}

.dataTable {
    width: 100%;
}
.dataTable th,
.dataTable td {
    padding: 20px 1em;
}
.dataTable th {
    font-weight: 400;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.4;
    vertical-align: middle;
    width: 20%;
    border-bottom: rgba(255,255,255,.2) solid 1px;
    background: #151515;
}
.dataTable td {
    letter-spacing: .05em;
    line-height: 1.4;
    border-bottom: rgba(255,255,255,.2) solid 1px;
}

#outlinePage td > a {
    border-bottom: 1px solid #fff;
}
#outlinePage td > a:hover {
    border-bottom: none;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
h2.pageTitle {
    margin-bottom: 30px;
}
.dataTable th {
    display: block;
    text-align: left;
    width: 100%;
}
.dataTable td {
    display: block;
    line-height: 1.6;
    width: 100%;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}