@charset "utf-8";
/* 新着情報 */

/* 外枠 */
.newsContentO {
  border: 1px solid #0000ff;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}


/* タイトル */
.newsHeader {
  /* border-color: #ff0000; */
  padding-left: 7px;
  margin-bottom: 7px;
  border-bottom: 2px solid #ff0000;
  border-left: 13px solid #ff0000;
  font-size:18px;
}
.newsTitle {
  margin-left: 10px;
  float:left;
}

.newsDate {
  margin-left: 10px;
  float:left;
}

.newsString {
  text-align:left;
  margin-left:10px;
}
