@charset"utf-8";

/*-------------------------
	maincontent
--------------------------*/

.custom-content{
	max-width: 1000px;
}

.layout{
	margin: 30px 20px;
}

@media screen and (max-width: 1150px){
	.custom-content{
		max-width: 800px;
	}
}

@media screen and (max-width: 876px){
	.custom-content{
		max-width: 650px;
	}
}

@media screen and (max-width: 768px){
	.custom-content{
		max-width: 450px;
	}
}

@media screen and (max-width: 580px){
	.custom-content{
		max-width: 350px;
	}
}

/*-------------------------
	facebook
--------------------------*/

.fb-content{
	height: 475px;
}

@media screen and (max-width: 1280px){
	.fb-content{
		height: 455px;
	}
}

@media screen and (max-width: 1150px){
	.fb-content{
		height: 375px;
	}
}

@media screen and (max-width: 876px){
	.fb-content{
		height: 299px;
	}
}

