@charset "utf-8";

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


/* movies_00_whatsnew.htmlで使うcss */
h3.shinchaku{
  background-color: lightpink;
  padding: 15px 20px;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
h3.shinchaku a{
  color: #000;
}

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

/* リンク・ベルト　afghanistan */
h3.afghanistan{
  background-color: #666666;
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
h3.afghanistan a{
  color: #fff;
}


/*  最近の映画へ跳ぶ、みました！へ跳ぶ、アクセサリ画像　*/
.links{
  margin: 0 0 0px 0;
}
.link00{
  position: relative;
  margin: 0 20px 10px;
  padding: 0;
}
.image{
  margin:0;
}
.image img{
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  line-height: 300px;
  margin: 10px auto;
}
h4.link_heading{
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
h4.link_heading a{
  font-size: 26px;
  font-weight: bold;
}
.link01,.link02{
  position: absolute;
  top: 60px;
  left: 80px;
  background-color: rgba(255,255,255,0.6);
  width: 60%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.4
}


/*「検索ができます」*/
.frame{
  width: 100%;
  background-color: #ffffcc;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 20px #000;
}
p.kensaku{
  width: 100%;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
  color: ;
  line-height: 1.5;
}
p.kaisetsu{
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
}
p.tobimasu{
  display: none;
}


/*  "映画リスト"　*/
h3.title{
  width: 100%;
  margin: -5px 0 0 0;
  padding: 5px 0;
  background: #000;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}



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


/* カテゴリーの各タイトル  */
h3.category{
  padding: 15px 0;
  margin: 10px 0 10px 0;
  background: gray;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-top: solid 4px #ffffcc;
}
h3.category a{
  color: #fff;
}

/* --------  */
ul.all_jump_bg{
  width: 92%;
  margin: 10px 0 0px 20px;
  padding: 4px 0;
  border-bottom: solid 1px #000;
  font-size: 16px;
  color: #663300;
  line-height: 1.3;
}
ul.all_jump_bg a{
  color: #663300;
  text-decoration: none;
}
ul.all_jump_bg a:hover{
  color: green;
}
li.all_jump_title{
  padding: 2px 10px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}
li.all_jump_title a{
  color: #000;
}
li.all_jump_title a:hover{
  color: green;
  background: #f4fff4;
}
li.palestina{
  background-color: #c1c1ff;
}

/* 各カテゴリーのTOPへもどる　 */
h4.return_category_top{
  padding: 10px 0;
  margin: 10px 0 0 0;
  background: gray;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
h4.return_category_top a{
  color: #fff;
}
h4.return_category_top a:hover{
  color: #000;
}

.return_pagetop{
  background-color: #6699ff;
  padding: 10px 0;
  margin: 0px 0 0 0;
  border-top: solid 1px red;
  border-bottom: solid 1px #6699ff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.return_pagetop a:hover{
  color: #000;
}
