@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
.history-head {
  background: url(/wp/wp-content/uploads/img/history/bg_head.jpg) right top no-repeat;
  background-size: cover;
  padding: 0 0 30px 0;
}
.history-head p {
  margin: 0 0 20px 0;
}
.history-head dl {
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
}
.history-head dt {
  font-weight: bold;
}

.history-section {
  padding: 25px 0 0;
  color: #fff;
  background: #453c2a;
}
.history-section h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 10px 0;
}
.history-section h2 span {
  display: inline-block;
  margin: 10px 0 15px;
}
.history-section h2 span a {
  font-family: initial;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  display: block;
  font-weight: bold;
  border: solid 1px #fff;
  border-radius: 3px;
  padding: 10px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+50,f3f3f3+50,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 50%, #f3f3f3 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 50%, #f3f3f3 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 50%, #f3f3f3 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
.history-section .theme {
  margin: 0 0 30px 0;
}
.history-section .theme dt {
  font-weight: bold;
}
.history-section .theme dd::before {
  content: "■";
  margin-right: 2px;
}
.history-section .theme dd:nth-of-type(1)::before {
  color: #ff7979;
}
.history-section .theme dd:nth-of-type(2)::before {
  color: #ff9000;
}
.history-section .theme dd:nth-of-type(3)::before {
  color: #11aae9;
}

#timeline {
  width: 100%;
  height: 760px;
  overflow: hidden;
  margin: 40px auto 0;
  position: relative;
  background: url(/wp/wp-content/uploads/img/history/dot.gif) 8px top repeat-y, url(/wp/wp-content/uploads/img/history/bg_history.jpg) center top no-repeat;
  background-size: 2px,cover;
}
#timeline .yearly-box {
  margin: 60px 0 0 0;
}
#timeline .yearly-contents {
  display: none;
}
#timeline #issues h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#timeline .research-theme dt {
  font-size: 14px;
  font-size: 1.4rem;
}
#timeline .research-theme dd {
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -12px;
  margin: 0 0 1px 12px;
}
#timeline .research-theme dd.end {
  color: #11aae9;
}
#timeline .research-theme dd::before {
  content: "■";
  margin: 0 2px 0 0;
}
#timeline .research-theme dd a::after {
  content: "\f138";
  font-family: fontawesome;
  margin: 0 0 0 2px;
}
#timeline .research-theme dd.end::before,
#timeline .research-theme dd.end::after {
  color: #11aae9;
}
#timeline .research-theme dd.project::before,
#timeline .research-theme dd.project::after {
  color: #ff9000;
}
#timeline .research-theme dd.program::before,
#timeline .research-theme dd.program::after {
  color: #ff7979;
}
#timeline .research-theme .end,
#timeline .research-theme .end a {
  color: #11aae9;
}
#timeline .research-theme .project,
#timeline .research-theme .project a {
  color: #ff9000;
}
#timeline .research-theme .program,
#timeline .research-theme .program a {
  color: #ff7979;
}
#timeline #dates {
  width: 24%;
  height: 600px;
  overflow: hidden;
  float: left;
  font-family: Georgia, serif;
  margin: 0 0 0 5px;
}
#timeline #dates li {
  list-style: none;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 10px;
  background: url(/wp/wp-content/uploads/img/history/biggerdot.png) 2px center no-repeat;
  background-size: 4px;
}
#timeline #dates a {
  color: #ffffcc;
  line-height: 38px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
#timeline #dates a:hover,
#timeline #dates a.selected {
  color: #ffcc00;
  font-size: 24px;
  font-size: 2.4rem;
}
#timeline #issues {
  width: 72%;
  height: 760px;
  overflow: hidden;
  float: left;
}
#timeline #issues > li {
  width: 100%;
  height: 760px;
  list-style: none;
  display: inline-block;
}
#timeline #issues > li .yearly-fig {
  margin: 0 auto;
  width: 220px;
}
#timeline #grad_top,
#timeline #grad_bottom {
  width: 100%;
  height: 100px;
  position: absolute;
}
#timeline #grad_top {
  top: 0;
  background: url(/wp/wp-content/uploads/img/history/grad_top.png) repeat-x;
}
#timeline #grad_bottom {
  bottom: 0;
  background: url(/wp/wp-content/uploads/img/history/grad_bottom.png) repeat-x;
}
#timeline #next,
#timeline #prev {
  position: absolute;
  left: 55%;
  font-size: 70px;
  font-size: 7rem;
  width: 38px;
  height: 22px;
  background-position: 0 -44px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#timeline #next:hover,
#timeline #prev:hover {
  background-position: 0 0;
}
#timeline #next {
  bottom: 20px;
  background-image: url(/wp/wp-content/uploads/img/history/next_v.png);
}
#timeline #prev {
  top: 0;
  background-image: url(/wp/wp-content/uploads/img/history/prev_v.png);
}
#timeline #next.disabled,
#timeline #prev.disabled {
  opacity: 0.2;
}
#timeline .researcher-name {
  margin: 0 0 5px 14px;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .history-head {
    padding: 0 0 50px 0;
  }
  .history-head dd {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .history-section {
    padding: 40px 0 0;
  }
  .history-section h2 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 10px 0;
  }
  .history-section h2 span {
    margin: 0 0 0 20px;
    vertical-align: text-top;
  }
  .history-section .theme {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    padding: 2px 0 2px 10px;
    margin: 0 0 20px 0;
  }
  .history-section .theme dt {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 5px 0 0;
  }
  .history-section .theme dd {
    float: left;
    margin: 2px 0 0 7px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #timeline {
    width: 100%;
    height: 610px;
    margin: 0 auto;
    background: url(/wp/wp-content/uploads/img/history/dot.gif) left 67px repeat-x, url(/wp/wp-content/uploads/img/history/bg_history.jpg) center no-repeat;
    background-size: 2px,cover;
    padding: 20px 0;
  }
  #timeline #grad_top,
  #timeline #grad_bottom {
    display: none;
  }
  #timeline .yearly-box {
    margin: 30px 55px 0 60px;
  }
  #timeline #issues h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
  }
  #timeline .half-box {
    float: left;
    width: 60%;
  }
  #timeline .research-theme dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-indent: -14px;
    margin: 0 0 0 14px;
  }
  #timeline #dates {
    width: 800px;
    height: 60px;
  }
  #timeline #dates li {
    float: left;
    width: 120px;
    height: 50px;
    text-align: center;
    background: url(/wp/wp-content/uploads/img/history/biggerdot.png) center bottom no-repeat;
    background-size: 4px;
    line-height: inherit;
    padding: 0;
  }
  #timeline #dates a:hover,
  #timeline #dates a.selected {
    font-size: 30px;
    font-size: 3rem;
  }
  #timeline #issues {
    width: 800px;
    height: 520px;
  }
  #timeline #issues > li {
    width: 800px;
    height: 520px;
    list-style: none;
    float: left;
  }
  #timeline #issues > li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  #timeline #issues > li img {
    float: left;
    margin: 10px 30px 10px 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  #timeline #issues > li .yearly-fig {
    width: 200px;
    margin-left: 10px;
  }
  #timeline #issues > li[id="1978"] p {
    width: 183px;
  }
  #timeline #grad_left,
  #timeline #grad_right {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #timeline #grad_left {
    left: 0;
    background: url(/wp/wp-content/uploads/img/history/grad_left.png) repeat-y;
  }
  #timeline #grad_right {
    right: 0;
    background: url(/wp/wp-content/uploads/img/history/grad_right.png) repeat-y;
  }
  #timeline #next,
  #timeline #prev {
    top: 0;
    top: 170px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
  }
  #timeline #next:hover,
  #timeline #prev:hover {
    background-position: 0 -76px;
  }
  #timeline #next {
    left: inherit;
    right: 15px;
    background-image: url(/wp/wp-content/uploads/img/history/next.png);
  }
  #timeline #prev {
    left: 15px;
    background-image: url(/wp/wp-content/uploads/img/history/prev.png);
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  .history-head {
    background: url(/wp/wp-content/uploads/img/history/bg_head.jpg) left bottom no-repeat;
    background-size: cover;
  }
  .history-head p {
    margin: 0 0 40px 0;
  }
  .history-head dl {
    width: 50%;
    float: right;
    padding: 0;
    background: inherit;
  }

  .history-section h2 {
    font-size: 40px;
    font-size: 4rem;
    margin: 0 0 20px 0;
  }
  .history-section .theme {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    padding: 5px 0 4px 20px;
  }
  .history-section .theme dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 15px 0 0;
  }
  .history-section .theme dd {
    margin: 2px 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #timeline #issues h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #timeline .yearly-box {
    margin: 30px 0 0 90px;
  }
  #timeline .half-box {
    width: 63%;
  }
  #timeline #issues > li {
    width: 1000px;
  }
  #timeline #issues > li .yearly-fig {
    width: 274px;
  }
  #timeline #issues > li[id="1978"] p {
    width: 183px;
  }
}
/* print
---------------------------------------------------*/
@media print {
  .history-head {
    padding: 0 0 50px 0;
  }
  .history-head dd {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .history-section {
    padding: 40px 0 0;
  }
  .history-section h2 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 10px 0;
  }
  .history-section h2 span {
    margin: 0 0 0 20px;
    vertical-align: text-top;
  }
  .history-section .theme {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    padding: 2px 0 2px 10px;
    margin: 0 0 20px 0;
  }
  .history-section .theme dt {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 5px 0 0;
  }
  .history-section .theme dd {
    float: left;
    margin: 2px 0 0 7px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #timeline {
    width: 100%;
    height: 610px;
    margin: 0 auto;
    background: url(/wp/wp-content/uploads/img/history/dot.gif) left 67px repeat-x, url(/wp/wp-content/uploads/img/history/bg_history.jpg) center no-repeat;
    background-size: 2px,cover;
    padding: 20px 0;
  }
  #timeline #grad_top,
  #timeline #grad_bottom {
    display: none;
  }
  #timeline .yearly-box {
    margin: 30px 55px 0 60px;
  }
  #timeline #issues h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
  }
  #timeline .half-box {
    float: left;
    width: 60%;
  }
  #timeline .research-theme dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-indent: -14px;
    margin: 0 0 0 14px;
  }
  #timeline #dates {
    width: 800px;
    height: 60px;
  }
  #timeline #dates li {
    float: left;
    width: 120px;
    height: 50px;
    text-align: center;
    background: url(/wp/wp-content/uploads/img/history/biggerdot.png) center bottom no-repeat;
    background-size: 4px;
    line-height: inherit;
    padding: 0;
  }
  #timeline #dates a:hover,
  #timeline #dates a.selected {
    font-size: 30px;
    font-size: 3rem;
  }
  #timeline #issues {
    width: 800px;
    height: 520px;
  }
  #timeline #issues > li {
    width: 800px;
    height: 520px;
    list-style: none;
    float: left;
  }
  #timeline #issues > li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  #timeline #issues > li img {
    float: left;
    margin: 10px 30px 10px 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  #timeline #issues > li .yearly-fig {
    width: 200px;
    margin-left: 10px;
  }
  #timeline #issues > li[id="1978"] p {
    width: 183px;
  }
  #timeline #grad_left,
  #timeline #grad_right {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #timeline #grad_left {
    left: 0;
    background: url(/wp/wp-content/uploads/img/history/grad_left.png) repeat-y;
  }
  #timeline #grad_right {
    right: 0;
    background: url(/wp/wp-content/uploads/img/history/grad_right.png) repeat-y;
  }
  #timeline #next,
  #timeline #prev {
    top: 0;
    top: 170px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
  }
  #timeline #next:hover,
  #timeline #prev:hover {
    background-position: 0 -76px;
  }
  #timeline #next {
    left: inherit;
    right: 15px;
    background-image: url(/wp/wp-content/uploads/img/history/next.png);
  }
  #timeline #prev {
    left: 15px;
    background-image: url(/wp/wp-content/uploads/img/history/prev.png);
  }
}
