/* About us */

.title_bg{
	width: 563px;
}

.title_bg h2{
	margin-top: 7px;
}

.contents .left{
	width: 583px;
	float: none;
	margin: 0 auto;
	display: block;
}

.contents .right{
	width: 300px;
	margin-left: 20px;
}

#aboutus p{
	padding-top: 20px;
	line-height: 24px;
}

#aboutus img{
	width: auto;
	margin: 30px 0 0;
}

#facebook{
	background: url(../img/aboutus/facebook_logo.png) no-repeat 10px bottom #3a5b9a;
	padding: 10px 10px 8px 46px;
	font-weight: normal;
	color: #bfd5ff;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

#facebook h3{
	font-size: 14px;
}
#facebook h3 a{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#facebook h3 span{
	font-weight: normal;
	color: #bfd5ff;
	font-size: 12px;
}

.block_fb{
	width:300px;
	height:500px;
}




@media screen and (max-width:640px) {
	.title_bg{
		width: auto;
	}


	.contents .left,
	.contents .right{
		float: none;
		width: auto;
		margin: 0px 10px 0;
		display: block;
	}

	.contents .right{
		padding: 20px 0 0;
	}

	.block_fb{
		width: auto;
		height: auto;
	}

}

