@charset "shift_jis";
/*  link 
-----------------------------------------------------------------------------*/
a {
  color: #1e8dd4;
  }

a:visited {
  color: #1e8dd4;
  }

a:hover {
  color: #1e8dd4;
  }

a img {
  border: 0;
  }

/*  font 
-----------------------------------------------------------------------------*/
.txt14 {
  font-size: 14px;
  line-height: 18px;
  }

.txt12 {
  font-size: 12px;
  line-height: 16px;
  }

.txt10 {
  font-size: 10px;
  line-height: 13px;
  }

.txt_b {
  font-weight: bold;
  }

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
  }

.align_c {
  text-align: center;
  }

.align_l {
  text-align: left;
  }

.valign_m {
  vertical-align: middle;
  }

/*  float 
-----------------------------------------------------------------------------*/
.fl {
  float: left;
  }

.fr {
  float: right;
  }

.cb {
  clear: both;
  }

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

