@charset "UTF-8";
/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Layout
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  .layout {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }

  /* ==== Backgraund === */
  #wrap {
    border-top: 3px solid #98CF37;
    border-bottom: 1px solid #aaa;
    background: url(../images/common/wrap_bg.jpg) top center #fff;
    box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.2); }

  /* ==== Header === */
  #hd {
    height: 90px;
    position: relative; }

  /* ==== Navigation === */
  #nav {
    width: 100%;
    overflow: hidden; }
    #nav li {
      float: left;
      width: 100%;
      border: 1px solid #E0E0E0; }
      #nav li.sys a {
        padding: 5px 0 5px 30px; }
      #nav li a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 15px 0px 15px 30px;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
        background: url(../images/common/nav_bg.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1, #D3D3D3), color-stop(0, #F2F2F2));
        background: url(../images/common/nav_bg.png) 10px center no-repeat, -webkit-linear-gradient(#F2F2F2, #D3D3D3);
        background: url(../images/common/nav_bg.png) 10px center no-repeat, linear-gradient(#F2F2F2, #D3D3D3);
        border: 1px solid rgba(255, 255, 255, 0.8);
        -webkit-transition: All 0.5s ease;
        transition: All 0.5s ease;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
        #nav li a:hover {
          color: #fff;
          text-shadow: 1px 1px 2px black;
          background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1, #98CF37), color-stop(0, #cce79d));
          background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#cce79d, #98CF37);
          background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#cce79d, #98CF37); }

  .current {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
    background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1, #98CF37), color-stop(0, #cce79d)) !important;
    background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#cce79d, #98CF37) !important;
    background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#cce79d, #98CF37) !important; }

  #nav li:nth-child(n+11) {
    float: left;
    margin-bottom: 4px;
    width: 100%;
    border: none;
    line-height: 0; }
    #nav li:nth-child(n+11) a {
      display: block;
      line-height: 20px;
      width: 100%;
      text-shadow: none;
      text-decoration: none;
      color: #000;
      font-weight: normal;
      padding: 15px 0 15px 30px;
      border: 1px solid #98CF37;
      border-radius: 3px;
      background: url(../images/common/bnr_bg.png) 8px center no-repeat #fff;
      -webkit-transition: All 0.5s ease;
      transition: All 0.5s ease; }
  #nav li:nth-child(n+12) a:hover {
    color: #fff;
    background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #98CF37; }
  #nav li:nth-child(12) {
    margin-top: 20px; }

  #menu {
    display: none; }

  /* ==== Content === */
  #con_bg {
    background: url(../images/common/con_bg.jpg) repeat-x top center; }

  #side {
    width: 23%;
    float: left;
    margin-top: 20px; }

  #main {
    width: 75%;
    max-width: 720px;
    float: right;
    margin-top: 20px; }
    #main ol {
      padding: 5px 0px 5px 25px; }
    #main ul {
      padding: 5px 0px 5px 25px;
      list-style-type: disc; }
    #main ol li, #main ul li {
      padding: 5px 0px; }
    #main table {
      margin: 10px 0px; }
      #main table p {
        text-indent: 0; }
      #main table th, #main table td {
        padding: 5px; }
    #main .e_table {
      width: 100%;
      margin-left: 30px; }
      #main .e_table th {
        padding: 5px; }
      #main .e_table td {
        vertical-align: top;
        padding: 5px; }
        #main .e_table td:first-child {
          width: 20%; }
    #main img {
      max-width: 100%; }
    #main a img {
      display: inline-block;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
      #main a img:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }

  /* ol,ul */
  /* table */
  /* img */
  .shrink:focus, .shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  #main p {
    text-indent: 1em; }
    #main p.none_indent {
      text-indent: 0; }
  #main .workshop table p {
    text-indent: 0;
    text-align: center; }

  .img_box {
    display: flex;
    justify-content: space-between; }

  .research_img_box {
    display: flex;
    justify-content: center; }
    .research_img_box p {
      width: 30%; }

  .img_box > figure {
    width: calc((100% - 1rem) / 2); }
    .img_box > figure figcaption {
      margin-top: 0.5rem; }

  /* ==== Footer === */
  #ft {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    background: #98CF37; }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  Head
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  h1 {
    position: absolute;
    top: 10px;
    left: 0px;
    line-height: 1em;
    width: 80%; }
    h1 a {
      color: #000 !important;
      text-shadow: 1px 1px 2px white;
      text-decoration: none;
      width: 90%; }
    h1 span {
      display: block;
      font-size: 0.65em;
      padding-top: 10px; }

  h2 {
    color: #fff;
    border: 1px solid #98CF37;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0px 0px 5px black, 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 80px;
    padding: 0.9em 0 0.0em 0.5em;
    background: url(../images/i_img.jpg); }

  .system h2 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    padding: 1em;
    border: 1px solid #E0E0E0;
    background: -webkit-linear-gradient(#F2F2F2, #D3D3D3);
    background: linear-gradient(#F2F2F2, #D3D3D3);
    text-shadow: none;
    color: #000;
    font-weight: 600;
    text-align: center; }
  .system .btn {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center; }
    .system .btn a {
      padding: 10px 30px;
      background: #385BCE;
      color: #fff;
      border-radius: 20px;
      text-decoration: none; }

  #sidenav h2 {
    color: #fff;
    border: 1px solid #98CF37;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    text-shadow: 1px 2px 0px black, 2px 2px 2px rgba(255, 255, 255, 0.5);
    background: url(../images/nav_bag.png) top center #98CF37; }

  h3 {
    margin: 0.8em 0 0.4em 0em;
    font-size: 1.4em;
    font-weight: normal;
    height: auto;
    padding: 0.6em 0 0.4em 0.4em;
    border: 1px solid #E0E0E0;
    background: -webkit-linear-gradient(#F2F2F2, #D3D3D3);
    background: linear-gradient(#F2F2F2, #D3D3D3); }
    h3:before {
      content: "■";
      color: #98CF37;
      margin-right: 10px; }
    h3.blu:before {
      content: "■";
      color: #32CBCD;
      margin-right: 10px; }
    h3.ore:before {
      content: "■";
      color: #FF6E00;
      margin-right: 10px; }
    h3.pur:before {
      content: "■";
      color: #AE37CF;
      margin-right: 10px; }
    h3.gre:before {
      content: "■";
      color: #37CF3A;
      margin-right: 10px; }

  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0.0em 0 0.0em 0.4em;
    border-left: 5px double #98CF37;
    margin: 0.6em 0 0.4em 0; }

  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none; }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  Original
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  #hd img {
    height: 70px;
    width: auto;
    margin-right: 10px;
    float: left; }

  /* ==== Index === */
  #en {
    clear: both; }

  #ja a, #en a {
    float: right;
    display: block;
    padding: 3px 20px;
    height: 30px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0 1px #777 inset;
    margin: 7px 0 0 7px;
    border-radius: 4px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); }

  #ja a:hover, #en a:hover {
    background: #98CF37;
    color: #fff;
    text-shadow: 1px 1px 1px #000; }

  #i_img {
    background: #98CF37;
    padding: 20px 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    clear: both; }
    #i_img img {
      width: 960px;
      display: block;
      margin: 0 auto; }

  #i_main {
    width: 75%;
    max-width: 720px;
    float: right;
    margin-top: 20px; }

  #i_news {
    height: 300px;
    overflow: auto;
    border: none; }
    #i_news table td {
      vertical-align: top;
      font-size: 0.8em;
      padding: 10px; }
    #i_news table tr {
      border-bottom: 1px dotted #CCC; }
    #i_news table td.date {
      width: 190px;
      background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
      padding-left: 20px; }

  #bnr {
    margin-top: 20px;
    width: 100%;
    max-width: 220px;
    float: right; }
    #bnr li {
      float: left;
      margin-bottom: 4px;
      width: 100%; }
      #bnr li a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #000;
        padding: 15px 0 15px 30px;
        border: 1px solid #98CF37;
        border-radius: 3px;
        background: url(../images/common/bnr_bg.png) 8px center no-repeat;
        -webkit-transition: All 0.5s ease;
        transition: All 0.5s ease; }
        #bnr li a:hover {
          color: #fff;
          background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #98CF37; }

  .photo_box {
    display: flex;
    justify-content: space-around; }
    .photo_box img {
      margin: 15px; }

  .img_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .img_box img {
      margin: 15px;
      max-height: 200px;
      width: auto; }
    .img_box figcaption {
      text-align: center; }

  /*----pagetop----*/
  #page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%; }
    #page-top a {
      background: #98CF37;
      border: #fff 1px solid;
      text-decoration: none;
      color: #fff;
      width: 120px;
      padding: 20px 0;
      text-align: center;
      display: block;
      border-radius: 5px; }
      #page-top a:hover {
        text-decoration: none; }

  .event:after {
    content: "イベント";
    background: #FF6500;
    color: #fff;
    padding: 1px 4px;
    margin-left: 1em; }

  .news:after {
    content: "お知らせ";
    background: #009899;
    color: #fff;
    padding: 1px 4px;
    margin-left: 1em; }

  .activity:after {
    content: "活動報告";
    background: #20A600;
    color: #fff;
    padding: 1px 4px;
    margin-left: 1em; }

  .staff {
    overflow: hidden; }
    .staff ul {
      border-bottom: 1px dotted #CCC;
      margin-bottom: 20px;
      overflow: hidden; }
    .staff li {
      text-indent: -6em;
      margin-left: 4em;
      list-style: none;
      width: 510px; }
    .staff img {
      float: right; }

  .accordion h3 {
    cursor: pointer; }
    .accordion h3:hover {
      opacity: 0.8; }
    .accordion h3:before {
      display: none; }

  .english {
    display: none; }

  .publications_box {
    width: 400px;
    height: auto;
    margin: 0 auto; }

  .publications_box02 {
    width: 600px;
    height: auto;
    margin: 0 auto; }

  .table_pabulications_box {
    width: 720px; }

  .event_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 0 !important; }
    .event_list li {
      width: calc(100% / 3 - 20px);
      margin: 0 10px 10px;
      list-style: none;
      text-align: center; }
      .event_list li img {
        padding: 0 0 10px; }

  .photo01 {
    width: 512px;
    margin: 0 auto; }

  .photo_flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    .photo_flex img {
      margin: 2px;
      max-width: 250px; }

  .sm-1-div, .sm-2-div {
    display: block;
    float: left;
    padding: 0px 2px; }

  .sm-1-div {
    width: 100%; }

  .sm-2-div {
    width: 50%; } }
@media only screen and (min-width: 769px) {
  .bg-1-div {
    width: 100%; }

  .bg-2-div {
    width: 50%; } }
#main .no_indent li p {
  text-indent: 0em !important; }

/*----------------------------------------------------------------------------******************************************************************************?X?}?[?g?t?H??******************************************************************************----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  Layout
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  body {
    display: flex;
    flex-flow: column;
    min-height: 100vh; }

  .layout {
    width: 100%;
    overflow: hidden; }

  /* ==== Backgraund === */
  #wrap {
    background: #fff;
    border-top: 3px solid #98CF37; }

  /* ==== Header === */
  #hd {
    height: 110px;
    position: relative; }

  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0px;
    width: 80%;
    right: -80%;
    height: 100%;
    z-index: 100;
    overflow-x: none;
    overflow-y: auto;
    font-size: 16px;
    background: #333;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #222; }
    #nav ul {
      display: block;
      margin: 0 0 15px;
      padding: 0;
      border-top: 1px solid #1a1a1a;
      border-bottom: 1px solid #4d4d4d; }
      #nav ul li {
        display: block;
        margin: 0;
        border-top: 1px solid #4d4d4d;
        border-bottom: 1px solid #1a1a1a; }
        #nav ul li img {
          max-width: 100%;
          margin: 0 auto;
          padding: 10px 0; }
        #nav ul li:hover {
          border-top: none; }
          #nav ul li:hover > a {
            box-shadow: inset 0 0 15px 3px #222; }
        #nav ul li a {
          padding: 10px 15px;
          display: block;
          text-decoration: none;
          color: #fff;
          text-shadow: 2px 2px 0 black; }
        #nav ul li ul {
          border-bottom: none;
          margin: 0; }
          #nav ul li ul li {
            line-height: 40px;
            font-size: 13px; }
            #nav ul li ul li:last-child {
              border-bottom: none; }
    #nav li:nth-child(n+12) a {
      background: url(../images/common/bnr_bg_hover.png) 18px center no-repeat;
      padding-left: 40px; }

  #menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000; }

  .bnr_sp {
    line-height: 1.2em;
    margin: 5px 0; }

  /* ==== Content === */
  #con_bg {
    flex: 1; }

  #sidenav {
    width: 220px;
    float: left;
    margin-top: 20px;
    border: 1px solid #98CF37;
    display: none; }

  #main {
    width: 100%;
    margin-top: 20px; }
    #main ol {
      padding: 5px 0px 5px 25px; }
    #main ul {
      padding: 5px 0px 5px 25px;
      list-style-type: disc; }
    #main ol li, #main ul li {
      padding: 5px 0px; }
    #main table {
      margin: 10px 0px; }
      #main table th, #main table td {
        padding: 5px; }
    #main img {
      max-width: 100%;
      display: block;
      margin: 5px auto;
      float: none; }
    #main a img {
      display: inline-block;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
      #main a img:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }

  /* ol,ul */
  /* table */
  /* img */
  .shrink:focus, .shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  /* ==== Footer === */
  #ft {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    background: #98CF37; }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  Head
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  h1 {
    position: absolute;
    top: 45px;
    left: 1%;
    font-size: 1.8em;
    line-height: 1.1em;
    width: 90%; }
    h1 a {
      color: #000 !important;
      text-decoration: none; }
    h1 span {
      display: block;
      font-size: 0.6em;
      line-height: 1.4em; }

  h2 {
    color: #fff;
    border: 1px solid #98CF37;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0px 0px 5px black, 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 80px;
    padding: 0.9em 0 0 0.5em;
    background: url(../images/i_img.jpg); }

  .system h2 {
    margin: 0;
    font-size: 19px;
    font-weight: normal;
    height: auto;
    padding: 1em;
    border: 1px solid #E0E0E0;
    background: -webkit-linear-gradient(#F2F2F2, #D3D3D3);
    background: linear-gradient(#F2F2F2, #D3D3D3);
    text-shadow: none;
    color: #000;
    font-weight: 600;
    text-align: center; }
  .system .btn {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center; }
    .system .btn a {
      padding: 10px 30px;
      background: #385BCE;
      color: #fff;
      border-radius: 20px;
      text-decoration: none; }

  #sidenav h2 {
    color: #fff;
    border: 1px solid #98CF37;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    text-shadow: 1px 2px 0px black, 2px 2px 2px rgba(255, 255, 255, 0.5);
    background: url(../images/nav_bag.png) top center #98CF37; }

  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: normal;
    height: auto;
    padding: 0.5em 0 0.4em 0.4em;
    border: 1px solid #E0E0E0;
    background: -webkit-linear-gradient(#F2F2F2, #D3D3D3);
    background: linear-gradient(#F2F2F2, #D3D3D3); }
    h3:before {
      content: "■";
      color: #98CF37;
      margin-right: 10px; }
    h3.blu:before {
      content: "■";
      color: #32CBCD;
      margin-right: 10px; }
    h3.ore:before {
      content: "■";
      color: #FF6E00;
      margin-right: 10px; }
    h3.pur:before {
      content: "■";
      color: #AE37CF;
      margin-right: 10px; }
    h3.gre:before {
      content: "■";
      color: #37CF3A;
      margin-right: 10px; }

  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0.0em 0 0.0em 0.4em;
    border-left: 5px double #98CF37;
    margin: 0.6em 0 0.4em 0; }

  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none; }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  Original
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  #hd img {
    float: left;
    width: 15%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 15px; }

  #en {
    clear: both; }

  #ja {
    clear: both; }
    #ja a {
      display: block;
      float: left;
      width: 6em;
      padding: 4px;
      height: 34px;
      line-height: 30px;
      color: #333;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 0 1px #777 inset;
      margin: -4px 8px 0 5px;
      border-radius: 4px;
      background: #fff;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
      background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); }

  #en a {
    display: block;
    float: left;
    width: 6em;
    padding: 4px;
    height: 34px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 1px #777 inset;
    margin: -4px 8px 0 5px;
    border-radius: 4px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); }

  #main .e_table {
    width: 100%; }
    #main .e_table td:first-child {
      width: 30%; }

  /* ==== Index === */
  #i_img {
    clear: both;
    margin-top: 10px; }
    #i_img img {
      width: 100%; }

  #i_main {
    width: 100%;
    margin-top: 20px; }

  #i_news {
    height: 240px;
    overflow: auto;
    border: none;
    margin-bottom: 50px; }
    #i_news table td {
      vertical-align: top;
      padding: 10px;
      display: block; }
    #i_news table tr {
      border-bottom: 1px dotted #CCC; }
    #i_news table td.date {
      background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
      padding-left: 20px;
      padding-bottom: 0; }

  /*----pagetop----*/
  #page-top {
    width: 100%; }
    #page-top a {
      background: #666;
      border: none;
      text-decoration: none;
      color: #fff;
      width: 100%;
      padding: 20px 0;
      text-align: center;
      display: block; }
      #page-top a:hover {
        text-decoration: none; }

  .event:before {
    content: "イベント";
    background: #FF6500;
    color: #fff;
    padding: 1px 4px;
    margin-right: .8em; }

  .news:before {
    content: "お知らせ";
    background: #009899;
    color: #fff;
    padding: 1px 4px;
    margin-right: .8em; }

  .activity:before {
    content: "活動報告";
    background: #20A600;
    color: #fff;
    padding: 1px 4px;
    margin-right: .8em; }

  .photo_box a:only-child {
    display: flex; }

  .staff {
    overflow: hidden; }
    .staff ul {
      border-bottom: 1px dotted #CCC;
      margin-bottom: 20px; }
    .staff li {
      text-indent: -6em;
      margin-left: 4em;
      list-style: none; }

  .event_list {
    margin: 0 0 10px;
    padding: 0 !important; }
    .event_list li {
      width: 96%;
      margin: 0 auto;
      list-style: none;
      text-align: center; }
      .event_list li img {
        padding: 0 0 5px; }

  .accordion h3 {
    cursor: pointer; }

  #en, #ja {
    display: none; }

  .table_publications_box {
    overflow: scroll; }
    .table_publications_box table {
      width: 720px; }

  .research_img_box p {
    width: 60%;
    margin: 0 auto; }

  #main .no_indent li p {
    text-indent: 0em !important; } }
@media screen and (max-width: 480px) {
  #hd img {
    float: left;
    width: 15%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 22px; }

  h1 {
    position: absolute;
    top: 40px;
    left: 1%;
    font-size: 1.5em;
    line-height: 1.1em;
    width: 85%; }

  #en, #ja {
    display: none; } }
