
/* footer */
#footer{
clear:both;
width:950px;
background:url(../images/common/footer_line.gif) no-repeat top;
background-color:#FFFFFF;
padding:0 0 10px 0;
margin: 20px auto 0;
color: #333333;
font-size: 12px;
line-height: 150%;
text-align:left;
}
#footer #footLinkBlock{
padding:25px 0 0 5px;
}
#footer .footLinksec{
float:left;
margin-right:0;
width:230px;
}
#footer .footLinksecLast{
float:left;
width:220px;
}
#footer ul{
padding:0 0 10px 15px;
margin:0;
}
#footer ul li{
background:url(../images/common/footer_icon02.gif) no-repeat;
background-position:0 50%;
padding:0 0 0 15px;
margin:0;
list-style:none;
}
#footer .footIcon{
background:url(../images/common/footer_icon01.gif) no-repeat;
background-position:0 50%;
padding:0 0 5px 23px;
margin:0;
color:#000;
font-weight:bold;
list-style:none;
}

#footer .footNotice{
width:950px;
padding-top:5px;
background:url(../images/common/footer_line.gif) no-repeat top;
background-color:#FFFFFF;
}

#footer .ourSites{
padding: 12px 0;
text-align: center;
}
#footer .ourSites li{
display: inline;
background: none;
padding: 0;
margin: 0;
list-style: none;
}

#footer .recruit{
font-size:12px;
text-align:center;
margin-bottom:0;
}
#footer .recruit span{
color:#ff0000;
font-weight:bold;
}

#footer .service {
	display: flex;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0;
	justify-content: center;
	align-items: center;
}
#footer .service li {
	background: none;
	padding: 0;
	margin:  0px 15px 0px 10px;
	list-style: none;
}

#footer .corporate {
	display: flex;
	width: 100%;
	margin: 10px auto;
	justify-content: center;
	align-items: center;
}
#footer .corporate li {
	background: none;
	padding: 0;
	margin: 0px 10px 0px 10px;
	list-style: none;
}
#footer .corporate span {
	font-weight: bold;
}

#footer .business {
	display: flex;
	width: 100%;
	margin: 10px auto;
	justify-content: center;
	align-items: center;
}
#footer .business li {
	background: none;
	padding: 0;
	margin: 0px 5px 0px 5px;
	list-style: none;
}
#footer .business span {
	font-weight: bold;
}

.clear{
	clear:both;
	height:1px;
	margin:0;
	padding:0;
}
