@charset "utf-8";


/* リセット */


/*====================================================

　全体

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


/*====================================================

　リスト関係

====================================================*/
ul, ol, li {
  list-style:none;
}

/*====================================================

　テーブル関係

====================================================*/
table{
  border-collapse:collapse;
  border-spacing:0;
  border:none;
}

caption{
  text-align:left;
}



/*====================================================

　画像、オブジェクト関係

====================================================*/
img {
  vertical-align:bottom;
  border:none;
}

object, embed{
  vertical-align:top;
}


/*====================================================

　フォーム関係

====================================================*/
fieldset{
  border:none;
}



/*====================================================

　Clear Fix  (  clearfix 表記 )

====================================================*/


/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
	height: 0;
	visibility: hidden;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
