@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/


.sec01 ul {
	margin-left: 2em;
	margin-top: 1em;
}

.sec01 li {
    display: inline-block;
    padding: 0.5em 2em;
    border: 1pt solid #009f8a;
    background: #009f8a;
    color: #ffffff;
    border-radius: 0.25em;
    margin-bottom: 1em;
    margin-right: 1em;
    transition: 0.5s;
}

.sec01 li:hover {
    background: #ffffff;
    color: #009f8a;
    border: 1pt solid #009f8a;
    transition: 0.5s;
}

section:before {
    content: "";
    display: block;
    height: 150px; 
    margin-top: -150px; 
    visibility: hidden;
}


td:first-child {
    width: 42%;
    background: #f2f2f2;
    line-height: 1.8;
}

td:nth-child(2) {
    width: 16%;
    text-align: center;
    line-height: 1.8;
    font-size: calc(80%);
}

td:nth-child(3),td:nth-child(4),td:nth-child(5) {
    width: 14%;
    text-align: center;
    line-height: 1.8;
    font-size: calc(80%);
}

table.ta01 td a:hover {
	color: #29ca8e;
}

table.ta01 td a.xls {
    display: inline-block;
    color: #fff;
    background: #3c8d0c url(/images/common/icon_xls.png) no-repeat left 1rem center;
    background-size: 1em;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 8rem;
}

table.ta01 td a.pdf {
    display: inline-block;
    color: #fff;
    background: #d81a11 url(/images/common/icon_pdf.png) no-repeat left 1rem center;
    background-size: 1em;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 8rem;
}

table.ta01 td a.doc {
    display: inline-block;
    color: #fff;
    background: #3f4d9a url(/images/common/icon_doc.png) no-repeat left 1rem center;
    background-size: 1em;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 8rem;
}
table.ta01 td a.myp {
    display: inline-block;
    color: #fff;
    background: #ef9000 url(/images/common/icon_myp.png) no-repeat left 1rem center;
    background-size: 1em;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 10rem;
}
table.ta01 td a.emp {
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    text-indent: 0;
}

table.ta01 td a.xls:hover, table.ta01 td a.pdf:hover,
table.ta01 td a.doc:hover, table.ta01 td a.myp:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}


td span {
    font-size: calc(80%);
}

h4.title {
    margin-top: 2em;
}