@charset "utf-8";

.bgTabList01 {
	background-color: #EFF3F4;
	margin: 0 0 50px;
	padding: 0 0 30px;
}

.tabMainTitle {
	position: relative;
}

.tabContentsWrap02 {
	padding: 0 20px 0;
}

.tabContentsTitle {
	background-color: #CCC;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.tabBox01 {
	overflow: hidden;
	padding: 10px 0 0;
}

.tabBoxBold01 li {
	font-weight: bold;
}

.tabBoxBorder01 {
	border-top: 1px solid #CCC;
	padding: 10px 0 0;
}

.tabBoxName01 {
	overflow: hidden;
	line-height: 1.2;
}

	.tabBoxName01 ul {
		float: right;
	}

		.tabBoxName01 ul li {
			float: left;
			border-right: #C3C3C3 1px solid;
			padding: 0 5px;
		}

		.tabBoxName01 ul li:first-child {
			border-left: #C3C3C3 1px solid;
		}

.generalLink .current,
.organizationLink .current {
	font-weight: bold;
}

#generalAll,
#organizationAll {
	display: none;
}


.tabBoxDate01 {
	position: absolute;
	right: 0;
	top: 0;
}

.tabContentsList01 {
	overflow: hidden;
}
	.tabContentsList01 li{
		float: left;
		width: 50%;
		text-indent: 1.0em;
}

.tabContentsList02 {
	overflow: hidden;
	margin-left: 1em;
}
	.tabContentsList02 li{
		margin-bottom: 10px;
		line-height: 1.4;
}
