﻿@import url("reset.css");
*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a{color: #FFFFFF;}


footer{
	clear:both;
	width: 100%;
	overflow:hidden;	
	background-color: #efefef;
	padding-bottom:40px;
}
footer h5{
	padding-top:10px;
	font-size: 1em;
	font-weight: 400;
	color: #333;
	text-align: center;
	line-height: 2em;
	width: 100%;
	
}
footer h5 a:link{
	color: #333;
	text-decoration:none;
}
footer h5 a:visited{
	color: #333;
	text-decoration:none;
}
footer h5 a::hover{
	color: #333;
	text-decoration:none;	
}

footer h5 img{
	padding-top:10px;}

/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
	footer{
	clear:both;
	width: 100%;
	overflow:hidden;	
	background-color: #ccc;
	padding-bottom:20px;
}
footer h5{
	padding-top:10px;
	font-size: 0.7em;
	color: #333;
	text-align: center;
	line-height: 2em;
	letter-spacing:-1px;
	width: 100%;
}
footer h5 a:link{
	color: #333;
	text-decoration:none;
}
footer h5 a:visited{
	color: #333;
	text-decoration:none;
}
footer h5 a::hover{
	color: #333;
	text-decoration:none;	
}

footer h5 img{
	padding-top:10px;
}
}