@charset "utf-8";
/* フッタ
---------------------------------------------------------- */
footer {
	width:100%;
	min-width:1024px;
	background-color: #1761AA;
	color: #FFF;
}
footer .container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	padding-top:30px;
	padding-bottom:30px;
}
footer .container .flt_left {
	width: 800px;
	overflow: hidden;
}
footer .container .flt_left .img_logo {
	width: 223px;
	float: left;
}
footer .container .flt_left .img_logo p:first-child {
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
}
footer .container .flt_left .img_logo p:last-child {
	font-size: 1%;
	line-height: 0;
	margin-top: 8px;
}
footer .container .flt_left .img_logo img {
	width: 100%;
}
footer .container .flt_left .txt_footer {
	float: right;
	width: 540px;
	font-size: 13px;
	font-weight: normal;
}
footer .container .flt_left .txt_footer span {
	font-size: 15px;
	font-weight: bold;
}
footer .container .flt_right {
	width: 210px;
	text-align: right;
	margin-top: 5px;
}
footer address {
	width: 100%;
	height: 50px;
	font-style:normal;
	line-height:1.1em;
	font-weight: normal;
	font-size:12px;
	background-color: #071D33;
}
footer address span {
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* フッタ
---------------------------------------------------------- */
footer {
	min-width:0;
}
footer .container {
	width: 90%;
	margin: 0 auto;
	overflow: visible;
	padding-top:20px;
	padding-bottom:20px;
}
footer .container .flt_left {
	width: auto;
	float: none;
	overflow: visible;
}
footer .container .flt_left .img_logo {
	margin: 0 auto;
	float: none;
}
footer .container .flt_left .txt_footer {
	float: none;
	display: none;
}
footer .container .flt_right {
	float: none;
	display: none;
}
}


/*
 ページの先頭へ
---------------------------------------------------------- */
#btn_pagetop {
	position:fixed;
	right:0px;
	bottom:0px;
	cursor:pointer;	
	width: 50px;
	height: 50px;
	background-image: url(../img/img_pagetop.png);
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: 26px auto;
	font-size: 1%;
	line-height: 0;
	text-indent: -99999px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color: #666666;
}
#btn_pagetop:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


/*  smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* ページの先頭へ
---------------------------------------------------------- */

}


