@charset "utf-8";
/* CSS Document */

.logo{
	width:100%;
}
.logo .text{
	color:#000;
	text-align:justify;
	font:20px/24px 'thaisanslite', Arial, sans-serif;
	padding: 0 15px;
	
}
.logo .pic{
	width:100%;
	text-align:center;	
}
.logo .pic img{
	max-width:100%;
	height:auto;	
}
