/* CSS Document */
.coming {
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 32px;
	font-weight: bold;
	line-height: 100px;
}


/* 共通部分 */

* {
	box-sizing: border-box;
}

body{
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	font-family: 'Lato', "メイリオ", meiryo, sans-serif;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
}

a:hover {
	opacity: 0.7;
}

.tleft {
	text-align: left;
}

.bold {
	font-weight: bold;
}

/* ヘッダー */

.wrapHeader {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-top: 10px solid #2744A0;
	border-bottom: 4px solid #EEE;
	position: relative;
}

.wrapHeader:after {
	content: url(../img/common/sq_lg.png);
	position: absolute;
	bottom: -47px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.inHeader {
	overflow: hidden;
	padding-bottom: 30px;
}

.hnav {
	width: 180px;
	height: 25px;
	margin-left: 820px;
}

.hnav ul {
	overflow: hidden;
}

.hnav li {
	float: left;
}

.hnav01 {
	width: 80px;
	background: #2744A0;
}

.hnav02 {
	width: 100px;
	background: #368ACA;
}

.hnav li a {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #FFF;
	line-height: 25px;
}

h1 {
	float: left;
	width: 234px;
	height: 80px;
	display: block;
	text-align: left;
}

.gnav {
	float: right;
	padding-top: 30px;
}

.gnav ul {
	overflow: hidden;
	height: 40px;
}

.gnav li {
	float: left;
	display: inline-block;
}

.gnav li + li{
	border-left: 2px solid #E5E5E5;
}

.gnav li a {
	padding: 5px 12px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.gnav li a span {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

/* フッター */

.fnav {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F0F0F0;
}

.mainFooter {
	padding-top: 60px;
	padding-bottom: 20px;
	background: #000;
	position: relative;
}

.mainFooter img {
	margin-bottom: 20px;
}

.mainFooter p {
	font-size: 13px;
	color: #BBBBBB;
}

.mainFooter p.bold {
	font-size: 14px;
	margin-bottom: 6px;
}

.pagetop {
	position: fixed;
	bottom: 70px;
	right: 5%;
	width: 64px;
	height: 64px;
	z-index: 10;
	background-image: url(../img/common/pagetop.jpg);
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.pagetop:hover {
	opacity: 0.7;
}

.pagetop a {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.copyright {
	background: #2744A0;
}

.copyright p {
	color: #FFF;
	font-size: 12px;
	line-height: 70px;
	font-weight: bold;
	letter-spacing: 0.08rem;
}

/* コンテンツ */

.contactBanner {
	margin-bottom: 100px;
	background: #C0C0C0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.contactBanner:hover {
	background: #999;
}

.contactBanner a {
	width: 100%;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/txt_contact.png);
	background-position: center;
	background-repeat: no-repeat;
}

.coming {
	height: 300px;
	margin: 0 auto;
	padding-top: 120px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

















