@charset "utf-8";

body {
	min-width: 100%;
}

/* Wrap
----------------------------------------------------------- */
.wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}

.spWrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
}


/* HEADER
----------------------------------------------------------- */

/* gnav
--------------------------------- */
#spGnavWrap {
	width: 100%;
	position: fixed;
	/* top: 55px; */
	top: -260px;
	left: 0;
	z-index: 10;
	background: #ebeae2;
	box-shadow: 0px 2px 3px #999;
}

#spGnav li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #d8d0c5;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
}

#spGnav li:first-child{
	width: 100%;
}
#spGnav li:nth-child(2n) {
	border-right: 1px solid #d8d0c5;
}

#spGnav li a {
	display: block;
	line-height: 40px;
}

#spLang {
	padding: 20px 15px;
}

#spLang li {
	display: inline-block;
	margin-right: 39px;
	line-height: 1;
	padding-left: 13px;
	background: url(../../img/common/listhead06.png) no-repeat 0 50%;
	font-size: 12px;
}

/*@end*/

/* FOOTER
------------------------------------------------------------------------ */
#pageTop {
	position: static;
	text-align: center;
}

/* FOOTER CONTENTS
---------------------------------------------- */
footer {
	background: #fff;
	padding: 30px 0 20px;
}

#footCon {
	padding: 0 0 20px;
	box-shadow: none;
	position: static;
	z-index: 1;
}

#footCon .fc_left{
	width: 100%;
	float: none;
}

#footCon .fc_right{
	width: 100%;
	float: none;
	margin-right: 0;
}

#footCon .fc_left .innLeft{
	width: 100%;
	float: none;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#footCon .fc_left .innRight{
	width: 100%;
	float: none;
	border-left: none;
	text-align: center;
	padding-left: 0;
}

#footCon .fc_left address{
	margin-bottom: 10px;
}

#footCon .fc_left .footNav{
	margin-bottom: 15px;
}

#footCon .fc_left .innLeft p img{
	width: 232px;
}

#footBt p:last-child{
	float: none;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	height: 30px;
	border-top: 1px solid #d2d2d2;
}

/*@end*/

/* sns---------------------*/

#footSns li {
	display: inline-block;
	margin-right: 10px;
}

/*@end*/




















