@charset "utf-8";



/*-------------------------------------------------*/

#newpostBox {
  margin-bottom: 70px;
}
#newpostBox li {
  margin-bottom: 47px;
}
#newpostBox .title {
  display: table;
  position: relative;
  background: #fff;
  height: 150px;
}
#newpostBox .title:hover {
  opacity: 1;
}
.newspostTitle {
  display: table-cell;
  width: 720px;
  padding: 0 19px;
  color: #22ac38;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}
.title:hover .newspostTitle {
  color: #ea0437;
  text-decoration: underline;
}
#newpostBox .thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 150px;
}
#newpostBox .title:hover .thumb {
  opacity: .7;
}
#newpostBox .thumb img {
  width: 100%;
}
.info {
  margin-top: 18px;
}
.left_info {
  width: 480px;
}
.type:hover{
  opacity: 1;
}
.type .type_name + .type_name{
  margin-left: 10px;
}
.type dl {
  display: inline-block;
}
.info .txt {
  margin-top: 11px;
}
.left_info + a:hover {
  opacity: 1;
}
.right_info p {
  width: 180px;
  padding: 24px 20px;
  background: #22ac38;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
a:hover .right_info p {
  background: #7ACD88;
}
#more {
  display: block;
  margin: 63px auto 0;
  padding: 15px;
  background: #f1f1f1;
  border: 3px solid #d9d9d9;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
#more:hover {
  background: #fff;
  border: 3px solid #cfcfcf;
  color: #ea0437;
  text-decoration: underline;
  opacity: 1;
}


/* === スマホ用 === */

@media screen and (max-width: 640px) {
  #newpostBox {
    margin-bottom: 0px;
  }
  #newpostBox li {
    margin-bottom: 35px;
  }
  #newpostBox .title {
    display: table;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    background: transparent;
    border-bottom: 2px solid #fff;
  }
  .newspostTitle {
    display: table-cell;
    width: 78%;
    padding: 0;
    font-size: 131%;
    box-sizing: border-box;
    line-height: 140%;
  }
  #newpostBox .thumb {
    position: static;
    display: table-cell;
    width: 22%;
    height: auto;
  }
  .info {
    margin-top: 9px;
  }
  .left_info {
    width: 100%;
    float: none;
  }
  .type .type_name {
    font-size: 100%;
  }
  .right_info {
    width: 100%;
    float: none;
    margin: 10px 0 0;
    text-align: center;
  }
  .left_info + a {
    display: block;
    margin: 0 auto;
    width: 43.333%;
  }
  .right_info p {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 100%;
  }
  #more {
    margin: 35px 0;
    padding: 9px 0;
    border: 2px solid #d9d9d9;
    font-size: 93%;
  }
  #more:hover {
    border: 2px solid #cfcfcf;
}
