@charset "UTF-8";
.rankList {
  border-bottom: 1px solid #49c7e2;
  margin: 0 0 30px;
}

.rankList-title {
  background: #f9f9f9;
  border-top: 4px solid #49c7e2;
  font-weight: bold;
  padding: 10px 15px;
  display: table;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 15px;
}
.rankList-title a {
  margin: 0 10px 0 0;
}

.rankList-title__no1, .rankList-title__no2, .rankList-title__no3 {
  font-size: 18px;
  padding: 15px 15px 15px 75px;
  position: relative;
}
.rankList-title__no1:after, .rankList-title__no2:after, .rankList-title__no3:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 68px;
  top: -6px;
  left: 10px;
}

.rankList-title__no1:after {
  background: url(/tsushin/images/rank/ic_no1.png) no-repeat left top;
}

.rankList-title__no2:after {
  background: url(/tsushin/images/rank/ic_no2.png) no-repeat left top;
}

.rankList-title__no3:after {
  background: url(/tsushin/images/rank/ic_no3.png) no-repeat left top;
}

.rankList-title-num {
  background: url(/tsushin/images/rank/ic_other.png) no-repeat left center;
  text-align: center;
  font-size: 17px;
  color: #fff;
  width: 36px;
  height: 36px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.rankList-title-name {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

.rankList-copy {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 15px 15px;
}

.rankList-wrap {
  padding: 0 15px 20px;
  display: table;
}

.rankList-img {
  display: table-cell;
  width: 135px;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.rankList-img img {
  width: 120px;
}

.rankList-detail {
  vertical-align: middle;
  display: table-cell;
  width: 570px;
}
.rankList-detail dl {
  margin: 0 0 10px;
}
.rankList-detail dl dt {
  min-width: 85px;
  background: #cef6ff;
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.rankList-detail dl dd {
  display: inline-block;
  margin: 0 10px 0 5px;
  line-height: 1.3;
}

.rankList-detail-review img {
  vertical-align: bottom;
  margin: 0 5px 0 0;
}
.rankList-detail-review span {
  color: #ff386a;
  font-size: 17px;
  font-weight: bold;
}
.rankList-detail-review a {
  background: url(/tsushin/images/school/ic_001.gif) no-repeat left center;
  padding: 0 0 0 15px;
}

.linkList {
  margin: 0 0 30px;
}
.linkList ul {
  margin: 0 5px;
}
.linkList ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .linkList ul {
  *zoom: 1;
}
.linkList ul li {
  float: left;
  width: 342px;
  margin: 0 10px;
}
.linkList ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 17px 0;
  color: #333;
}
.linkList ul li a span {
  padding: 0 0 0 30px;
}

.linkList-rank a {
  background: #f0f0f0 url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center;
  background: url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.linkList-rank a:hover {
  background: #fff url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center;
  background: url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -moz-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: url(/tsushin/images/rank/ic_link_rank.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
  box-shadow: none;
}

.linkList-search a {
  background: #f0f0f0 url(/tsushin/images/rank/ic_link_search.png) no-repeat 95% center;
  background: url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.linkList-search a:hover {
  background: #fff url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center;
  background: url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -moz-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: url(/tsushin/images/rank/ic_link_search.png) no-repeat 10px center, url(/tsushin/images/common/ic_arrowright_02.png) no-repeat 95% center, linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
  box-shadow: none;
}

.rank-search {
  background: #e2fcf9;
  padding: 2px;
  margin: 0 0 20px;
}

.rank-search-inner {
  background: #fff;
  border: 1px solid #e1e6e9;
  padding: 16px 16px;
}

.rank-search-title {
  padding: 9px 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #e1e6e9;
  border-bottom: none;
  background: #feffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feffff 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feffff 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feffff 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feffff 0%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feffff 0%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rank-search-title span {
  background: url(/tsushin/images/common/dldt01.gif) no-repeat left center;
  padding: 0 0 0 15px;
}

.rank-push {
  padding: 3px 0 3px 95px;
  font-size: 85%;
  background: url(/images/top/tx_011.gif) no-repeat left center;
  line-height: 1.3;
}

.rank-input table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.rank-input table th {
  text-align: left;
  padding: 0 5px 10px 0;
}

.rank-input table td {
  padding: 0 0 10px 0;
  font-size: 12px;
}

.rank-input input {
  display: inline;
  vertical-align: bottom;
  margin: 0 3px 0 5px;
}

.rank-word {
  width: 200px;
  margin: 0 !important;
}

.rank-bt {
  padding: 7px 0;
  text-align: center;
}

.rank-bt input {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #333 !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dddddd',GradientType=0 );
  /* IE6-9 */
}

.rank-sns-bt {
  margin: 0 0 10px;
}
.rank-sns-bt:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .rank-sns-bt {
  *zoom: 1;
}
.rank-sns-bt ul {
  float: right;
}
.rank-sns-bt ul li {
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 10px 0 0;
}

.rank-list {
  padding: 0 0 30px;
}

.rank-list-table {
  width: 100%;
  border: 1px solid #ccc;
}

.rank-list-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #ccc;
}

.rank-list-num {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.rank-list-num span {
  font-size: 14px;
}

.rank-list-bt {
  text-align: center;
}

.rank-list-bt a {
  padding: 10px 20px 10px 25px;
  display: inline-block;
  border: 1px solid #ccc;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f4f3f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f3f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f3f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f1',GradientType=0 );
  /* IE6-9 */
}

.rank-list-bt a span {
  padding: 0 20px 0 0;
  background: url(/tsushin/images/common/ic_arrow.gif) no-repeat right center;
}

.rank-list-name {
  padding: 0 0 6px;
  font-size: 18px;
  font-weight: bold;
}

.rank-list-name a {
  color: #333;
}

.rank-list-review {
  padding: 0 0 10px;
}

.rank-list-review dt {
  float: left;
  /*padding: 4px 5px 0 0;*/
  padding: 0 5px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.rank-list-review dd {
  float: left;
  line-height: 22px;
}

.rank-list-review-point {
  padding: 0 5px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #ff386a;
  vertical-align: middle;
}

.rank-list-review-sta img {
  vertical-align: middle;
}

.rank-list-review-num a {
  background: url(/tsushin/images/school/ic_001.gif) no-repeat left center;
  padding: 0 0 0 15px;
}

.rank-recommend {
  margin: 0 0 20px;
}

.rank-recommend-top {
  background: #e0fafb;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.rank-recommend-top-inner {
  border: solid 1px #e7e7e7;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.rank-recommend-top-num {
  margin: 0 15px 0 0;
  float: left;
}

.rank-recommend-top-title {
  width: 300px;
  margin: 10px 0 0;
  float: left;
}

.rank-recommend-top-name {
  font-size: 16px;
}

.rank-recommend-top-tsushin-ic {
  background: #e0fafb;
  border: solid 1px #00cfff;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.rank-recommend-top-support-ic {
  background: #ffead7;
  border: solid 1px #ff8b23;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.rank-recommend-top-btn {
  margin: 8px 0 0;
  float: right;
}

.rank-recommend-top-btn li {
  float: left;
}

.rank-recommend-top-btn li:first-child {
  margin: 0 10px 0;
}

.rank-recommend-top-info {
  margin: 0 0 10px;
}

.rank-recommend-top-image {
  text-align: center;
  margin: 0 0 20px;
}

.rank-recommend-top-image img {
  width: 706px;
}

.rank-recommend-top-comment-title {
  background: url(/tsushin/images/rank/rank_ic_comment.gif) no-repeat;
  border-bottom: dotted 1px #33aacd;
  color: #33aacd;
  font-size: 16px;
  height: 21px;
  margin: 0 0 10px;
  padding: 2px 0 5px 30px;
}

.rank-recommend-top-comment-tx {
  line-height: 1.5;
}

.rank-recommend-top-more {
  padding: 0 0 5px 12px;
  background: url(/tsushin/images/common/ya02.gif) 0 3px no-repeat;
  line-height: 1.3;
  float: right;
}

.rank-recommend-list {
  margin: 0 0 50px;
}

.rank-recommend-list li {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 5px;
}

.rank-recommend-list li:last-child {
  border-bottom: solid 1px #ccc;
}

.rank-recommend-list-num {
  width: 50px;
  margin: 35px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  float: left;
}

.rank-recommend-list-num span {
  font-size: 24px;
}

.rank-recommend-list-thumb {
  float: left;
  margin: 0 10px 0;
}

.rank-recommend-list-thumb img {
  width: 120px;
}

.rank-recommend-list-name {
  width: 360px;
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: bold;
  float: left;
}

.rank-recommend-list-name a {
  color: #333;
}

.rank-recommend-list-bt {
  text-align: center;
  margin: 25px 0 20px;
}

.rank-recommend-list-bt a {
  padding: 10px 20px 10px 25px;
  display: inline-block;
  border: 1px solid #ccc;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f4f3f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f3f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f3f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f3f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f1',GradientType=0 );
  /* IE6-9 */
}

.rank-recommend-list-bt a span {
  padding: 0 20px 0 0;
  background: url(/tsushin/images/common/ic_arrow.gif) no-repeat right center;
}

/* 根拠 */
.rank-notes {
  padding: 15px;
  border: #cccccc solid 1px;
  background: #f4f4f4;
}

.rank-notes h4 {
  padding: 0 0 8px;
  font-weight: bold;
}

.rank-notes li {
  line-height: 1.4;
  padding: 0 0 5px;
}

/*おすすめランキング 2016 11*/
.rank-kv {
  margin-bottom: 20px;
}

.rank-rfSrch {
  display: table;
  margin-bottom: 30px;
  table-layout: fixed;
  border-collapse: collapse;
}

.rank-rfSrch-pref {
  display: table-row;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rank-rfSrch-prefTtl {
  display: table-cell;
  width: 180px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #eaeaea;
  font-size: 14px;
  padding: 20px 0;
}

.rank-rfSrch-prefMain {
  display: table-cell;
  width: 555px;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px 0;
}

.rank-rfSrch-prefName {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
}

.rank-rfSrch-prefName > div {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.rank-rfSrch-prefName > div span {
  text-decoration: underline;
}

.rank-rfSrch-prefName > div::after {
  content: "▼";
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  font-size: 80%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
  background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background-image: linear-gradient(#ffffff, #f0f0f0);
}

.rank-rfSrch-prefName > div:hover span {
  text-decoration: none;
}

.rank-rfSrch-prefList__box {
  position: relative;
}

.rank-rfSrch-prefList {
  display: none;
  position: absolute;
  width: 434px;
  height: 252px;
  border: 2px solid #49c7e2;
  background-color: #fff;
  left: 30px;
  top: 12px;
}

.rank-rfSrch-prefList::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 15px 7px;
  border-color: transparent transparent #49c7e2 transparent;
  border-style: solid;
  left: 15px;
  top: -30px;
}

.rank-rfSrch-prefList__inner {
  width: 100%;
  height: 222px;
  overflow: auto;
}

.rank-rfSrch-prefList__close {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: #cef6ff;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rank-rfSrch-prefList__close span {
  text-decoration: underline;
}

.rank-rfSrch-prefList__close span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url(/tsushin/images/rank/ic-close-prefChange.gif) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 3px;
}

.rank-rfSrch-prefList__close:hover span {
  text-decoration: none;
}

.rank-rfSrch-prefList__each {
  width: 100%;
  font-size: 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}

.rank-rfSrch-prefList__each:last-child {
  border: none;
}

.rank-rfSrch-prefList__each dt {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px 5px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rank-rfSrch-prefList__each dd {
  display: inline-block;
  width: 104px;
  font-size: 14px;
  padding: 0 0 0 10px;
  margin-top: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rank-rfSrch-prefList__each dd a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 0;
}

.rank-rfSrch-prefList__each dd a::before {
  content: "▶";
  font-size: 80%;
  vertical-align: middle;
  color: #00acef;
}

.rank-rfSrch-prefList__each dd a:hover {
  background-color: #00acef;
  color: #fff;
}

.rank-rfSrch-prefList__each dd a:hover::before {
  color: #fff;
}

.rank-rfSrch-prefMain-chara {
  padding: 0 30px;
  line-height: 1.5;
  margin-top: -7px;
  font-size: 12px;
}

.rank-rfSrch-prefMain-chara span, .rank-rfSrch-prefMain-chara a {
  font-size: inherit;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  margin-top: 7px;
}

.rank-rfSrch-prefMain-chara span:not(:first-child), .rank-rfSrch-prefMain-chara a:not(:first-child) {
  padding-left: 5px;
  border-left: 1px solid #ccc;
}

.rankList-box {
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 3px solid #49c7e2;
}

.rankList-box-info {
  position: relative;
  padding-left: 90px;
}

.rankList-box-info-num {
  position: absolute;
  left: 0;
  width: 88px;
  text-align: center;
  height: 100%;
}

.rankList-box-info-num__top3 {
  top: -25px;
}
.rankList-box-info-num__top3 img {
  position: absolute;
  display: block;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.rankList-box-info-num__over4 span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: url(/tsushin/images/rank/ic_other.png) no-repeat 0 0;
  padding-top: 8px;
}

.rankList-box-info-item-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rankList-box-info-item {
  display: table;
  width: 100%;
}

.rankList-box-info-item-img {
  display: table-cell;
  width: 120px;
  text-align: left;
  vertical-align: top;
}

.rankList-box-info-item-img a {
  display: inline-block;
  width: 118px;
  height: 88px;
  border: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
}

.rankList-box-info-item-img img {
  width: inherit;
  height: inherit;
}

.rankList-box-info-item-data {
  display: table-cell;
  width: auto;
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

.rankList-box-info-item-data__review {
  margin-bottom: 10px;
}

.rankList-box-info-item-data__review dt {
  display: inline-block;
  width: 95px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #cef6ff;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 0 3px;
  vertical-align: middle;
}

.rankList-box-info-item-data__review dd {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.rankList-box-info-item-data__review dd img {
  vertical-align: bottom;
  margin-right: 5px;
}

.rankList-box-info-item-data__review dd span {
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  color: #ff386a;
  margin-right: 5px;
  vertical-align: middle;
}

.rankList-box-info-item-data__review dd a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/tsushin/images/school/ic_001.gif) no-repeat left center;
  margin-right: 3px;
  vertical-align: middle;
}

.rankList-box-info-item-data__other dt {
  display: inline-block;
  width: 95px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #cef6ff;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 0 3px;
  vertical-align: middle;
}

.rankList-box-info-item-data__other dd {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.rankList-box-info-item-data-pr {
  margin-top: 10px;
  line-height: 1.3;
}

.rankList-box-info-item-data-tag {
  margin-top: 10px;
}
.rankList-box-info-item-data-tag li {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  color: #cd3f87;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
  background-color: #ffe8f4;
  border: 1px solid #e8b1cd;
  border-radius: 10px;
}

.rankList-box-campus {
  position: relative;
  margin: 15px 10px 0;
}

.rankList-box-campus-annotation {
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
  margin: auto;
  width: 325px;
}

.rankList-box-campus-list-wrap {
  border-top: 1px solid #d4d4d4;
}

.rankList-box-campus-list {
  border-bottom: 1px solid #d4d4d4;
}
.rankList-box-campus-list:last-child {
  border-bottom: none;
}
.rankList-box-campus-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  background: url(/tsushin/images/common/ic_arrow_right.png) no-repeat center right 10px;
}
.rankList-box-campus-list a:hover {
  text-decoration: underline;
}

.rankList-box-campus-name {
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.3;
}

.rankList-box-campus-station {
  font-size: 12px;
  background: url(/tsushin/images/common/campus_ic_station.png) no-repeat left center;
  padding-left: 15px;
}

.navi-tab ul:after,
.sort-item:after,
.rank-list-review:after,
.rank-recommend-top-info:after,
.rank-recommend-top-comment:after,
.rank-recommend-list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .navi-tab ul,
* html .sort-item,
* html .rank-list-review,
* html .rank-recommend-top-info,
* html .rank-recommend-top-comment,
* html .rank-recommend-list li {
  zoom: 1;
  /* IE6 */
}

*:first-child + html .navi-tab ul,
*:first-child + html .sort-item,
*:first-child + html .rank-list-review,
*:first-child + html .rank-recommend-top-info,
*:first-child + html .rank-recommend-top-comment,
*:first-child + html .rank-recommend-list li {
  zoom: 1;
  /* IE7 */
}
