/* ---------------------------------------------------------------
【Disport専用リセットCSS】

必ず最初に読み込みを行う
案件により内容に不備がある場合は変更してください
よりよい内容がある場合はコーダー全員に相談の上、内容を変更していきましょう
 -------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,div,p,pre,ul,ol,dl,dt,dd,address,form,blockquote,article,section,figure{
  margin: 0;
  padding: 0;
  /* ヒラギノの場合 */
  /*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Helvetica,"MS Pゴシック","MS PGothic",sans-serif;*/
  /* 游ゴシックの場合 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}


img{
 border: none;
 vertical-align: top;
 line-height: 0;
 display: block;
}
ul{
 list-style: none;
}
a{
 outline: none;
 overflow: hidden;
 cursor: pointer;
 text-decoration: none;
 color: #3E3A39;
}
a:hover{
 outline: none;
 overflow: hidden;
 cursor: pointer;
 text-decoration: none;
}
a img{
 border: 0px;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* 省略記号（３点リーダー） */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




