.footer_h_Area{
	width:100%;
	background: -moz-linear-gradient(left, #2F4565, #0D0B2B);
    background: -webkit-linear-gradient(left, #2F4565, #0D0B2B);
    background: linear-gradient(to right, #2F4565, #0D0B2B);
	padding-top: 15px;
}
.footer_h{
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 1% 0px 3%;
}

.footer_h_ul{
	width: 1140px;
	font-size:0;
	text-align:center;
	margin:auto;
}
.footer_h_li{
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width: 33%;
}

.footerTitle{
	width: 60%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 15px;
	padding: 0 0 3% 0;
	border-bottom: 1px dotted #555;
	
}

.footer_h_li a{
	display: block;
	width: 100%;
	text-align: left;
	margin: 2% auto;
	white-space: nowrap;
	font-size: 13px;
	line-height: 2.6;
	letter-spacing: 0.1em;
	text-indent: 0%;
	box-sizing: border-box;
	color:#fff;
}
.footer_h_li a:hover {
	transition: all 0.5s ease 0s;
	opacity:0.5;
	
}

.footer_a{
	color:#525252;
}

.footer_a:hover{
	opacity:0.5;
}

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

.footerSnsLinkArea_li{
	display:table;
	margin-bottom:5%;
	
}
.snsLinkImgArea{
	width:30%;
	display:table-cell;
	vertical-align:middle;
}

.snsLinkImgArea img{
	width:20px;
}

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

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

}

.snsLinkImgAreaText a:hover{
	transition: all 0.5s ease 0s;
	color:#0099ff;
	opacity:1;

}

.copylight{
	padding:5px 0;
	width:100%;
	margin:auto;
	background: #f3f6f8 none repeat scroll 0 0;
	border-top: 1px solid #dddee0;
}

.copylight p{
	/* color: #fff; */
	font-size: 13px;
	text-align: center;
	line-height: 2;
	width: 100%;
	margin: auto;
}

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

.footerlogo {
	text-align:left;
	width: 1140px;
    font-size: 0;
    margin: auto;
}
.footerlogo img {
	width:200px;
	margin-bottom:30px;
}