@charset "utf-8";



html {
	/*background-image: url(/common/images/subttl_bg.gif), 
					  url(/common/images/pagetop_bg.gif);*/
	background-position: center -1px, center bottom;
	background-repeat: repeat-x;
	
}

.mahaloClub {
	padding: 100px 0 0;
	width: 80%;
	margin: 0 auto;
	display: table;
}

.aboutMahaloClub {
	padding: 50px 0 100px;
	width: 80%;
	margin: 0 auto;
		display: table;
}


h1 , h2{
	font-size:153.9%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #99CC00;
}

p {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.6;
}




.MoreLink a, 
.MoreLink a:link,
.MoreLink a:visited{
	background:#99CC00 url(/common/images/cl_list_tomaru.gif) no-repeat 10px 50% ;
	border-bottom: 1px solid #669900;
	border-top:1px solid #E6F4C4;
	font-size: 1.1em;
}



@media only screen and (max-width: 767px) {
	html {
		/*background-image: url(/common/images/subttl_bg.gif);*/
	}
	
	.mahaloClub {
		padding: 80px 0 0;
	}
	
	.aboutMahaloClub {
	padding: 50px 0;
	}
}