.top-la {
	background-image: url("../img/foot-c.jpg");
	background-position: left center;
	background-size: 70% auto;
	background-repeat: no-repeat;
}
.top-la-b {
	width: 50%;
	float: right;
	padding: 100px;
	box-sizing: border-box;
	background-color: #4D4D4D;
	color: #FFFFFF;
	
}
.top-la-b p {
	padding-bottom: 30px;
	font-size: 124%;
	line-height: 1.8;
}
.btn-b {
	max-width: 400px;
}
.btn-b a {
	color: #FFFFFF;
	background-color: #B83600;
	padding: 30px;
	text-align: center;
	display: block;
	border: 1px solid #FFFFFF;
	font-size: 140%;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}
.btn-b a:hover {
	background-color: #213A70;
}

.pagetop {
	text-align: center;
}
.pagetop a {
	color: #8B8B8B;
	padding: 10px;
	display: block;
	font-size: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}
.pagetop a:hover {
	color: #000;
}

footer {
	background-color: #213A70;
	padding: 5%
}

.foot01 {
	width: 60%;
	float: left;
}
.foot02 {
	width: 40%;
	float: right;
	color: #fff;
	text-align: right;
}
.footlogo {
	width: 100px;
	float: left;
}
.footlogo img {
	width: 100%;
}
.footinfo {
	float: left;
	color: #fff;
	padding-left: 40px;
}
.footinfo a {
	color: #fff;
}
.footinfo h2 {
	font-size: 120%;
	line-height: 1.5;
}
.footinfo h1 {
	font-size: 148%;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 1.5;
}
.foot02 h6 {
	font-size: 200%;
	line-height: 1.6;
	padding-bottom: 50px;
}
address {
	font-size: 90%;
	opacity: 0.5;
}

@media screen and ( max-width:800px )
{
.top-la {
	background-position: top center;
	background-size: 100% auto;
	padding-top: 100px;
}
.top-la-b {
	width: 100%;
	float: none;
	padding: 5%;
}
.top-la-b p {
	padding-bottom: 20px;
	font-size: 100%;
	line-height: 1.8;
}
	
	
.foot01 {
	width: 100%;
	float: none;
	text-align: center;
}
.foot02 {
	width: 100%;
	float: none;
	text-align: center;
}
.footlogo {
	width: 100px;
	float: none;
	margin: 0 auto;
}
.footinfo {
	float: none;
	padding-left: 0px;
	padding-top: 10px;
}
.footinfo h2 {
	font-size: 100%;
}
.footinfo h1 {
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 10px;
}
.foot02 h6 {
	font-size: 150%;
	padding-top: 50px;
}
address {
	font-size: 60%;
}
}