#globalHeaderBlock {
	width: 100%;
	height: auto;
	clear: both;
}
#topBar {
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ddd; 
	overflow: hidden;
	z-index: 100;
}
#topBar h1.siteTitleText {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 52%;
	margin: 5% auto 0;
	color: #000;
	font-size: 120%;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
}
#topBar h2.candyLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 22%;
	height: auto;
	margin: 0;
	padding: 0;
}
#topBar h2.candyLogo img {
	width: 85%;
	height: auto;
}
#topBar p.toggle {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	background-image: url(img/naviBI.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ff8601;
}
#panelBtn {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 56px;
	margin: 0;
}
#panelBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	margin: 2px 0 0 -14px;
	background: #fff;
	transition: .2s;
}
#panelBtnIcon:before, #panelBtnIcon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 3px;
	background: #fff;
	transition: .3s;
}
#panelBtnIcon:before {
	margin-top: -8px;
}
#panelBtnIcon:after {
	margin-top: 5px;
}
#panelBtn .close {
	background: transparent;
}
#panelBtn .close:before, #panelBtn .close:after {
	margin-top: 0;
}
#panelBtn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panelBtn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#slideMenu {
	position: relative;
	display: none;
	width: 94%;
	margin: 0 0 4%;
	padding: 2% 3%;
	overflow: hidden;
	z-index: 99;
}
#topBar.over {
	background-color: rgba(255,255,255,0.98);
}
#topBar nav {
	border-bottom: 1px solid #ddd;
}
#slideMenu li {
	float: left;
	width: 31.3%;
	margin: 0 2% 2% 0;
}
#slideMenu li:last-child {
	margin: 0 0 2%;
}
#slideMenu li:nth-child(8) {
	margin: 0 31% 2% 0;
}
#slideMenu li a {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#slideMenu li a img {
	width: 100%;
	height: auto;
}
/* .sub_footer_ut { */
/* 	margin: 20px auto; */
/* 	overflow: hidden; */
/* } */
/* .sub_footer_ut_list a { */
/* 	color: #000; */
/* } */
/* .sub_footer_ut_li { */
/* 	padding: 4px; */
/* 	height: 37px; */
/* 	line-height: 37px; */
/* 	font-size: 16px; */
/* } */
/* a .sub_footer_ut_li img { */
/* 	width: 28px; */
/* 	height: 28px; */
/* 	vertical-align: middle; */
/* 	padding: 0 6px 2px 3px; */
/* } */
