@charset "utf-8";

/*----------------------------------------------------
	footer
----------------------------------------------------*/
/*footer*/
footer{	
	background:#2C3E50;
}

/*Copyright*/
footer section#Copyright{
	height:150px;
	background:#22313F;
}

footer section#Copyright address{
	/*padding:50px 0 0 50px;*/
	padding:50px 0 0 35px;
	color:#88929E;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
}

/*PageTop*/
footer section#PageTop{
	padding-top:25px;
	text-align:center;
}

/* for only iPhone */
@media screen and (max-width: 767px) and (min-height: 500px) {
/*@media screen and (max-width: 767px) {*/
/*Copyright*/
footer section#Copyright{
	height:auto;
	padding-top:0;
}

footer section#Copyright address{
	padding:20px 0 20px 10px;
	color:#88929E;
	font-size:11px;
	text-transform:none;
	letter-spacing:0;
}

/*PageTop*/
footer section#PageTop{
	padding-top:0;
}
}