@charset "utf-8";

html,body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
section {
	padding-top: 70px;
}

.exbold {
	font-weight:800
}
.btn-black {
	background-color: #333;
	color: #FFF;
}
.btn-black:hover,
.btn-black:focus {
	color:#FFF;
}

#header .nav-link {
	font-weight: 800;
	color: #E7E7E7;
	line-height: 1.5em;
}

#header .nav-link:hover {
	color:#FFF;
}
#header .nav-link.disabled,
#header .nav-link.disabled:hover {
	color: #666;
}
#header .navbar-brand {
	background-color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

#header .navbar-brand img {
	max-height: 33px;
	margin-top: -7px;
}

#topimage {
	position: relative;
	width: 100%;
	height: 60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../pf/img/top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#intro {
	padding-top: 0px;
}


#engineers .thumbnail {
	min-height: 42em;
}
#engineers .thumbnail h3 {
	font-size:22px;
	font-weight:800;
	padding-bottom:0.5em;
	margin-bottom:1em;
	border-bottom:solid 1px #999999;
}
#engineers .thumbnail .caption p {
	min-height: 9em;
}
footer {
	background-color: #e7e7e7;
	text-align: center;
	font-size: 0.9em;
	margin-top: 3em;
}
footer .link {
	padding-top: 3em;
	padding-bottom: 7em;
}
footer .link a {
	color:#333;
}
footer .copyright {
	background-color: #000;
	color: #FFF;
	display: block;
	position: relative;
	bottom: 0px;
}
.toppage {
	text-align: right;
	display: block;
	padding-top: 5em;
}
.headimg {
	position: relative;
	width: 100%;
	height: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.headimg {
	color:#FFF;
	font-weight: 900;
	text-shadow:2px 2px 3px #333;
}
.headimg table {
	width:100%;
	height:90%;
}
.headimg table td {
	vertical-align:bottom;
	text-align:center;
}
#jobs div[class^="col"]  img {
	margin-bottom:1em;
}
#voice div[class^="col"]  img {
	margin:0 0 1em 1em;
}
#imss-top {
	position: relative;
	width: 100%;
	height: 80%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../img/imss-top-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
