@charset "utf-8";

/*========*/
/* フッタ */
/*========*/
footer {
	width: 100%;
	background: #FFF;
}

footer .footer-inner {
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: left;
}

footer .footer-inner::after {
	content: "";
	clear: both;
	display: block;
}

footer .footer-links {
	float: left;
	width: 320px;
}

footer .footer-links p {
	margin-bottom: 10px;
}

footer .footer-links p a {
	color: #E73400;
	font-size: 120%;
	font-weight: bold;
}

footer .footer-inner .footer-links ul li {
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(/images/common/footer_ic01.png) no-repeat;
	background-position: 0 40%;
	font-size: 14px;
	line-height: 1.2;
}

footer .footer-inner .footer-links:first-child ul li:last-child {
	margin-top: 20px;
}

footer .footer-inner .footer-links:nth-child(1) {
	width: 300px;
}

footer .footer-inner .footer-links:nth-child(2) {
	width: 180px;
}

footer .footer-inner .footer-links:last-child {
	width: 520px;
}

footer .footer-inner .footer-links:last-child ul {
	overflow: hidden;
}

footer .footer-inner .footer-links:last-child ul li {
	float: left;
}

footer .footer-inner .footer-links:last-child ul li:nth-child(odd) {
	width: 200px;
}

footer .footer-inner .footer-links:last-child ul li:nth-child(even) {
	width: 320px;
}


footer .footer-inner .footer-links:last-child ul li.bg-position {
	background-position: 0 15%;
}

footer .negative-mt {
	margin-top: -20px;
}


footer .copy {
	width: 100%;
	color: #999;
	padding: 16px 0;
	background: #F0F0F0;
	text-align: center;
}

@media screen and (max-width:767px){
	
footer .footer-inner {
	display: none;
}
	
footer .copy {
	font-size: 10px;
	line-height: 1.2;
}
	
}


/*============*/
/* コンテンツ */
/*============*/
/* ページの先頭へ戻る
-----------------------------------*/
#ptop {
	clear: both;
	width: 100%;
	line-height: 40px;
}

#ptop a {
	display: block;
	background: #CCC;
	text-decoration: none;
}

#ptop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#ptop a span {
	position: relative;
	padding-right: 26px;
}

#ptop a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 14px;
	margin-top: -7px;
	background: url(/images/common/ptop_ic01.png) no-repeat 0 0;
}