/*footer
------------------------------------*/
footer {
	margin-top:100px;
}
@media (max-width: 767px) {
	footer {
		margin-top:10px;
	}
}
footer .footer {
	padding: 55px 0 0;
	background:#f5f4f4;

}

footer .footer a {
	font-size:1.2rem;
}

footer .footer h2 {
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #003366;
	padding:0 0 10px 0;
	margin-top:0 !important;
}
footer .footer h2 span{
	display:block;
	font-size:0.7rem;
	letter-spacing: 1px;
	margin-top:5px;
	color:#b69478;
}

.footer-logo {
  margin: 0 0 20px;
}

#logo-footer {
	width:136px;
	margin-bottom:20px;
}

.footer .telmain{
	border-bottom:1px dotted #ccc;
}

.footer .tel p{
	line-height:20px;
}

.footer .telttl{
	font-size:12px;
}
.footer .telno{
	font-size:20px;
}


/*Link List*/
.footer .link-list li {
	border-top: dotted 1px #ccc;
}
.footer .link-list li:first-child {
	border-top: none !important;
}


.footer .link-list a {
	/*font-size: 11px;*/
	padding: 10px 0px 10px 6px;
	/*display: inline-block;*/
display: block;
}

.footer .link-list li i {
	float: right;
	/*margin-top: 10px;*/
}


.footer p.address,
.footer p.tel {
	font-size:88%;;
}


/*Copyright*/
footer .copyright {
	border-top: none;
	float:none;
	background:#424242;
}

footer .copyright p {
	margin: 50px 0 0;
	font-size:8px;
	color:#fff;
	padding:10px 0;
}

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin-bottom:0 !important;
}
#page-top a {
	background: #003366;
	text-decoration: none;
	color: #fff !important;
	padding: 5px 15px;
	text-align: center;
	display: block;
	font-size:3rem;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}


@media screen and (max-width: 480px) {

	footer .footer {
		margin-top:40px;
	}
}

@media (max-width: 991px) {
	footer .copyright{
		text-align: left;
	}
}

