@charset "utf-8";

/**********************************************/
/* A-PLAT 地方自治体サイト
/*フッター
/**********************************************/
/*.footer_flexbox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.footer_flexitem{
	flex-direction: row;
	border: 1px solid #ccc;
	margin: auto 120px;
}*/
#footer {
    clear: both;
    width:100%;
    overflow: hidden;
    font-size: 16px;
    font-size:1.6rem;
    position:absolute;
    margin-top:50px;
    border-top:1px #ddd solid;
    background-color: #fff;
}

#footer>footer {
    max-width:1300px;
    margin:0 auto;
    padding:10px 10px;
}
#footer a {
    text-decoration: none;
    color: #000;
}
#footer a:hover {
    color:#ddd;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/*フッターメニュー*/
#fmenu {
    margin: 10px;
}
#fmenu li a {
    background: url("../img/menu_line.gif") no-repeat right center;
    padding: 3px 20px;
}

/*コピーライト*/
.copyright {
    font-size: 12px;
    font-size:1.2rem;
}


/*バナー*/
.banner {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
    width:60%;
	float:right;
    max-width: 1000px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    table-layout: fixed;
}
.banner li {
    display: table-cell;
    vertical-align: top;
}
.banner li img {
    width: 100%;
	max-width:180px;
	border: 1px solid #ccc;
	margin-top: 20px;
}


/*ページトップへ戻る*/
#pagetop {
    clear: both;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
}
#pagetop img {
    border-radius:4px;
}





/****************************/
/*レスポンシブ
/****************************/
/*x-large*/
/*  1200px 以下 */
@media screen and (max-width: 1200px) {
}

/*large*/
/*  980px 以下 */
@media screen and (max-width: 980px) {


}


/*normal*/
/*  768px 以下 */
@media screen and (max-width: 768px) {

    #footer {
        text-align: center;
    }
    .banner {
		width: 100%;
        float:none;
        margin: 20px auto;
    }

    #fmenu {
        margin: 20px auto;
    }
    #fmenu li {
        float:none;
        display:inline;
        font-size: 14px;
        font-size:1.4rem;
    }
    #fmenu li:last-child a {
        background-image:none;
    }

    .copyright {
        clear: both;
    }

    #pagetop {
        bottom: 160px;
	}
}

/*small*/
/*  624px 以下 */
@media screen and (max-width: 624px) {
}

/*x-small*/
/*  520px 以下 */
@media screen and (max-width: 520px) {

    .copyright {
        text-align: center;
        font-size: 10px;
        font-size:1.0rem;
    }
	/*
    .banner {
        text-align: center;
        margin: 5px auto;
        padding: 0;
        list-style-type: none;
        float:none;
    }
	*/

}
