@charset "utf-8";

/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/

.lnaviArea dd.lnavi02 a {
	color: #009f8a;
	font-weight: bold;
}

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

.mainArea p {
	margin-bottom:20px;
}

table.ta01 th {
	background:#fbffe7;
}
table.ta01 td {
	vertical-align:top;
}
table.ta01 td.type01 {
	vertical-align:middle;
	width:27%;
}
table.ta01 td.type02 {
	width:33%;
}
table.ta01 td.type03 {
	width:40%;
}
table.ta01 td ul {
	padding-left:1em;
}
table.ta01 td li {
	list-style:outside disc;
}
table.ta01 td span {
	display:block;
	text-indent:-2em;
	padding-left:2em;
}


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 3rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 10rem;
    margin-bottom: 0.5em;
}

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 3rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 10rem;
    margin-bottom: 0.5em;
}

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 3rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 10rem;
    margin-bottom: 0.5em;

}
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 3rem;
    border-radius: 0.25rem;
    text-indent: 0;
    width: 12rem;
    margin-bottom: 0.5em;

}

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;
}

