@charset "UTF-8";

/* -------------------page layout —————————*/

div#contentBoxIndex {
  width: 96%;
  margin: 0 auto;
  padding: 80px 0px 0px 0px; /* 上部スペース調整 */
  display: flex;
}

/* サイドメニュー幅・上部スペース調整 */

div#subBoxWrap {
  width: 142px;
  border: none 1px #333;
}

div#subBox {
  display: block;
  width: 130px;
  margin: 0px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #efefef;
  border-radius: 10px;
  border: solid 1px #ccc;
  position: sticky;
  top: 80px;
  z-index: 1;
}

#mainBox img {
  border: none;
} /* ホームのみ枠線オフ */

h1 {
  width: 100%;
  padding-left: 0rem;
  margin-bottom: 1.5rem;
}

h2 img#mark {
  height: 18px;
  width: auto;
  border: none;
  vertical-align: text-bottom;
}

#borderline {
  margin: 20px 0;
  padding: 0;
  border: none 1px #888;
  display: block;
  text-align: center;
  height: auto;
  width: 100%;
  overflow: hidden;
}
#borderline img {
  border: none 1px #333;
  width: 100%;
  height: 100%;
  max-width: 560px;
}

div#abstract {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.5em;
  text-indent: 0em;
  margin: 20px 15% 40px 15%;
}

/* -------------------link menu —————————*/
div#linkmenu {
  padding: 5px 5px 25px 5px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  border: none 1px #991;
}
div#linkBox {
  flex: 1;
}

#linkmenu p {
  text-indent: 0em;
}
#linkmenu ul {
  margin: 0 5px;
  padding-left: 0;
  text-indent: 0em;
  border: none 1px #991;
}
#linkmenu li {
  padding: 2px 0;
  margin: 0 0 0 1em;
  list-style: square outside;
  text-indent: 0em;
  border: none 1px #333;
}

/* ---- profile -------------------------------------*/

div#Profile {
  display: block;
  float: left;
  margin: 10px 20px 20px 0px;
  padding: 18px;
  width: 102px;
  height: 245px;
  border: 1px solid #999;
  text-align: center;
}
div#Profile img {
  border: 1px solid #333;
  padding: 0px;
}
div#Profile p {
  font-size: 0.7rem;
  padding: 0;
  text-indent: 0;
  line-height: 1.2em;
  text-align: left;
  margin-top: 0.5em;
}

div#BooksBox {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  border: none 1px #333;
}

div#BooksBox .fig {
  margin: 5px 15px;
  padding: 0px;
  width: 110px;
  height: 200px;
  border: none 1px #333;
  text-align: center;
}

div#BooksBox img {
  border: 1px solid #333;
  margin: 0px;
  padding: 0px;
}
div#BooksBox p {
  font-size: 0.7rem;
  padding: 0;
  text-indent: 0;
  line-height: 1em;
  text-align: left;
  margin-top: 0.2em;
}

/* -------------article box (50%) —————————*/

div#workIndex {
  display: flex;
  flex-wrap: wrap;
}

div#leftBox {
  flex: 1;
  max-width: 560px;
  min-width: 400px;
  border: none 1px #333;
}
div#rightBox {
  flex: 1;
}

/* -------------------article list menu —————————*/

div.TitleBox {
  width: 100%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  text-indent: 0.5em;
  outline: none 1px #ccc;
}

a.TitleText {
  height: 50px;
  font-size: 1.12rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
  margin: 0;
  padding: 8px 0;
  word-break: keep-all;
  display: block;
  width: 95%;
  border: none 1px red;
}

a.TitleTextLong {
  height: 50px;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  margin: 0;
  padding: 8px 0;
  word-break: keep-all;
  display: block;
  width: 95%;
  border: none 1px red;

}

#workIndex a:hover {
  text-decoration: none;
  color: #984e53;
}


.workIndexsmall {
  font-size: 0.8rem;
  color: #666;
  text-decoration: none;
}
.workIndexsmall2 {
  font-size: 0.94rem;
  color: #666;
  text-decoration: none;
}

div.TitleLeft {
  width: 25px;
  height: 68px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(../images/index-titleLeft.png) left no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
}

.title1 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title1.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title2 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title2.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title3 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title3.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title4 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title4.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title5 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title5.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}

.title6 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title6.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title7 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title7.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title8 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title8.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title9 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title9.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title10 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title10.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}

.title11 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title11.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title12 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title12.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title13 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title13.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title14 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title14.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title15 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title15.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}

.title16 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title16.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title17 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title17.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title18 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title18.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title19 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title19.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title20 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title20.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}

.title21 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title21.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title22 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title22.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title23 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title23.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title24 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title24.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title25 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title25.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title26 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title26.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title27 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title27.png) right no-repeat;
  position: relative;
  top: -68px;
  left: 25px;
}
.title28 {
  width: 90%;
  height: 68px;
  margin: 0px;
  padding: 0px;
  max-width: 480px;
  min-width: 375px;
  overflow: hidden;
  background: url(../images/index-title28.png) right no-repeat;;
  position: relative;
  top: -68px;
  left: 25px;
}

div.TitleNoteBox {
  width: 84%;
  height: 78px;
  margin-left: 26px;
  padding: 0;
  text-indent: 0em;
  max-width: 460px;
  min-width: 364px;
  line-height: 1.5em;
  border: none 1px #333;
  font-size: 0.75rem;
  color: #555;
}

div.TitleNoteBox a{
  text-decoration: none;
  color: #157;
}
div.TitleNoteBox a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #984e53;
}
div.TitleNoteBox a:visited {
  text-decoration: none;
  color: #536;
}

/* -------------------news-update auto scrollbar box —————————*/

div#flame {
  margin: 20px 0px;
  padding: 1%;
  width: 98%;
  height: 180px;
  overflow: auto;
  border: 1px dotted #111;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #333;
}
.newstitle {
  color: #555;
  font-weight: bold;
  border-bottom: #666 solid 1px;
  font-size: 0.85rem;
  margin: 0px 0px 8px 0px;
}

.newsdate {
  color: #406d57;
  font-weight: bold;
  font-size: 0.8rem;
}
