.footer_h_Area{
	width: 100%;
	background: #fafafa;
	padding: 38px 0;

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

.footer_h ul {
    font-size: 0;
}

.footer_h li{
    display: inline-block;
    text-align: center;
    width: 150px;
}

.footer_h li a{
	font-size: 13px;
	line-height: 3;
	margin: auto;
	text-align: center;
	width: 100%;
	color:#55bcdd;
}
.footer_h li a:hover {
	text-decoration:underline;
	color:#55bcdd;
	
}

.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;
}
.copylight{
	background:rgba(85,188,221, 1);
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 20px 0;
	text-align: center;
}

#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;
}

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

.snsLinkArea{
	width:100%;
	margin:0 auto;
	text-align:center;
	
}

.snsLinkArea_ul{
	font-size: 0;
	margin: auto;
	text-align: center;
	width: 300px;
}

.snsLinkArea_li{
	width:33%;
	display:inline-block;

}

.snsLinkImgArea{
	width:100%;
	
}

.snsLinkImgArea img{
	width:30px;
	
}

.snsLinkImgArea img:hover{
	opacity:0.5;
	
}