@charset "utf-8";
/* ********************************************************
	Common Format CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  common
-------------------------------*/
html, body {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
ul, ol {
	list-style: none;
}
a[href^="tel:"] {
	text-decoration: none;
}
a[href^="tel:"]:hover {
	cursor: default;
}
#container {
	width: 100%;
	padding-top: 4px;
	background: #000;
	font-size:14px;
	line-height:1.5;
}
.txtC {
	text-align:center;
}
.txtR {
	text-align:left;
}
.txtL {
	text-align:right;
}
/*-------------------------------
  Header
-------------------------------*/
#pageHeader {
	background-color: #FFF;
	width: 100%;
	height: 144px;
	margin-bottom: 17px;
}
#headerInner {
	width: 980px;
	height: 144px;
	margin: 0 auto;
	position: relative;
}
#headerInner h1 a {
}
/*#headerInner #headerNavi {
	display: block;
	float: right;
	overflow: hidden;
	margin-top: 17px;
}
#headerInner #headerNavi ul {
	display: block;
	margin-left: -24px;
	letter-spacing: -.4em;
}
#headerInner #headerNavi ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 24px;
}
#headerInner #headerNavi ul li a {
	width: 197px;
	display: block;
	padding: 5px 0;
	border: #000 solid 1px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
#headerInner #headerNavi ul li a:before {
	width: 5px;
	height: 5px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	top: 50%;
	left: 3px;
	margin-top: -3px;
	content: "";
}
#headerInner #headerNavi ul li a:hover {
	display: block;
	padding: 5px 0;
	border: #000 solid 1px;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
#headerInner #headerNavi ul li a:hover:before {
	width: 5px;
	height: 5px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	top: 50%;
	left: 3px;
	margin-top: -3px;
	content: "";
}
#headerInner #navGlobal {

}*/
#headerInner #navGlobal ul {
  width: 100%;
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#headerInner #navGlobal ul li {
  width: 16%;
}
#headerInner #navGlobal ul li:first-child {
  width: 36%;
}
#headerInner #navGlobal ul li:first-child a:after{
  content: "";
  background: url("../images/common/logo_wh.png") center center no-repeat;
  background-size: contain;
  width: 90%;
  height: 28px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#headerInner #navGlobal ul li:first-child a{
  background: #808080;
  position: relative;
}
#headerInner #navGlobal ul li:first-child a:hover{
  background-color: #000;
}
#headerInner #navGlobal ul li+li a {
	border-left: #000 solid 1px;
}
#headerInner #navGlobal ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  background-color: #808080;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
}
#headerInner #navGlobal ul li a.active {
  background-color: #000; 
}
#headerInner #navGlobal ul li a span{
  display: block;
}
#headerInner #navGlobal ul li a .type01{
  padding-top: 40px;
}
#headerInner #navGlobal ul li a .type02{
  font-size: 12px;
}
#headerInner #navGlobal ul li a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

#headerInner #navGlobal ul li a:hover:before {
	width: 75px;
	height: 2px;
	position: absolute;
	border-radius: 2px;
	background-color: #FFF;
	bottom: 0;
	left: 50%;
	margin-left: -37px;
	content: "";
}
/*-------------------------------
  navGlobal
-------------------------------*/

/*-------------------------------
  Contents
-------------------------------*/
#contents {
	width: 100%;
	background: #FFF;
	padding-bottom:80px;
}
#bgArea {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	position: relative;
	padding: 80px 0 126px;
}
#bgArea:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 228px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+50,f2f2f2+100&1+0,1+49,0+50,0+100,0+100 */
	background-image: -moz-linear-gradient(to bottom right, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%),  -moz-linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(to bottom right, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%),  -webkit-linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom right, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%),  linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2', GradientType=1 ), progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aebcbf', endColorstr='#e6e6e6', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bgArea {
	width: 100%;
	height: auto;
	background: #FFF;
	position: relative;
	padding: 80px 0 126px;
}
.bgArea:before {
	content:"";
	background: #f2f2f2;
	height:610px;
	width:100%;
	position:absolute;
	display:block;
	top:0;
	left:0;
	
}
.bgArea:after {
	content: "";
	position: absolute;
	left: 0;
	top:570px;
	width: 100%;
	height: 228px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+50,f2f2f2+100&1+0,1+49,0+50,0+100,0+100 */
	background-image: -moz-linear-gradient(to bottom right, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%),  -moz-linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(to bottom right, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%),  -webkit-linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom right, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,0) 50%, rgba(242,242,242,0) 100%),  linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 50%, rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2', GradientType=1 ), progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aebcbf', endColorstr='#e6e6e6', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#contentsInner {
	width: 880px;
	margin: 0 auto;
}
/* 配置用クラス float
---------------------------------------------*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
/*-------------------------------
  Footer
-------------------------------*/
#pageFooter {
	width: 100%;
	height: 70px;
}
#footerInner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#copyright {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	margin-top: 40px;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#pageFooter .pageTop {
}
#pageFooter .pageTop a {
}
#pageFooter .pageTop a:hover {
}
