@CHARSET "UTF-8";


/*footer*/
#footer {
	background-color: #001C31;
}
#footer-navi {
	background:#002745;
}
#footer-navi ul {
	max-width:1200px;
	min-width:1000px;
	margin:0 auto;
	font-size: 0;
	text-align: center;
	padding: 35px 0;
}
#footer-navi ul li {
	display: inline-block;
	font-size:14px;
	list-style: none;
	padding:0 2px;
	line-height: 40px;
}
#footer-navi ul li a {
	color: #CCD5DB;
	text-decoration: none;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	display: block;
	padding:0 15px;
}
#footer-navi ul li a:hover {
	color: #476693;
}
#footer-bottom .inner {
	max-width:1200px;
	min-width:1000px;
	margin: 0 auto;
	overflow: hidden;
}
.box {
	float:left;
	min-height: 54px;
	padding: 10px;
	margin: 10px;
	max-width:500px;
	position: relative;
	white-space: nowrap;
}
#footer_text, #footer_text1, #footer_text2 {
	float: right;
	color: #CCD5DB;
	font-size: 12px;
	max-width: 600px;
	padding-top: 10px;
}
#footer_img, #footer_img1, #footer_img2 {
	float: right;
	color: #CCD5DB;
	font-size: 12px;
	max-width: 600px;
	padding-top: 10px;
}
#footer_text p {
	line-height: 1.3em;
	margin: 0;
}
