@charset "utf-8";

#homeCtsBox {
  padding:10px 0 0;
  border-bottom:1px solid #fff;
  -webkit-box-shadow: 0px 1px 1px #c9c9c9;
  -moz-box-shadow: 0px 1px 1px #c9c9c9;
  box-shadow: 0px 1px 1px #c9c9c9;
  background:rgba(225,229,230,1.0);

}

.linkAll {
  width:86%;
  margin:0 auto;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  color:#3071b0;
  border:1px solid #3071b0;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.linkAll a {
  display:block;
  padding:12px 10px;
  color:#3071b0;
}
.linkAll span {
  background: url(../../images/smartphone/icon_link_all.png) no-repeat 0 0;
  background-size:19px;
  padding:3px 0 2px 30px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
  searchArea
+++++++++++++++++++++++++++++++++++++++++++++ */

#searchArea {
  margin: 0 10px 10px;
  padding: 0 0 16px;
  background: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#searchArea h2 {
  margin-bottom:16px;
  padding:10px 10px 8px;
  font-size:16px;
  background:rgba(0,58,115,1.0);
  color:#fff;
  text-align:center;
}
#searchArea ul {
  overflow:hidden;
  padding:0 10px;
}
#searchArea li {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  float:left;
  width:50%;
  padding:0 8px 0 3px;
  position:relative;
}
#searchArea li:nth-child(2) {
  padding:0 3px 0 8px;
}
#searchArea a {
    display:block;

  -moz-border-radius:18px;
  -webkit-border-radius:18px;
  border-radius:18px;

  background:rgba(0,58,115,1.0);
    color:#fff;
  font-size:14px;
    padding:8px 0;
  text-align:center;
}
#searchArea li:nth-child(1) a span {
    background:url(../../images/smartphone/icon_home_search01.png) no-repeat left top;
  background-size:auto 22px;
  padding:3px 0 4px 24px;
}
#searchArea li:nth-child(2) a span {
    background:url(../../images/smartphone/icon_home_search02.png) no-repeat left top;
  background-size:auto 22px;
  padding:3px 0 4px 24px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
 *   imaxLinkBtn
 *   +++++++++++++++++++++++++++++++++++++++++++++ */
#imaxLinkBtn a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 1.5em;
    border-radius: 5px;
    padding: 24px 16px 24px 0;
    background: #0B71CE;
    margin: 0 10px 10px;
    position: relative;
}

#imaxLinkBtn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 46%;
    right: 12px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#imaxLinkBtn a img {
    vertical-align: text-bottom;
}

/* ++++++++++++++++++++++++++++++++++++++++++
  rankingArea
  nowArea
+++++++++++++++++++++++++++++++++++++++++++++ */

#rankingArea,
#nowArea {
  margin:0 10px 40px;
  padding:0 0 16px;
  background:rgba(255,255,255,1.0);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}
#rankingArea h2,
#nowArea h2 {
  margin-bottom:0;
  padding:10px 10px 8px;
  font-size:16px;
  background:rgba(0,58,115,1.0);
  color:#fff;
  text-align:center;
}
.rankingBox,
.nowBox {
  width: 100%;
  margin:0 auto;
}
.rankingBoxInner,
.nowBoxInner {
  padding: 0 0 6px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 320px) {
.homeSliderWrapper {
  max-width: 2000px;
  height:200px;
  margin:0 auto;
  overflow:hidden;
  padding:0;
}
}
@media (min-width: 321px) and (max-width: 400px) {
.homeSliderWrapper {
  max-width: 2360px;
  height:237px;
  margin:0 auto;
  overflow:hidden;
  padding:0;
}
}
@media (min-width: 401px) {
.homeSliderWrapper {
  max-width: 2620px;
  height:262px;
  margin:0 auto;
  overflow:hidden;
  padding:0;
}
}

.homeSliderWrapper ul.bxslider {
  margin:0;
  padding:0;
}
@media (max-width: 320px) {
.homeSliderWrapper li {
  list-style-type:none;
  width: 100%;
  height:200px;
  overflow:hidden;
  text-align:center;
  margin:0 auto;
}
}
@media (min-width: 321px) and (max-width: 400px) {
.homeSliderWrapper li {
  list-style-type:none;
  width: 100%;
  height:237px;
  overflow:hidden;
  text-align:center;
  margin:0 auto;
}
}
@media (min-width: 401px) {
.homeSliderWrapper li {
  list-style-type:none;
  width: 100%;
  height:262px;
  overflow:hidden;
  text-align:center;
  margin:0 auto;
}
}
.homeSliderWrapper li .movBox {
  width:100%;
  background:rgba(0,0,0,1.0);
}
.homeSliderWrapper li .movBox a {
  display: block;
  position: relative;
}
.homeSliderWrapper li .movBox a:hover {
  text-decoration: none;
  cursor: pointer;
}
.rankingBox .homeSliderWrapper a .movImg,
.nowBox .homeSliderWrapper a .movImg {
  display: table;
  text-align: center;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media (max-width: 320px) {
.rankingBox .homeSliderWrapper a .movImg .movImgWrap,
.nowBox .homeSliderWrapper a .movImg .movImgWrap {
  display:table-cell;
  texe-align: center;
  vertical-align:middle;
  width:100%;
  height:200px;
  padding:0;
}
.rankingBox .homeSliderWrapper a .movImg img,
.nowBox .homeSliderWrapper a .movImg img {
  height:auto;
  max-height:100%;
  max-width:100%;
  text-align:center;
}
}
@media (min-width: 321px) and (max-width: 400px) {
.rankingBox .homeSliderWrapper a .movImg .movImgWrap,
.nowBox .homeSliderWrapper a .movImg .movImgWrap {
  display:table-cell;
  texe-align: center;
  vertical-align:middle;
  width:100%;
  height:237px;
  padding:0;
}
.rankingBox .homeSliderWrapper a .movImg img,
.nowBox .homeSliderWrapper a .movImg img {
  height:auto;
  max-height:100%;
  max-width:100%;
  text-align:center;
}
}
@media (min-width: 401px) {
.rankingBox .homeSliderWrapper a .movImg .movImgWrap,
.nowBox .homeSliderWrapper a .movImg .movImgWrap {
  display: table-cell;
  texe-align: center;
  vertical-align: middle;
  width:100%;
  height:262px;
  padding:0;
}
.rankingBox .homeSliderWrapper a .movImg img,
.nowBox .homeSliderWrapper a .movImg img {
  height:auto;
  max-height:100%;
  max-width:100%;
  text-align:center;
}
}
.rankingBox .homeSliderWrapper a .carouselRankNum1,
.rankingBox .homeSliderWrapper a .carouselRankNum2,
.rankingBox .homeSliderWrapper a .carouselRankNum3,
.rankingBox .homeSliderWrapper a .carouselRankOther {
  display: block;
  position:absolute;
  bottom: 30px;
  left: 7px;
  z-index:10;
  width:38px;
  height:23px;
  padding:7px 0 0;
  text-align:center;
  font-size:20px;
  font-weight:bold;
  color:#fff;
  background:url(../../images/smartphone/ranking_icon_l.png) no-repeat;
  background-size:38px auto;
}
.rankingBox .homeSliderWrapper a .carouselRankNum1 {
  background-position:0 0;
}
.rankingBox .homeSliderWrapper a .carouselRankNum2 {
  background-position:0 -80px;
}
.rankingBox .homeSliderWrapper a .carouselRankNum3 {
  background-position:0 -160px;
}
.rankingBox .homeSliderWrapper a .carouselRankOther {
  background-position:0 -240px;
}
.rankingBox .homeSliderWrapper a .movName {
  display: block;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:9;
  font-size: 14px;
  font-weight:bold;
  color:#fff;
  line-height:1.4;
  vertical-align:middle;
  width:100%;
  height: auto;
  padding:3px 0 3px 0;
  text-decoration: none;

  background: linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -o-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -moz-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -webkit-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -ms-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);

  background: -webkit-gradient(
    linear,
    top center,
    bottom center,
    color-stop(0, rgba(0,0,0,0)),
    color-stop(0.3, rgba(0,0,0,0.6))
);
}
.rankingBox .homeSliderWrapper a .movName span {
  display:table-cell;
  height: 45px;
  padding:0 10px 0 48px;
  vertical-align:middle;
}
.nowBox .homeSliderWrapper a .movName {
  display: table;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:9;
  font-size: 14px;
  font-weight:bold;
  color:#fff;
  line-height:1.4;
  width:100%;
  height: auto;
  padding:3px 0;
  text-decoration: none;

  background: linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -o-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -moz-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -webkit-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -ms-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);

  background: -webkit-gradient(
    linear,
    top center,
    bottom center,
    color-stop(0, rgba(0,0,0,0)),
    color-stop(0.3, rgba(0,0,0,0.6))
);
}
.nowBox .homeSliderWrapper a .movName span {
  display:table-cell;
  height: 45px;
  padding:0 10px;
  vertical-align:middle;
  text-align:center;
}
.bx-wrapper .bx-prev {
  background: url(../../images/smartphone/prev_arrow.png) no-repeat 10px 7px rgba(255,255,255,0.8);
  background-size:11px auto;
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 5px;
  width: 30px;
  height: 30px;
  cursor:pointer;
  margin-top:-15px;

  border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius: 15px;
}
.bx-wrapper .bx-next {
  background: url(../../images/smartphone/next_arrow.png) no-repeat 10px 7px rgba(255,255,255,0.8);
  background-size:11px auto;
  position: absolute;
  z-index: 110;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor:pointer;
  margin-top:-15px;

  border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius: 15px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  text-indent: -9999px;
  z-index: 110;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#rankingArea .rankingBoxBtm,
#nowArea .nowBoxBtm {
  overflow:hidden;
  width:288px;
  margin:0 auto 20px;
  padding:0 6px;
}
#rankingArea .rankingBoxBtm li {
  float:left;
  width:92px;
  margin-right:6px;
  position:relative;
}
#rankingArea .rankingBoxBtm li:last-child {
  margin-right:0;
}
#rankingArea .rankingBoxBtm li .movImgBtm img {
  width:92px;
}
#rankingArea .rankingBoxBtm li .rankBtmNum1,
#rankingArea .rankingBoxBtm li .rankBtmNum2,
#rankingArea .rankingBoxBtm li .rankBtmNum3 {
  display: block;
  position:absolute;
  top: 3px;
  left: 3px;
  z-index:10;
  width:23px;
  height:13px;
  padding:5px 0 0;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#fff;

    background:url(../../images/smartphone/ranking_icon_s.png) no-repeat;
  background-size:23px auto;
}
#rankingArea .rankingBoxBtm li .rankBtmNum1 {
  background-position:0 0;
}
#rankingArea .rankingBoxBtm li .rankBtmNum2 {
  background-position:0 -68px;
}
#rankingArea .rankingBoxBtm li .rankBtmNum3 {
  background-position:0 -136px;
}

#nowArea .nowBoxBtm li {
  float:left;
  width:68px;
  margin-right:5px;
  position:relative;
}
#nowArea .nowBoxBtm li:last-child {
  margin-right:0;
}
#nowArea .nowBoxBtm li .movImgBtm img {
  width:68px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
  specialBnrBox
+++++++++++++++++++++++++++++++++++++++++++++ */

#specialBnrBox {
  margin:0 10px 30px;
  padding:0;
  background:rgba(255,255,255,1.0);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}
#specialBnrBox h2 {
  padding:10px 10px 8px;
  font-size:16px;
  background:rgba(0,58,115,1.0);
  color:#fff;
  text-align:center;
}
#specialBnrBox > .specialBnr img {
  width:100%;
}


/* ++++++++++++++++++++++++++++++++++++++++++
  newsArea
+++++++++++++++++++++++++++++++++++++++++++++ */

#newsArea {
  margin:0 10px 40px;
  padding:0 0 16px;
  background:rgba(255,255,255,1.0);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}
#newsArea h2 {
  margin-bottom:0;
  padding:10px 10px 8px;
  font-size:16px;
  background:rgba(0,58,115,1.0);
  color:#fff;
  text-align:center;
}
#newsArea .newsBoxInner {
  margin:0 0 20px;
  padding:0 10px;
}
#newsArea article {
  margin:0 0;
  border-bottom:1px solid #ccc;
}
#newsArea article a {
  display:block;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  min-height:84px;
  font-size:15px;
  padding:10px 0;
  position:relative;
  background:#fff;
  overflow:hidden;
}
#newsArea article span {
  display:block;
  float:left;
  width:64px;
}
#newsArea article img {
  display:block;
  width:auto;
  height:auto;
  max-width:64px;
  max-height:64px;
  margin:auto;
}
#newsArea article h3 {
  font-weight:bold;
  margin-bottom:3px;
  margin-left:74px;
}
#newsArea article time {
  display:block;
  color:#000;
  margin-left:74px;
}

/* ++++++++++++++++++++++++++++++++++++++++++
  obBox
+++++++++++++++++++++++++++++++++++++++++++++ */
#obBox{
  margin: 0;
  padding:20px 10px 10px;
  border-top: 1px solid #DDDDDD;
}
#obBox p{
  margin:0 0 9px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}
#ob{
  height:45px;
  margin:0;
  padding:0;
  text-align:center;
  overflow:hidden;
}
#ob li{
  display:inline-block;
  width:25%;
  height:35px;
}
#ob a{
  display:block;
  height:35px;
}
#ob li{
  float:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#ob a{
  font-size:0;
  line-height:0;
  text-indent:100%;
  white-space:nowrap;
  background-repeat:no-repeat;
  background-position:center 0;
  background-size:60px auto;
  background-image:url(../../images/smartphone/sp_ob_t.png);
  background-color:#000;
}
#ob_f a{ background-image:url(../../images/smartphone/sp_ob_f.png); background-color:#3b5998; }
#ob_b a{ background-image:url(../../images/smartphone/sp_ob_b.png); background-color:#008fde; }
#ob_l a{ background-image:url(../../images/smartphone/sp_ob_l.png); background-color:#1dcd00; }


/* ++++++++++++++++++++++++++++++++++++++++++
  cmnBnrBox
+++++++++++++++++++++++++++++++++++++++++++++ */

.cmnBnrBox {
  margin:0 0 30px;
  padding:0;
}
.cmnBnrBox > .cmnBnr img {
  width:100%;
}


/* ++++++++++++++++++++++++++++++++++++++++++
  clmArea
+++++++++++++++++++++++++++++++++++++++++++++ */
#clmArea {
  margin:0 10px 40px;
  padding:0 0 16px;
  background:rgba(255,255,255,1.0);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
  box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}
#clmArea h2 {
  margin-bottom:0;
  padding:10px 10px 8px;
  font-size:16px;
  background:rgba(0,58,115,1.0);
  color:#fff;
  text-align:center;
}
#clmArea .clmWrap {
  margin-bottom:20px;
}
#clmArea .clmWrap:last-child {
  margin-bottom:0;
}
#clmArea h3 {
  margin-bottom:0;
  padding:10px 10px 8px;
  font-size:14px;
  background:rgba(212,239,185,1.0);
  color:#000;
  text-align:center;
  position:relative;
}
#clmArea h3:after{
  display:block;
  content:"";
  width:0;
  height:0;
  border-width:7px;
  border-style:solid;
  border-color:#d4efb9 transparent transparent transparent;
  position:absolute;
  left:7px;
  bottom:-14px;
  z-index:10;
}
.clmBox {
  width: 100%;
  margin:0 auto;
  padding: 0 0 6px;
}
.clmBox .clmInner {
  position: relative;
  overflow:hidden;
  width:100%;
  height:100%;
  background:rgba(0,0,0,1.0);
}
.clmBox .clmInner a {
  display: block;
  position: relative;
}
.clmBox .clmInner a:hover {
  text-decoration: none;
  cursor: pointer;
}
.clmBox .clmInner a .clmImg {
  display:table;
  text-align: center;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media (max-width: 320px) {
  .clmBox .clmInner a .clmImg .clmImgWrap {
    display:table-cell;
    texe-align: center;
    vertical-align:middle;
    width:100%;
    height:200px;
    padding:0;
  }
  .clmBox .clmInner a .clmImg img {
    height:auto;
    max-height:100%;
    max-width:100%;
    text-align:center;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  .clmBox .clmInner a .clmImg .clmImgWrap {
    display:table-cell;
    texe-align: center;
    vertical-align:middle;
    width:100%;
    height:237px;
    padding:0;
  }
  .clmBox .clmInner a .clmImg img {
    height:auto;
    max-height:100%;
    max-width:100%;
    text-align:center;
  }
}
@media (min-width: 401px) {
  .clmBox .clmInner a .clmImg .clmImgWrap {
    display:table-cell;
    texe-align: center;
    vertical-align:middle;
    width:100%;
    height:262px;
    padding:0;
  }
  .clmBox .clmInner a .clmImg img {
    height:auto;
    max-height:100%;
    max-width:100%;
    text-align:center;
  }
}
.clmBox .clmInner a .clmTtlArea {
  display: block;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:9;
  width:100%;
  height: auto;
  padding:5px 0;
  text-decoration: none;
  text-align:center;
  overflow:hidden;

  background: linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -o-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -moz-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -webkit-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);
  background: -ms-linear-gradient(top , rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%);

  background: -webkit-gradient(
    linear,
    top center,
    bottom center,
    color-stop(0, rgba(0,0,0,0)),
    color-stop(0.3, rgba(0,0,0,0.6))
);
}
.clmBox .clmInner a h4 {
  display:block;
  margin-bottom:3px;
  padding:0 10px;
  font-size: 14px;
  font-weight:bold;
  color:#fff;
  line-height:1.4;
  word-wrap:break-word;
}
.clmBox .clmInner a .clmTtl {
  display:block;
  padding:0 10px;
  font-size: 12px;
  color:#fff;
  line-height:1.3;
  word-wrap:break-word;
}

#clmArea .clmBoxBtm{
  margin-bottom:10px;
}
#clmArea .clmBoxBtm article{
  margin:0 6px;
  border-bottom:1px solid #ccc;
}
#clmArea .clmBoxBtm article a{
  display:block;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  min-height:84px;
  font-size:14px;
  padding:10px 0;
  overflow:hidden;
}
#clmArea .clmBoxBtm div.clmBoxL{
  width:80px;
  float:left;
  margin-right:5px;
}
#clmArea .clmBoxBtm div.clmBoxR{
  padding-left:86px;
}
#clmArea .clmBoxBtm article h4{
  font-size:14px;
}
#clmArea .clmBoxBtm article p{
  font-size:13px;
  color:#000;
}
#clmArea .clmBoxBtm article img{
  display:block;
  width:auto;
  height:auto;
  max-width:80px;
  max-height:64px;
  margin:0 auto;
}
#clmArea #sp_event{
  margin-bottom:0;
}
#clmArea #sp_event .clmBox{
  padding-bottom:0;
}


#home-present .ctsBox > ul li{
  border-top:1px solid #bbb;
  overflow:hidden;
}

#home-present .ctsBox > ul:nth-of-type(1) li:first-child { border-top:none; }

#home-present .ctsBox > ul li a{
  display:block;
  overflow:hidden;
  position:relative;
  padding:6px 26px 6px 6px;
  background:url(../../images/smartphone/icon_linkarrow.png) no-repeat right 50%;
  background-size: auto 13px;
  font-weight:bold;
}

#home-present .ctsBox > ul figure{
  width:90px;
  float:left;
  margin:0 10px 0 0;
}

#home-present .ctsBox > ul figure img{
  width:100%;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

#home-present .ctsBox > ul mark{
  display:block;
  margin-top:2px;
  font-size:12px;
  color:#c00;
  font-weight:normal;
  line-height:1.4;
}

#home-present .ctsBox > ul strong{
  display:inline-block;
  padding:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#ff811d;
  font-size:12px;
  color:#fff;
}
.p-idx{
  margin: 6px 6px 40px;
  padding: 0 0 16px;
  background: #fff;
  overflow:hidden;
}

.p-idx h2{
  background: #003a73;
  padding:10px 10px 8px;
  color:#fff;
  font-size:16px;
  text-shadow:0 1px 1px rgba(0,0,0,0.8);
  text-align: center;
}

#p-rnkBox li{
  background:#fff;
  border-top:1px solid #bbb;
}

#p-rnkBox li:first-of-type{
  border:none;
}

#p-rnkBox li:last-of-type{
  border-bottom:1px solid #bbb;
  margin-bottom:10px
}

#p-rnkBox li >  a{
  display:block;
  position:relative;
  min-height:60px;
  padding:2px 26px 6px 70px;
  background:url(https://media.eiga.com/images/smartphone/icon_linkarrow.png) no-repeat right center;
    background-size: auto 13px;
  color:#000;
}

#p-rnkBox dt,
#p-rnkBox dd{
  -ms-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
}


#p-rnkBox dt{
  margin:8px 0 4px;
  font-weight:bold;
  font-size:14px;
}

#p-rnkBox dt strong{
  display:inline-block;
  width:24px;
  height:24px;
  margin-right:6px;
  color:#ff6c00;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.7;
  background:#eee;

  -moz-border-radius:24px;
  -webkit-border-radius:24px;
  border-radius:24px;
}

#p-rnkBox li:nth-of-type(1) dt strong{ background:#abac2c; color:#fff; }
#p-rnkBox li:nth-of-type(2) dt strong{ background:#aaabaf; color:#fff; }
#p-rnkBox li:nth-of-type(3) dt strong{ background:#b78a39; color:#fff; }
#p-rnkBox img{
  width:60px;
  position:absolute;
  left:4px;
  top:4px;
  text-align:center;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}

#p-rnkBox dd:nth-last-of-type(1){
  font-size:12px;
  line-height:1.5;
}

#p-rnkBox dd:nth-last-of-type(1) span{
  display:inline-block;
  margin-right:4px;
  padding:3px 2px;
  color:#fff;
  font-size:10px;
  line-height:1;
  vertical-align:middle;
  background:#333;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;

}

/* revList link ++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++ */

section#revList{
  margin: 6px 6px 40px;
  background: #ffff;
  padding-bottom: 16px;
}

#revList > h2.label{
  background: #003a73;
  padding:10px 10px 8px;
  color:#fff;
  font-size:16px;
  text-shadow:0 1px 1px rgba(0,0,0,0.8);
  text-align: center;
}

#revList article{
  position:relative;
  margin:6px;
  padding:6px;
  padding-top:46px;
  border:1px solid #ccc;
  background:#fff;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
}
#revList article.blocking {
  display: none;
}
#revList article:last-of-type{
  margin-bottom:10px;
}

#revList article > a{
  display:block;
  position:relative;
  margin:0 0 6px;
  padding:10px 26px 0 0;
  border-top:3px solid #d7d7d8;

  overflow:hidden;
  zoom:1;
  background:url(https://media.eiga.com/images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}

#revList article h4{
  -ms-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size:16px;
}

#revList article h3{
  -ms-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size:16px;
}

#revList article time{
  display:block;
  margin:2px 0 4px;
  font-size:10px;
  color:#999;
}

#revList article p{
  margin-top:8px;
  font-size:15px;
  color:#333;
}

#revList article p strong{
  display:block;
  width:8em;
  margin:8px 0 8px;
  padding:2px 0 2px 14px;
  text-align:center;
  font-size:12px;
  font-weight:normal;
  color:#fff;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px;
  background:#ff6c00 url(https://media.eiga.com/images/smartphone/icon_caution.png) no-repeat 10px center;
  background-size:auto 12px, auto;
}

#revList article ul{
  margin-top:8px;
  padding-top:6px;
  border-top:1px dotted #ccc;
  overflow:hidden;
  zoom:1;
}

#revList article li{
  margin-bottom:3px;
  padding-right:10px;
  font-size:10px;
  color:#333;
  float:left;
}

#revList article li:nth-child(1) span{
    display:inline-block;
  width:60px;
  height:12px;
  font-size:0;
  line-height:0;
  text-align:left;
    vertical-align:middle;
  background:url(https://media.eiga.com/images/smartphone/star0.png) no-repeat scroll 0 -12px transparent;
  background-size:60px 24px;
}

#revList article li img {
    display:inline-block;
    width:60px;
  height:12px;
    margin:0;
    vertical-align:middle;
  background: url(https://media.eiga.com/images/smartphone/star1.png) no-repeat scroll 0 0 transparent;
  background-size:60px 24px;
}

#revList article li:nth-child(1) span.r0 img{ width:0; }
#revList article li:nth-child(1) span.r1 img{ width:6px; }
#revList article li:nth-child(1) span.r2 img{ width:12px; }
#revList article li:nth-child(1) span.r3 img{ width:18px; }
#revList article li:nth-child(1) span.r4 img{ width:24px; }
#revList article li:nth-child(1) span.r5 img{ width:30px; }
#revList article li:nth-child(1) span.r6 img{ width:36px; }
#revList article li:nth-child(1) span.r7 img{ width:42px; }
#revList article li:nth-child(1) span.r8 img{ width:48px; }
#revList article li:nth-child(1) span.r9 img{ width:54px; }
#revList article li:nth-child(1) span.r10 img{ width: 60px; }
#revList article li:nth-child(2) span{
  display:inline-block;
  margin-right:4px;
  font-size:12px;
}

#revList article li:nth-child(3){
  clear:both;
}

#revList article footer{
  position:absolute;
  min-height:34px;
  width:96.5%;
  top:6px;
  left:6px;
  overflow:hidden;
}

#revList article footer > a{
  display:block;
  height:34px;
  padding:0 32px 0 60px;
  background:url(https://media.eiga.com/images/smartphone/icon_linkarrow.png) no-repeat right center;
    background-size: auto 13px;
  color:#000;
  line-height:2.4;
  -ms-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  position:relative;
}

#revList article footer img{
  width:50px;
  position:absolute;
  left:0;
  top:0;
}

.linkAll_feature {
  width: 86%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #3071b0;
  border: 1px solid #3071b0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height:40px;
  background-color: #fff;
}

.linkAll_feature a {
  display: block;
  padding: 6px 10px;
  color: #3071b0;
  height:auto;
  min-height: 0;
}

.linkAll_feature span {
  background: url(../../images/smartphone/icon_link_all.png) no-repeat 0 0;
  background-size: auto;
  background-size: 19px;
  padding: 3px 0 2px 30px;
  color: #3071b0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
