@charset "utf-8";
/* CSS Document */

/*  Footer
 ----------------------------------------------- */
 body {
     background: #fff;
 }
 
 footer * {
     font-size: 11px;
 }

div#cart-footer, footer {
	width: 100%;
	line-height: 100%;
	position: relative;
	clear: both;
	background: #fff;
}
footer * {
	letter-spacing: 0;
}
div#cart-footer #footer-inner, #footer-inner {
	padding-top: 20px;
	width: 1030px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
}
footer strong {
	font-style: normal;
	font-weight: normal;
}
#footer-inner #footer_setsumei {
	padding-bottom: 30px;
	text-align: left;
	font-size: 1.1rem;
	line-height: 150%;
}
#footer-inner #footer_setsumei a {
	color: #D90000;
	text-decoration: underline;
}
#footer-inner #footer_setsumei a:hover {
	color: #D90000;
	text-decoration: none;
}
div#cart-footer #footer-inner .footer_waku, footer #footer-inner .footer_waku {
	width: 31%;
	height: auto;
	padding-bottom: 30px;
	float: left;
	margin-right: 33px;
}
div#cart-footer #footer-inner .footer_waku_r, footer #footer-inner .footer_waku_r {
	width: 31%;
	height: auto;
	padding-bottom: 30px;
	float: right;
}
#footer-inner #footer_setsumei h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
#footer-inner #footer_setsumei h4 {
	margin-bottom: 10px;
	font-weight: bold;
}
#footer-inner #footer_setsumei p {
	margin-bottom: 10px;
}
div#cart-footer #footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi {
	color: #D90000;
	width: 1030px;
	background: url(../img/cmn/footer/footer_freedial.gif) no-repeat top center;
	padding-top: 30px;
	padding-bottom: 50px;
	clear: both;
}
.footer_gnavi ul {
	text-align: center;
}
div#cart-footer #footer-inner .footer_gnavi ul li, footer #footer-inner .footer_gnavi ul li {
	display: inline;
    margin-bottom: 12px;
	padding: 0 3px 0 18px;
	line-height: 100%;
	font-size: 1.2rem;
	color: #D90000;
}
div#cart-footer #footer-inner .footer_gnavi ul li:first-child, footer #footer-inner .footer_gnavi ul li:first-child {
	padding: 0 3px 0 0;
}
div#cart-footer #footer-inner .footer_gnavi ul li a, footer #footer-inner .footer_gnavi ul li a {
	color: #D90000;
}
footer #footer_logo {
	text-align: center;
}
div#cart-footer div.cart-nav, footer nav, #copyright {
	font-size: 1.2rem;
	color: #D90000;
	width: 1030px;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
div#cart-footer #footer-inner .footer_gnavi ul li a:hover, footer #footer-inner .footer_gnavi ul li a:hover {
	color: #D90000;
	text-decoration: underline;
}
div#footer_logo {
	clear: both;
	text-align: center;
}
#copyright {
	font-size: 12px;
	color: #D90000;
	background-image: none;
	padding: 0;
	text-align: center;
}
.footer_banner   {
	margin: 0 10px 50px 10px;
}



table.footer_table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
table.footer_table th {
	border: #e3e3e3 1px solid;
	text-align: center;
	background: #f7f7f7;
	padding: 3px;
	font-weight: bold;
}
table.footer_table td {
	border: #e3e3e3 1px solid;
	text-align: right;
	padding: 3px;
	line-height: 1.5;
}




@media (max-width: 815px){

    img { max-width: 100%; }

	#footer-inner{
		padding-top: 0;
		width: 100%;
		padding-bottom: 0;
	}
	div#cart-footer #footer-inner .footer_waku, footer #footer-inner .footer_waku{
		width: 45%;
		margin: 0;
		margin-left: 3%;
		padding-bottom: 0;
	}
	div#cart-footer #footer-inner .footer_waku_r, footer #footer-inner .footer_waku_r {
		width: 45%;
		height: auto;
		padding-bottom: 0;
		margin-left: 3%;
		float: left;
	}
	#footer-inner #footer_setsumei h3{
		margin-top: 8%;
	}
	#footer-inner #footer_setsumei{
		padding-bottom: 8%;
	}
	div#cart-footer #footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi {
		width: 94%;
		margin: auto;
		padding: 5% 0;
	}
	div#cart-footer #footer-inner .footer_gnavi ul li, footer #footer-inner .footer_gnavi ul li{
		padding: 0 3px 0 2px;
		font-size: 1rem;
	}
	footer #footer_logo{
		width: 90%;
		margin: auto;
	}
	div#cart-footer div.cart-nav, footer nav, #copyright{
		font-size: 0.8rem;
		width: 94%;
		margin: 8% auto 0;
	}
	.pagetop{
		width: 12%;
		right: 3%;
		bottom: 2%;
	}

}

@media (max-width: 480px){


	div#cart-footer #footer-inner .footer_waku, footer #footer-inner .footer_waku{
		width: 94%;
		margin: 0 auto;
		padding-bottom: 0;
		float: none;
	}
	div#cart-footer #footer-inner .footer_waku_r, footer #footer-inner .footer_waku_r {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 0;
		float: none;
	}


}