@charset "utf-8";

/* page title */
h1.page_title{
}
h3.sub_title{
    width: 100%;
    margin: 0;
    padding: 10px 0 7px 0;
    background: #636363;
    border-top: solid 1px red;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

/* jump menu */
ul.jump{
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 10px 10px 0px 10px;
}
ul.jump > li {/*親階層のみ幅を25%にする*/
    width: ;
}
ul.jump li {
    margin: 0px 0 0 0;
    padding: 10px 15px;
    font-size: 16px;
    text-shadow: 1px 1px 3px #808080;
    text-align: center;
}
.jump li a{
  color: #000;
}
.jump li a:hover{
  color: ;
}
/* area title */
h3.area{
  width: ;
  padding: 10px 0 10px 0;
  margin: 10px 10px 0 10px;
  background: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.column{
  width: 100%;
  margin: 0;
  padding: 0;
}
.item_frame{
  width: 92%;
  margin: 15px 20px 0 20px;
  padding: 10px 0px 10px 10px;
  border-left: solid 1px red;
  border-top: solid 1px red;
  font-size: 13px;
  color: #000;
}
.name{
  padding: 0px 10px 10px 10px;
  font-size: 17px;""
  font-weight: bold;
  text-shadow: 1px 1px 3px #808080;
}
.name a{
  color: #000;
}
.name a:hover{
  color: ;
}
.thoughts{
  padding: 5px 10px 0 10px;
  font-size: 14px;
  line-height: 1.6;
}
.thoughts a{
  color: red;
}
hr.line_red{
  border-top: dashed 2px red;
}


/* 関連映画などへリンク */
p.links02{
  margin: 0px 0 0 0;
  color: red;
  font-size: 12px;
  line-height: 1.5;
}
p.links02 a{
  color: red;
  font-size: 12px;
  line-height: 1.5;
}


/* return フレーム　*/
.return{
  display: flex;
  justify-content: space-between;
  margin: 0px 0 0 ;
}

/* ページトップへもどる　*/
p.return_to_top{
  width: auto;
  margin: 15px 10px 0px 0;
  padding: 5px 15px;
  background-color: #d3cbc6;
}
p.return_to_top a{
  font-size: 13px;
  text-align: center;
}
/* Museumリンク集へもどる　*/
p.return_to_museumhtml{
  width: auto;
  margin: 15px 0px 0px 0;
  padding: 5px 15px;
  background-color: #e4d2d8;
}
p.return_to_museumhtml a{
  font-size: 13px;
  text-align: center;
}

/* page bottom --- return to museum list　*/
h4.return_to_museumlist{
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  margin: 0 0 5px 0;
  background: #d3cbc6;
  font-size: 16px;
  text-align: center;
  border-top: solid 1px red;
  border-bottom: solid 1px #543f32;
  box-shadow: 10px 10px 15px -10px;
}
