@charset "utf-8";
html,body {
 height: 100%;
}
/*============================
#wrap
============================*/
#wrap {
 position: relative;
 height: auto !important;
 height: 100%;
 min-height: 100%;
}
/*============================
#header
============================*/
#header {
	width: 960px;
	margin: 0 auto;
}
#header .logoWrap {
	padding: 15px 0 40px 0;
}
#header .logoWrap .leftLogo {
	float: left;
}
#header .logoWrap .rightLogo {
	float: right;
}
#header .gnav{
	margin-bottom:10px;
}
#header .gnav ul{
	overflow: hidden;
	border-left: 1px solid #e6e6e6;
	/*margin-left:-1px;*/
  width: 960px;
	margin: 0 auto;
}
#header .gnav ul li{
	float:left;
	width:191px;
	border-right: 1px solid #e6e6e6;
}
#header .gnav ul li a{
	display: block;
	height:50px;
	text-align: center;
	background:url(/sekkei/common/images/bg_arrow_off.png) no-repeat right bottom;
}
#header .gnav ul li a:hover{
	background:url(/sekkei/common/images/bg_arrow_on.png) no-repeat right bottom #f2f2f2;
}
#about .nav_about,
#works .nav_works,
#faq .nav_faq,
#contact .nav_contact{ background-color:#f2f2f2;}
/*============================
#container
============================*/
/*#container {
		padding-bottom: 210px;
}*/
#container {
		padding-bottom: 50px;
}

/*============================
#mainVisual
============================*/
#mainVisual{
	text-align:center;
	margin-bottom:40px;
}

/*============================
#contents
============================*/

#contents{
	width:960px;
	margin:0 auto;

}

.paggeTop {
	text-align: center;
	background: #fff;
  width: 100%;

}
.paggeTop img{
	vertical-align: bottom;

}
/*============================
#footer
============================*/
#siteFooter {
	width: 100%;
	background: #f2f2f2;
}
#footerArea {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
#footer {
	background: #f2f2f2;
  /*position: absolute;*/
  bottom: 0;
	/*width: 100%;*/
}
#footer .footRowTop,
#footer .footRowBottom{width: 960px;	padding:15px 0; margin: 0 auto;	overflow: hidden; }
#footer .footRowTop {
	/*border-bottom: 1px solid #dddddd;*/

}
#footer .footRowTop .footGnav {
	overflow: hidden;
	float: left;
	padding: 14px 0;
}
#footer .footRowTop .footGnav li{
	float: left;
	margin-right:20px;
}
#footer .footRowTop .footGnav li a{
	font-size: 14px;

}
#footer .footRowTop .footBnr {
	float: right;
	overflow: hidden;
	margin-right:-20px;
}
#footer .footRowTop .footBnr li{
	float:left;
	margin-right:20px;
}
#footer .footRowTop .footBnr li a{
	font-size: 14px;

}
#footer .footRowBottom {
}
#footer .footRowBottom .siteNav {
	overflow: hidden;
	float: left;
}
#footer .footRowBottom .siteNav li{
	float:left;
	margin-right: 20px;
}
#footer .footRowBottom .siteNav li a{

}
#footer .footRowBottom .copyright {
	float: right;
	font-size: 12px;
	color: #666666;
}
/* 20160803追加分 */
#footerLink{
	/*padding-left: 25px;*/
	float: left;
}
#siteFooter .menu ul li {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0 7px 0 0;
}
#siteFooter ul li:first-child {
	border-left: medium none;
}
#siteFooter ul li {
	display: inline-block;
	line-height: 1.2;
}
.menu ul li {
  float: left;
  border-right: 1px solid #4598E5;
	display: inline-block;
	line-height: 2;
}
.otherMenu ul li {
  float: left;
  border-right: 1px solid #4598E5;
	display: inline-block;
	line-height: 2;
	padding: 0 7px 0 0;
  margin: 0 8px 0 0;
}
#siteFooterInside {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}
.otherTitle {
	float: left;
	padding: 0 20px 0 0;
  color: #4598E5;
  font-weight: bold;
}
.center {
  text-align:center;
}
