#header:after,
#footer ul:after,
.cont:after,
.section:after,
.list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header
#footer ul,
.cont,
.section,
.list {
    zoom: 1;
}

body {
	background-color: #fff;
	text-align: center;
}

/* CONTAINER */
#container {
	margin: 0 auto;
	text-align: left;
}

/* PAGETOP */
#pageTop {
	position: fixed;
	width: 100%;
	z-index: 999;
	display: block;
}
@media (max-width: 960px) {
	#pageTop .btn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	}
	#pageTop .pc {
	display: none;
	}

	/* HEADER */
	#header {
	letter-spacing: 1px;
	font-size: 15px;
	}
	#header .cont {
	position: relative;
	display: none;
	}
	#header .close {
	position: absolute;
	right: 16px;
	top: 13px;
	background: url(../img/m_close.png) center center / cover no-repeat;
	z-index: 9999;
	width: 15px;
	height: 15px;
	}
	#header ul {
	background-color: rgba(0,153,68,0.9);
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 82px;
	height: 100vh;
	text-align: center;
	}
	#header li.logo {
	padding-bottom: 21px; 
	}
	#header .menu li a {
		font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		display: block;
		font-size:16px;
		padding: 11px 20px 11px 20px;
		margin-top:10px;
		color: #fff;
	}
	#header li.facebook {
	position: relative;
	top: 6px;
	}
}
@media (min-width: 961px) {
	#pageTop {
	display: none;
	}
	#pageTop .btn {
	display: none;
	}
	#pageTop .menu {
	display: block;
	float: right;
	}
	#pageTop .pc {
	padding-top: 10px;
	float: left;
	}
	#globalNav {
	margin: 0 auto;
	width: 950px;
	}
	/* HEADER */
	#header {
	background-color: rgba(0,153,68,0.9);
	height: 52px;
	}
	#header .menu ul {
	float: right;
	}
	#header .menu li.logo {
	display: none;
	}
	#header .menu li {
		font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 14px;
	float: left;
	color: #fff;
	}
	#header .menu li a {
	color: #fff;
	}
}


/* PAGEBODY */
#pageBody {}

/* CONTENTS */
#contents {}


/* PAGEBODY */
#pageBottom {
position: relative;
background-color: #009944;
}

/* FOOTER */
#footer {
	padding: 30px 0 37px 0;
}
#footer .copyright {
	font-size: 10px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #fff;
}

@media (max-width: 960px) {
	#pagetopNavi {
		
	position: absolute;
	left: 50%;
	bottom: 74px;
	background: url(../img/pagetop_pc.png) center center / cover no-repeat;
	z-index: 9999;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	display: none;
	font-size: 0;
	line-height: 0;
	}
	#pagetopNavi img {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}
}
@media (min-width: 961px) {
	#pagetopNavi {
		
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	display: none;
	font-size: 0;
	line-height: 0;
	}
}