@charset "utf-8";
/* CSS Document */

/* LEXTフッター＜レスポンシブ＞
----------------------------------*/
/* LEXTフッター＜スマホ用＞
----------------------------------*/
#footer_block{ background:#fff;}

#lext_footer{
	margin:0 auto;
	padding:20px 0;
    color: #333;
	text-align:center;
	border-top:solid 3px #ccc;
	line-height:1.5em;
	}
	#lext_footer div{
		padding:10px 0;
		font-size: 0.8em;
	}
	#lext_footer div span{ display:inline-block;}
	#lext_footer img{ width:20em;height: auto; margin: 0 auto;}
	
/*会社情報*/
#lext_footer ul{
    display: table;
	margin:0 auto;
    padding: 20px 0;
    line-height: 1em;
}
#lext_footer li{
	float: none;
    display: table-cell;
	padding:0 10px;
	border-right:solid 1px #333;
	}
	#lext_footer li:nth-child(3){ border-right:none;}

#lext_footer li a{
	text-decoration: none;
	color: #333;
}

/*コピーライト*/
#lext_copyright{
	text-align:center;
	color:#848484;
	border-top: solid 1px #ccc;
    padding-top: 10px;
    font-size:small;
	margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
	
/* LEXTフッター＜PC用＞
----------------------------------*/
#lext_footer{
	max-width: 800px;
    text-align: left;
    border-top: none;
	display:table;
	}
	#lext_footer div{
		display: table-cell;
		padding: 0;
		vertical-align: middle;
		width: 50%;
		text-align: left;
	}
	#lext_footer div span{ display:inline;}


/*会社情報*/
#lext_footer a { float:right;}

#lext_footer ul{
    float: right;
    padding: 10px 0;
	margin-right: 10px;
}
#lext_footer img{
	width:auto;
	height:35px;
	-webkit-backface-visibility: hidden;
}
/*コピーライト*/
#lext_copyright{
	border-top:none;
	padding-top: 0;
    padding-bottom: 20px;
	margin-bottom: 0;
}
}
