/* -------------------------------- 

common

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
body {
	color: #333333;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",  "Hiragino Sans", Meiryo, Arial, sans-serif;
	line-height: 1.6;
	height: 100%;
}
html,body {
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
li {
	list-style: none;
}
a {
	text-decoration:none;
	color: #196bc3;
}
a:hover, button:hover, input[type="submit"]:hover {
	opacity: 0.7;
	transition: .8s;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*ボタンリセット*/
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/* -------------------------------- 

layout

-------------------------------- */
body.scrolled {
	padding-top: 92px;
}
/* gray-area */
.gray-area{
	background: #f5f8f9;
}
.gray-wrap{
	position: relative;
	display: flex;
	max-width: 980px;
	margin: 0 auto;
}
.gray-area .breadcrumb{
	width: calc(100% - 100px);
	margin: 0 auto;
	padding: 20px 0;
}
.gray-area .breadcrumb li{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
}
.gray-area .breadcrumb li::before{
	content: '＞';
	font-size: 9px;
	position: absolute;
	top:50%;
	left:7px;
	margin-top: -4px;
}
.gray-area .breadcrumb li:first-child{
	margin: 0;
	padding: 0;
}
.gray-area .breadcrumb li:first-child::before{
	content: '';
	margin: 0;
	padding: 0;
}
.gray-area .breadcrumb li.home img{
	width: 17px;
}
.gray-area .sns{
	width: 100px;
	margin: 0 auto;
	padding: 20px 0;
}
.gray-area .sns li.facebook a{
	display: block;
	position: absolute;
	right:40px;
	top:17px;
	background: #3c599b;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
}
.gray-area .sns li.facebook img{
	width: 10px;
	margin: 0 auto;
	vertical-align: middle;
}
.gray-area .sns li.twitter a{
	display: block;
	position: absolute;
	right:0;
	top:17px;
	background: #2aa3ef;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
}
.gray-area .sns li.twitter img{
	width: 17px;
	margin: 0 auto;
	vertical-align: middle;
}
/* ghead */
#ghead{
	background: #ffffff;
}
#ghead.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
#ghead #menu-sp{
	display: none;
}
#ghead #menu{
	max-width: 980px;
	height: 92px;
	margin: 0 auto;
	padding-top: 32px;
}
#ghead #menu .menu-wrap{
	display: flex;
	justify-content: space-between;
}
#ghead #menu .menu-wrap a{
	text-decoration: none;
}
#ghead #menu .companyName{
	font-size: 100%;
	vertical-align: baseline;
	padding-top: 5px;
	margin-right: 10px;
}
#ghead #menu .companyName img{
	width: 150px;
}
#ghead #menu .search-wrap{
	width: 292px;
	background: #196bc3;
	border: solid 2px #196bc3;
	border-radius: 6px;
	display: table;
}
#ghead #menu .search-select {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#ghead #menu .search-select::before {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #ffffff;
	pointer-events: none;
}
#ghead #menu .search-select select {
	font-size: 13px;
	/*width: 100%;*/
  width: 78px;
	padding: 0px 0px 0px 3px;
	padding-right: 1em;
	color: #ffffff;
	background: #196bc3;
	cursor: pointer;
	text-overflow: ellipsis;
	border: 0;
	outline: none;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#ghead #menu .search-select option {
	background: #196bc3;
}
#ghead #menu .search-select select::-ms-expand {
    display: none;
}
#ghead #menu .search-area {
    display: table-cell;
	background: #fff;
	vertical-align: middle;
}
#ghead #menu .search-area input{
	border: none;
	font-size: 13px;
	padding: 5px;
  width: 100%;
  outline: none;
}
/*#ghead #menu .search-area input[type="text"]:focus {
  border: 1px solid #fff;
  outline: 0;
}*/
#ghead #menu .search-button {
    display: table-cell;
	white-space: nowrap;
	width: 34px;
	height: 34px;
	vertical-align: middle;
}
#ghead #menu .search-button img{
	width: 18px;
	position: relative;
	top:2px;
	left:2px;
}
#ghead #menu .member-wrap{
	width: 125px;
	background:#196bc3 url(../img/icon-man.png) no-repeat 5px center;
	background-size: 17px auto;
	border: solid 2px #196bc3;
	border-radius: 6px;
	height: 38px;
	position: relative;
}
#ghead #menu .member-wrap div{
	background: #fff;
	height: 34px;
	border-radius: 0 3px 3px 0;
	margin-left: 30px;
	padding: 7px 5px 0 5px;
	color: #666666;
	font-size: 13px;
	text-align: center;
}
#ghead #menu .login-wrap{
	/*width: 105px;*/
	width: 110px;
	background:#196bc3 url(../img/icon-key.png) no-repeat 8px center;
	background-size: 11px auto;
	border: solid 2px #196bc3;
	border-radius: 6px;
	height: 38px;
}
#ghead #menu .login-wrap div{
	background: #fff;
	height: 34px;
	border-radius: 0 3px 3px 0;
	margin-left: 30px;
	padding: 7px 5px 0 5px;
	color: #666666;
	font-size: 13px;
	text-align: center;
}
#ghead #menu .language-wrap{
	width: 154px;
	background:#196bc3 url(../img/icon-earth.png) no-repeat 7px center;
	background-size: 15px auto;
	border: solid 2px #196bc3;
	border-radius: 6px;
	height: 38px;
}
#ghead #menu .language-wrap ul{
	display: flex;
	margin-left: 30px;
}
#ghead #menu .language-wrap li{
	background: #fff;
	width: 50%;
	height: 34px;
	border-radius: 0 3px 3px 0;
	padding-top: 6px;
	color: #666666;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}
#ghead #menu .language-wrap li a{
  width: 100%;
  height: 100%;
  display: block;
}
#ghead #menu .language-wrap li:first-child{
	border-right:1px dotted #196bc3;
	border-radius: 0;
}
#ghead #menu .language-wrap li.select{
	background: #fff100;
	color: #196bc3;
}
/*買い物カゴ*/
#ghead #menu .cart-btn{
	width: 34px;
	position: relative
}
#ghead #menu .cart-btn span{
	position: absolute;
	height:18px;
	width:18px;
	line-height: 16px;
	top:-7px;
	right: -5px;
	border-radius:50%;
	text-align:center;
	font-size: 1.125rem;
	color: #236fbe;
	background: #fff;
	letter-spacing: -0.05em;
	font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
}
#ghead #menu .menu-btn{
	position: relative;
	height: 38px;
	width: 42px;
	border-radius: 6px;
	background: #196bc3;
	cursor: pointer;
	margin-left: 10px;
}
#ghead #menu .menu-btn span{
	position: absolute;
	left: 9px;
	top: 17px;
	height: 4px;
	width: 25px;
	background-color: #ffffff;
	display: inline-block;
	box-sizing: border-box;
}
#ghead #menu .menu-btn::before{
	content: "";
	position: absolute;
	left: 9px;
	top: 8px;
	height: 4px;
	width: 25px;
	background-color: #ffffff;
	display: inline-block;
	box-sizing: border-box;
}
#ghead #menu .menu-btn::after{
	content: "";
	position: absolute;
	left: 9px;
	top: 26px;
	height: 4px;
	width: 25px;
	background-color: #ffffff;
	display: inline-block;
	box-sizing: border-box;
}
#ghead .balloon{
	position: absolute;
	left: -120px;
	top: 50px;
	width: 290px;
	background-color: #fff100;
	border: solid 8px #196bc3;
	display: inline-block;
	z-index: 4;
	font-size: 15px;
	color: #196bc3;
	border-radius: 40px;
	padding: 7px 20px;
	line-height: 1.5;
	cursor: pointer;
}
#ghead .balloon:before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	top: -20px;
	border-style: solid;
	border-color: transparent transparent #196bc3 transparent;
	border-width: 0 20px 20px 0;
}
#ghead .balloon .close-btn{
	margin: 0 auto;
	background: #ffffff;
	border: solid 2px #196bc3;
	border-radius: 20px;
	display: inline-block;
	font-size: 16px;
	color: #196bc3;
	font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
	line-height: 1;
	padding: 10px 15px;
	cursor: pointer;
}
#ghead .balloon .css-cancel{
	position:absolute;
	right:8px;
	bottom:17px;
	background: #196bc3;
	width: 20px;
	height: 21px;
	border-radius: 10px;
}
#ghead .balloon .css-cancel::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	padding: 0;
	width: 2px;
	height: 12px;
	background: #ffffff;
	transform: rotate(45deg);
}
#ghead .balloon .css-cancel::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: 12px;
	height: 2px;
	margin-top: -2px;
	background: #ffffff;
	transform: rotate(45deg);
}
@media only screen and (max-width: 980px) {
	.gray-wrap{
		padding: 0 11px;
	}
	.gray-area .sns li.facebook a{
		right:51px;
		top:17px;
	}
	.gray-area .sns li.twitter a{
		right:11px;
		top:17px;
	}
	/* ghead */
	#ghead #menu{
		display: none;
	}
	#ghead #menu-sp{
		height: 150px;
		margin: 0 auto;
		padding-top: 10px;
		display: block;
	}
	#ghead #menu-sp .menu-wrap01{
		display: flex;
		justify-content: space-between;
		padding: 0 11px;
		height: 40px;
	}
	#ghead #menu-sp .menu-wrap02{
		display: flex;
		justify-content: space-between;
		padding: 0 11px;
		height: 50px;
	}
	#ghead #menu-sp .menu-wrap03{
		padding: 0 11px;
		height: 40px;
	}
	#ghead #menu-sp .menu-wrap01 a{
		text-decoration: none;
	}
	#ghead #menu-sp .companyName{
		padding-top: 5px;
		margin-right: 10px;
	}
	#ghead #menu-sp .companyName img{
		width: 150px;
	}
	#ghead #menu-sp .menu-wrap-box{
		display: flex;
	}
	#ghead #menu-sp .member-wrap{
		width: 100px;
		background:#196bc3 url(../img/icon-man.png) no-repeat 3px center;
		background-size: 17px auto;
		border: solid 2px #196bc3;
		border-radius: 6px;
		height: 30px;
		padding: 0 0 0 24px;
		color: #ffffff;
		font-size: 11px;
		margin-right: 5px;
		position: relative;
		line-height: 27px;
	}
	#ghead #menu-sp .member-wrap a{
		color: #ffffff;
	}
	#ghead #menu-sp .login-wrap{
		width: 86px;
		background:#196bc3 url(../img/icon-key.png) no-repeat 5px center;
		background-size: 11px auto;
		border: solid 2px #196bc3;
		border-radius: 6px;
		height: 30px;
		padding: 0px 0 0 24px;
		color: #ffffff;
		font-size: 11px;
		line-height: 27px;
	}
	#ghead #menu-sp .login-wrap a{
		color: #ffffff;
	}
	#ghead #menu-sp .language-wrap{
		width: 210px;
		background:#196bc3 url(../img/icon-earth.png) no-repeat 7px center;
		background-size: 15px auto;
		border: solid 2px #196bc3;
		border-radius: 6px;
		height: 38px;
	}
	#ghead #menu-sp .language-wrap ul{
		display: flex;
		margin-left: 30px;
	}
	#ghead #menu-sp .language-wrap li{
		background: #fff;
		width: 50%;
		height: 34px;
		border-radius: 0 3px 3px 0;
		padding-top: 6px;
		color: #666666;
		font-size: 13px;
		text-align: center;
		cursor: pointer;
	}
	#ghead #menu-sp .language-wrap li a{
		width: 100%;
		height: 100%;
		display: block;
	}
	#ghead #menu-sp .language-wrap li:first-child{
		border-right:1px dotted #196bc3;
		border-radius: 0;
	}
	#ghead #menu-sp .language-wrap li.select{
		background: #fff100;
		color: #196bc3;
	}
	#ghead #menu-sp .cart-btn{
		width: 34px;
		margin-left: 5px;
		position: relative
	}

	#ghead #menu-sp .cart-btn span{
		position: absolute;
		height:18px;
		width:18px;
		line-height: 16px;
		top:-7px;
		right: -5px;
		border-radius:50%;
		text-align:center;
		font-size: 1.125rem;
		color: #236fbe;
		background: #fff;
		letter-spacing: -0.05em;
		font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
	}
	#ghead #menu-sp .menu-btn{
		position: relative;
		height: 38px;
		width: 42px;
		border-radius: 6px;
		background: #196bc3;
		cursor: pointer;
	}
	#ghead #menu-sp .menu-btn span{
		position: absolute;
		left: 9px;
		top: 17px;
		height: 4px;
		width: 25px;
		background-color: #ffffff;
		display: inline-block;
		box-sizing: border-box;
	}
	#ghead #menu-sp .menu-btn::before{
		content: "";
		position: absolute;
		left: 9px;
		top: 8px;
		height: 4px;
		width: 25px;
		background-color: #ffffff;
		display: inline-block;
		box-sizing: border-box;
	}
	#ghead #menu-sp .menu-btn::after{
		content: "";
		position: absolute;
		left: 9px;
		top: 26px;
		height: 4px;
		width: 25px;
		background-color: #ffffff;
		display: inline-block;
		box-sizing: border-box;
	}
	#ghead #menu-sp .search-wrap{
		width: 100%;
		background: #196bc3;
		border: solid 2px #196bc3;
		border-radius: 6px;
		display: flex;
	}

	#ghead #menu-sp .search-select {
			vertical-align: middle;
			color: #ffffff;
			font-size: 13px;
			padding: 6px 0 0 5px;
			padding-right: 1em;
			background: #196bc3;
			width: 120px;/*★*/
			text-align: center;
		}
	#ghead #menu-sp .search-area{
		background: #ffffff;
		width:calc(100% - 34px - 73px);
	}
	#ghead #menu-sp .search-area input{
		border: none;
		font-size: 13px;
		padding: 5px;
		width: 100%;
		height: 32px;
	}
	#ghead #menu-sp .search-button {
		white-space: nowrap;
		width: 46px;
		height: 34px;
		vertical-align: middle;
	}
	#ghead #menu-sp .search-button img{
		width: 18px;
		position: relative;
		top:3px;
	}
	body.scrolled {
		padding-top: 50px;
	}
	#ghead.scrolled {
		height: 50px;
	}
	#ghead.scrolled #menu-sp{
		padding-top: 6px;
	}
	#ghead.scrolled #menu-sp .menu-wrap01,
	#ghead.scrolled #menu-sp .menu-wrap02{
		display: none !important;
	}
	#ghead.scrolled #menu-nav{
		top: 50px;
	}
}
/* menu */
#menu-nav{
	z-index: 3;
	position: fixed;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	display: none;
	background: #ebf6fb;
}
#menu-nav .nav-wrap{
	max-width: 980px;
	margin: 0 auto ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	padding-top: 16px;
	padding-bottom: 30px;
	position: relative;
}
#menu-nav .nav-wrap dl{
	width: 30%;
	margin-top: 16px;
}
#menu-nav .nav-wrap dt{
	color: #196bc3;
	font-size: 17px;
	border-bottom: #82b0df solid 1px;
	line-height: 1.2;
	padding: 13px 0 8px;
	font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
}
#menu-nav .nav-wrap ul li{
	color: #333333;
	font-size: 16px;
	border-bottom: #82b0df solid 1px;
	line-height: 1.2;
}
#menu-nav .nav-wrap ul li a{
	color: #333333;
	display: block;
	padding: 13px 0;
	text-decoration: none;
}
#menu-nav .nav-wrap .three{
	font-size: 16px;
}
#menu-nav .nav-wrap .net{
	font-size: 16px;
}
/* @media only screen and (max-width: 768px) {
	#menu-nav .nav-wrap .net{
		font-size: 12px;
	}
} */

#menu-nav .close-btn{
	display: none;
}
#menu-nav .close-btn .css-cancel{
	position: relative;
	padding-left: 30px;
}
#menu-nav .css-cancel::before{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 8px;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #196bc3;
	transform: rotate(45deg);
}
#menu-nav .css-cancel::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #196bc3;
	transform: rotate(45deg);
}
#menu-nav .css-cancel-pc{
		position: absolute;
		display: block;
		width: 37px;
		height: 37px;
		right: 0px;
		top: 10px;
		cursor: pointer;
	}
/*#menu-nav .css-cancel-pc{
		position: absolute;
		background: #196bc3;
		border-radius: 50%;
		display: block;
		padding: 15px 11px;
		width: 37px;
		height: 37px;
		right: 0px;
		top: 10px;
		cursor: pointer;
	}*/
/*	#menu-nav .css-cancel-pc::before{
		content: "";
		display: block;
		position: absolute;
		top: 9px;
		left: 16px;
		padding: 0;
		width: 4px;
		height: 20px;
		background: #ffffff;
		transform: rotate(45deg);
	}
	#menu-nav .css-cancel-pc::after{
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 8px;
		width: 20px;
		height: 4px;
		margin-top: -2px;
		background: #ffffff;
		transform: rotate(45deg);
	}*/


@media only screen and (max-width: 768px) {
	/*#menu-nav .css-cancel-pc{display: none;}*/
	#menu-nav .css-cancel-pc{
		right: 10px;
		top: 10px;
	}
	#menu-nav{
		overflow-y: scroll;  
		height:calc(100vh - 150px);;
		-webkit-overflow-scrolling: touch;
		position: absolute;
		padding-bottom: 45px;
	}
	#ghead.scrolled #menu-nav{
		height: calc(100vh - 50px);
	}
	#menu-nav .css-cancel::before{
		top: 1px;
		left: 8px;
	}
	#menu-nav .css-cancel::after{
		top: 50%;
		left: 0;
	}	
	#menu-nav .css-cancel-sp{
		position: absolute;
		background: #196bc3;
		border-radius: 50%;
		display: block;
		padding: 15px 11px;
		width: 37px;
		height: 37px;
		right: 10px;
		top: 10px;
		cursor: pointer;
	}
	#menu-nav .css-cancel-sp::before{
		content: "";
		display: block;
		position: absolute;
		top: 9px;
		left: 16px;
		padding: 0;
		width: 4px;
		height: 20px;
		background: #ffffff;
		transform: rotate(45deg);
	}
	#menu-nav .css-cancel-sp::after{
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 8px;
		width: 20px;
		height: 4px;
		margin-top: -2px;
		background: #ffffff;
		transform: rotate(45deg);
	}
	#menu-nav .nav-wrap{
		margin: 0 auto ;
		display: block;
		padding-bottom: 40px;
		padding-top: 55px;
	}
	#menu-nav .menu-scroll{
		min-height: 900px;
	}
	#menu-nav .nav-wrap dl{
		width: auto;
		margin: 0 10px 0;
	}
	#menu-nav .nav-wrap dl.nav01{
		/* border-top: #82b0df solid 1px; */
		
	}
	#menu-nav .nav-wrap dl.nav01 dt{
		/* display: none; */
		padding-top: 0;
	}
	#menu-nav .nav-wrap dt{
		font-size: 16px;
	}
	#menu-nav .nav-wrap dd ul{
		display: flex;
		flex-wrap: wrap;
	}
	#menu-nav .nav-wrap dd li{
		font-size: 15px;
		border: none;
		border-bottom: #82b0df solid 1px;
		border-right: #82b0df solid 1px;
		width: 50%;
	}
	#menu-nav .nav-wrap dd ul.pseudo-element::after{
		content: '';
		width:50%;
		border-bottom: #82b0df solid 0px;/*★SPメニュー調整用*/
	}
	#menu-nav .nav-wrap dd li:nth-child(even){
		border-right: none;
	}
	#menu-nav .nav-wrap dd li:nth-child(even) a{
		padding-left: 13px;
	}
	/* #menu-nav .nav-wrap .three{
		display: none;
	} */
	/* #menu-nav .nav-wrap .net{
		display: none;
	} */
	#menu-nav .nav-wrap .nav04,
	#menu-nav .nav-wrap .nav05,
	#menu-nav .nav-wrap .nav06{
		margin-top: 0;
	}
	#menu-nav .close-btn{
	margin: 0 auto;
	display: inline-block;
	font-size: 16px;
	color: #196bc3;
	font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
	line-height: 1;
	cursor: pointer;
	}
	#menu-nav .close-btn{
		background: #196bc3;
		border: none;
		border-radius: 0;
		display: block;
		font-size: 16px;
		color: #ffffff;
		padding: 15px 11px;
	}
	#menu-nav .css-cancel::before{
		background: #ffffff;
	}
	#menu-nav .css-cancel::after{
		background: #ffffff;
	}
}

/* gfoot */
#gfoot{
	border-top:solid 1px #dddddd;
	padding: 30px;
	margin-top: 8rem;
}
#gfoot .companyName{
	text-align: center;
}
#gfoot .gfoot-wrap{
	max-width: 960px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
#gfoot .gfoot-wrap a{
	font-size: 13px;
	color: #666666;
}
#gfoot .gfoot-wrap dt{
	font-size: 14px;
	color: #000000;
	font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
	margin-bottom: 8px;
}
#gfoot .sns{
	text-align: center;
	margin: 40px auto 0;
}
#gfoot .sns li{
	display: inline-block;
}
#gfoot .sns .twitter img{
	width: 24px;
	margin: 0 5px;
}
#gfoot .sns .facebook img{
	width: 14px;
	margin: 0 5px;
}
#gfoot .copy{
	font-size: 13px;
	text-align: center;
	color: #999999;
	margin-top: 15px;
}
#gfoot .page-top{
	position: fixed;
	right:50px;
	bottom:50px;
	background: #196bc3;
	width: 40px;
	height: 40px;
	text-align: center;
}
#gfoot .page-top img{
	margin-top: 12px;
	width: 16px;
}
.mt16{margin-top: 16px;}
@media only screen and (max-width: 768px) {
	/* gfoot */
	#gfoot{
		border-top:solid 1px #dddddd;
		padding: 30px;
		margin-top: 4rem;
	}
	#gfoot .gfoot-wrap{
		display: none;
	}
	#gfoot .sns{
		display: none;
	}
	#gfoot .copy{
		font-size: 13px;
		text-align: center;
		color: #999999;
		margin-top: 5px;
	}
	#gfoot .page-top{
		right:0;
		bottom:20px;
	}
}