@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 480px) {

img{
max-width: 100%;
height: auto;
width /***/:auto;
}




.fmain_l p {
	margin:0 8px 8px;
}

/* history */
.history {
	width:100%;
	margin:0 0px;
}
.history dl {
	padding:10px 0 10px 5px;
	background:transparent url(/admin/founder/common/images/fbg_dotline.gif) left bottom repeat-x;
}
.history dl dt {
	float:left;
	width:69px;
	font-weight:bold;
}
.history dl dd {
	float:right;
	width:100%;
}




/* Clear Style */
.history dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.history dl {display:inline-block;}

/* exclude MacIE5 \*/
* html .history dl {height:1%;}
.history dl {display:block;}
/* end MacIE5 */


