/* footer */
#footer {
	padding:50px 0px;
	background: #0d223f;
}

#footer ul.nav {
	margin-bottom: 30px;
	text-align: center;
}

#footer ul a {
	color:#ffffff;
	text-decoration: none;
	/*border-bottom: dotted 1px #ffffff;*/

}

#footer ul.nav li {
	display: inline;
	padding: 0px 0px;
	/*border-right: 1px solid #ffffff;*/
}

#footer ul.nav li.end {
	display: inline;
	padding: 0px 0px;
	border-right: 0px solid #ffffff;
}

#footer li {
	color: #ffffff;
	text-align: center;
}

#footer li.logo {
	margin-bottom:10px;
}

#footer li.title {
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	margin-bottom: 30px;
}

#footer li.contact {
	font-size: 20px;
	line-height: 1.0;
	font-weight: normal;
	margin-bottom: 5px;
}

#footer li.tel {
	font-size:24px;
	line-height:1.0;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer li.mail {
	font-size: 18px;
	line-height: 1.0;
	font-weight: normal;
	margin-bottom: 30px;
}

#footer li.cp {
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	margin-bottom: 7px;
}

#footer p {
	text-align: center;
}