@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BaseLayout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

body {
	overflow-x: hidden;
	background: #ECE6E1;
}

/* Header
-------------------------------------------- */

#container header {
	background-color: #FFF;
	width: 100%;
    height: 77px;
	position:relative;
	z-index: 100;
}
#container header .headerWrap {
	width: 100%;
	position: relative;
	padding: 0 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: solid 1px #DDD;
}
#container header .headerWrap .headLogo {
	width: 273px;
	display:block;
	margin: 17px auto;
}
#container header #gnavTrigger {
	display: block;
	width: 30px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 8px;
}
#container header #gnavTrigger span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	width: 22px;
	height: 2px;
	background: #4C3D3D;
}
#container header #gnavTrigger span:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 22px;
	height: 2px;
	background: #4C3D3D;
}
#container header #gnavTrigger span:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 22px;
	height: 2px;
	background: #4C3D3D;
}

#container header #gnav {
	position: fixed;
	top: 0;
	left: 100%;
	width: 30%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ECE6E1;
	z-index: 100;
	overflow: auto;
	display:block;
	box-sizing: border-box;
	border-left: solid 1px #381D13;
}

#container header #gnav .list {
	width: 100%;
	height: auto;
	display:block;
}

#container header #gnav .list li span a{
	color:#FFF;
}

#container header #gnav .list > li {
	position: static;
}
#container header #gnav .list li span,
#container header #gnav .list li.select span {
	display: block;
	position: static;
	width: 100%;
	padding: 15px;
	color: #333;
	font-size: 1.2rem;
	border: none;
	border-bottom: 1px solid #CCC;
	background: transparent;
	text-align: left;
	box-sizing: border-box;
}


#container header #gnav .list > li > ul > li {
	display: block;
	border-bottom: 1px solid #000;
}
#container header #gnav .list > li > ul > li a {
	padding: 15px 15px 15px 30px;
	font-size: .7rem;
	color: #FFF;
}

#container header #gnav .list > li.select > span:before,
#container header #gnav .list > li.select > span:after {
	display: none;
}


#container header #gnav .sub_list {
	position: static;
}
#container header #gnav .sub_list li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #000;
}
#container header #gnav .sub_list li:last-child {
	display: block;
}
#container header #gnav .sub_list li a {
	color: #FFF;
	display: block;
	padding: 15px;
}


/* Footer
-------------------------------------------- */

#container footer {
	background:#4C3D3D;
	color:#FFF;
}
#container footer .footLogo {
	text-align: center;
	margin: 0 0 21px;
}
#container footer .copyright {
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
	padding: 35px 10px 10px;
}
#container footer .footerWrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 9px 12px;
}

#container footer .footerWrap ul.footermenu {
	float:left;
	width: 50%;
}
#container footer .footerWrap ul.footermenu li {
	float:left;
	margin: 0 25px 0 0;
}
#container footer .footerWrap ul.footermenu li a {
	color:#FFF;
}

#container footer .footerWrap ul.footersns {
	float:right;
	text-align: right;
}
#container footer .footerWrap ul.footersns li {
	display:inline-block;
	margin: 0 0 0 31px;
}


/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 1100px) {


}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 960px) {
}


/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {
#container header #gnav {
	position: fixed;
	top: 0;
	left: 100%;
	width: 70%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ECE6E1;
	z-index: 100;
	overflow: auto;
	display:block;
	box-sizing: border-box;
	border-left: solid 1px #381D13;
}
}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 640px) {
#container header #gnavTrigger {
	display: block;
	border: #CCC 1px solid;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: auto;
    top: 0;
    bottom: 0;
	right: 8px;
}
#container header #gnavTrigger span {
	display: block;
	position: absolute;
	top: 9px;
	left: 6px;
	width: 14px;
	height: 2px;
	background: #CCC;
}
#container header #gnavTrigger span:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 2px;
	background: #CCC;
}
#container header #gnavTrigger span:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 2px;
	background: #CCC;
}

#container header {
	background-color: #FFF;
	width: 100%;
    height: 54px;
	position:relative;
	z-index: 100;
}
#container header .headerWrap .headLogo {
	width: 160px;
    margin: 14px 0;
}

#container footer .footerWrap ul.footermenu {
    float: none;
    width: 100%;
}
#container footer .footerWrap ul.footermenu li:first-child {
	float: none;
}

#container footer .footerWrap ul.footersns {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

}
