﻿.footer_body {
	width: 100%;
	background-color: #FFFFE4;
	border-top:7px solid #65B28C;
	margin-bottom: 5px;
	font-size: 92%;
}

.footer_links {
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

.footer_links ul {
	display: inline;
	margin: 0;
	list-style-type: none;
}

.footer_links ul li {
	display: inline;
	padding-top: 5px;
}

.footer_links ul li a {
	padding-left: 5px;
	display: inline-block;
}

.footer_main {
	padding: 0 50px 0 119px;
}

.footer_main .footer_icon {
	height: 60px;
	width: 58px;
	background:url("../../../Images/sishou.gif") no-repeat left bottom;
	float: left;
}

.footer_main .footer_author {
/*	font-size: small;	*/
	font-weight: bold;
	float: left;
	padding: 20px 0 0 10px;
}

.footer_main address {
	float:left;
	padding: 20px 0 0 10px;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

.footer_contact {
	float: left;
	padding: 0 50px 5px 187px;
}

.footer_contact .footer_ques {
	float: left;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.footer_contact .footer_ques_con {
	float: left;
}

/************************************
 横幅が950px未満の時は、表示を変更
************************************/
@media only screen and (max-width: 949px) {
	.footer_links {
		text-align: left;
	}

	.footer_main {
		padding: 0;
	}

	.footer_contact {
		padding: 0 0 5px;
	}

}