@charset "utf-8";
/* CSS Document */

.footer{
	background:url(../img/bg_top03.png) repeat-x;
	height:220px;
	clear:both;
	min-width:1150px;

	}
	
	
.logo2{
	float:left;
	margin-left:60px;
	margin-top:20px;
	}
	
	
.navi_footer1{
	float:left;
	margin-left:23px;
	}	
	

.navi_footer1 a{
	color:black;
	text-decoration:none;
 
	}

	
.navi_footer2{
	float:left;
	margin-left:23px;
 
	}
	
.navi_footer2 a{
	color:black;
 
	}
	
.navi_footer3{
	float:left;
	margin-left:23px;
 
	}
	
.navi_footer3 a{
	color:black;
 
	}
.navi_footer4{
	float:left;
	margin-left:23px;
 
	}
	
.navi_footer4 a{
	color:black;
 
	}
.navi_footer5{
	float:left;
	margin-left:23px;
 
	}
	
.navi_footer5 a{
	color:black;
 
	}
.navi_footer6{
	float:left;
	margin-left:50px;
	
	
 
	}
	
.navi_footer6 a{
	color:black;
	text-decoration:none;
 
	}

.navi_footertitle{
	float:left;
	table-cell:
	
	}
	
	
.navi_footertitle img{
	
	float:left;
	margin:20px 0 0 30px;
	}
	
	
.navi2{
	height:auto;
	width:690px;
	float:left;
	margin:30px 0;
	font-size:12px;
	font-weight:bold;
	}

.footer_li a{
	text-decoration:none;
	color:#333;
	font-size:13px;
}
.footer_li a:hover{
	text-decoration:none;
	color:#FFAE00;
	
}
	
.barline{
	width:1px;
	height:130px;
	background-color:#CCCCCC;
	float:left;
	margin:35px 5px 0 20px;
	}
	
.footer_li{
	margin-top:10px;
	font-weight:normal;
	line-height:130%;
}
	
.footer_li li{
	margin:3px 3px 3px 0;
}
.to_head{
	width:100%;
	height:60px;
	background-color:#EBB6C6;
	min-width:1150px;
}
.to_head:hover{
	background-color:#B5315A;
}
.to_head div{
	width:100%;
	height:60px;
	color:#FFF;
	background:url(../img/btn_footerpagetop.png) no-repeat center center;
}

.copy{
	width:100%;
	height:30px;
	min-width:1150px;
	background-color:#666666;
}
.copy div{
	width:100%;
	height:30px;
	color:#FFF;
	background:url(../img/img_copyright.png) no-repeat center center;
}
@media screen and  (min-width: 0px) and (max-device-width: 435px){

.footer{
	background:url(../img/bg_top03.png) repeat-x;
	height:220px;
	clear:both;
	width:100%;
	display:none;
		}
	
.to_head{
	position:relative;
	min-width:0px;
	width:100%;
	top:40px;
	height:60px;
	background-color:#EBB6C6;
}
.to_head:hover{
	background-color:#B5315A;
}
.to_head div{
	width:100%;
	height:60px;
	color:#FFF;
	background:url(../img/btn_footerpagetop.png) no-repeat center center;
}

.copy{
	top:40px;
	position:relative;
	width:100%;
	min-width:0px;
	height:30px;
	background-color:#666666;
}
.copy div{
	width:100%;
	min-width:0px;
	height:30px;
	color:#FFF;
	background:url(../img/img_copyright.png) no-repeat center center;
	background-size:95%;
}