@charset "utf-8";

header .glnav ul li:first-child a.active { background-position: 0 -44px;}

.capNavy {
	position: relative;
	margin: 30px 0 20px;
	padding: 0 0 0 .75em;
	color: #11244a;
	font-size: 1.5em;
	border-left: 10px solid #11244a;}
.capNavy::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #11244a;}

#mainTop {
	margin: 30px auto;
	width: 960px;}
#mainImage {
	margin: 0 auto;
	width: 1100px;}
#aboutBox {
	overflow: hidden;
	margin-top: 10px;}
#aboutBox .content {
	float: left;
	width: 630px;}
#aboutBox img { float: right;}
#serviceNav {
	overflow: hidden;
	width: 100%;}
#serviceNav a dl{
	float: left;
	margin-left: 30px;}
#serviceNav a:first-child dl { margin-left: 0;}
#serviceNav a:hover dl dd img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}
#serviceNav dl dt {
	padding-left: 40px;
	min-height: 22px;
	line-height: 2.4em;
	color: #fff;
	background-image: url(../img/ico_arrow_white.png);
	background-position: 6px center;}
#serviceNav a:first-child dl dt { background-color: #0071bc;}
#serviceNav a:nth-child(2) dl dt { background-color: #f15a24;}
#serviceNav a:nth-child(3) dl dt { background-color: #00a99d;}
@media screen and (max-width: 960px){
	#mainImage {
		width: 960px;
		height: auto;}
	#mainImage img {
		width: 960px;
		height: auto;}
}