@charset "UTF-8";

.fbg {
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:60% auto;
	height:550px;
}
.clist {
	text-align:center;
}
.clist p {
	display:inline-block;
	font-size:1.4em;
	padding:10px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
@media screen and (max-width: 499px) {
.fbg {
	background-position:center center;
	background-size:100% auto;
	height:auto;
	margin-bottom:40px;
}
}

@media screen and (min-width: 500px) {
.fbg {
	font-size:1.16em;
}
}

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

}