/* 個人情報css */
li {
  list-style: none;
}

.individualHeader {
  height: 95px;
}

.pageTitle {
  text-align: center;
  margin-top: 75px;
  color: #808080;
  font-size: 3em;
}

.subTitle {
  color: #57C3EA;
  margin-top: 25px;
}

.newsImg {
  background-image: url("../img/news.jpeg");
}

.subStyle {
  width: 4px;
  margin: 10px 10px 10px 0;
  border: 3px solid;
  vertical-align: middle;
}

/***********************
ニューススタイル str
************************/
.allNews {
  margin: 90px 140px;
  clear: left;
}

.subMessage {
  height: 80px;
  text-align: center;
  padding-top: 30px;
}

.newsItem {
  display: inline-block;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
}

.outerNews {
  width: 100%;
  text-align: center;
  background-color: #f2f2f2;
  margin-bottom: 40px;
  clear: right;
  margin-top: 50px;
}

.category {
  width: 111px;
  height: 33px;
  border-radius: 6px;
  background-color: rgba(0,153,255,0.2);
  display: block;
  margin: 0;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin: 0 30px;
}

.smallItem{
  width: 100px;
  text-align: center;
  display: block;
  height: 31px;
  border-radius: 10px;
  font-size: 1em;
  margin: 30px auto;
  float: right;
}

.newsRow {
  height: 60px;
}

.newIcon {
  width: 48px;
  padding-top: 6px;
  height: 19px;
}

.newIcoNone {
  padding-left: 53px;
}

.outerItem {
  float: left;
}
/* .newsItemName {
  width: 150px;
} */

.outerBotton {
  padding: 0 35%;
}

.entoryBotton {
  height: 65px;
  width: 370px;
  margin: 50px 0px;
  display: inline-block;
  padding: 1.3em 1em;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
  background-color: #111188;
  letter-spacing: 3px;
}

.entoryBotton:hover {
  background: #67c5ff;
  color: #ffffff;
  cursor: pointer;
}

.newsDate {
  display: inline-block;
}

.newsItemVal {
  text-align: left
}
/***********************
ニューススタイル end
************************/

/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {

  .pageTitle {
    font-size: 2em;
  }

  .allNews {
    margin: 0 20px;
  }

  .outerNews {
    width: 100%;
    min-width: 250px;
    text-align: center;
    padding-bottom: 30px;
  }

  .smallItem  {
    height: 45px;
    margin: 30px auto;
    margin-top: 0;
    font-size: 1em;
  }

  .newsItem {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 40px;
    display: block;
    padding: 0 25px;
  }

  .newsItemVal {
    border-bottom: dotted 2px #87CEFA;
    padding-bottom: 13px;
  }

  .newsRow {
    height: auto;
    display: block;
  }

  .newsItemName,
  .newsItemVal {
    display: block;
    margin-top: 7px;
    text-align: left;
    padding: 0;
    font-size: 14px;
  }

  .newsItemName {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    display: inline-flex;
  }

  .newsDate {
    float: left;
  }

  .category {
    margin: 0;
    padding: 5px 0;
    font-size: 10px;
    width: 68px;
    height: 24px;
    border-radius: 6px;
    margin: 0;
    display: inline-block;
    padding: 5px 0;
    margin-left: 20px;
  }

  .outerItem {
    float: none;
    display: inline-block;
  }

  .newsImg {
    background-image: url("../img/news_sp.png");
  }

  .pcImg {
    width: 300px;
  }

  .img-title {
    bottom: 150px !important;
  }
}
/***********************
スマホ用 end
************************/
