@charset "UTF-8";
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

#header {
  position: relative;
  margin: 0 auto;
}
#header #hobo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -64px;
  width: 128px;
  height: 30px;
}
#header #hobo img {
  width: 100%;
}
#header h1 {
  width: 960px;
  height: 465px;
  margin: 0 auto 60px;
}
#header h1 img {
  width: 100%;
}
#header #people {
  width: 880px;
  height: 110px;
  margin: 60px auto 80px;
}
#header #people img {
  width: 100%;
}

#contentHeader {
  width: auto;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#contentHeader #yodogawa {
  margin-left: 40px;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  text-align: left;
}
#contentHeader #yodogawa .photo {
  width: 400px;
  margin: 20px 0;
}
#contentHeader #yodogawa .photo img {
  width: 100%;
}
#contentHeader #toc {
  position: static;
  width: 400px;
  margin-left: 520px;
  right: auto;
  bottom: auto;
  text-align: left;
}
#contentHeader #toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentHeader #toc li {
  width: auto;
  height: auto;
  overflow: hidden;
  text-align: left;
  margin-top: 15px;
  border-bottom: 1px solid #E6E6E6;
}
#contentHeader #toc li:first-child {
  margin-top: 0;
}
#contentHeader #toc li:before {
  display: block;
  float: left;
  width: 52px;
  height: 44px;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
#contentHeader #toc li.n1 {
  color: #ABCBC4;
}
#contentHeader #toc li.n1:before {
  content: " ";
  background-image: url("../images/n1.png");
}
#contentHeader #toc li.n2 {
  color: #FF4300;
}
#contentHeader #toc li.n2:before {
  content: " ";
  background-image: url("../images/n2.png");
}
#contentHeader #toc li.n3 {
  color: #FF4300;
}
#contentHeader #toc li.n3:before {
  content: " ";
  background-image: url("../images/n3.png");
}
#contentHeader #toc li.n4 {
  color: #FF4300;
}
#contentHeader #toc li.n4:before {
  content: " ";
  background-image: url("../images/n4.png");
}
#contentHeader #toc li.n5 {
  color: #FF4300;
}
#contentHeader #toc li.n5:before {
  content: " ";
  background-image: url("../images/n5.png");
}
#contentHeader #toc li.n6 {
  color: #FF4300;
}
#contentHeader #toc li.n6:before {
  content: " ";
  background-image: url("../images/n6.png");
}
#contentHeader #toc li.n7 {
  color: #7C8EB2;
}
#contentHeader #toc li.n7:before {
  content: " ";
  background-image: url("../images/n7.png");
}
#contentHeader #toc li.n8 {
  color: #7C8EB2;
}
#contentHeader #toc li.n8:before {
  content: " ";
  background-image: url("../images/n8.png");
}
#contentHeader #toc li.n9 {
  color: #7C8EB2;
}
#contentHeader #toc li.n9:before {
  content: " ";
  background-image: url("../images/n9.png");
}
#contentHeader #toc li.n10 {
  color: #7C8EB2;
}
#contentHeader #toc li.n10:before {
  content: " ";
  background-image: url("../images/n10.png");
}
#contentHeader #toc li.n11 {
  color: #7C8EB2;
}
#contentHeader #toc li.n11:before {
  content: " ";
  background-image: url("../images/n11.png");
}
#contentHeader #toc li a {
  color: inherit;
}
#contentHeader #toc li a span {
  display: block;
  position: static;
  margin-top: 0;
  margin-left: 60px;
  right: auto;
  top: auto;
  font-size: 14px;
  line-height: 1em;
  color: inherit;
}
#contentHeader #toc li a span + span {
  margin-top: 5px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#contentHeader #toc li a span + span + span {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 10px;
  font-weight: normal;
  color: #999;
}
#contentHeader #toc li.current {
  border-bottom: 1px solid #FF4300;
}
#contentHeader #toc li.current a {
  cursor: default;
}
#contentHeader #toc li.off {
  border-bottom: 1px solid transparent;
}
#contentHeader #toc li.off:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#contentHeader #toc li.off a {
  cursor: default;
}
#contentHeader #toc li.off a span {
  color: #808080;
}
#contentHeader #toc li.off a span + span {
  font-weight: normal;
  color: #000;
}
#contentHeader #toc li.off a span + span + span {
  color: #999;
}
#contentHeader #toc p {
  margin: 0;
}

.opc2 .current a:hover,
.opc2 .off a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#profileButton {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 400px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}
#profileButton a {
  display: block;
}
#profileButton a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#profile {
  display: none;
  width: auto;
  height: auto;
  padding: 40px;
  overflow: hidden;
}
#profile .photo {
  width: 400px;
  height: 220px;
}
#profile .photo img {
  width: 100%;
}
#profile h2, #profile p {
  margin-left: 440px;
  text-align: left;
}
#profile h2 {
  font-size: 18px;
}
#profile p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

#contents {
  padding-top: 40px;
}
#contents h2 {
  margin-left: 80px;
  width: 814px;
  height: 74px;
}
#contents h2 img {
  width: 100%;
}
#contents .quote {
  margin: 60px auto;
  padding-left: 60px;
  background: url(../images/double_quote_left.png) no-repeat left top;
  -webkit-background-size: 52px 40px;
          background-size: 52px 40px;
  font-weight: bold;
  color: #7C8EB2;
}
#contents .quote:after {
  content: " ";
  display: block;
  float: right;
  width: 52px;
  height: 40px;
  margin-top: -40px;
  background: url(../images/double_quote_right.png) no-repeat left top;
  -webkit-background-size: 52px 40px;
  background-size: 52px 40px;
}
#contents .quote .from {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
#contents .content {
  width: 560px;
  margin-left: 280px;
  padding: 0 0 0 39px;
  border-left: 1px solid #ABCBC4;
  text-align: left;
}
#contents .content h3 {
  border-bottom: 1px solid #ABCBC4;
  margin: 80px auto 0.5em;
  padding-bottom: 1em;
  height: 18px;
}
#contents .content h3 img {
  height: 100%;
}
#contents .content h4 {
  margin: 0.5em auto;
  font-size: 16px;
  line-height: 1.5em;
}
#contents .content h4 span {
  font-size: 14px;
}
#contents .content .book .photo {
  float: left;
  margin: 0;
  width: 120px;
}
#contents .content .book .photo img {
  width: 100%;
}
#contents .content .book h4, #contents .content .book p {
  margin-left: 160px;
}
#contents .content .book h4 {
  margin-bottom: 0;
}
#contents .content .book h4 + p {
  margin-top: 0;
}
#contents .content .book p {
  font-size: 14px;
}
#contents .content .continue {
  margin-bottom: 0;
}
#contents .content .collaborate {
  float: right;
  margin: 40px 0;
  font-size: 12px;
  line-height: 1em;
  color: #999;
}
#contents .content .date {
  text-align: left;
  font-family: "Lucida Console", Monaco, monospace;
  color: #999;
}

#navi {
  width: auto;
  height: auto;
  margin-left: 320px;
}
#navi:before {
  content: none;
  width: auto;
  height: auto;
  display: inline;
  vertical-align: middle;
}
#navi ul {
  display: block;
  text-align: left;
}
#navi ul li {
  margin-left: 75px;
  margin-right: 0;
  padding: 0;
}
#navi ul li:first-child {
  margin-left: 0;
}
#navi ul li a {
  display: block;
  height: 40px;
}
#navi ul li a img {
  height: 100%;
}

#footer {
  background: transparent;
  width: auto;
  margin: 40px 0 0 0;
  padding: 0 0 100px 280px;
}
#footer ul {
  text-align: left;
  width: 560px;
}
#footer ul li {
  padding: 0 0 0 40px;
  margin: 20px auto;
}
#footer ul li:first-child {
  padding: 0;
}
#footer .share h3 {
  height: 17px;
  border-bottom: 1px solid #ABCBC4;
  margin: 80px auto 0.5em;
  padding-bottom: 1em;
  text-align: left;
}
#footer .share h3 img {
  height: 100%;
}
#footer .share ul li {
  width: 50px;
  margin-top: 0;
}
#footer .share ul li img {
  width: 100%;
}
#footer .share ul li.line {
  display: none;
}
#footer .copyright {
  margin: 40px 0 0 0;
  padding: 0;
  line-height: 1em;
  text-align: left;
}

.conv {
  width: 560px;
}
.conv dl:first-child dt, .conv dl:first-child dd {
  padding-top: 0;
}
.conv dt.talker0, .conv dd.talker0 {
  color: #000000;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #000000;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #000000;
}
.conv dt {
  width: 100px;
}
.conv dt.talker1 {
  color: #7C8EB2;
}
.conv dd {
  padding-top: 2em;
  vertical-align: middle;
  color: #000;
}
.conv dd.center {
  text-align: center;
}

/*------------------------------------------------------------------------------
 * 
 * for mobile device
 * 
 *----------------------------------------------------------------------------*/

@media only screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  #wrapper {
    width: 304px;
    margin: 0 auto;
    text-align: center;
  }

  #header h1 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #header #hobo {
    margin-left: -32px;
    width: 64px;
    height: 15px;
  }

  #contentHeader {
    margin-bottom: 20px;
  }
  #contentHeader #yodogawa {
    float: none;
    margin-left: 0px;
    font-size: 16px;
    padding-bottom: 20px;
  }
  #contentHeader #yodogawa .photo {
    width: 100%;
  }
  #contentHeader #toc {
    width: 304px;
    margin-left: 0px;
    padding-bottom: 100px;
  }
  #contentHeader #toc ol {
    width: 100%;
  }
  #contentHeader #toc li {
    width: 100%;
  }
  #contentHeader #toc li:before {
    width: 26px;
    height: 22px;
  }
  #contentHeader #toc li.n1 a span + span {
    letter-spacing: -0.5px;
  }
  #contentHeader #toc li.n1 a span + span + span {
    letter-spacing: 0;
  }
  #contentHeader #toc li a span {
    margin-left: 28px;
  }
  #contentHeader #toc li a span + span {
    clear: left;
    font-size: 14px;
    margin-top: 5px;
  }

  #profileButton {
    position: absolute;
    left: 0;
    width: 304px;
    height: 61px;
  }
  #profileButton a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #profile {
    display: none;
    width: auto;
    padding: 0;
  }
  #profile .photo {
    float: none;
    width: 100%;
    height: auto;
  }
  #profile h2, #profile p {
    margin-left: 0;
  }
  #profile h2 {
    margin-top: 20px;
  }

  #contents {
    padding-top: 20px;
  }
  #contents h2 {
    margin-left: 0px;
    width: 304px;
    height: auto;
  }
  #contents .quote {
    margin: 0px auto;
    padding: 40px 0;
  }
  #contents .quote:after {
    margin-top: 0px;
  }
  #contents .content {
    width: 100%;
    margin: 40px auto;
    padding: 0;
    border-left: 0 none;
  }
  #contents .content .book .photo {
    float: none;
    margin: 0 auto;
  }
  #contents .content .book h4, #contents .content .book p {
    margin-left: 0px;
  }
  #contents .content .book p {
    margin-bottom: 1em;
  }
  #contents .content .collaborate {
    float: none;
  }
  #contents .photo img {
    width: 100%;
  }
  #contents .conv {
    width: 304px;
  }
  #contents .conv dl, #contents .conv dt, #contents .conv dd {
    display: block;
  }
  #contents .conv dt {
    padding: 0;
  }
  #contents .conv dd {
    margin: 0;
    padding-top: 0.5em;
  }
  #contents .conv .photo {
    width: 100%;
  }
  #contents .conv .photo img {
    width: 100%;
  }

  #navi {
    margin-left: 0;
  }
  #navi ul {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
  }
  #navi ul li {
    margin-left: 0;
  }
  #navi ul li:first-child {
    margin-right: 90px;
  }
  #navi ul li:first-child + li {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
  }

  #footer {
    width: auto;
    margin: 40px 0 0 0;
    padding: 0 0 100px 0px;
  }
  #footer ul {
    text-align: center;
    width: 100%;
  }
  #footer .share ul li {
    padding-left: 30px;
  }
  #footer .share ul li.line {
    display: inline-block;
  }
  #footer .share ul li:first-child {
    padding-left: 0;
  }
  #footer .copyright {
    text-align: center;
  }
}
