@charset "Shift_JIS";

/*  link 
-----------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: underline;
}

a:visited { color: #000; }
a:hover { color: #1dbee5; }
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 {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

/*  Today
-----------------------------------------------------------------------------*/
#today dl {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 50px 80px 50px;
  border: solid 1px #fde4ec;
}

#today dt {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  border-bottom: 1px solid #fde4ec;
  background: #FFF9FB;
}

#today dd { padding: 20px 30px; }
