@charset "UTF-8";
html.is-voting {
  position: relative;
}
html.is-voting .vote-dialog-wrap {
  display: block;
}
html.is-voting .vote-dialog-wrap:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
html body {
  font-size: 83%;
}
html body #NR-nav {
  border-bottom: none;
}
html body #NR-nav #NR-nav-main {
  background-color: #cc3333;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-nav #NR-nav-main {
    background-color: #ffffff;
  }
}
html body #NR-nav #NR-nav-main ul#NR-nav-main-in {
  width: 1004px;
}
html body #NR-nav #NR-nav-main ul#NR-nav-main-in li.current {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 0.2em 0.2em 0 0;
}
html body #NR-nav #NR-nav-main ul#NR-nav-main-in li.current a {
  color: #000000;
}
html body .nav-pager-area {
  margin-bottom:2em;
  text-align: center;
}
html body .nav-pager-area ol li {
  display: inline-block;
  margin: 1em 0.4em 1em;
}
html body .nav-pager-area ol li a {
  border-radius: 0.25em;
  color: #000000;
  display: inline-block;
  font-size: 1.2em;
  line-height: 2.5em;
  width: 2.5em;
}
html body .nav-pager-area ol li a:hover {
  text-decoration: none;
}
html body .nav-pager-area ol li.page a, html body .nav-pager-area ol li.prev a, html body .nav-pager-area ol li.next a {
  background-color: #fcfaf3;
  color: #000000;
}
html body .nav-pager-area ol li.page a:hover, html body .nav-pager-area ol li.prev a:hover, html body .nav-pager-area ol li.next a:hover {
  background-color: #f5ebc9;
}
html body .nav-pager-area ol li.current a {
  background-color: #e2b133;
  color: #ffffff !important;
}
@media screen and (max-width: 599px) {
  html body .nav-pager-area {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  html body .nav-pager-area ol li {
    margin: 1em 0.3em 1em;
  }
}
html body .category-color-1 {
  background-color: #e9af00;
}
html body .category-color-2 {
  background-color: #4ec1a7;
}
html body .category-color-3 {
  background-color: #76b4e0;
}
html body .category-color-4 {
  background-color: #cc9c79;
}
html body .category-color-5 {
  background-color: #6c825c;
}
html body .category-color-6 {
  background-color: #e487bc;
}
html body .category-color-7 {
  background-color: #9d8fbc;
}
html body .category-color-8 {
  background-color: #488dbe;
}
html body .category-color-9 {
  background-color: #147b9d;
}
html body .category-color-10 {
  background-color: #3d9866;
}
html body .category-color-11 {
  background-color: #75c177;
}
html body .category-color-12 {
  background-color: #8d7d6c;
}
html body .category-color-13 {
  background-color: #f2718a;
}
html body .category-color-14 {
  background-color: #ef9d5a;
}
html body .category-color-15 {
  background-color: #ea8b8b;
}
html body .category-color-16 {
  background-color: #145b78;
}
html body #ranking-category {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-top: 3px;
}
html body #ranking-category ul {
  display: flex;
  margin: 0 auto;
  max-width: 1004px;
}
@media screen and (max-width: 599px) {
  html body #ranking-category ul {
    border-bottom: none;
  }
}
html body #ranking-category ul li {
  flex: 1;
  margin-right: 3px;
  opacity: 0.7;
  text-align: center;
}
html body #ranking-category ul li:hover {
  opacity: 1;
}
html body #ranking-category ul li.current {
  opacity: 1;
}
html body #ranking-category ul li.current a {
  font-weight: bold;
  padding-bottom: 13px;
}
html body #ranking-category ul li.current a span {
  font-weight: bold;
}
html body #ranking-category ul li.column-category-1 {
  border-bottom: 3px solid #e9af00;
}
html body #ranking-category ul li.column-category-1.current {
  border-bottom: 5px solid #e9af00;
}
html body #ranking-category ul li.column-category-2 {
  border-bottom: 3px solid #4ec1a7;
}
html body #ranking-category ul li.column-category-2.current {
  border-bottom: 5px solid #4ec1a7;
}
html body #ranking-category ul li.column-category-3 {
  border-bottom: 3px solid #76b4e0;
}
html body #ranking-category ul li.column-category-3.current {
  border-bottom: 5px solid #76b4e0;
}
html body #ranking-category ul li.column-category-4 {
  border-bottom: 3px solid #cc9c79;
}
html body #ranking-category ul li.column-category-4.current {
  border-bottom: 5px solid #cc9c79;
}
html body #ranking-category ul li.column-category-5 {
  border-bottom: 3px solid #6c825c;
}
html body #ranking-category ul li.column-category-5.current {
  border-bottom: 5px solid #6c825c;
}
html body #ranking-category ul li.column-category-6 {
  border-bottom: 3px solid #e487bc;
}
html body #ranking-category ul li.column-category-6.current {
  border-bottom: 5px solid #e487bc;
}
html body #ranking-category ul li.column-category-7 {
  border-bottom: 3px solid #9d8fbc;
}
html body #ranking-category ul li.column-category-7.current {
  border-bottom: 5px solid #9d8fbc;
}
html body #ranking-category ul li.column-category-8 {
  border-bottom: 3px solid #488dbe;
}
html body #ranking-category ul li.column-category-8.current {
  border-bottom: 5px solid #488dbe;
}
html body #ranking-category ul li.column-category-9 {
  border-bottom: 3px solid #147b9d;
}
html body #ranking-category ul li.column-category-9.current {
  border-bottom: 5px solid #147b9d;
}
html body #ranking-category ul li.column-category-10 {
  border-bottom: 3px solid #3d9866;
}
html body #ranking-category ul li.column-category-10.current {
  border-bottom: 5px solid #3d9866;
}
html body #ranking-category ul li.column-category-11 {
  border-bottom: 3px solid #75c177;
}
html body #ranking-category ul li.column-category-11.current {
  border-bottom: 5px solid #75c177;
}
html body #ranking-category ul li.column-category-12 {
  border-bottom: 3px solid #8d7d6c;
}
html body #ranking-category ul li.column-category-12.current {
  border-bottom: 5px solid #8d7d6c;
}
html body #ranking-category ul li.column-category-13 {
  border-bottom: 3px solid #f2718a;
}
html body #ranking-category ul li.column-category-13.current {
  border-bottom: 5px solid #f2718a;
}
html body #ranking-category ul li.column-category-14 {
  border-bottom: 3px solid #ef9d5a;
}
html body #ranking-category ul li.column-category-14.current {
  border-bottom: 5px solid #ef9d5a;
}
html body #ranking-category ul li.column-category-15 {
  border-bottom: 3px solid #ea8b8b;
}
html body #ranking-category ul li.column-category-15.current {
  border-bottom: 5px solid #ea8b8b;
}
html body #ranking-category ul li.column-category-16 {
  border-bottom: 3px solid #145b78;
}
html body #ranking-category ul li.column-category-16.current {
  border-bottom: 5px solid #145b78;
}
@media screen and (max-width: 599px) {
  html body #ranking-category ul li:nth-child(4), html body #ranking-category ul li:nth-child(n+6) {
    display: none;
  }
  html body #ranking-category ul li:nth-child(5) {
    margin-right: 0;
  }
}
html body #ranking-category ul li a {
  color: #000000;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #ranking-category ul li a {
    font-size:90%;
    padding: 10px 0;
  }
}
html body .widget-box {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  html body .widget-box {
    display: none;
  }
}
html body .widget-box > .aside-facebook {
  float: left;
  margin-right: 12px;
}
html body .widget-box > .aside-twitter {
  float: right;
  margin-left: 12px;
}
html body .social-button {
  text-align: center;
}
html body .sns-btn .pc-none {
  display: none;
}
@media screen and (max-width: 599px) {
  html body .sns-btn .pc-none {
    display: block;
  }
}
html body .sns-btn .sp-none {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  html body .sns-btn .sp-none {
    display: none;
  }
}
html body .sns-btn .btn {
  border-radius: 3px;
  color: #fff !important;
  display: block;
  text-align: center;
}
html body .social-button-header li {
  font-size: 13px;
  line-height: 1.5em;
  width: 31%;
}
html body .social-button-header .btn {
  padding: 7px 0 2px;
}
html body .social-button-header .sp {
  padding-top: 20px;
  padding-left: 0;
  display: block;
  background-position: 50% 0;
  background-size: 20px 20px;
  font-size: 10px;
}
html body .social-button-footer {
  margin: 2em 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
	html body .social-button-footer {
	  margin: 2em 0;
	}
}
html body .social-button-footer .sp {
  padding-top: 20px;
  padding-left: 0;
  display: block;
  background-position: 50% 0;
  background-size: 20px 20px;
  font-size: 10px;
}
html body .social-button-footer li {
  display: inline-block;
  /*font-size: 10px;
  line-height: 2.3em;
  width: 60px;
  height: 50px;
  margin: 8px 0;*/
}
html body .social-button-footer li:nth-child(2) {
  margin: 0 3em;
}
html body .social-button-footer li a {
  color: #666666;
  line-height: 2em;
  text-decoration: none;
}
html body .social-button-footer li a img {
  margin-right: 1em;
}
@media screen and (max-width: 599px) {
  html body .social-button-footer li a span {
    display: none;
  }
}
html body .social-button-footer .btn {
  padding: 10px 0 0;
}
html body .social-button-add {
  margin: 0 auto 1em;
  width: 96%;
  display: none;
}
@media screen and (max-width: 599px) {
  html body .social-button-add {
    display: block;
    margin: 0 1em 1em;
    width: auto;
  }
}
html body .social-button-add li {
  width: 98%;
  font-size: 18px;
  line-height: 3.5em;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  html body .social-button-add li {
    margin-bottom: 1em;
    width: 100%;
  }
}
html body .social-button-add .icon-facebook {
  background: url(../img/icon_fb_l.png) 0 no-repeat;
  background-size: 25px 25px;
  padding: 5px 0 5px 40px;
}
html body .social-button-add .icon-twitter {
  background: url(../img/icon_tw_l.png) 0 no-repeat;
  background-size: 25px 25px;
  padding: 5px 0 5px 40px;
}
html body .facebook {
  background: #3e5ea7;
  border-bottom: 5px solid #305097;
}
html body .facebook:hover {
  background: #305097;
}
html body .twitter {
  background: #29bef6;
  border-bottom: 5px solid #00aced;
}
html body .twitter:hover {
  background: #00aced;
}
html body .line {
  background: #00c300;
  border-bottom: 5px solid #109f10;
}
html body .line:hover {
  background: #109f10;
}
html body .hatena {
  background: #3c7dd1;
  border-bottom: 5px solid #3266be;
}
html body .hatena:hover {
  background: #3266be;
}
html body .googleplus {
  background: #dd4b39;
  border-bottom: 5px solid #ae3728;
}
html body .googleplus:hover {
  background: #ae3728;
}
html body .social-button-header.sns-btn {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
html body .social-button-header li {
  display: inline-block;
  text-align: center;
  width: 49% !important;
  font-size: 18px !important;
  line-height: 3.5em !important;
}
@media screen and (max-width: 599px) {
  html body .social-button-header li {
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 1.5em !important;
    width: 31% !important;
  }
}
html body .social-button-header .sp {
  background-position: 25% 50% !important;
  background-size: auto !important;
  font-size: 100% !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
  html body .social-button-header .sp {
    background-position: 50% 0 !important;
    background-size: 20px 20px !important;
    display: block !important;
    font-size: 10px !important;
    padding-top: 20px !important;
  }
}
html body .social-button-header .sp span {
  padding-left: 3em;
}
html body .social-button-header .icon-facebook {
  background: url(../img/icon_fb_l.png) 0 no-repeat;
  padding-left: 40px;
}
html body .social-button-header .icon-twitter {
  background: url(../img/icon_tw_l.png) 0 no-repeat;
  padding-left: 40px;
}
html body .social-button-header .icon-line {
  background: url(../img/icon_line_l.png) no-repeat;
  padding-left: 40px;
}
html body .social-button-header.sns-btn {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
html body .social-button-header li {
  display: inline-block;
  text-align: center;
  width: 49%;
  line-height: 3.5em;
}
@media screen and (max-width: 599px) {
  html body .social-button-header li {
    display: inline-block;
    line-height: 1.5em;
    width: 31%;
  }
}
html body .social-button-header .sp {
  background-position: 25% 50%;
  background-size: auto;
  padding-left: 0;
  padding-top: 0;
}
@media screen and (max-width: 599px) {
  html body .social-button-header .sp {
    background-position: 50% 0;
    background-size: 20px 20px;
    display: block;
    padding-top: 20px;
  }
}
html body .social-button-header .sp span {
  padding-left: 3em;
}
html body .social-button-header .icon-facebook {
  background: url(../img/icon_fb_l.png) 0 no-repeat;
}
html body .social-button-header .icon-twitter {
  background: url(../img/icon_tw_l.png) 0 no-repeat;
}
html body .social-button-header .icon-line {
  background: url(../img/icon_line_l.png) no-repeat;
}
html body .NR-ad {
  margin-bottom: 1em;
}
html body .NR-ad .column-2{
  float: left;
    padding: 10px 0;
    text-align: center;
    width: 50%;
}
html body .NR-ad-ranking {
  margin: 0 auto;
}
html body #NR-page #NR-wrapper .NR-tpath {
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper .NR-tpath {
    display: none;
  }
}
html body #NR-page #NR-wrapper .NR-tpath ol {
  padding-top: 1px;
}
html body #NR-page #NR-wrapper .NR-tpath ol li a {
  color: #000000;
  line-height: 1.2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1004px;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in #NR-main {
    float: none;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in #NR-sub {
    display: block !important;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in h1 {
    font-size: 1.3em;
    margin: 1em 0.5em 0.5em;
    padding-right: 0;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in h1 span {
  display: block;
  font-size: 0.55em;
}
@media screen and (max-width: 599px) {
}
html body #NR-page #NR-wrapper #NR-wrapper-in h1 span.date {
  margin-left: 1em;
  display: inline;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in h1 span.date {
    display: block;
    margin-left: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in h1 span.keyword {
  display: inline;
}
html body #NR-page #NR-wrapper #NR-wrapper-in h1.top {
  color: #333333;
  font-size:1.8em;
  font-weight: bold;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in h1.top {
    background-color: #cc3333;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    margin: 0;
    padding: 0.2em 0;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in h1.archive {
    border-bottom: 3px solid #666666;
    padding-bottom: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in > h2 {
  color: #333333;
  font-weight: bold;
  padding: 0.5em 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in > h2 {
    background-color: #cc3333;
    color: #ffffff;
    display: block;
    text-align: center;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in h2 {
    margin: 0 1em;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in a {
  color: #333333;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.post-date {
  color: #999999;
  display: inline-block;
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.post-date:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in p.post-date {
    margin: 0 1em 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.post-date a.post-category {
  border-radius: 0.2em;
  color: #ffffff;
  display: inline-block;
  margin: 2px 1px;
  margin-left: 1em;
  padding: 0.3em 1em;
  overflow: visible;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.post-date a.post-category:hover{
  opacity: 0.6;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.btn.btn-default {
  margin-top: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.btn.btn-default a {
  background-color: #333333;
  border-radius: 0.2em;
  box-shadow: 0px 0.2em 0px #d6d6d6;
  color: #ffffff;
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.8em 0;
  text-align: center;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.btn.btn-default a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in p.btn.btn-default a {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in p.btn.btn-default {
    margin: 0 1em 2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.btn.btn-default.btn-gray a {
  font-size: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.lead {
  color:#666666;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in p.lead {
    margin: 0 1em 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.article-summary {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in p.article-summary {
    margin: 0 1em 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.article-summary a {
  color: #666666;
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.article-summary a span {
  background: -webkit-linear-gradient(transparent 60%, #f0d899 60%);
  background: -moz-linear-gradient(transparent 60%, #f0d899 60%);
  background: linear-gradient(transparent 60%, #f0d899 60%);
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.offer {
  margin-bottom: 2em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in p.offer {
    margin: 0 1em 2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in p.offer a {
  color: #666666;
  text-decoration: underline;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.hdg {
  display: flex;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.hdg .rss {
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.hdg .rss {
    display: none;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.hdg .rss a {
  background-color: #e2b133;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 8px 10px 8px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  text-decoration: none;
  transition: background 0.3s;
  width: 8.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.hdg .rss a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 6px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.hdg .rss a:hover {
  background-color: #d49b08;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation p {
    margin: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note-header {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note-header a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note {
  line-height: 1.5em;
  margin: 2em 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note {
    margin: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note > div > div .rankshukeititle {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note > div > div .rankshukeicomment {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.aggregate-investigation .article-note > div > div .rankshukeicomment a{
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.next-vote {
  display: flex;
  line-height: 1.5;
  text-align: left;
  margin: 30px 0 30px;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.next-vote {
    margin: 30px 1em 30px;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.next-vote div:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.next-vote div span {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  padding: 8px 10px;
  line-height: 1;
  vertical-align: middle;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.next-vote div a {
  background: -webkit-linear-gradient(transparent 60%, #f0d899 60%);
  background: -o-linear-gradient(transparent 60%, #f0d899 60%);
  background: linear-gradient(transparent 60%, #f0d899 60%);
  color: #000;
  flex: 1;
  font-size: 1.8em;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.next-vote div a {
    font-size: 1.2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.main-vote h2 {
  border-bottom: 2px solid #000000;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.main-vote h2 {
    font-size:1.5em;
    margin: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.main-vote .lead {
  border-bottom: 1px dotted #000000;
  color: #000000;
  margin-bottom: 0 !important;
  padding: 1em 0;
  text-align: left;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail {
  display: flex;
  margin: 2em 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail {
    display: block;
    margin: 2em 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-photo {
  margin-right: 2em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-photo {
    margin-right: 0;
    text-align: center;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table {
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table.on table tr.toggle-button a:after {
  margin-top: 0;
  transform: rotate(135deg);
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table.on table tr:nth-child(n + 5) {
  display: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table {
  color: 333333;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr {
  border-bottom: 1px dotted #000000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr.toggle-button {
  border-bottom: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr.toggle-button td {
  padding-left: 0;
  padding-top: 2em;
  position: relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr.toggle-button td a {
  color: #000000;
  background-color: #f7f7f7;
  display: block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr.toggle-button td a:after {
  border-top: 2px solid #cc3333;
  border-right: 2px solid #cc3333;
  content: "";
  display: block;
  height: 0.5em;
  margin-top: 0.3em;
  position: absolute;
  right: 2em;
  top: 50%;
  width: 0.5em;
  transform: rotate(-45deg);
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr th, html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr td {
  font-size: 1em;
  padding: 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr th {
  font-weight: bold;
  padding-right: 1em;
  text-align: right;
  width: 30%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.talent-detail .talent-table table tr td {
  font-weight: normal;
  line-height: 1.5em;
  padding-left: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.search-result-index p {
  border-bottom: 2px solid #000000;
  font-weight: bold;
  padding-bottom: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.search-result-index p {
    margin:0 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner {
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner {
    background: url(../img/good/sp/bnr.png) no-repeat;
    background-size: contain;
    padding-top: 33%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner > img {
    display: none;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner a {
  bottom: 2.5em;
  position: absolute;
  right: 0.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner a {
    bottom: 0.5em;
    right: 0.5em;
    text-align: right;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner a:last-child {
  bottom: auto;
  top: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner a:last-child {
    top: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div.good.banner a img {
    width: 60%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#about {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 0.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in div#about {
    margin: 0 1em 3em !important;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#about .about-inner {
  margin: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#about .about-inner h2 {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#about .about-inner ul {
  margin-left: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#about .about-inner ul li {
  line-height: 1.5em;
  list-style-type: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#about .about-inner ul li span {
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.good-facebook {
  margin-bottom: 4em;
  text-align: center;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#info-monitor {
  margin: 0 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div#cse {
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.entry-item {
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in div.results-area {
  margin-bottom: 4em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ul.talent-tab {
  border-bottom: 2px solid #333;
  margin-bottom: 2em;
  padding: 0 15px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ul.talent-tab .talent-tab-item {
  border: 2px solid #333;
  border-bottom: 0;
  border-radius: 0.2em 0.2em 0 0;
  float: left;
  margin-right: 10px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ul.talent-tab .talent-tab-item a {
  color: #333333;
  display: block;
  font-size: 1.3em;
  padding: 0.5em 1em;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ul.talent-tab .talent-tab-item.is-active a {
  background: #333333;
  color: #fff;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ul.talent-tab + section {
  margin-bottom: 4em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ul.talent-tab + section .section .hdg-lv2 h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in ol {
    margin: 0 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-mediacoverage li {
  border-bottom: 1px dotted #000000;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-mediacoverage li:first-child {
    border-top: 3px solid #666666;
    padding-top: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-mediacoverage li h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-mediacoverage li h3 span {
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-mediacoverage li p {
  font-size: 1.2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li {
  border-bottom: 1px dotted #000000;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li:first-child {
  border-top: 1px dotted #000000;
  padding-top: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li:first-child {
    border-top: 3px solid #666666;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li a div {
  display: flex;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li a div {
    margin-bottom: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li a div p {
  font-size: 1.5em;
  line-height: 1.5em;
  width: 30%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li a div p {
    width: 100%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li a div h2 {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in ol.info-research li a div h2 {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in dl {
    margin: 0 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index {
  margin: 2em 0 4em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index {
    /*border-top: 1px solid #cccccc;*/
    margin: 1em 1em 0;
    padding-top: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dt, html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd {
  line-height: 1.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dt {
  border-left: 3px solid #cc3333;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd {
  font-size: 1.2em;
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd p {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd p.inq {
  background-color: #f7f7f7;
  padding: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd p.inq a:before {
  content: "";
  color: #ff236b;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd p > a {
  text-decoration: underline;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd ul {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd ul li {
  list-style-type: disc;
  margin-left: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd ul li a {
  text-decoration: underline;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  padding: 3em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div {
  position: relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div select {
  background-color: #ffffff;
  border: none;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div select.info-bn-list {
  border: 1px solid #cccccc;
  border-radius: 0.2em;
  margin-right: 1em;
  padding: 1em;
  position: relative;
  width: 10em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div select.info-bn-list {
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div input[type=submit] {
  background-color: #333333;
  border-radius: 0.2em;
  color: #ffffff;
  font-size: 1em;
  margin-left: 1em;
  padding: 1em;
  width: 10em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div input[type=submit] {
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in dl.info-index dd form div:first-child:after {
  content: "▼";
  position: absolute;
  right: 2.3em;
  top: 50%;
  margin-top: -0.7em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search {
  background-color: #f6f6f6;
  margin-bottom: 2em;
  padding: 1.5em 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search {
    padding: 2em 0;
    width: 100%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search .submit {
  display: inline-block;
}
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search input[type=text],
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search input[type=submit] {
  box-sizing: border-box;
  line-height: 1.2;
  height: 2.81em;
  -webkit-appearance: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search input[type=text] {
  border: 1px solid #ccc;
  font-size: 1.2em;
  margin-right: 1em;
  padding: 0.75em;
  width: 80%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search input[type=text] {
    width: 60%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search input[type=submit] {
  background: #333333;
  border: none;
  border-radius: 0.3em;
  /*border: 1px solid #fff200;*/
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.75em 1em;
  transition: background 0.3s;
}
html body #NR-page #NR-wrapper #NR-wrapper-in form.mod-search input[type=submit]:hover {
  background: #cbc117;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.unit {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in table.unit {
    margin: 0 1em 3em;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.unit tr {
  border-bottom: 1px dotted #000000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.unit tr:last-child {
  border-bottom: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.unit tr th, html body #NR-page #NR-wrapper #NR-wrapper-in table.unit tr td {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.unit tr th {
  font-weight: bold;
  text-align: center;
  width: 30%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result {
  margin-bottom: 2em;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result thead {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in table.result thead {
    display: table-header-group;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result thead tr th {
  border-left: 3px solid #cc3333;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 0.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr {
  border-bottom: 1px dotted #000000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr:last-child {
  border-bottom: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr td {
  font-size: 1.2em;
  padding: 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr td:first-child {
  padding-right: 1em;
  text-align: right;
  width: 20%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr td:first-child {
    width: 35%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr td var {
  border-left: 0 solid #ffaf24;
  display: block;
  line-height: 1.5em;
  padding-left: 5px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in table.result tbody tr td var:after {
  content: "%";
  color: #666;
}

html body #NR-page #NR-wrapper #NR-wrapper-in .sub_category {
  margin-bottom: 20px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .sub_category a {
  border: 1px solid #e4e4e4;
  border-radius: 10%;
  background-color: #f2f2f2;
  padding:1px 10px;
  line-height:30px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .post-sub-category {
  border: 1px solid #e4e4e4;
  border-radius: 0.2em;
  background-color: #f2f2f2;
  margin: 2px 1px;
  padding:1px 10px;
  line-height:20px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
   html body #NR-page #NR-wrapper #NR-wrapper-in .sub_category {
        margin-bottom: initial;
        margin-top: 20px;
   }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items {
  border: 1px solid #000000;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items {
    margin: 0 1em 1em;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items h2.talent{
    margin: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items.no-border {
  border: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items.no-border dl {
  margin: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items.archive {
    margin-top: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl {
  margin: 1em 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl > dt {
  border-bottom: 1px solid #cc3333;
  color: #cc3333;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl > dt {
    font-size: 1.3em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl > dt span {
  display: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column {
  margin: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li {
  border-bottom: 1px dotted #999999;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li:last-child, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li:last-child, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li:last-child {
  border-bottom: none;
  padding: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li:hover, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li:hover, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li:hover a div span, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li:hover a div span, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li:hover a div span {
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li > a, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li > a, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li > a {
  align-items: flex-start;
  display: flex;
  font-size: 1.2em;
  padding: .8em 0.5em;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
	html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li > a, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li > a, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li > a {
	  padding: .5em 0.5em;
	}
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li > a img, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li > a img, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li > a img {
  margin-right: 1em;
  max-width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li > a div, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li > a div, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li > a div {
  flex: 1;
  line-height: 1.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li > a div:first-child, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li > a div:first-child, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li > a div:first-child {
  background-position: center !important;
  background-repeat: no-repeat !important;
  /*background-size: 100% auto !important;*/
  height: 100px;
  margin-right: 1em;
  overflow: hidden;
  max-width: 150px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.popular-column dd ul li > a div:first-child img, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.newest-column dd ul li > a div:first-child img, html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.relation-column dd ul li > a div:first-child img {
  display: none !important;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list {
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li {
  border-bottom: 1px dotted #000000;
  padding: 2em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li:first-child {
  border-top: 1px dotted #000000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li a {
  color: #333333;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li a div {
  padding: 0 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li a div div h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li a div div h2 {
    margin: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li a div .summary {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-list li a div .summary .read-more {
  background: -webkit-linear-gradient(transparent 60%, #f0d899 60%);
  background: -moz-linear-gradient(transparent 60%, #f0d899 60%);
  background: linear-gradient(transparent 60%, #f0d899 60%);
  color: #333333;
  padding: 0 5px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive {
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li {
  border-bottom: 1px dotted #000000;
  padding: 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li:first-child {
  border-top: 1px dotted #000000;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li:first-child {
    border-top: none;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a {
  color: #333333;
  display: flex;
  font-size: 1.5em;
  overflow: visible;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a {
    display: block;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a > span {
  justify-content: left;
  align-items: center;
  display: flex;
  flex: 1;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a > span > span{
  display:inline-block;
  font-size:.7em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a > span {
    display: block;
    padding-bottom: 0.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a div {
  flex: 4;
  padding: 0 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a div {
    padding: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.column-archive li a div span {
  font-size:.8em;
  font-weight: bold;
  line-height: 1.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul {
    margin: 0 0 2em;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li {
  width: 33%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li {
    width: 50%;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li:nth-child(2n+1) a {
    margin-right: 0.5em !important;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li:nth-child(2n+2) a {
    margin-left: 0.5em !important;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li:nth-child(3n+1) a {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li:nth-child(3n+1) a {
    margin-left: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li:nth-child(3n+3) a {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li:nth-child(3n+3) a {
    margin-right: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li a {
  border-bottom: 1px dotted #666666;
  color: #333333;
  display: block;
  font-size: 1.2em;
  margin: 0 0.5em;
  padding: 1em 0.5em 1em 1em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li a {
    margin: 0;
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li a:after {
    border-top: 3px solid #999999;
    border-right: 3px solid #999999;
    content: "";
    display: block;
    height: 0.5em;
    margin-top: -0.3em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    width: 0.5em;
    transform: rotate(45deg);
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.talent-index dd ul li a:hover {
  background-color: #f7f7f7;
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > h2 {
  border-bottom: 2px solid #000000;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > h2 {
    font-size: 1.5em;
    margin: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > p {
  border-bottom: 2px solid #666666;
  margin-bottom: 0;
  margin-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > p {
    margin: 0;
    padding: 0.5em 0 !important;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > p a {
  color: #000000;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > p a {
    font-size: 1.1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li {
  border-bottom: 1px dotted #999999;
  padding: .8em 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li {
    padding: .7em 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li:hover div span a {
  background-color: #000000;
  color: #ffffff;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li div div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li div div p {
  flex: 3;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-left: .2em !important;
  padding-right: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li div div p {
    flex: 6;
    font-size: 1.2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li div div span {
  flex: 1;
  text-align: right;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd ul li div div span a {
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #777;
  display: inline-block;
  margin-right: 0.5em;
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
  width: 3em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.sub-vote dd > div {
  line-height: 1.5em;
  margin-bottom:1em;
  text-align: right;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul {
  margin-bottom: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li {
  border-bottom: 1px dotted #999999;
  position: relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li:last-child {
  border-bottom: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li:hover div a {
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li div a {
  display: block;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: .8em 0.5em;
  text-decoration: none;
  width: auto;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li div a {
    margin-right: 2em;
    padding: 0.5em;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd ul li div a:after {
    border-top: 3px solid #666666;
    border-right: 3px solid #666666;
    content: "";
    display: block;
    height: 0.5em;
    margin-top: -0.5em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 0.5em;
    transform: rotate(45deg);
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-vote dd > div {
  line-height: 1.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.imatopi dd div ol li {
  margin: 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.imatopi dd div ol li dl {
  display: flex;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.imatopi dd div ol li dl dt {
  font-weight: bold;
  margin-right: 1em;
  text-align: right;
  width: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.imatopi dd div ol li dl dd:nth-child(2) {
  flex: 1;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.imatopi dd div ol li dl dd:nth-child(2) a {
  color: #000000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.imatopi dd div ol li dl dd:last-child {
  margin-left: 1em;
  width: 4em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking {
    /*margin:0 1em;*/
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul {
  /*margin-bottom:2em;*/
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li {
  border-bottom: 1px dotted #999999;
  display: flex;
  margin: 2em 0;
  padding-bottom: 2em;
}
@media screen and (max-width: 599px) {
	html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li {
	  margin: 1em 0;
	}
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-number {
  font-weight: bold;
  margin-right: 2em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-number {
    margin-right: 1em;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li:nth-child(n+4) div.ranking-number {
    margin-top:.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-number > div {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  width: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-number > div.rank1 {
  background-color: #cc8d05;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-number > div.rank2 {
  background-color: #848484;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-number > div.rank3 {
  background-color: #bb6e44;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content {
  flex: 1;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div > div {
  margin-bottom: 0.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div > div h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
	html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div > div h2 {
	  font-size: 1.5em;
	}
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div > div h2 a{
  font-weight: bold;
  border-bottom: 1px dotted;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div > div h2 a:hover{
  text-decoration: none;
  border-bottom: 1px solid;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div > div h2 {
    margin: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.ranking-content > div p {
  color: #666666;
  line-height:1.5em;
  margin-right: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area {
  text-align: right;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area {
    max-width: 33%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area .article-meta {
  background-color: #f7f7f7;
  display: inline-block;
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area .article-meta p {
  margin: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area .image-box {
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area .image-box img {
  border: 1px solid #cccccc;
  max-width: 90%;
  padding: 0.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area center {
  text-align: right;
}
@media screen and (max-width: 599px) {
	html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.main-ranking ul li div.image-area center a{
		position:absolute;
		right:1em;
	}
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li {
  border-bottom: 1px dotted #999999;
  position: relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li.item-voted .item-bar {
  background: #e2b133;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-bar {
  background: #f8ebcc;
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
  -webkit-animation: anime1 1s 1 ease;
  animation: anime1 1s 1 ease;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-bar {
    top: 20%;
    height: 60%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-txt {
  display: flex !important;
  font-size: 1.2em;
  padding: 1em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-txt p:first-child {
  flex: 1;
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-txt p:first-child {
    margin-right: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-txt .item-per {
  flex: 0.2;
  text-align: right;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul li .item-txt .item-per {
    flex: 0.5;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul + p {
  color: #333333;
  margin-bottom: 3em;
  margin-top: 1em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.result-vote dd > ul + p {
    margin-bottom: 1.5em;
    text-align: left;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li {
  padding: 0 !important;
  border-bottom: 1px dotted #000000;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li:first-child {
  border-top: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a {
  display: table;
  text-decoration: none;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a > div {
  display: table-cell;
  padding: 2em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a > div:first-child {
  font-size: 1.2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a .ranking-number {
  background-color: #dfdfdf;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 12%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a .ranking-number {
    width: 15%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a .ranking-content {
  padding-left: 1em;
  width: 88%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a .ranking-content {
    width: 85%;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.ranking-list dd ul li a .ranking-content h2 {
    margin: 0 0 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li {
  border-bottom: 1px dotted #cccccc;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li:first-child {
  border-top: 1px dotted #cccccc;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a {
  display: flex;
  padding: 1em 0;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div {
  flex: 1;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div:first-child {
  text-align: center;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div:last-child {
  flex: 3;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div > h2 {
    margin-bottom: 1em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div > p {
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div > p {
    margin: 0 1.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .list-items > dl.special-list dd ul li a > div > p .read-more {
  background: -webkit-linear-gradient(transparent 60%, #f0d899 60%);
  background: -moz-linear-gradient(transparent 60%, #f0d899 60%);
  background: linear-gradient(transparent 60%, #f0d899 60%);
  color: #333333;
  padding: 0 5px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns {
    display: block;
    margin: 1em 1em;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div {
  width: 32%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div > a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  height: 145px;
  overflow: hidden;
  text-indent: -9999px;
  width: 219px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div h3 {
  height: 4.3em;
  margin-bottom: 1em;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div {
    padding: 1em 0;
    position: relative;
    width: 100%;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div:not(.NR-ad):before {
    content: "";
    display: block;
    float: right;
    margin-left: 1em;
    height: 100px;
    width: 150px;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div > a {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    height: 100px;
    margin-bottom: 0;
    margin-left: 1em;
    width: 150px;
    z-index: 1;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div > a > img {
    max-width: 100%;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns > div > div {
    box-sizing: border-box;
    padding-right: 160px;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category {
  display: block;
  margin: 3em 1em;
  width: auto;
}

html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category .cx{
  height:auto;
}

html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category .cx-tag {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category .cx {
    margin-top: 1.5em;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category .cx a{
	height:auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category .cx a{
  border: 1px solid #e4e4e4;
  border-radius: 10%;
  background-color: #f2f2f2;
  padding: 1px 10px;
  line-height: 30px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category .cx-tag a{
  border: 1px solid #e4e4e4;
  border-radius: 0.2em;
  background-color: #f2f2f2;
  margin: 0 0 3px 0;
  padding: 1px 10px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category {
  margin: 1em;
}
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 0;
  position: relative;
  width: 100%;
}
/* spacer */
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div:not(.NR-ad):before {
  content: "";
  display: block;
  float: right;
  margin-left: 1em;
  height: 100px;
  width: 150px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div:hover {
  background-color: #f7f7f7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > a {
  /*float: right;
  margin-bottom: 0;
  margin-left: 1em;
  width: 37%;*/
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    height: 100px;
    width: 150px;
    z-index: 1;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > a > img {
  max-width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > h3 {
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 160px;
  margin-bottom: .25em;
  min-height: 3.6em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > h3 {
    padding-left: 0;
    min-height: 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > h3 a {
  font-size: 1.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > h3 a {
  font-size: 1.2em;
}
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > div {
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 160px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > div {
    padding-left: 0;
	position:relative;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div > div span.column-date {
	position:absolute;
	bottom:0;
  padding-right: 160px;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good {
    margin: 0 1em;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div {
  border-bottom: none;
  width: 32%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div {
    margin: 0 !important;
    padding: 1em 0;
    width: 48%;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div:nth-child(2n+1) {
    margin-right: 2% !important;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div:nth-child(2n+2) {
    margin-left: 2% !important;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div h3{
    height:auto;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div > a {
    width: 100%;
  }
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div > a > img {
    margin-bottom: 0.5em;
    max-width: 100%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category {
    margin: 0 0.5em 2em;
    width: auto;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li {
  width: 33.3%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li {
    width: 50%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li:nth-child(3n+1) a {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li:nth-child(3n+1) a {
    margin-left: 0.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li:nth-child(3n+3) a {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li:nth-child(3n+3) a {
    margin-right: 0.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li a {
  border-bottom: 1px dotted #666666;
  color: #333333;
  display: block;
  font-size: 1.2em;
  margin: 0 0.5em;
  padding: 1em 0.5em 1em 1em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li a {
    padding: 1em 0.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li a:after {
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  content: "";
  display: block;
  height: 0.5em;
  margin-top: -0.3em;
  position: absolute;
  right: 0.2em;
  top: 50%;
  width: 0.5em;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li a:after {
    border-top: 3px solid #999999;
    border-right: 3px solid #999999;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.index-category li a:hover {
  background-color: #f7f7f7;
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index {
    margin: 0 1em 1em;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index h2 {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul {
  float: left;
  margin: 0 2% 1em 0;
  width: 32%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul {
    display: block;
    float: none;
    height: 3em;
    margin: 0 0 1em;
    width: 100%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul:nth-child(3n+1) {
  margin-right: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li {
  float: left;
  margin: 0 0 0 5%;
  width: 16%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li:first-child {
  margin-left: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li.now a {
  background: #e2b133;
  color: #fff;
  font-weight: bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li.blank {
  height: 1px;
  visibility: hidden;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666666;
  display: block;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li a {
    line-height: 2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li a:hover {
  background-color: #f5ebc9;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li .disable {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #ccc;
  display: block;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.talent-index ul li .disable {
    line-height: 2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div {
  border-bottom: 1px dotted #cccccc;
  margin: 0 1% 1em 1%;
  padding-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div {
  position:relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div:first-child, html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div:nth-child(3n+4) {
  margin-left: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div {
    margin: 0 1% 0 1%;
    width: 100%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > a {
  display: block;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > a {
    float: right;
    margin-bottom: 0;
    margin-left: 1em;
    width: 40%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > a img {
  max-height: 145px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div h3 {
  height: 2.8em;
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-category > div h3 ,
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div h3 {
  height:auto;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div h3 a {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div {
  position:relative;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items.three-columns-good > div > div {
  bottom:0;
  position:absolute;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category {
  border-radius: 0.2em;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category:hover {
  opacity: 0.6;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-1 {
  background-color: #e9af00;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-2 {
  background-color: #4ec1a7;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-3 {
  background-color: #76b4e0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-4 {
  background-color: #cc9c79;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-5 {
  background-color: #6c825c;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-6 {
  background-color: #e487bc;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-7 {
  background-color: #9d8fbc;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-8 {
  background-color: #488dbe;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-9 {
  background-color: #147b9d;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-10 {
  background-color: #3e9866;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-11 {
  background-color: #75c177;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-12 {
  background-color: #8d7d6c;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-13 {
  background-color: #f2718a;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-14 {
  background-color: #ef9d5a;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-15 {
  background-color: #ea8b8b;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div a.column-category.column-category-16 {
  background-color: #145b78;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div span.column-date {
  bottom:0;
  display: block;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .grid-items > div > div span.column-date:before {
  color: #666;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item {
    margin: 0 1em 2em;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in {
  color: #333333;
  font-size: 1.3em;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in {
    font-size: 1.1em !important;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in p.ttl-a {
  border-left: 5px solid #cc3333;
  color: #000000;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 0.5em;
  word-break: break-all;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .imagelink-box {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .imagelink-box {
    margin: 1em 0;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .imagelink-box a {
  display: inline-block;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .imagelink-box img {
  border: 1px solid #cccccc;
  margin-top: 0.1em;
  padding: 0.5em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .imagelink-box img {
    margin-bottom: 0.5em;
    max-width: 50%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description {
  margin-top: 1em;
  margin-bottom: 0;
  position:relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item.on .article-description:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
  content: "";
  display: block;
  height: 8em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description b,
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description strong{
	font-weight:bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description a {
  background: -webkit-linear-gradient(transparent 60%, #f0d899 60%);
  background: -moz-linear-gradient(transparent 60%, #f0d899 60%);
  background: linear-gradient(transparent 60%, #f0d899 60%);
  color: #000;
  padding: 0 5px;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention a:hover {
  background: -webkit-linear-gradient(transparent 60%, #eaca75 60%);
  background: -moz-linear-gradient(transparent 60%, #eaca75 60%);
  background: linear-gradient(transparent 60%, #eaca75 60%);
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention {
  margin-top: 0;
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention b,
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention strong{
	font-weight:bold;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .column_parts{
  margin-top: 2em;
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention a {
  background: -webkit-linear-gradient(transparent 60%, #f0d899 60%);
  background: -moz-linear-gradient(transparent 60%, #f0d899 60%);
  background: linear-gradient(transparent 60%, #f0d899 60%);
  color: #000;
  padding: 0 5px;
  text-decoration: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention a:hover {
  background: -webkit-linear-gradient(transparent 60%, #eaca75 60%);
  background: -moz-linear-gradient(transparent 60%, #eaca75 60%);
  background: linear-gradient(transparent 60%, #eaca75 60%);
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention a.external {
  background: none;
  border-bottom: 1px dotted #000;
  margin:0 5px;
  padding:0 0 2px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .image-area {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .image-area > img {
  border: 1px solid #cccccc;
  max-width: 50%;
  padding: 0.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention + p {
  display: none;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention + p a {
  padding: 0.5em 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention + p a:after {
  border-bottom: 2px solid #cf3d3e;
  border-right: 2px solid #cf3d3e;
  content: "";
  display: inline-block;
  height: 0.5em;
  margin-left: 0.5em;
  position: relative;
  top: -0.2em;
  transform: rotate(45deg);
  width: 0.5em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention + p a:link,
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention + p a:visited {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention > img {
  border: 1px solid #cccccc;
  display: block;
  margin: 0 auto;
  padding: 0.2em;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention > img {
    max-width: 80%;
  }
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .conclusion {
  margin-top: 2em;
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .talent_data {
  margin-top: 2em;
  margin-bottom: 2em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .talent_data dl{
  margin: 0em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .talent_data a{
	background:none;
	border-bottom:1px dotted #666666;
	margin:0 5px;
	padding:0 0 2px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item .entry-item-in .article-description-extention .remark {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item.on .article-description-extention {
  height: 0;
  overflow: hidden;
  position: relative;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item.on .article-description-extention.nosummary {
  height: 6em;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item.on .article-description-extention:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
  content: "";
  display: block;
  height: 8em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item.on .article-description-extention + p {
  display: block;
  margin: 0;
}
html body #NR-page #NR-wrapper #NR-wrapper-in .entry-item p.btn {
  border-bottom: 0.2em solid #d6d6d6;
  border-radius: 0.2em;
  display: none;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #NR-wrapper-in {
    width: 100%;
  }
}
html body #NR-page #NR-wrapper #cse {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper #cse {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  html body #NR-page #NR-wrapper footer #NR-footer-sv{
    display: block !important;
    text-align: center;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv-site dt{
    display:inline;
    float:none;
    margin-bottom:0;
    margin-right:10px
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv-site dd{
    display:inline;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv-site dt a{
    font-size:12px;
    font-weight:bold;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv dl{
    line-height:1.5;
    margin-bottom:15px;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv ul{
    display: inline;
    text-align: center;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv #footer-category li{
    border-right:1px solid #ccc;
    display:inline-block;
    margin:0 7px 10px 0;
    padding-right:10px;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv #footer-category li:last-child{
    border-right:0;
  }
  html body #NR-page #NR-wrapper footer #NR-footer-sv #footer-sns, #footer-info{
    display: none;
  }
}

html body #NR-page #associate {
  color: #999;
  font-size: 10px;
}

.vote-dialog-wrap {
  display: none;
}
.vote-dialog-wrap .vote-dialog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10001;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner {
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 320px;
  padding: 2em 1em;
  position: relative;
  width: 80%;
  z-index: 1;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner .vote-dialog-question {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner .vote-dialog-answer {
  border-spacing: 10px 0;
  display: table;
  width: 100%;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner .vote-dialog-answer .vote-dialog-btn {
  border: 1px solid #777;
  border-radius: 3px;
  display: table-cell;
  padding: 0.5em;
  text-align: center;
  width: 3em;
  vertical-align: middle;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner .vote-dialog-answer .vote-dialog-btn:hover {
  text-decoration: none;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner .vote-dialog-answer .vote-dialog-btn.is-yes {
  background: #000000;
  color: #ffffff;
}
.vote-dialog-wrap .vote-dialog .vote-dialog-inner .vote-dialog-answer .vote-dialog-btn.is-no {
  background: #fff;
  color: #777;
}

/*# sourceMappingURL=common.css.map */
