@charset "utf-8";


/* sub nav 固有  */
nav.sub_nav{
  border-top: solid 1.5px red;
}
ul.sub_nav{
  border-left: solid 1.5px red;
  border-bottom: solid 1.5px red;
}

/* h1.page_title   m__00common.css */

/*  新着のお知らせ　*/
h3.title{
  width: 100%;
  margin: 0px 0 0 0;
  padding: 8px 0;
  background-color: #cce5ff;
  color: #000;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/*  sub nav 新着 */
nav.sub_nav_shinchaku{
  width: 100%;
  background-color: #636363;
  border-top: solid 1.5px red;
  border-bottom: solid 1.5px red;
}
ul.sub_nav_shinchaku{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  width:80%;
  margin: 0px auto;
  padding: 10px 0;
}
.sub_nav_shinchaku li{
  width: ;
  border-left: solid 1.5px red;
  padding: 4px 20px;
  margin: 0 30px;
  font-size: 20px;
  line-height: 1.5;
}
.sub_nav_shinchaku li a{
  display: block;
  color: #fff;
}



h4.whatsnew_heading{
  padding: 8px 35px;
  background-color: #999999;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
h4.whatsnew_heading a{
  color: #fff;
}
h5.whatsnew_heading{
  padding: 8px 0;
  background-color: #666666;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-top: solid 1px #000;
}
h5.whatsnew_heading a{
  color: #fff;
}
ul.whatsnew_contents{
  margin: 10px 5px 10px 0;
}
li.whatsnew_item{
  padding: 3px 15px 3px 140px;
  text-indent: -120px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

/* 全映画リストへもどる */
h3.return_to_movielist{
  background-color: lightblue;
  border-top: solid 1px #000;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
