@charset "utf-8";

/* community_visual */
#community_visual {
	width: 100%;
	height: 548px;
	background: url(../img/community_visual.jpg) 0 0 no-repeat;
	text-align: center;
	background-size: cover;
}
#community_visual h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: 100;
	opacity: 0.9;
}


table.cummunity_table {
	border-collapse: collapse;
	width: 1500px;
	text-align: center;
	margin: 0 auto;
}
table.cummunity_table th {
	font-weight: normal;
	border-top: 2px solid #666666;
	padding: 10px;
}
table.cummunity_table td {
	border-top: 1px solid #808080;
	padding: 10px;
}


#community {
	margin-bottom: 100px;
}
#community h3 {
	margin: 4.4% 0 1.8% 0;
	font-size: 2.6vw;
	color: #333;
}



/*@media (min-width: 480px) and (max-width: 767px) {*/
/*	#community_visual {*/
/*		height: 400px;*/
/*	}*/
/*	#community_visual h2 {*/
/*		font-size: 20px;*/
/*		padding-top: 130px;*/
/*		margin-bottom: 10px;*/
/*		font-family:'Malgun Gothic lighter';*/
/*		opacity: 0.9;*/
/*	}*/
/*	#community_visual p img {*/
/*		width: 330px;*/
/*	}*/
/**/
/*	#community h3{*/
/*		margin-top: 26px;*/
/*		font-size: 38px;*/
/*	}*/
/*}*/
/*@media (max-width: 479px) {*/
/*	#community_visual {*/
/*		height: 400px;*/
/*		margin-bottom: 0;*/
/*	}*/
/*	#community_visual h2 {*/
/*		font-size: 20px;*/
/*		padding-top: 156px;*/
/*		margin-bottom: 10px;*/
/*		font-family:'Malgun Gothic lighter';*/
/*		opacity: 0.9;*/
/*		line-height: 22px;*/
/*	}*/
/*	#community_visual p img {*/
/*		width: 250px;*/
/*	}*/
/**/
/**/
/*	#notice h3,*/
/*	#reser h3,*/
/*	#faq h3,*/
/*	#trip_review h3 {*/
/*		margin-top: 20px;*/
/*		font-size: 27px;*/
/*	}*/
/*}*/