@charset "utf-8";
#footer #footermenu {
	width: 380px;
	height: auto;
	float: left;
}
#footer h2 {
	background-color:#F25915;
	border-radius:4px;
	border:solid 2px #FFFFFF;
	text-align:center;
	margin-bottom:15px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
#footer #footermap  {
	float: right;
	height: 350px;
	width: 400px;
	margin-bottom: 30px;
}
#footermap #map {
	background-color: #FFF;
	height: 250px;
	width: 400px;
	margin-bottom: 15px;
}

#footer ul {
	list-style:none;
}
#footer ul li:before {
	font-family: FontAwesome;
  content: '\f0a9'; /* アイコンのunicode */
  margin-right:5px;
  color:#ffffff;
}
#footer ul li {
	font-size: medium;
	text-align: left;
}

#footer p {
	font-size: x-small;
	color: #FFF;
}
#footer #footercatch {
	text-align: center;
	clear: both;
}

#footer ul li a {
	text-decoration: none;
	margin-right: 10px;
	color:#1E1D1D;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer address {
	top: 247px;
	text-align: center;
	color: #FFF;
	clear: both;
}
#iframe {
	margin-left: 65px;
}
