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

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