@charset "utf-8";

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

.lnaviArea dd.lnavi01 a,
.lnaviArea dd.lnavi01 + .sub .lnavi01_03 a {
	color: #328bc7;
	font-weight: bold;
}
.lnaviArea dd.lnavi01 + .sub {
	display:block;
}

/*------------------------------------------------
メイン
------------------------------------------------*/
section.sec01 .ta01 {
	margin: 20px 0;
}
section.sec01 th {
	width: 20%;
}
section.sec02 th {
	width: 50%;
}
section.sec02 th span {
	display: inline-block;
	margin-right: 4px;
}
section.sec02 td {
	padding: 14px 20px;
}
section.sec02 td:first-child {
	position: relative;
}
section.sec02 td:first-child span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -16px;
	margin: auto 0;
	width: 28px;
	height: 34px;
}
