.footer_h_Area{
	width:100%;
//	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);;

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

.footer_h ul {
    font-size: 0;
}

.footer_h li{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 2% auto;
}

.footer_h li a{
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 3;
	margin: auto;
	text-align: center;
	width: 100%;
	color:#55bcdd;
}
.footer_h li a:hover {
	text-decoration:none;
	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:#55bcdd;
	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: 0px;
    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 20px;
	text-align:center;
	
}

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

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

}

.snsLinkImgArea{
	width:100%;
	
}

.snsLinkImgArea img{
	width:30px;
	
}

.snsLinkImgArea img:hover{
	opacity:0.5;
	
}