@charset "UTF-8";
/*----------------------------------------------------------
更新日：2018年5月31日

=コンテンツエリア

-------------------------------------------------------------*/
/* =コンテンツエリア
------------------------------------------------------------*/
body > article {
  width: 100%;
  position: relative;
  overflow: hidden;
}

body > article h1 {
  margin: 0;
  padding: 0;
}

body > article div,
body > article section {
  background: #fff;
  padding: 25px 40px;
  position: relative;
  z-index: 100;
}

body > article div h2,
body > article section h2 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
}

body > article div p,
body > article section p {
  margin-bottom: 20px;
}

body > article > p {
  text-align: center;
  color: #f00;
  padding-top: 20px;
}

#thum-area h1 + p {
  margin: 0 10px 0 10px;
  color: #fff;
}

#thum-area div {
  background: #000;
  padding: 25px 10px 0 10px;
}

#thum-area div ul li {
  padding: 0 30px 20px 30px;
  border-bottom: solid 1px #f00;
  margin-bottom: 20px;
}

#thum-area div ul li:last-of-type {
  margin-bottom: 0;
}
