@charset "utf-8";

/* sub nav line　上と左　固有色　赤　 */
nav.sub_nav{
  border-top: solid 1.5px red;
}
ul.sub_nav_top {
  border-left: solid 1.5px red;
/*  box-shadow: -7px 5px 5px -5px;  */
}
/* タイトル帯　固有 */
h1.page_title{
  margin: 0;
  border-top: solid 1.5px red;
}

/* collection title */
h3.title{
    width: 100%;
    margin: 0;
    padding: 10px 0 7px 0;
    background-color: #cce5ff;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    color: #000;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

/*  palestine only */
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;
}



/* 新着　*/
section.whatsnew_box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.whatsnew_box{
    width: 45%;
    height: ;
    margin: 25px 10px;
    padding: 5px;
    border: solid 1px red;
}
.whatsnew_subbox{
    width: ;
    margin: ;
    padding: 10px 0;
}
h5.whatsnew_heading{
  width: ;
  margin: 0px 0;
  padding: 10px;
  background-color: #666666;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
h5.whatsnew_heading a{
  color: #fff;
}
ul.whatsnew_contents{
  padding: 0 10px 0 10px;
/*  background: #f0f0f0; */
}
li.whatsnew_item:before{
  content:"\025b6";
  padding: 0 2px 0 0;
  color: pink;
}
li.whatsnew_item{
  padding: 4px 0 4px 145px;
  text-indent: -145px;
  font-size: 15px;
  font-weight: ;
  line-height: 1.4;
  text-align: left;
}

/* 全映画リストへもどる */
h3.return_to_movielist{
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background-color: #cce5ff;
  border-top: solid 1px #000;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 15px -10px;
}
h3.return_to_movielist a{
  display: block;
  color: #000;
}
