@charset "UTF-8";

/*ページが長くなったら削除*/
footer {
    position: fixed;
    left: 0;
    bottom: 0;
}

/*==============================================
================================================
outlineArea
================================================
==============================================*/
.outlineArea {}
table {
    margin: 0 auto;
}
table tr {}
table th {
    text-align: left;
    padding-bottom: 1.5em;
}
table td {
    text-align: left;
    padding-bottom: 1.5em;
    padding-left: 4em;
}

/*----------------------------
＊＊
----------------------------*/
@media screen and (max-width: 767px) {
}
