@charset "utf-8";

/******************************
link
******************************/
#footer a:hover {
	text-decoration: underline;
}
/******************************
footer
******************************/
#footer {
	font-family: "メイリオ", Meiryo, Arial, sans-serif;
}
#footer #footerInner {
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	width: 100%;
	color: #FFF;
}
/******************************
goTop
******************************/
#footer #goTop {
	display:none;
}
/******************************
section
******************************/
#footer .section {
	display: none;
}
/******************************
adress
******************************/
#footer #adress {
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	width: 100%;
	background-color: #000;
}
#footer #adress dl {
	margin-right:auto;
	margin-left: auto;
	padding-bottom: 20px;
	width: 344px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	color: #B4B4B4;
	text-align:center;
}
#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 #adress #footerFreeDial {
	position: relative;
	margin-right:auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 344px;
}
#adress #footerFreeDial .FD01 {
	display: block;
	width: 175px;
	padding-left: 26px;
	background-image: url(../images/footer_freeDial_Logo.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	margin-left: auto;
	margin-right: auto;
}
#adress #footerFreeDial .FD02 {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 170px;
	background-color: #C8C8C8;
	color: #323232;
	text-align: center;
	letter-spacing: 0px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}
#adress #footerFreeDial .FD03 {
	display: block;
	margin-top: 5px;
	text-align:center;
	font-size: 11px;
}

#adress #footerCopyright {
	font-size: 11px;
	line-height: 16px;
	text-align:center;
	color: #B4B4B4;
	/*width: 344px;*/
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}



@media (max-width: 380px)  {
	#footer #adress dl {
		width: 100%;
	}
	#footer #adress dl dt {
		font-size: 10px;
	}
	#footer #adress dl dd {
		white-space:nowrap;
		font-size: 10px;
	}
	#footer #adress #footerFreeDial {
		padding-top: 6px;
		padding-bottom:5px;
		width: 100%;
		text-align:center;
	}

	#adress #footerFreeDial .FD01 {
	display:block;
		margin-right:auto;
		margin-left: auto;
		width:174px;
	}
	#adress #footerFreeDial .FD02 {
		position:static;
		display:block;
		margin-right:auto;
		margin-left: auto;
	}
	#adress #footerFreeDial .FD03 {
		display: block;
		margin-top: 5px;
		text-align:center;
		font-size: 11px;
	}
	#adress #footerCopyright {
		font-size: 10px;
	}
}
