@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
contents
--------------------------------------------------*/

.img_box {
  width: 800px;
  margin: 0 auto;
}

.img_box dl {
  width: 374px;
  float: left;
}

.img_box dl:last-child {
  width: 374px;
  float: right;
}

.img_box dl+dl {
  margin-left: 30px;
}

.img_box dl {
  margin-bottom: 30px;
}

.img_box dt {
  color: #279FE0;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.img_box dd {
  text-align: left;
  line-height: 140%;
  font-size: 14px;
}