@import "elusive-webfont.css";
@import "grid.css";
/**
 * ランキングウィジェット
 */
.ranking-table{
  margin-top: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.ranking-table .row-fluid {
  margin: 0;
  height: 260px;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}

.ranking-table .row-fluid .span1.rank {
  /*padding-top: 122px;*/
  height: 100%;
  background: rgb(136, 136, 136);;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  background-image: url(../images/crown-sliver.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
  float: none;
  display: table-cell;
}

.ranking-table .row-fluid:first-child .span1.rank{
  background-color: #FEC408;
  background-image: url(../images/crown.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  /*background-position-y: 112px;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),ß-1px -1px 1px rgba(255, 255, 255, 0.5);
}

.icon-star{
  color: #FEC408;
}

.ranking-table .row-fluid .span8 p.star {
  margin-bottom: 5px;
  padding-top: 10px;
}

.ranking-table .row-fluid .span11{
  margin-left: 0;
  width: 100%;
  height: 100%;
}

.ranking-table .row-fluid .thumb {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 18px;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  height: 220px;
}

.ranking-table .row-fluid .span11 .span4.thumb img {
  max-width: 147px;
  max-height: 148px;
  margin-top: 10px;
}

.ranking-table .row-fluid h3 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  padding-left: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 1.6em;
}

.ranking-table .detail-txt.button{
  text-align: right;
  position: relative;
  padding-bottom: 1em;
}

.ranking-table .detail-txt.button a {
  display: inline-block;
  margin-top:20px;
  margin-right: 20px;
  padding: 4px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  /*position: absolute;*/
  left: 0;
}

.ranking-table .detail-txt.button a {
  padding: 8px 0 9px;
  width: 150px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
}
.ranking-table .detail-txt.button a:hover {
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}
.ranking-table .detail.button a:active {
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

.ranking-table .category {
  margin: 0px 0 10px;
  border-bottom: 1px solid #e8e8e8;
  width: 98%;
  padding-bottom: 8px;
}
.ranking-table .category a {
}
/* アイキャッチが設定してない時 */
.no-photo {
  margin-top: 10px;
  margin-left: 25px;
  width: 70%;
  height: 140px;
  border: 4px solid #eeeeee;
  background: #ccc;
  text-align: center;
}
.no-photo p {
  margin-top: 60px;
  color: #FFF;
  text-align: center;
}
/*============================
#sidebar
============================*/
#sidebar .widget .ranking-table {
  width: 100%;
}
#sidebar .widget .ranking-table .row-fluid {
  height: auto;
}
#sidebar .widget .ranking-table .row-fluid .span1.rank {
  padding: 5px 0 0;
  width: 100%;
  height: 30px;
  background-image: url(../images/crown-sliver.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 100px -10px;
}
#sidebar .widget .ranking-table .row-fluid:first-child .span1.rank{
  background-color: #FEC408;
  background-image: url(../images/crown.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 100px -10px;
  text-shadow:
  1px 1px 1px rgba(0, 0, 0, 0.6),
  -1px -1px 1px rgba(255, 255, 255, 0.5);
}
#sidebar .widget .ranking-table .row-fluid .span11 {
  width: 100%;
}
#sidebar .widget .ranking-table .row-fluid .span11 h3 {
  padding-bottom: 4px;
}
#sidebar .widget .ranking-table .row-fluid .span11 .span4.thumb {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #e8e8e8;
}
#sidebar .widget .ranking-table .row-fluid .span11 .span4.thumb img {
  max-width: 100%;
}
#sidebar .widget .ranking-table .row-fluid .span11 .span4.thumb .no-photo {
  margin-left: 35px;
}
#sidebar .widget .ranking-table .row-fluid .span11 .span8.detail {
  padding: 10px;
  width: 100%;
}
#sidebar .widget .ranking-table .row-fluid .span11 .span8.detail p.detail-txt.button {
  text-align: center;
}
#sidebar .widget .ranking-table .row-fluid .span11 .span8.detail p.detail-txt.button a {
  margin-bottom: 10px;
  margin-left: 15px;
  position: static;
}

#one-column .ranking-table h3{
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  padding-left: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}
