@charset "utf-8";

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

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

.mainArea section.subitem > div {
	width: 33%;
}
@media only screen and (max-width:740px) {
.mainArea section.subitem > div {
	width: auto;
}
}

/*------------------------------------------------
メイン
------------------------------------------------*/
.column {
	margin-bottom: 20px;
}

.btn {
	margin-top: 20px;
}

table.ta01 {
	margin: 15px auto;
}
table.ta01 th {
	background: #fbffe7;
}
table.ta01 td.w01 {
	width: 22%;
}

