@charset "utf-8";

/* page_title　固有 */
h1.page_title{
  border-top: solid 1.5px red;
}


/* 新着ページへ飛ぶ */
h3.shinchaku{
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 0;
    background-color: #ff9999;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    color: #000;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
h3.shinchaku a{
  display: block;
   color: #000;
}

/* リンク・ベルト　palestina */
h3.palestina{
  background-color: #663399;
  padding: 26px;
  margin: 0;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
h3.palestina a{
  color: #fff;
}

/* リンク・ベルト　afghanistan */
h3.afghanistan{
  background-color: #000;
  padding: 26px;
  margin: 0;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
h3.afghanistan a{
  color: #fff;
}


/*  各ページへ飛ぶ  アクセサリ画像　*/
section.links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link00{
  position: relative;
  margin: 0 20px 0px;
  padding: 0;
}
.image{
  margin:0;
}
.image img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: solid 3px #000;
  line-height: 300px;
  margin: 10px auto;
}
.image a{
  display: block;
}
h4.link_heading{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
h4.link_heading a{
  font-size: 26px;
  font-weight: bold;
}
.link01,.link02{
  position: absolute;
  top: 60px;
  left: 0px;
  background-color: rgba(255,255,255,0.6);
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.2;
}
.link02{
  position: absolute;
  top: 80px;
  left: 0px;
}
.links01 p{
}
a.link01,a.link02{
  display: block;
  color: ;
  line-height: ;
  text-shadow:
    1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}


/* ベルト・タイトル「映画リスト」 */
h3.title{
    width: 100%;
    margin: -17px 0 0 0;
    padding: 10px 0 7px 0;
    background: #663399;
    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;
}


/*「検索ができます」*/
.frame{
  display: flex;
  justify-content: center;
  background-color: lightgray;
}
p.kensaku{
  display: block;
  width: auto;
  padding: 15px 50px;
  background-color: ;
  border-right: 2px solid #fff;
  font-size: 16px;
  color: ;
  font-weight: bold;
  line-height: 1.5;
  text-align: inherit;
}
p.kaisetsu{
  width: auto;
  margin: 0;
  padding: 15px 30px;
  background: ;
  font-size: 16px;
  color: #660099;
  font-weight: bold;
  line-height: 1.5;
}
p.tobimasu{
  width: 75%;
  margin: 0;
  padding: 15px 30px;
  font-size: 15px;
  color: #660099;
  font-weight: bold;
  line-height: 1.5;
}
p.tobimasu a{
  display: block;
}



/* 分類メニュー 各解説ページにおける  */
.setsumei{
   margin: 20px 0 -20px 0;
   color: #330033;
   text-align: center;
}

/* category jump */
ul.category_jump{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 98%;
  margin: 0px auto 20px;
}
/* 容器が楕円 */
li.category{
  width: 110px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  margin: 15px 15px 0 0;
  padding: 0;
  background-color: #000;
  font-size: 17px;
  text-align: center;
  border: solid 1px #330066;
  box-shadow: 10px 10px 15px -10px;
}
/* 容器が四角
li.category{
  width: auto;
  margin: 15px 15px 0 0;
  padding: 10px 25px 10px;
  background: #000;
  font-size: 20px;
  text-align: center;
  border: solid 1px #330066;
  box-shadow: 10px 10px 15px -10px;
}
*/
li.category a{
  color: #fff;
}


/* 各カテゴリー名 */
h3.category{
  width: 100%;
  padding: 15px 0 15px 0;
  margin: 0 0 5px 0;
  background: #660099;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  border-top: solid 1.5px #7fbfff;
  border-bottom: solid 1px #7fbfff;
  box-shadow: 10px 10px 15px -10px;
}
h3.category a{
  color: #fff;
}


/* each item with colored background*/
ul.all_jump_bg{
  display: flex;
  width: 100%;
  margin: 0px 0 0px 0px;
  padding: 0 40px 0 70px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.9;
}

li.all_jump_catch{
  width: 31%;
  padding: 7px 15px 4px 20px;
  line-height: 1.6;
  border-bottom: solid 1px #663399;
}
li.all_jump_title{
  width: 47%;
  padding: 7px 10px 4px 10px;
  background-color: #e5f2ff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: solid 1px #663399;
}
li.all_jump_title a{
  display: block;
  color: #003366;
}
li.all_jump_title a:hover{
  color: #000;
  background: #fff;
}
li.palestina{
  background-color: #c1c1ff;
}



/* li.all_jump_ratings　は　★評価の有無 */
li.all_jump_ratings{
  width: 3%;
  padding: 7px 0px 6px 0px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #663399;
}
li.all_jump_year{
  width: 35%;
  padding: 7px 0px 4px 0;
  line-height: 1.6;
  border-bottom: solid 1px #663399;
}



/* ページ先頭へ戻る　固有　*/
.return_pagetop{
  border-top: solid 1px #purple;
}

/* 各カテゴリーTOPへ戻る　*/
h4.return_category_top{
  width: 100%;
  padding: 15px 0;
  margin: 10px 0 10px 0px;
  background: #000;
  font-size: 18px;
  text-align: center;
  box-shadow: 10px 10px 15px -10px;
}
h4.return_category_top a{
  display: block;
  color: #fff;
}
h3.movies_category a{
  display: block;
  color: #543f32;
  text-decoration: none;
}
h3.movies_category a:hover{
  color: #543f32;
}
