@charset "utf-8";

/*for modern brouser IE8*/
.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix { 
display: block;
}


/* clearfix */
header:after,
footer:after,
main:after,
section:after,
div:after,
ul:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    color: transparent;
}



/***************************************/
/* COMMON
/***************************************/
footer{
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;	
	}

.footer_nav {
    padding: 30px 0 0 0;
    background:#e6e6e6;
    color: #333;
    text-align: center;
	border-top:12px #0D62C1 solid;
	min-height: 145px;
}
.footer_nav a { color: #333; font-size:16px; text-decoration:none;}
.footer_nav a:hover { text-decoration: underline; }


.ft_links {
	width: 800px!important	;
    text-align: left;
    /* margin: 0 0 0 30px; */
    line-height: 250%;
}


.footer_nav ul {
    margin: 0 auto 10px;
    padding: 0;
    list-style: none;
	text-align:center;	
}


.footer_nav li { display: inline-block; }

.footer_nav li:not(:last-child):after { content: " ｜ "; }
.footer_nav li img {width:150px;}



.footer_nav small {
    display: block;
    fo	nt-size: 12px;
}





/*PAGE-TOP BUTTON*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
	opacity:0.7;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/************************* タブレット、スマホ用 *************************/

@media screen and (max-width: 670px) {

	footer .footer_nav{
		padding:10px 0 10px;
		min-height: inherit;
	}

	footer .ft_links {
		width:100%!important;
		line-height: 210%;
		margin: 0 auto 12px;
	}
	
	.footer_nav a{
		font-size:14px;
	}

}
