@charset "UTF-8";
/* reset */
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, 
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset{
margin: 0;
padding: 0;
line-height: 1.0;
}

table {
border-collapse: collapse;
border-spacing: 0;
} 

ul li, ol li {
list-style-type: none; 
} 


img {
border: 0; /*画像のまわりの枠線を消す */
}

img, input {
vertical-align: middle;
}

/* n-clearfix */
.n-clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.n-clearfix {
  min-height: 1px;
}

* html .n-clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
