@charset "utf-8";
/* 
CSS Information
 File name:      free.css
 Author:         Administrator
 Style Info:     /free.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
section .txtData {
	padding: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
section .txtData img {
	max-width: 100%;
}
* html section .txtData img {
	width: expression(document.body.clientWidth > 899? "898px" : "auto");
}
*+html section .txtData img {
	width: expression(document.body.clientWidth > 899? "898px" : "auto");
}
#content > section > .inner {
	overflow-x: hidden;
}