@charset "utf-8";

/*
====================================================
■ lists
====================================================
*/

#newface #lists ul li {
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#newface #lists li .ph {
  /*float: left;margin-right: 1%;*/
  width: 100%;
  max-width: 390px;
  margin: 10px auto;
  position: relative;
}

#newface #lists li article h3,
#newface #lists li article .bodysize {
  text-align: center;
}

#newface #lists ul li article {
  /*float: left;
    width: 60%;*/
  position: static;
  padding: 0px;
}

#newface #lists li .types {
  position: absolute;
  bottom: 0;
}

#newface #lists li article .day {
  font-size: 1.7rem;
  /*font-weight: bold;*/
  padding: 5px 10px;
  color: #c22047;
  /*background: #333;
    url(/img/bg_block03.jpg) repeat;
    margin-bottom: 5px;*/
  text-align: center;
}

#newface #lists li article .comment {
  font-size: 1.4rem;
  margin-top: 10px;
  padding: 1%;
}

#newface #lists li .ph .list_today {
  right: 0;
  left: inherit;
}

/*Review only*/

#newface #lists li article .reviewer {
  font-size: 2rem;
  text-align: center;
}

#newface #lists li article .reviewer:after {
  content: "様の投稿";
  font-size: 1.5rem;
}

#newface #lists li article .reviewer span {
  font-size: 1.4rem;
  display: block;
}

#newface #lists li article .reviewer span:after {
  font-size: 1.1rem;
  content: "UPDATE";
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  #newface #lists ul li {
    float: none;
    width: 100%;
  }
}
