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


@media screen and (max-width: 768px){
	
footer {
	background-color: #603813;
	overflow: hidden;
	clear: both;
	padding-bottom: 1%;
}

footer p {
	font-size: 1.0rem;
	text-align: center;
	padding: 5px;
	color: #ffffff;
}

/* 下固定メニュー */

#page-top {
    position: fixed;
	width: 100%;
	bottom: 0;
	background: #ffffff;
	padding: 2% 0 2% 0;
	border-top: solid 1px #f495a4;
}

#page-top ul {
	margin: 0 auto 0 auto;
	padding-left: 3.12%;
}

#page-top ul li {
	width: 18.75%;
	margin: 0 0.78% 0 0;
	float: left;
}

#page-top a {
	text-decoration: none;
}

#page-top a:hover li {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.f_menu {
	display: none;
}

}



@media screen and (min-width: 769px){

footer {
	background-color: #603813;
	overflow: hidden;
	clear: both;
}

footer p {
	font-size: 120%;
	text-align: center;
	padding: 3px;
	color: #ffffff;
}


.f_menu {
	margin: 0 auto 40px auto;
	display: inline-block;
	padding-left: 10px;
}

.f_menu li {
	float: left;
	margin: 0 10px 0 0 ;	
}

#page-top {
	display: none;
}