<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#pagetop {
	padding-top: 30px;
	padding-bottom: 30px;
    text-align: center;
}
.ft_links{
    max-width: 980px;
    margin:20px auto 33px;
}
.ft_links li{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}
.ft_links li a{
    color:#323232;
    font-weight: normal;
}
.ft_links li:last-child{
    margin-right: 0;
}
.ft_links li img{
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}
.ft_bottom{
    background:#666666;
    color:#fff;
}
.ft_bottom ul li{
    float: left;
}
.ft_bottom ul li.link01 a{
    color:#fff;
    font-size: 12px;
    display: block;
    padding-right: 20px;
    margin-right: 30px;
    background:url(../img/common/ft_icon.png) no-repeat right;
}
.ft_bottom ul li.link02 a{
    color:#fff;
    font-size: 12px;
    display: block;
    padding-right: 10px;
    margin-right: 18px;
    background:url(../img/common/ft_arrow.png) no-repeat right;
}
.ft_bottom ul li.link01 a:hover{
    color:#ed171f;
    background:url(../img/common/ft_icon_on.png) no-repeat right;

}
.ft_bottom ul li.link02 a:hover{
    color:#ed171f;
    background:url(../img/common/ft_arrow_on.png) no-repeat right;
}
.ft_sitemap{
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 15px 7px;
    border-bottom:1px solid #fff;
}
.ft_sitemap p.copyright{
    font-size: 10px;
    clear: both;
    margin-top: -10px;
    
}
.ft_number{
    clear: both;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 0 15px; 
}
.ft_number a{
    color:#fff;
}
.ft_number div{
    display: table-cell;
}
.ft_number div:nth-child(1){
    width: 22%;
}
.ft_number div:nth-child(2){
    width: 22%;
}
.ft_number div:nth-child(3){
    width: 31%;
}
.ft_number div:nth-child(4) img{
    display: block; 
    float: left;
    padding-right: 10px;     
}
#copyright p{
    padding: 35px 0 20px;
}

</pre></body></html>