@charset "utf-8";


/*フッターデザイン---------------------------------------------*/

footer {
background:#333;
}
	#footerLinks {
		width:100%;
	}
    
#footerLinks {
	background:#333;
	margin: 0 auto;
	padding: 20px 0 0 0;
    text-align: left;
}


#footerLinks ul {
    list-style-type: none;
    margin-right: 20px;
    width:100%;
}

#footerLinks li {
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    font-size: 14px;
}
#footerLinks a {
	color:#fff;
}

div.copyright {
    clear: both;
    text-align: center;
	background:#000;
	color:#fff;
    padding: 30px 0;
}
#footerLinks > div > div:nth-child(1) > ul:nth-child(1),
#footerLinks > div > div:nth-child(1) > ul:nth-child(2){
    display: none;
}
#footerLinks > div > div:nth-child(1) > ul:nth-child(3),
#footerLinks > div > div:nth-child(1) > ul:nth-child(4){
    text-align: center;
}
#footerLinks > div > div:nth-child(1) > ul:nth-child(3) li,
#footerLinks > div > div:nth-child(1) > ul:nth-child(4) li{
    display: inline-block;
border-left: 1px solid #FFF;
    padding: 0 10px;
}
#footerLinks > div > div:nth-child(1) > ul:nth-child(3) li:first-child,
#footerLinks > div > div:nth-child(1) > ul:nth-child(4) li:first-child{
    border-left: none
}
#footerLinks > div > div:nth-child(1) > ul > li{
    margin-bottom: 20px;
}
#footerLinks .foot_img{
    text-align: center;
    margin-bottom: 20px;
}
#footerLinks .foot_img p:first-child{
    margin-bottom: 20px;
}
#footerLinks .foot_img p:nth-child(2),#footerLinks .foot_img p:nth-child(3){
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width:480px) and (max-width:599px) {
}
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {

}
@media screen and (min-width:600px) and (max-width:815px) {

}
@media screen and (min-width:960px) and (max-width:1079px) {
    #footerLinks {
		width:1080px;
	}
    #footerLinks ul {
        width: 200px;
    float: left;
    }
#footerLinks > div > div:nth-child(1) > ul:nth-child(1),
#footerLinks > div > div:nth-child(1) > ul:nth-child(2),
#footerLinks > div > div:nth-child(1) > ul:nth-child(3) li,
#footerLinks > div > div:nth-child(1) > ul:nth-child(4) li{
    display: block;
    text-align: left;
}
#footerLinks > div > div:nth-child(1) > ul:nth-child(3) li,
#footerLinks > div > div:nth-child(1) > ul:nth-child(4) li{
border-left: none;
    padding: 0;
    }
    #footerLinks .foot_img{
        width: 200px;
        text-align: right;
        float: right;
    }
    #footerLinks .foot_img p:first-child{
        margin-bottom: 20px;
    }

}
@media screen and (min-width:1080px) {
    #footerLinks {
		width:1080px;
	}
    #footerLinks ul {
        width: 200px;
    float: left;
    }
#footerLinks > div > div:nth-child(1) > ul:nth-child(1),
#footerLinks > div > div:nth-child(1) > ul:nth-child(2),
#footerLinks > div > div:nth-child(1) > ul:nth-child(3) li,
#footerLinks > div > div:nth-child(1) > ul:nth-child(4) li{
    display: block;
    text-align: left;
}
#footerLinks > div > div:nth-child(1) > ul:nth-child(3) li,
#footerLinks > div > div:nth-child(1) > ul:nth-child(4) li{
border-left: none;
    padding: 0;
    }
    #footerLinks .foot_img{
        width: 200px;
        text-align: right;
        float: right;
    }
    #footerLinks .foot_img p:first-child{
        margin-bottom: 20px;
    }
}
@media screen and (min-width:1320px) {
    
}



