@charset "utf-8";

/* 共通フッター部分のカスタム */

/* footer */
.footer {
    background-color:#4EAC33;
    padding: 10px 0 0;
	color:#FFF;
    border-bottom: 26px solid #333;
}
.footer-body {
	max-width:960px;
	width:100%;
	margin:auto;
}
@media screen and (max-width: 767px)
{
  .footer {
      font-size:85%;
  }
}

/*footerメニュー*/
#footerMenu {
	border-bottom:1px dotted #CCC;
	padding:10px 0;
}
#footerMenu .footerColumn {
	display:inline-block;
	width:33%;
	vertical-align: top;
}
@media screen and (max-width: 959px) {
    #footerMenu .footerColumn {
        box-sizing: border-box;
        padding: 0 5px;
        width: 100%;
    }
}
#footerMenu .footerColumn h4 {
	font-size:150%;
}
#footerMenu .footerColumn ul {
	display:inline-block;
	margin-bottom:15px;
	width:100%;
}
#footerMenu .footerColumn ul li a {
	color:#FFF;
	text-decoration:none;
}
#footerMenu .footerColumn ul li a:hover {
	text-decoration:underline;
}
#footerMenu .footerColumn ul li a:before {
	content:"»";
	font-weight:bold;
	margin-right:5px;
}

/*footerリンク*/
#footerLink {
	width:100%;
	display:inline-block;
}
#footerLink ul {
  float:right;
}
#footerLink ul li {
  display:inline-block;
  margin:0 15px;
}
#footerLink ul li a {
	color:#FFF;
	text-decoration:none;
}
#footerLink ul li a:hover {
	text-decoration:underline;
}

/*copyright*/
.parts-copyright {
	margin-bottom: 0;
}
.parts-copyright p {
	font-size: 12px;
	text-align: center;
	margin-bottom: -23px;
}
/* copyright SP */
@media screen and (max-width: 767px)
{
    .parts-copyright p {
        font-size: 10px;
    }
}