@charset "utf-8";
/* CSS Document */
#footer{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.footerImg{
	width: 70%;
}

#copy{
	width:100%;
	text-align:center;
	clear:both;
	padding:0;
	margin-bottom: 1%;
	border-bottom: solid #666 1px;
	border-top: solid #666 1px;
}
small {
	font-weight: bold;
	font-size: 0.7em;
}
.footerLeft{
	padding: 0 3%;
}
.footerLeft h3 a{
	color: #555;
	font-size: 2em;
	font-weight: bold;
}
.footerRight a{
	color: #555;
	font-size: 90%;
}
.footerRight p{
	font-size: 90%;
}
.spTel{
	position: fixed;
	width: 100%;
	bottom: 20px;
	opacity:0.9;
}
.tNum{
	border: solid #FFF 3px
}
.pTop {
	text-align: center;
	background-color: #666;
	padding: 2%;
	margin: 1% 0;
}
.pTop a {
	color: #FFF;
	font-weight: bold;
	display: block;
}
.spTel a:hover {
	text-decoration: none;
	opacity: inherit;
}
#pc-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	opacity:0.9;
}
#pc-top a {
	background: #8ac343;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#pc-top a:hover {
	text-decoration: none;
	opacity: inherit;
}
@media screen and (min-width: 768px){
		#spTel{
		display:none;
		}	
}
/* 幅1200px以下のスタイル*/
@media screen and (max-width: 1200px) {

	.footerImg{
		width: 100%;
	}
}
/* 幅767px以下のスタイル*/
@media screen and (max-width: 767px) {
	#footer{
		padding-bottom: 200px;
	}
	footer h3,footer nav,#pc-top{
		display: none;
	}
	.footerImg{
		width: 90%;
		margin: 0 auto;
	}
}