@charset "utf-8";
/* CSS Document */
body{
	/*background-image:url(../images/tpl/contact.jpg);*/
}

.main{ 
	width:500px;
}
.main p{ 
	position:relative;
	margin:0;
	padding:0;	
	font-size:13px;
	line-height:22px;
	
}
.main p b{ 
	font-size:14px;
	line-height:26px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	
}