@charset "utf-8";

/* ------------------------------------------------
	footer
   ------------------------------------------------ */



#ftr {
	padding-bottom: 20px;
	background: none;
	clear: both;
	background-color: #000; /*変更*/
}

#ftr #foot_logo {
	margin: 0px auto;
	border: none;
	padding: 0px 0px 20px 0px;
	text-align: center;
	background-color: #FFF; /*変更*/

}

#ftr #foot_logo p {
	display: block;
	margin: 0px auto;
	border: none;
	padding: 0px;
	width: 95px;
	height: 31px;
	background-image: url(http://image.pia.jp/images3/t-basket/powerd_pia.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#ftr #foot_menu2 {
	margin: 0px;
	border: none;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #666666;
	background-color: #FFF; /*変更*/
}

#ftr #foot_menu2 a {
	margin: 0px 5px;
	color: #660000;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
}
#ftr #foot_menu2 a:hover {
	text-decoration: underline;
}

#ftr #copyright {
	margin: 0px;
	border: none;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	background-color: #d51918; /*変更*/
	color: #ffffff;
	background-position:center;
}

/*ここから追加*/

#ftr #foot_menu {
   width:100%;
   position:relative;
   overflow:hidden;
   padding:0;
   background-image: url(http://image.pia.jp/images3/t-basket/t-basket-bg_c.jpg);
   background-position:center;
   font-size:12px;


}

#ftr #foot_menu ul {
   list-style: none;
   text-align: center;
   padding: 5px 0px;
}

#ftr #foot_menu ul li {
    display:inline-block;
	color: #666;
	text-decoration: none;
	font-size:12px;
}



#ftr #foot_menu ul li a {
	color: #660000;
	text-decoration:none;
}

#ftr #foot_menu ul li a:hover {
	text-decoration:underline;
}

#ftr #copyright {
    background: none repeat scroll 0 0 #d5191a;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 7px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: center;
	margin: 0px;
	border: none;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}

#ftr-sp {
    display: none;
}