@charset "utf-8";

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

h1.page_title{
  margin-top: -20px;
}

/* 下のリストの題名をクリックすると、解説が読めます　*/
p.click_kaisetsu{
  padding: 10px 8px 10px 15px;
  font-size: 1em;
  color: #330033;
  line-height: 1.4;
}

/* 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: 60px;
  border-radius: 50%;
  line-height: 20px;
  margin: 15px 15px 0 0;
  padding: 13px 0 0 0;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: solid 1px #330066;
  box-shadow: 10px 10px 15px -10px;
}
li.category a{
  color: #fff;
  font-weight: normal;
}



/* 全本リスト　と　各本へのジャンプ*/
section.all_jump{
  width: 100%;
  border-top: solid 3px #543f32;
  border-bottom: solid 3px #543f32;
}
h3.books_category{
  padding: 10px 0;
  margin: 0px 0 10px 0;
  background: #fff4ea;
  font-size: 1.5em;
  text-align: center;
  border-top: solid 3px #543f32;
}
ul.all_jump_top{
  width: 92%;
  margin: 0px 0 20px 15px;
  padding: 4px 0;
  font-size: 1.1em;
  color: #663300;
  list-style: none;
}
ul.all_jump_top a{
  color: #663300;
  text-decoration: none;
}
ul.all_jump_top a:hover{
  color: green;
}
ul.all_jump{
  width: 92%;
  margin: 0px 0 0px 15px;
  padding: 4px 0;
  font-size: 1.1em;
  color: #663300;
  line-height: 1.4;
  list-style: none;
  border-top: dotted 1px #543f32;
}
/*
li.all_jump_bunrui{
  width: 11%;;
}
li.all_jump_catch{
  display: inline-block;
  vertical-align: top;
  width: 29%;
}
li.all_jump_title{
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 0 0;
  width: 35%;
}
li.all_jump_year{
  display: inline-block;
  vertical-align: top;
  width: 17%;
}
*/

li.all_jump_title a{
  color: #330066;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
li.all_jump_title a:hover{
  color: green;
  background: #f4fff4;
}


/* 中村一成の本の映画リスト  */
ul.all_jump_nakamura{
  width: 92%;
  margin: 0px 0 0px 15px;
  padding: 8px 0;
  font-size: 1.1em;
  color: #663300;
  line-height: 1.5;
  list-style-type: none;
  border-top: dotted 1px #543f32;
}
li.all_jump_nakamura_bunrui{
  width: 11%;;
}
li.all_jump_nakamura_catch{
  width: 100%;
}
li.all_jump_nakamura_title{
    width: 100%;
  padding: 0 30px 0 0;
}
li.all_jump_nakamura_year{
  width: 100%;
}

li.all_jump_nakamura_title a{
  color: #330066;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
li.all_jump_nakamura_title a:hover{
  color: green;
  background: #f4fff4;
}



/* カテゴリー選択に戻る　*/
.return_category_toplist{
  width: 60%;
  margin: 10px 0 10px 15px;
}
.return_category_toplist img{
  width: 100%;
}



/*セクション　映画の中身 始まり */
/*カテゴリー未分類　各映画 */
section.each_book{
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3;
  padding: 0px 0;
  border-top: solid 4px #996633;
}
.book_pic img{
  width: 30%;
  padding: 30px 0 20px 130px;
}
.book_title{
  padding: 0px 10px 0px 20px;
  font-size: 1.3em;
  color: #ff0066;
  font-weight: bold;
}
.author{
  padding: 0px 0px 0px 20px;
  font-weight: bold;
}
p.contents{
  width: 92%;
  padding: 0px 5px 0px 20px;
  margin: 15px 0 0 0;
}


/* ページトップの全映画リストに戻る　*/
.return_booklist{
  width: 70%;
  margin: 10px 0 10px 60px;
}
.return_booklist img{
  width: 100%;
}

/* カテゴリー選択に戻る　*/
.return_category{
  width: 80%;
  margin: 10px 0 10px 40px;
}
.return_category img{
  width: 100%;
}



/* カテゴリー　 */
h2.books_category{
  color: #000;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin: 20px 0 0 0;
  background: #eaeaff;
}

/* 清水氏の前置き */
p.notes{
  width: 90%;
  padding: 0px 0 0 20px;
  font-size: 1em;
  line-height: 1.5;
}
span.notes{
  font-size: 1.1em;
  font-weight: bold;
}


/* 移民難民のリストトップへ戻る　*/
p.setsumei_imin{
  padding: 0 0 0 10px;
  margin: 10px 0 10px 10px;
}




/*  先頭へマーク */
.top{
  clear: both;
  width: 25%;
  padding: 20px 0;
  text-align: center;
  margin: -10px 150px 0px 150px;
}
.top img{
  width: 100%;
}

/* 区切り線なし above footer */
hr.above_footer{
  display: none;
}

/* フッター */
footer{
  width: 100%;
  height: 80px;
  background-color: #2d2d2d;
}
p.m_to_form{
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-style: normal;
  padding: 15px 0 20px 15px;
  margin: 0;
}
p.m_to_form a{
  color: #fff;
  text-decoration: none;
}
p.m_to_form a:hover{
  color: #ffcccc;
}
.copyright{
  color: #fff;
  font-size: 0.7em;
  text-align: right;
  margin: -10px 10px 20px 20px;
}

/* android対応 */
.android #greeting  p{
  padding: 0 20px;
}
.android #hum{
  position: absolute;
  top: 7px;
  left: 4px;
}
.android .menu-trigger{
  width: 55px;
}
.android #left{
  width: 300px;
}
.android #experience img{
  float: left;
  margin: 0 0 10px 5px;
  width: 93px;
}
.android #diary{
  float: left;
  width: 110px;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 5px;
}
.android #member{
  float: left;
  width: 110px;
  margin-left: 10px;
  padding: 10px 5px;
}
