@charset "utf-8";
/* ===================================================================
CSS information

 file name  :mobile.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */


/*----------------------------------------------------
	基本設定
----------------------------------------------------*/

body {
	/*margin:4px auto;*/
	margin:0;
	padding:0;
	width:100%;
	line-height:1.4em;
	font-family:sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#fff !important;
	
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p,img {margin: 0;padding: 0;}

img {border:0; zoom:130%;}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	/*margin:0 auto;
	width:240px;*/
	width:100%;
	word-wrap:break-word;
}
