@charset "utf-8";

.container {
	padding-bottom: 50px;
}
/******************************
link
******************************/
#footer a:hover {
	text-decoration: underline;
}
/******************************
footer
******************************/
#footer {
	font-family: "メイリオ", Meiryo, Arial, sans-serif;
	background-color: #000;
	/*max-width: 1140px;*/
}
#footer #footerInner {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 5px;
	padding-left: 5px;
	width: 1140px;
	/*height: 230px;*/
	height: 280px;
	color: #FFF;
}
/******************************
goTop
******************************/
#footer #goTop a {
	position: absolute;
/*	top: -44px;*/
	right: 10px;
	padding-left: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
/*	background-image: url(../images/arrow_goTop.gif);*/
	background-position: 2px 6px;
	background-repeat: no-repeat;
	color: #C8C8C8;
	font-size: 11px;
	line-height: 22px;
	cursor: pointer;
	display: block;
	color: #C8C8C8;
}
#footer #goTop a:hover {
	text-decoration: none;
}
/******************************
section
******************************/
#footer .section {
	float: left;
	margin-right: 23px;
	width: 122px;
	color: #B4B4B4;
	font-size: 11px;
}
#footer .section a {
	color: #B4B4B4;
}
#footer .section h4 {
	overflow: hidden;
	padding-left: 12px;
	height: 19px;
	background-color: #323232;
	line-height: 20px;
}
#footer .section p {
	overflow: hidden;
	padding-left: 12px;
	height: 19px;
	background-color: #323232;
	line-height: 20px;
}
#footer .section ul {
	margin-top: 7px;
}
#footer .section ul li {
	overflow: hidden;
	height: 22px;
	line-height: 23px;
}
/******************************
adress
******************************/
#footer #adress {
	float: right;
	width: 344px;
}
#footer #adress dl {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	color: #B4B4B4;
}
#footer #adress dl a {
	color: #B4B4B4;
}
#footer #adress dl dt {
	height: 19px;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 19px;
}
#footer #adress dl dd {
	padding-top: 6px;
	font-size: 11px;
	line-height: 16px;
}
#footer #footerFreeDial {
	position: relative;
	padding-top: 6px;
}
#adress #footerFreeDial .FD01 {
padding-left: 26px;
background-image: url(../images/footer_freeDial_Logo.gif);
background-position: left 4px;
background-repeat: no-repeat;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
line-height: 27px;
}
#adress #footerFreeDial .FD02 {
	position: absolute;
	top: 10px;
	right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 170px;
	background-color: #C8C8C8;
	color: #323232;
	text-align: center;
	letter-spacing: 0px;
	font-size: 10px;
}
#adress #footerFreeDial .FD03 {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}

#adress #footerCopyright {
	padding-top: 11px;
	font-size: 11px;
	line-height: 16px;
	color: #B4B4B4;
}

/******************************
footerBottom
******************************/
#footer #footerBottom{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 1170px;
	color: #505050;
	font-size: 11px;
	line-height: 17px;
}
#footer #footerBottom a {
	color: #505050;
}
#footer #footerBottom .link {
	margin-top: 10px;
	margin-left: 10px;
}
#footerBottom .link li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	height: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #505050;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #505050;
}
#footerBottom .link li:nth-child(2) {
	border-left: none;
}
#footer #footerBottom #footerURL {
	float: right;
	margin-right: 10px;
	width: 140px;
	text-align: right;
}