@charset "UTF-8";

.clearfix:after {
	content: "";
	clear: both;
	display: block;
  height: 0;
	/*-- floatを使用した親要素に指定して使うこと --*/
}

.mainbns {
  display: block;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;

}

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

.daily_table {
  width: 780px;
  margin: 0 auto;
  margin-top: 80px;
}

.daily_table tr:first-child td {
  height: 75px;
}

.daily_table tr td {
  height: 222px;
  vertical-align: top;
}

.bottomtxt {
  color: #3c3c3c;
  font-size: 13px;
  font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック;
  line-height: 15px;
}

.bottomtxt td {
  height: 80px !important;
}

.btt_txt {
  text-align: right;
}