@charset "utf-8";



#history .tableType01 {
	text-align: left !important;
}

#history th {
	width:33%;
}

#historical .button01 {
	width:560px;
	margin-top: 30px;
}

#historical .button01 li {
	width:265px !important;
}

.pics {
	width:272px;
}


/* corporateTabArea */
.corporateTabArea {
	clear: both;
	margin-top: 30px;
}
.corporateTabArea .corporateTabBt {
	border-bottom: solid 3px #003366;
	overflow: hidden;
}
.corporateTabArea .corporateTabBt li {
	float: left;
	display: table;
	width: 206px;
	line-height: 1.2;
	margin-right: 12px;
	cursor: pointer;
}
.corporateTabArea .corporateTabBt li:last-child {
	margin-right: 0;
}
.corporateTabArea .corporateTabBt li > a {
	display: table-cell;
	vertical-align: middle;
	min-height: 38px;
	padding: 8px 5px;
	border-bottom: 8px solid #ffffff;
	background: #dddddd;
	color: #003366;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	transition: none;
	text-decoration: none;
}
.corporateTabArea .corporateTabBt li.current > a,
.corporateTabArea .corporateTabBt li:hover > a {
	background: #003366;
	border-color: #003366;
	color: #ffffff;
}

.corporateTabArea .corporateTabBox {
	display: none;
}
