@charset "utf-8";

/* ------------------------------------------------
	footer
   ------------------------------------------------ */


@media only screen and (max-width: 768px) {
#ftr {
	padding-bottom: 0;
	clear: both;
	margin:0 auto;
	width:100%;
  background:none;
	min-height:105px;
	/*box-shadow:0 0 4px rgba(0,0,0,0.3);*/
	text-align: center;

}

#ftr .logout {
    background-color: #fff;
    border-bottom: 1px dotted #cccccc;
    display: block;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#ftr #foot_logo {
	background-color: #fff;
	margin: 0 auto;
	border: none;
	padding: 20px;
	text-align: center; 
}
#ftr #foot_logo p {
	display: block;
	margin: 0px auto;
	border: none;
	padding: 0px;
	width: 95px;
	height: 31px;
	background-image: url("https://image.pia.jp/images3/muza/powerd_pia.gif");
	background-size:contain;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#ftr #foot_menu {
   width:100%;
   position:relative;
   overflow:hidden;
   padding:0;
   background-color:#fff;
   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:#000;
	text-decoration:none;
}

#ftr #foot_menu ul li a:hover {
	text-decoration:underline;
}

#ftr #copyright {
    background: none repeat scroll 0 0 #7a1a26;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
    border: none;
}

/*SP用フッターメニュー*/
#ftr #ftr-sp{
    padding: 0px 0px 2px;
    background-color: #7a1a26;
}

#ftr #ftr-sp #sp_foot_pagetop {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#ftr #ftr-sp #sp_foot_pagetop p {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    padding: 5px 20px;
    color: #fff;
    background-color: #7a1a26;
    border-radius: 10px;
}

#ftr #ftr-sp #sp_foot_pagetop p a{
    color: #fff;
    text-decoration:none;
}

#ftr #ftr-sp #sp_foot_pagetop p a:hover{
    text-decoration:underline;
}

#ftr #ftr-sp ul#sp_foot_navi {
    display: block;
    width: 90%;
    height:100%;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 10px;
    list-style: none;
}

#ftr #ftr-sp ul#sp_foot_navi li {
    list-style: none;
    text-align:left;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    border-bottom: 1px solid #808080;
    background-image: url("../images/share/sp_foot_navi_arrow.png");
    background-position: right 50%;
    background-repeat: no-repeat;
}

#ftr #ftr-sp ul#sp_foot_navi li:last-child{
    border-bottom:none;
}

#ftr #ftr-sp ul#sp_foot_navi li a{
    color: #000;
    text-decoration: none;
}

#ftr #ftr-sp ul#sp_foot_navi li a:hover{
    text-decoration: underline;
}
}



@media only screen and (min-width: 769px) {
#ftr{
    width:100%;
    clear: both;
    padding-bottom: 20px;
    background: none;
    background-color: #fff;
    /*border-top: #fff solid 1px;*/
}

#ftr #foot_menu {
    position:relative;
    margin:0;
    border: none;
    padding: 2px 0;
    font-size: 12px;
    text-align: center;
    color: #666;
    background-color: #fff;
    /*border-top: #fff solid 1px;*/
    overflow: hidden;
}

#ftr #foot_menu ul {
   position:relative;
   left: 50%;
   list-style: none;
   text-align: center;
   float: left;

}

#ftr #foot_menu ul li {
	position: relative;
	float: left;
    left: -50%;
	font-size: 12px;
}

#ftr #foot_menu:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#ftr #foot_menu ul li a {
	margin: 0 6px;
	white-space: nowrap;
	text-decoration: none;
	color: #22605D;

}

#ftr #foot_menu ul li a:hover {
	text-decoration: underline;
}

#ftr .logout{ display:none;}

#ftr #foot_logo {
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 0;
	border: none;
	text-align: center; 
}
#ftr #foot_logo p {
	display: block;
	margin: 0px auto;
	border: none;
	padding: 0px;
	width: 95px;
	height: 31px;
	background-image: url("https://image.pia.jp/images3/muza/powerd_pia.gif");
	background-size:contain;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


#ftr #copyright {
  width:100%;
	margin: 0px;
	border: none;
	padding: 2px 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #7a1a26;
}

#ftr #copyright .credit {
}

/*SP用フッターメニュー*/
#ftr-sp{
   display:none;
}
}