@charset "UTF-8";

/* ============================================================
 s-papers
============================================================ */

/*sideListBlock*/
aside .sideListBlock {
  background: #e5e8eb;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
aside .sideListBlock .tit {
  margin: 0;
  padding: 30px 0;
  background: #6699cc;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
aside .sideListBlock ul {
  overflow: hidden;
  margin: 0;
  padding: 0 0 30px;
}
aside .sideListBlock ul li {
  list-style: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
aside .sideListBlock ul li + li {
  margin-top: 2px;
}
aside .sideListBlock ul li:nth-child(4) {
  /* margin-top: 10px; */
}
aside .sideListBlock ul li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  color: #69C;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fff 60%);
  background-image: -moz-linear-gradient(bottom, #f5f5f5, #fff 60%);
  background-image: linear-gradient(to top, #f5f5f5, #fff 60%);
}
aside .sideListBlock ul li a:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 10px;
  left: 20px;
  font-weight: normal;
  font-size: 12px;
}
aside .sideListBlock ul li a:hover {
  background-image: -webkit-linear-gradient(bottom, #fff, #f5f5f5 60%);
  background-image: -moz-linear-gradient(bottom, #fff, #f5f5f5 60%);
  background-image: linear-gradient(to top, #fff, #f5f5f5 60%);
}

/*sideListBlock relation*/
aside .sideListBlock.relation {
  background: #f1f1f1;
}
aside .sideListBlock.relation .tit {
  padding: 20px 0;
  background: #999;
}
aside .sideListBlock.relation ul {
  padding: 20px;
}
aside .sideListBlock.relation ul li {
  -webkit-box-shadow: none;
  box-shadow: none;
}
aside .sideListBlock.relation ul li + li {
  margin-top: 0.5em;
}
aside .sideListBlock.relation ul li a {
  position: relative;
  padding: 0 0 0 1em;
  background: none;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
aside .sideListBlock.relation ul li a:after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  content: "・";
}
aside .sideListBlock.relation ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 737px) {
  /*sideListBlock*/
  aside .sideListBlock {
    margin: 0 -10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  }
  aside .sideListBlock .tit {
    margin: 0;
    padding: 30px 0;
    font-size: 18px;
  }
  aside .sideListBlock ul li {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  }
  aside .sideListBlock ul li + li {
    margin-top: 2px;
  }
  aside .sideListBlock ul li a {
    padding: 10px 10px 10px 30px;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fff 60%);
    background-image: -moz-linear-gradient(bottom, #f5f5f5, #fff 60%);
    background-image: linear-gradient(to top, #f5f5f5, #fff 60%);
  }
  /*sideListBlock relation*/
  #content aside .sideListBlock.relation {
    margin-top: 40px;
  }
  aside .sideListBlock.relation ul {
    padding: 20px 10px;
  }
  aside .sideListBlock.relation ul li + li {
    margin-top: 0.8em;
  }
  aside .sideListBlock.relation ul li a {
    font-size: 14px;
  }
}

#list #main ul {
  margin: 0;
  padding: 0;
}

/*item*/
#main .item {
  padding: 36px;
  list-style: none;
  margin: 0 0 2em 0;
}
#main .item + .item {
  margin-top: 10px;
}
#main .item .hd {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  font-weight: bold;
}
#main .item .hd .new {
  margin-left: 1em;
  color: #cc3399;
}
#main .item .hd .tag {
  float: right;
  width: 120px;
  text-align: center;
  border: 1px solid #86aed5;
  font-size: 12px;
  color: #86AED5;
}
#main .item .hd .tag a {
  color: #86AED5;
}
#main .item .tit {
  margin: 20px 0 0;
  font-size: 20px;
  color: #cc3399;
  font-weight: bold;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
#main .item .tit a {
  color: #cc3399;
}
#main .item .note {
  margin-top: 5px;
  font-size: 12px;
}
#main .item p {
  word-wrap : break-word;
  overflow-wrap : break-word;
}
#main .item .btnDeco01 {
  margin: 0 auto;
  width: 220px;
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 737px) {
  #main .item {
    padding: 25px 15px;
  }
  #main .item + .item {
    margin-top: 30px;
  }
  #main .item .hd {
    padding-bottom: 18px;
  }
  #main .item .hd .tag {
    width: 110px;
  }
  #main .item .tit {
    margin: 18px 0 0;
    font-size: 17px;
  }
  #main .item .note {
    font-size: 10px;
  }
  #main .item .txt {
    /*
    overflow: hidden;
    height: 6em;
    */
  }
}

/*pager*/
#wrap #main .pager {
  padding: 0;
  margin: 50px 0 28px 0;
  text-align: center;
  letter-spacing: -4em;
}
#main .pager li {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 45px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: solid 1px #eee;
  background-image: -webkit-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: -moz-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: linear-gradient(to top, #ddd, #fff 60%);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  list-style: none;
  letter-spacing: normal;
}
#main .pager li a {
  display: block;
  padding: 10px 0;
}
#detail #main .pager li {
  margin: 0 10px;
}
#main .pager li.next,
#main .pager li.prev {
  width: 90px;
}
#list #main .pager li.next {
  margin-left: 10px;
}
#list #main .pager li.prev {
  margin-left: 10px;
}
#list #main .pager li.next a {
  padding-right: 24px;
}
#list #main .pager li.prev a {
  padding-left: 24px;
}
#detail #main .pager li.next,
#detail #main .pager li.prev {
  width: 160px;
}
#main .pager li.next a:after,
#main .pager li.prev a:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  line-height: 10px;
  font-weight: normal;
}
#main .pager li.prev a:after {
  left: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main .pager li.next a:after {
  right: 20px;
}
#list #main .pager li.current a {
  background-image: -webkit-linear-gradient(bottom, #ca3a98, #a71372 60%);
  background-image: -moz-linear-gradient(bottom, #ca3a98, #a71372 60%);
  background-image: linear-gradient(to top, #ca3a98, #a71372 60%);
  color: #fff;
}
#main .pager li:hover {
  background-image: -webkit-linear-gradient(bottom, #fff, #ddd 60%);
  background-image: -moz-linear-gradient(bottom, #fff, #ddd 60%);
  background-image: linear-gradient(to top, #fff, #ddd 60%);
}
@media screen and (max-width: 737px) {
  #wrap #main .pager {
    margin: 30px auto 0;
  }
  #main .pager li {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .pager li a {
    display: block;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .pager li.next,
  #main .pager li.prev {
    float: left;
    display: block;
    width: 33.3333%;
  }
  #main .pager li.next {
    float: right;
  }
  #list #main .pager li.next,
  #list #main .pager li.prev {
    margin: 0;
  }
  #list #main .pager li.next a {
    padding-right: 15px;
  }
  #list #main .pager li.prev a {
    padding-left: 15px;
  }
  #detail #main .pager li {
    margin: 0;
  }
  #detail #main .pager li.next,
  #detail #main .pager li.prev {
    width: 48%;
  }
  #main .pager li.spElement {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 10px 0;
    border: none;
    background: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
}

/* s-papers
------------------------------------------------------------ */
.f_s-papers .mainBlock {
  background: url(../img/detail/main_s-papers_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 737px) {
  .f_s-papers .mainBlock {
    background: url(../img/detail/main_s-papers_bg_sp.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#main .ref-number, #main .upper-letter { font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#main .italic { font-style: italic; padding: 0 0.25em; }

#main .references { margin: 2em 0;}
#main .references-title {
  font-weight: bold;
  margin: 0 0 1em 0;}

#main ol.references-list {
  padding:0 0 0 0em;
  margin:0;
}

#main ol.references-list li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin: 0 0 0.5em 0;
}
#main ol.references-list li:before {
  display: marker;
  content: counter(cnt) ") ";
}
#main ol.references-list li a { color: #568DC4; }

/* report
------------------------------------------------------------ */
.f_report .mainBlock {
  background: url(../img/detail/main_report_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.f_report #main .item .tit {
  padding-bottom: 10px;
}
.f_report #detail #main .item .tit {
  margin-top: 0;
  border-bottom: 2px solid #eee;
}
.f_report #main .item .note {
  margin-top: 10px;
}
.f_report #main .item .tableArea {
  padding: 30px;
  background: #f7f7f7;
}
.f_report #main .item .tableArea dt {
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
}
.f_report #main .item .tableArea dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 2px solid #ddd;
  color: #178efd;
}
.f_report #main .item .tableArea dd a {
  color: #178efd;
  text-decoration: underline;
}
.f_report #main .item .tableArea dd.current {
  font-weight: bold;
}
.f_report #main .item .tableArea dd.future {
  color: #999;
}
.f_report #main .item .tableArea dd .new {
  margin-left: 1em;
  color: #cc3399;
}
.f_report #main .item h3 {
  clear: both;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  font-size: 18px;
  text-indent: -4em;
  padding-left: 4em;
}
.f_report #main .item h4 {
  clear: both;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  text-indent: -2em;
  padding-left: 2em;
}
.f_report #main .item p img {
  float: right;
  padding: 0 0 10px 10px;
}
@media screen and (max-width: 737px) {
  .f_report .mainBlock {
    background: url(../img/detail/main_report_bg_sp.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .f_report #main .item .note {
    margin-top: 15px;
  }
  .f_report #main .item .tableArea {
    padding: 20px;
  }
  .f_report #main .item h3 {
    font-size: 14px;
  }
}

.f_report #main .author { text-align: right;}
.f_report #main .author .affiliation {}
.f_report #main .author .name { font-size: 16px;
  font-weight: bold;
}

/*
.f_report #main .new { margin: 0 0.5em; padding: 0 0.25em; background: #f00; color: #fff !important; }
*/

.f_report #main .pic150x150 { height: 150px; }

#main .item .about-tit {
  margin: 20px 0 0;
  font-size: 20px;
  color: #cc3399;
  text-align: center;
  font-weight: bold;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

#main .item h3.about-note {
  margin: 1em 0 0.5em 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#main .item .about-note {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#main .item .about-note-footer {
  text-align: right;
}

#main .item .staff-list-box {
  width: 75%;
  margin: 0 auto 2em auto;
  background: #eee;
  padding: 1em;
}

#main .item .staff-list-box dl {
  width:450px;
}

#main .item .staff-list-box dt {
  float:left;
  clear:left;
  width:100px;
  margin: 0 0 0 1em;
}

#main .item .staff-list-box dd {
  float:left;
  margin: 0;
}

@media screen and (max-width: 737px) {

  #main .item .staff-list-box {
    width: 90%;
    margin: 0 auto 2em auto;
    background: #eee;
    padding: 1em;
  }

  #main .item .staff-list-box dl {
    width:100%;
  }

  #main .item .staff-list-box dt {
    float:none;
    clear:left;
    width:95%;
    margin: 0 0 0 1em;
  }

  #main .item .staff-list-box dd {
    float:none;
    width: 95%;
    margin: 0 0 0.5em 1em;
  }

}





