@charset "utf-8";

/*--------------------------------------*/
/*   BASE                               */
/*--------------------------------------*/

/*コンチEチE部とブラウザに隙間を空けなぁE/
html,
body {
 	height: 100%;
}

/*firefox用スクロールバE強制表示*/
html {
		overflow-y: scroll;
}


body,
div,
dl,dt,dd,
ul,ol,li,
pre,
form,
fieldset,
input,textarea,
p,
blockquote{  
	 margin: 0; 
	 padding: 0;
}

h1,h2,h3,h4,h5,h6{ 
 margin: 0; 
 padding: 0;
} 


/*table{ 
  border-collapse: collapse; 
	 border-spacing: 0;
}*/ 

/*th, 
td {
  border-collapse: collapse;
}*/

img { 
  border: 0;
  margin: 0; 
}

em {}

address,caption,cite,code,
dfn,var {}
   
caption{} 


/*   cleafix                           */
/*--------------------------------------*/
	
.clearfix:after{ 
  content: ".";    /* 新しい要素を作る */
  display: block;  /* ブロチEレベル要素に */
  height: 0;
  clear: both;
  visibility: hidden;
}

/*IE5.5-7*/
.clearfix {
  zoom: 1;
}


/***********************************************
     COPYRIGHT  iMobile　Inc. 
               ALL RIGHTS RESERVED.         
***********************************************/
