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

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