.footer_h_Area{
	width:100%;
	padding:0;

}
.footer_h{
	width:100%;	
	padding: 0 0 5% 0;
	text-align:center;
	margin:0 auto;

}

.footer_h_ul{
	width:90%;
	font-size:0;
	text-align:left;
}

.footer_h_li{
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #fafafa;
}

.footerTitle{
	width:100%;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#525252;
	margin:8% auto;
	padding-bottom:3%;
	
}


.footer_h_li a{
	display: block;
	width: 100%;
	text-align: left;
	margin: 2% auto;
	white-space: nowrap;
	font-size: 14px;
	line-height: 3;
	letter-spacing: 0.1em;
	text-indent: 4%;
	box-sizing: border-box;

}
.footer_h_li a:hover {
	transition: all 1s ease 0s;
	opacity:1;
	
}

.footer_a{
	color:#525252;

}

.footer_a:hover{
/*	color:#fff;*/
	opacity:1;
}

.footer_h_list_title{
	display:block;
	width:50%;
	text-align:left;
	margin:0 auto;
	color:#fff;
	white-space: nowrap;
	font-size:13px;
	line-height:3;
	letter-spacing:0.1em;
}

.footerSnsLinkArea{
	width:100%;
}

.footerSnsLinkArea_ul{
	font-size:0px;
	width:100%;
	margin:auto;
	text-align:left;
	
}

.footerSnsLinkArea_li{
	display:table;
	margin-bottom:5%;
	
}
.snsLinkImgArea{
	width:10%;
	display:table-cell;
}

.snsLinkImgArea img{
	width:25px;
}

.snsLinkImgAreaText{
	width:90%;
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
		
}

.snsLinkImgAreaText a{
	vertical-align:middle;
	font-size:13px;
	margin-left:10px;
	letter-spacing:0.1em;

}

.snsLinkImgAreaText a:hover{
	color:#fff;
	opacity:1;

}

.copylight{
	background: #f3f6f8;
	text-align:center;
	padding:2% 0;
	margin:auto;
}

.copylight p{
	/* color:#fff; */
	letter-spacing:0.1em;
	font-size:11px;
	text-align:center;
	width:90%;
	margin:auto;
	line-height:2em;
}

#page-top p{
	color: #fff;
	font-size: 16px;
    color: #fff;
    padding-top: 15px;
}

#page-top:hover{
	cursor:pointer;
	opacity:1;
}

#page-top {
  margin: 0 auto;
  padding: 0;
}

#page-top p {
  bottom: 75px;
  display: block;
  float: right;
  position: fixed;
  right: 0;
  width: 70px;
}

#page-top img {
  right: 30px;
}


