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

#HTML1 h2 {
	background: #87A938;
}
#navigation .current_page_item > a, #navigation .current_page_item > a:visited {
	color: #87A938;
}
/*====================================
ヘッダー
====================================*/

#Header {
	background: none;
}
#site-head {
	width: 100%;
}
.logo_wrapper {
	float: none;
	margin: 10px auto 10px;
	background: url(//www.pasela.co.jp/images/blogger/oasis-club/bg_tree_1.png) top left no-repeat;
	background-size: contain;
	text-align: center;
}
/*====================================
フッター
====================================*/

div#footer_u, div.nav_footer a, .footerlink p a, .footerlink, #gFooter .copyright {
	background: #fff;
	color: #000;
}
.copyright {
	padding: 10px 0;
}
.footerlink p {
	border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 640px) {
h2 {
	display: none;
}
.logo_wrapper img {
	max-width: 100%;
}
div#footer_u, div.nav_footer a, .footerlink p a, .footerlink, #gFooter .copyright {
	background: #fff;
	color: #000;
}
}
