/*****news*****/

#informationArea{
    margin-bottom:40px;
    font-size: 120%;
}

.news dl {
  margin-top: -10px;
}

.news dt,.news dd {
  line-height:3;
  font-weight: normal;
}

.news dt {
  float: left;
  padding-left: 10px;
}

.news dd {
  border-bottom: 1px dashed #cccccc;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.news dd .ddIn{
  width: 70%;
  word-break:break-all;
  display:inline-block;;
}

.systemType {
  background-color: #ba2121;
  margin: 0px 12px 0px 16px;
  padding: 0px 24px;
  color: #ffffff;
  font-size: 90%;
}

.otherType {
  background-color: #25ae18;
  margin: 0px 12px 0px 16px;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 90%;
}

/*767px�ȉ��iSP�j�ŕ\��*/
@media screen and (max-width:767px) {
  .news dt {
    float: none;
    border-bottom: none;
    padding-top: 10px;
    width: 100%;
  }
  .news dd {
    padding-bottom: 10px;
  }
  .news dt,.news dd {
    line-height: 1.5em;
  }
  .news dd .ddIn{
    width: 100%;
  }
}
