@charset 'utf-8';
/*------------------------------------------------------------------------
@filename descommon.css
@creater  坂巻翔大郎
@date     2008/03/24
@msg      デザインG内共通で使えそうなCSSライブラリ
------------------------------------------------------------------------*/
/*------------------------------------
文字色セット rule@ dsColor_000000
------------------------------------*/
.dsColor_ff0000{
  color:#ff0000;
}
/*------------------------------------
【 注意書きリスト by 坂巻】
 exp) ※  あああああああああああああ
          あああああああああああああ
------------------------------------*/
dl.dsCautionList ,
dl.dsCautionList dt,
dl.dsCautionList dd{
  margin:0;
  padding:0;
}
dl.dsCautionList {
  width:95%;
  margin:0 auto;
  padding:0;
}
  /* ※の部分 */
  dl.dsCautionList dt {
    clear:left;
    float:left;
    width:3%;
  }
  /* 内容の部分 */
  dl.dsCautionList dd {
    float:left;
    width:97%;
    margin-bottom:0.3em;
  }

/*------------------------------------
【 hnタグを画像置換する際に by 坂巻 】
------------------------------------*/
.dsLabelH {
  display:block;
  text-indent:-9999pt;
  overflow:hidden;
}

/*------------------------------------
【 アンカーなどをブロック化して画像置換する by 坂巻 】
------------------------------------*/
a.dsBtn {
  display:block;
  text-indent:-9999pt;
  overflow:hidden;
  border:none;
  outline:none;
  text-decoration:none;
}
a.dsBtn:hover{
  text-decoration:none;
}

/*------------------------------------
【 clearfix 】
------------------------------------*/
dl.dsCautionList:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
dl.dsCautionList{
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
