html {
    background-color: #0a4998;
}
body {
    font-size: 16px;
}

p {
    margin: 5px 0;
}

.tableStyle01 td, .tableStyle01 th,
.tableStyle02 td, .tableStyle02 th,
.tableStyle03 th,
.tableStyle04 th {
	padding: 1em;
}

/* 全て */
.bdN{border:none !important;}
/* 上 */
.bdNT{border-top:none !important;}
/* 右 */
.bdNR{border-right:none !important;}
/* 下 */
.bdNB{border-bottom:none !important;}
/* 左 */
.bdNL{border-left:none !important;}
/* 上下 */
.bdNTB{border-top:none !important;border-bottom:none !important;}
/* 左右 */
.bdNRL{border-right:none !important;border-left:none !important;}

.global_navigation>nav>ul>li:nth-child(1){
    margin-left:0;
}

.footerNav{
    background: unset;
    background-image: unset;
    color:white;
}
.footerNav a{
    color:white;  
}
.footerNav a:hover{
    color:white;
    text-decoration: underline;
}
.footerNav li {
    border-left: 1px solid white;
}
.copyright {
    font-size:16px;
}


.arrow-pdf::after {
    display: inline-block;
    content: "";
    background-image: url(/assets/img/ico_pdf.gif);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
}

.arrow-excel::after {
    display: inline-block;
    content: "";
    background-image: url(/assets/img/ico_excel.gif);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
}

.arrow-word::after {
    display: inline-block;
    content: "";
    background-image: url(/assets/img/ico_word.gif);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
}