@charset "utf-8";
/* フッター
---------------------------------------------------------- */
footer {
	width: 100%;
	padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF;
}
footer ul li {
    display: inline-block;
    font-size: 18px;
    margin-left: 25px;
    }
footer ul li:first-child {
    margin-left: 0px;
    }
footer a:link {
	color:#000;
}
footer a:visited {
	color:#000;
}
address {
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    font-weight: bold;
    margin-top: 20px;
    color: #666;
}
@media screen and (min-width : 768px){
footer a:hover {
	color:#e65498;
}
footer a:active {
	color:#e65498;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* フッター
---------------------------------------------------------- */
footer {
	padding-top: 20px;
    padding-bottom: 20px;
}
footer ul li {
    font-size: 16px;
    margin-left: 15px;
    }
footer ul li:first-child {
    margin-left: 0px;
    }
address {
    font-size: 14px;
    margin-top: 10px;
}
}
