@charset "UTF-8";

/*ページ背景*/
#contentsBox {
	width: 100%;
	min-height: 100%;
	background-color: #ffffff;
}


/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.7;
}


/*ヘッダー*/
#header {
	width: 100%;
	height: 100px;
	background: url('../images/headerBg.png') repeat-x center top;
}

#headerInner {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#headerInner h1 {
	width: 300px;
	padding-top: 20px;
	line-height: 0;
	float: left;
}

#subNav {
	width: 250px;
	padding-top: 15px;
	float: right;
}
.faximg {
	padding-top:10px;
}
.headimg {
	padding-top:10px;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

#gloNav {
	display: block;
	width: 960px;
	height: 94px;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 100;
}

#gloNav li a {
	opacity: 1;
}
#gloNav li:hover {
	opacity: 0.7;
}
#gloNav li {
	width: 225px;
	line-height: 0;
	float: left;
}

.navspace {
	padding-left:20px;
}

/*コンテンツ*/
#contentsArea {
	width: 960px;
}

.titleindex {
	width: 960px;
	background:#3094D2;
	clear: both;
}
#contentsArea h1 {
	padding-left:20px;
}

.titletext {
	width: 925px;
	padding-left:35px;
	margin:20px 0px;
}

.titlebox {
	width: 960px;
	padding-left:35px;
	margin:20px 0px;
		
}

.titleimg02 {
	width: 222px;
	float: left;
	margin-bottom:20px;
}

.titletext02 {
	float: left;
	width: 650px;
	margin-left:25px;
}
.titleimg03 {
	width: 138px;
	float: left;
	margin-bottom:20px;
}

#contentsLeft {
	width: 680px;
	float: left;
}


/*フッター*/
#footer {
	width: 100%;
}

#pageTop {
	width: 960px;
	height: 44px;
	margin: 0 auto;
	position: relative;
}

#pageTop p {
	width: 56px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#footerContnts {
	width: 100%;
	background: #3094D2;
	padding-bottom:20px;
}

#footerContnts p {
	width: 507px;
	margin: 0 auto 15px;
	padding-top: 20px;
	line-height: 0;
}
.privacy {
	padding-top:20px;
	color: #ffffff;
	font-style: normal;
	text-align: center;
}

.privacy a {
	opacity: 1;
	color: #ffffff;
}

.privacy a:hover {
	opacity: 0.7;
}

address {
	margin-top:20px;
	color: #ffffff;
	font-style: normal;
	text-align: center;
}
