@charset "UTF-8";

/* -------------------------- */
/* pageHeader */
/* -------------------------- */

#pageHeader {
	background: url(../images/company/bg_header.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-color: #000;
}

#outline {
	margin-bottom: 100px;
}
	#outline .picBox {
		overflow: hidden;
		margin-bottom: 55px;
	}
		#outline .picBox .small {
			float: left;
			margin-top: 1px;
			margin-right: 1px;
		}
		#outline .picBox .small:nth-child(3n+1) {
			margin-right: 0;
		}
	#outline .outlineInner {
		overflow: hidden;
	}
		#outline .outlineInner .tbrNormal {
			float: left;
			width: 490px;
			margin-right: 55px;
		}
			#outline .outlineInner .tbrNormal th {
				width: 110px;
			}
			#outline .outlineInner .tbrNormal th ,
			#outline .outlineInner .tbrNormal td {
				padding: 12px 10px;
			}
		#outline .outlineInner #mapBox {
			float: left;
			width: 490px;
			height: 549px;
		}

#history {
	padding-bottom: 30px;
}
	#history .tbrNormal th {
		width: 110px;
	}
	#history .tbrNormal th ,
	#history .tbrNormal td {
		padding: 12px 10px;
	}






