@charset "utf-8";

/* page_tile　固有 */
h1.page_title{
  margin: 5px 0 0 0;
  border-top: solid 1.5px green;
}


 /*　 */
section.new_movies{
　background: #330033;
  border-bottom: solid 1px red;
}

.saikin{
  width: 84%;
  margin: 0 auto;
   padding: 20px 0;
   line-height: 1.7;
   font-size: 18px;
   color: #330033;
   font-weight: bold;
   text-align: center;
}
.saikin a{
   color: red;
}

  /* 追加しました！ */
h3.title{
    width: 100%;
    margin: 0;
    padding: 10px 0 7px 0;
    background: #636363;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

/*   */
p.click{
   width: 100%;
   padding: 20px 60px 10px 100px;
   font-size: 19px;
   font-weight: bold;
   color: deeppink;
   line-height: 1.5;
   background: #f0f0f0;
   border-top: solid 1px red;
   text-align: center;
   border-bottom: solid 20px #000;
}


/* TOPへ戻る　*/
.return_pagetop{
  width: 100%;
  padding: 12px 0;
  margin: 15px 0 15px 0px;
  background: #dedede;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  box-shadow: 10px 10px 15px -10px;
  border-top: solid 1.5px #000;;
}
.return_pagetop a{
  display: block;
  color: #000;
}


/* 全映画リストにもどる　*/
.return_movielist{
  width: 100%;
  padding: 15px 0;
  margin: 10px 0 15px;
  background: #bcbace;
  border-top: solid 10px #000;
  border-bottom: solid 1px #543f32;
  box-shadow: 10px 10px 15px -10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


ul.latest{
  display: flex;
  width: 90%;
  margin: 0px 50px;
  padding: 10px 20px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #330066;
  border-bottom: dotted 1.5px #543f32;
}
li.date{
  width: 30%;
  background-color: #f4f4ff;
  padding: 10px 10px 20px 20px;
  font-size: 18px;
}
li.title{
  width: 70%;
  padding: 10px 20px 4px 10px;
  font-size: 21px;
  font-weight: bold;
}
li.title a{
  color: #330066;
  font-weight: bold;
}
li.title a:hover{
  color: green;
  background: #f4fff4;
}
li.title p{
  color: ;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 0 6px 20px;
}
p.bold{
  color: blue;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 0 5px 20px;
}
div.link{
  display: flex;
}
p.link{
  width: ;
  padding:;
}
li.kaisetsu{
  width: 30%;
  padding: 5px 0px 3px 10px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
}
li.kaisetsu a{
  color: #6633ff;
}
li.kaisetsu a:hover{
  color: green;
}
