@charset "utf-8";


.content-area {
	width: 960px;
	margin: 0 auto;

}

.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.h-top {
  width: 960px;
  margin: 0 auto 10px;
  overflow: hidden;
}

.h-top h1 {
  float: left;
  margin-top: 13px;
  width: 130px;
}

.h-contact-block {
  position: relative;
  float: right;
  margin-top: 23px;
  width: 350px;
}

.h-contact-block li {
	display: inline-block;
	margin-right: 30px;
}

.h-contact-block li:last-child {
	margin-right: 0px;
}

.global-nav {
	background-color: #009ce6;
	font-size:0;
}

.global-nav li {
  position: relative;
  display: inline-block;
  width: 320px;
  text-align: center;
  border-left: 1px solid #80cef3;

}
.global-nav li:last-child {
	border-right: 1px solid #80cef3;

}
.global-nav li a {
  display: block;
  padding: 13px 0;
}
.global-nav li:hover a {
  color: #fff;
  text-decoration: none;
  background: #0084dd;
}
.global-nav li ul {
	display: none;
	position: absolute;
	top: 63px;
	left: -1px;
	z-index: 100;
	background: #dcdcdc;
	text-align: left;
}
.global-nav li li {
	border-top: 1px solid #80cef3;
	font-size: 16px;
	border-left: none;
	border-right: none;
}

.global-nav li li:last-child {
	border-right: none;

}

.global-nav li li:hover a {
	background: #009ce6;
}


footer {
	background-color: #009ce6;
	overflow: hidden;
	padding: 40px 0 30px;
	font-size: 12px;
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .f-info-box {
	width: 360px;
	float: left;

}

footer .f-info-box h3 {
	margin-bottom: 24px;
}

footer .f-link-box {
	width: 180px;
	float: left;
	padding-left: 30px;
	border-left:1px solid #66c4f0;
	border-right:1px solid #66c4f0;
}

footer .f-tel-box {
	width: 340px;
	float: left;
	padding-left: 30px;
}

footer small {
	font-size: 10px;
	display: inline-block;
	margin-top: 43px;
}



@-webkit-keyframes sheen {
	0% {
		-webkit-transform: skewY(-45deg) translateX(0);
		transform: skewY(-45deg) translateX(0);
	}
	100% {
		-webkit-transform: skewY(-45deg) translateX(12.5em);
		transform: skewY(-45deg) translateX(12.5em);
	}
}
@keyframes sheen {
	0% {
		-webkit-transform: skewY(-45deg) translateX(0);
		transform: skewY(-45deg) translateX(0);
	}
	100% {
		-webkit-transform: skewY(-45deg) translateX(12.5em);
		transform: skewY(-45deg) translateX(12.5em);
	}
}


.button {
	font-size: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
}
.button:hover {
	background-color: #2194E0;


}
.button:hover:before {
	-webkit-transform: skewX(-45deg) translateX(22em);
	transform: skewX(-45deg) translateX(22em);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt35 {
	margin-top: 35px;
}

.mt45 {
	margin-top: 45px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb110 {
	margin-bottom: 110px;
}

a {
	color: #333333;
	text-decoration: none;
}

.heading-title-box {
	font-size: 24px;
	font-weight: normal;
	background-color: #ededed;
	padding: 8px 20px;
	position: relative;
}

.heading-pattern {
	border-top: 1px solid #ededed;
	text-align: center;
	padding: 50px 0;
	background: url(../images/heading_bg_repeat.gif) repeat left top;
}

.heading-title {
	text-align: center;
}

.heading-title-box::before {
	content: '';
	position: absolute;
	background-color: #009ce6;
	height: 33px;
	width: 5px;
	top: 0;
	left: 0;
	margin-top: 10px;
}

.panczu {
	text-align: right;
}
.panczu li {
	display: inline-block;
}
.panczu li a:hover {
	color: #009ce6;
}
.panczu li:first-child {
	padding-left: 15px;
	background: url("../images/icon_home.png") left center no-repeat;
}
.panczu li:nth-child(2) {
	padding-left: 15px;
	background: url("../images/panczu_arrow.png") left center no-repeat;
}

.heading-border02 {
	font-size: 16px;
	padding-bottom: 4px;
	color: #00a7de;
	border-bottom: 2px solid #009ce6;
}
p {
	line-height: 1.6em;
}

