@charset "utf-8";

/*-------------------------------------------------------------------
* point.css
* site name : チャンスイット
* description : ポイントページ指定
* import : web/point/***.jsp
-------------------------------------------------------------------*/
#container,#contents {
    width: 1000px;
}

/* 文字 */
.service {
    font-size: 14px;
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.service input{
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

/*
=====================================================================
* 2カラム
=====================================================================
*/
.main {
    width: 820px;
    float: right;
}
.left-aside {
    width: 160px;
    float: left;
}

/*
=====================================================================
* サービスページ共通
=====================================================================
*/

h2 {
    color:#4d4d4d;
    font-size:18px;
    font-weight:bold;
    border-top:2px solid #ff5555;
    border-bottom:1px solid #ccc;
    padding:8px;
}
.point {
    color: #545454;
}
.point ins {
    text-decoration: none;
    color: #ff5555;
}
.ci-point{
    padding-left: 17px;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 center;
    color: #ff5555;
}
del{
    padding-left: 17px;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 center;
}
.condition {
    color: #929292;
}
.btn-more a {
    display: inline-block;
    box-sizing: border-box;
    padding: 17px 15px 12px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3dba8f;
    -moz-box-shadow: 1px 1px 2px #a8a8a8;
    -webkit-box-shadow: 1px 1px 2px #a8a8a8;
    box-shadow: 1px 1px 2px #a8a8a8;
    vertical-align:	middle;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.btn-more a:hover {
    background: #059262;
}

/* NEWアイコン */
.new1, .new2 {
    width: 100px;
    display: block;
    padding: 3px 0 1px;
    position: absolute;
    left: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ff4b4e;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.new1:before, .new2:before {  position: relative;}
.new1:after, .new2:after {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 50%;
    border-top: #ff5555 10px solid;
    border-bottom:10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
}

/* ロールオーバー アニメーション */
.service .timesale  li a,
.service .four_row li a,
.service .repeat a:hover,
.service .gekioshi a:hover,
.service .gekioshi a:hover .button,
.service .credit li a,
.service .category-list li a,
.service .search li input[type="submit"],
.btn-more a,
.service .pulldown-list .btn-close span,
.service .pulldown-list li a,
.service .service-list .list li a,
.service .service-list .list li .status .btn-detail,
.service .history li a,
.service .left-aside ul li a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

/*
=====================================================================
* ローテバナー
=====================================================================
*/
.rotation {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
}
.rotation .bx-wrapper {
    margin: 0 auto;
    position: relative;
}
.rotation .bx-viewport { height: 160px !important;}
.rotation .rotation_inner {
  width: 2856px;
  height: 200px;
  position:relative;
  left:50%;
  margin-left:-1428px;
  z-index: 1;
}
.rotation .slider li {
  width: 950px;
  display: block;
  margin: 0 1px;
  transition: all 0.2s;
}
.rotation .slider li img {
  vertical-align: bottom;
}
.rotation .slider li.active-slide {
  box-shadow:0px 4px 9px -1px #bfbfbf;
}
.rotation .bx-controls-direction{ position: relative;}
.rotation .bx-next,
.rotation .bx-prev {
    width: 951px;
    height: 150px;
    position: absolute;
    z-index: 1;
    background: url("../../img/10/top/img_rote.png") no-repeat 1px 35px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.rotation .bx-prev {
  top: -160px;
  left: 0;
  transform: rotateY( 180deg );
}
.rotation .bx-next {
  top: -160px;
  right: -5px;
}
/* ローテーションバナー単体 */
.rotation_simple{
    width:950px;
    margin:0 auto;
    padding: 20px 0;
}

/*
=====================================================================
* 真ん中メニュー
=====================================================================
*/

/*見出し*/
.main h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.service .repeat h2 span,
.service .four_row h2 span,
.service .credit h2 span,
.service .free h2 span{
    display: inline-block;
    margin-left: 15px;
    font-weight: normal;
    font-size: 15px;
}

/* メインビジュアル 1つ表示 */
.mainimg h2 {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    background: #fff;
    font-size: 20px;
}

/* もっと見るボタン */
.btn-more {
    text-align: center;
}
.btn-more a {
    width:350px;
    position: relative;
    letter-spacing: 1px;
}
.small a {
    width:160px;
    height:40px;
    padding:10px 10px 10px;
    margin:10px 0;
    font-size:15px;
    text-align:left;
}
.btn-more a::before,
.btn-more a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
}
.btn-more a::before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-more a::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* タイムセール */
.service .timesale {
    border: #cdcd8f 1px solid;
    border-radius: 5px;
    background: url(../../../img/point/bg_timesale.gif) repeat 0 0;
    margin-bottom:20px;
}
.service .timesale h2 {
    border:none;
    margin:0;
    padding:0;
}
.service .timesale ul {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 12px;
    margin:0 0 12px;
}
.service .timesale ul li {
    width: 390px;
    box-sizing: border-box;
    float: left;
    border: #ebc026 1px solid;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px #ebc026;
    -webkit-box-shadow: 2px 2px 2px #ebc026;
    box-shadow: 2px 2px 2px #ebc026;
}
.service .timesale ul li:nth-child(2n){
    margin:0 0 0 12px;
}
.service .timesale ul li:nth-child(n+3){
    margin-top:12px;
}
.service .timesale ul li a {
    display:block;
    text-decoration: none;
    color: #4d4d4d;
}
.service .timesale ul li a:hover {
    background: #fff8d6;
}
.service .timesale ul li .thum,
.service .timesale ul li .status {
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
}
.service .timesale ul li .thum {
    width: 120px;
    height: 120px;
    padding-left: 10px;
}
.service .timesale ul li .thum img {
    width: 120px;
}
.service .timesale ul li .status {
    padding-left: 10px;
}
.service .timesale ul li .status .name {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
    margin:5px 0 0;
}
.service .timesale ul li .status .point {
    background-position: 0 10px;
}
.service .timesale ul li .status .point .ci-point {
    font-weight: bold;
    font-size: 20px;
}
.service .timesale ul li .status .point del {
    font-size: 12px;
}
.service .timesale ul li .status .point ins {
    font-weight: bold;

    font-size: 20px;
}
.service .timesale ul li .status .condition {
    margin-top: 8px;
}
.service .timesale ul li .status .condition span {
    width: 210px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .timesale ul li .time {
    height: 40px;
    box-sizing: border-box;
    margin: 10px auto 0;
    padding: 4px 0 3px;
    background: #f13e53;
    text-align:  center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.service .timesale ul li .time span {
    margin: 0 2px;
    font-weight: normal;
    font-size: 15px;
}
.service .timesale ul li .time.period {
    background: #727272;
    font-weight: normal;
}

/* 検索 */
.service .search {
    height: 50px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 2px;
    background: #f0f0f0;
}
.service .search .search-list  li {
    height: 40px;
    box-sizing: border-box;
    display: table-cell;
    padding-top: 1px;
    vertical-align: middle;
}
.service .search .search-list li input[type="text"] {
    width: 430px;
    height: 38px;
    box-sizing: border-box;
    padding: 6px 10px 6px;
    border: #c8c8c8 1px solid;
    border-radius: 2px 0 0 2px / 2px 0 0 2px;
    letter-spacing: 1px;
}
.service .search .search-list li input[type="submit"] {
    width: 130px;
    height: 38px;
    box-sizing: border-box;
    padding: 8px 10px 6px;
    border: none;
    -woebkit-border-radius: 0 2px 2px 0 / 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0 / 0 2px 2px 0;
    border-radius: 0 2px 2px 0 / 0 2px 2px 0;
    background: #3dba8f;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.service .search .search-list li input[type="submit"]:hover {
    background: #059262;
}
.service .search .search-list li .btn-category {
    width: 235px;
    height: 38px;
    position: relative;
    box-sizing: border-box;
    margin-left: 12px;
    padding: 9px 10px 6px;
    border: #c8c8c8 1px solid;
    background: #fff;
    -woebkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}
.service .search .search-list li .btn-category:hover {
    color: #a9a9a9;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.service .search .search-list li .btn-category::before,
.service .search .search-list li .btn-category::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 3px;
    background: #a1a0a0;
    border-radius: 4px;
}
.service .search-list li .btn-category::before {
    margin-top: 0;
    margin-right: -4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.service .search .search-list li .btn-category::after {
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* 即日案件・クレカ案件 */
.service .four_row{
    clear: both;
    margin:0 0 60px;
}
.service .four_row .new1{
    top:-20px;
}
.service .four_row ul{
    margin-bottom: 30px;
}
.service .four_row ul:after{
    content: "";
    clear: both;
    display: block;
}
.service .four_row li{
    float:left;
    position:relative;
    text-align:center;
    border-right: #ccc 1px solid;
}
.service .four_row li:nth-child(4n){
    border:none;
}
.service .four_row li a{
    display:inline-block;
    width:184px;
    padding:15px 10px;
    color: #4d4d4d;
    text-decoration:none;
}
.service .four_row li a:hover{
    background-color: #fff8d6;
}
.service .four_row li .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .four_row li .point {
    display: inline-block;
    font-size: 11px;
    margin:10px 0 5px;
}
.service .four_row li .point ins {
    margin-left: 2px;
    font-weight: bold;
    font-size: 19px;
}
.service .four_row li .point .ci-point{
    font-weight: bold;
    font-size: 19px;
}
.service .four_row .rank li .point .ci-point{
    background-position:0 5px;
}
.service .four_row li .condition {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* リピートOK */
.service .repeat {
    margin-bottom: 30px;
}

.service .repeat h2{
    margin:0;
}
.service .repeat .repeat_icon{
    font-size:11px;
    color:#fff;
    padding:2px 6px 2px 20px;
    margin:0 4px;
    border-radius:2px;
    background: url(../../../img/10/items/icon_repeat.png) #fc738d 4px 2px no-repeat;
}
.service .repeat .repeat_area{
    padding:20px 10px;
    background:url(../../../img/point/bg_repeat.gif) 0 0 repeat;
}
.service .repeat dl{
    -moz-box-shadow:0px 0px 6px 1px #dedede;
    -webkit-box-shadow: 0px 0px 6px 1px #dedede;
    box-shadow:0px 0px 6px 1px #dedede;
    margin:0 0 15px;
    border:1px solid #ddd;
}
.service .repeat dl:last-child{
    margin:0;
}
.service .repeat dt{
    color:#fff;
    background:#555;
    padding:5px 20px;
    font-size:18px;
    letter-spacing:0.1rem;
}
.service .repeat dd{
    background:#fff;
}
.service .repeat ul{
    overflow:hidden;
}
.service .repeat li{
    float:left;
    text-align:center;
    padding:10px;
}
.service .repeat li:last-child{
    border:none;
}
.service .repeat li a{
    display:inline-block;
    padding:10px 10px 0 9px;
    height:110px;
    color: #4d4d4d;
    text-decoration:none;
    text-align:center;
}
.service .repeat li a:hover{
    background-color: #fff8d6;
}
.service .repeat li .point {
    display: inline-block;
    font-size: 11px;
    margin:10px 0 0;
    max-width: 100px;
    background-position: 0 4px;
}
.service .repeat li .point ins {
    margin-left: 2px;
    font-weight: bold;
    font-size: 16px;
}
.service .repeat li .point .ci-point{
    font-weight: bold;
    font-size: 16px;
}

/* ランキングのアイコンあり */
.service  .rank li.ci-point,
.service  .rank li del{
    padding: 2px 0 0 23px;
    background-size:20px auto;
}
.service  .rank li:nth-child(1) .ci-point{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank1.png) no-repeat left 2px;
    background-size:20px auto;
}
.service  .rank li:nth-child(2) .ci-point{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank2.png) no-repeat left 2px;
    background-size:20px auto;
}
.service  .rank li:nth-child(3) .ci-point{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank3.png) no-repeat left 2px;
    background-size:20px auto;
}
.service  .rank li:nth-child(4) .ci-point{
    padding: 2px 0 0 23px;
     background: url(../../../img/point/ico_shoprank4.png) no-repeat left 2px;
    background-size:20px auto;
}
.service  .rank li:nth-child(5) .ci-point{
    padding: 2px 0 0 23px;
     background: url(../../../img/point/ico_shoprank5.png) no-repeat left 2px;
    background-size:20px auto;
}
.service  .rank li:nth-child(1) del{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank1.png) no-repeat left -3px;
    background-size:20px auto;
}
.service  .rank li:nth-child(2) del{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank2.png) no-repeat left -3px;
    background-size:20px auto;
}
.service  .rank li:nth-child(3) del{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank3.png) no-repeat left -3px;
    background-size:20px auto;
}
.service  .rank li:nth-child(4) del{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank4.png) no-repeat left -3px;
    background-size:20px auto;
}
.service  .rank li:nth-child(5) del{
    padding: 2px 0 0 23px;
    background: url(../../../img/point/ico_shoprank5.png) no-repeat left -3px;
    background-size:20px auto;
}

/* 激推しサービス*/
.service .gekioshi{
    background:url(../../../img/point/bg_gekioshi.gif) 0 0 no-repeat;
    overflow:hidden;
    margin-bottom:40px;
}
.service .gekioshi h2{
    border:none;
    margin:0;
    padding:0;
}
.service .gekioshi .ban_area,
.service .gekioshi .txt_area{
    float:left;
}
.service .gekioshi .ban_area{
    width:200px;
    height:200px;
    margin:15px;
    padding:10px;
    background:#fff;
    -moz-box-shadow: 2px 2px 2px #ad0014;
    -webkit-box-shadow: 2px 2px 2px #ad0014;
    box-shadow: 2px 2px 2px #ad0014;
}
.service .gekioshi .ban_area a{
    display:inline-block;
}
.service .gekioshi .ban_area a:hover{
    opacity:0.7;
}
.service .gekioshi .txt_area a{
    display:inline-block;
    background:#fff;
    width:555px;
    height:123px;
    color: #4d4d4d;
    text-decoration:none;
    padding:10px 0;
    border-radius:5px 5px 0 0;
}
.service .gekioshi .txt_area a:hover{
    background: #fff8d6;
}
.service .gekioshi .txt_area a:hover .button{
    background:#ff5555;
}
.service .gekioshi .txt_area .box{
    padding:0 15px;
}
.service .gekioshi .txt_area .name{
    font-size:20px;
    font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .gekioshi .point {
    display: inline-block;
    font-size: 16px;
    line-height:35px;
}
.service .gekioshi ins {
    margin-left: 2px;
    font-weight: bold;
    font-size: 30px;
}
.service .gekioshi .ci-point{
    font-weight: bold;
    font-size: 30px;
    display:inline-block;
    margin:3px 0;
}
.service .gekioshi .condition{
    font-size: 14px;
    line-height:20px;
    position:relative;
}
.service .gekioshi .terms{
    max-width:350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .gekioshi .button{
    position:absolute;
    bottom:5px;
    right:0;
    width:170px;
    background:#b2b2b2;
    color:#fff;
    text-align:center;
    border-radius:3px;
    padding:5px 0;
}
.service .gekioshi .comment{
    background:#f3f0e7;
    margin:3px 0 0;
    font-size:14px;
    color:#4d4d4d;
    padding:6px 15px;
    border-radius:0 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-shadow: 2px 2px 2px #ad0014;
    -webkit-box-shadow: 2px 2px 2px #ad0014;
    box-shadow: 2px 2px 2px #ad0014;
}

/* 無料会員登録 */
.service .free li{
    border-right: #ccc 1px dotted;
}
.service .free li .new1{
    top:-10px;
}
.service .free li:nth-child(-n+4){
    border-bottom: #ccc 1px dotted;
}
.service .free li a{
    padding:30px 10px 26px;
    height: 170px;
}

/* カテゴリ・条件から探す */
.service .category-list {
    box-sizing: border-box;
    overflow: hidden;
    margin: 100px 0 30px;
    padding: 30px 10px;
    border-radius: 2px;
    background: #f0f0f0;
}
.service .category-list h3 {
    border-bottom: #ccc 1px solid;
    margin-bottom: 10px;
    padding: 0 0 10px 5px;
    font-weight: bold;
    font-size: 18px;
}
.service .category-list ul {
    display: table-cell;
    vertical-align: top;
}
.service .category-list li {
    width: 145px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 5px;
}
.service .category-list li a {
    text-decoration: none;
    font-size: 12px;
}
.service .category-list li a:visited {
    color: #04c;
}
.service .category-list li a:hover {
    color: #6cf;
}
.service .category-list .category {
    width: 440px;
    float: left;
}
.service .category-list .category li,
.service .category-list .specific li{
    float: left;
}
.service .category-list .specific{
    width: 300px;
    float: right;
}
/* プルダウン版 */
.service .pulldown-list {
    width: 807px;
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 900;
    top: 43px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 10px 15px;
    border: #ccc 1px solid;
    -woebkit-border-radius: 0 0 2px 2px / 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px / 0 0 2px 2px;
    border-radius: 0 0 2px 2px / 0 0 2px 2px;
    background: #f8f8f8;
    -moz-box-shadow: 2px 2px 2px #c5c5c5;
    -webkit-box-shadow: 2px 2px 2px #c5c5c5;
    box-shadow: 2px 2px 2px #c5c5c5;
}
.service .pulldown-list .btn-close {
    margin-bottom: 5px;
    text-align: right;
}
.service .pulldown-list .btn-close span {
    padding-left: 20px;
    background: url(../../../img/point/ico_close.gif) no-repeat 0 2px;
    cursor: pointer;
    font-size: 16px;
}
.service .pulldown-list .btn-close span:hover {
    opacity: 0.5;
}
.service .pulldown-list h3 {
    border-bottom: #ccc 1px solid;
    margin-bottom: 10px;
    padding: 0 0 10px 5px;
    font-weight: bold;
    font-size: 18px;
}
.service .pulldown-list li {
    width: 150px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 5px;
}
.service .pulldown-list li a {
    text-decoration: none;
    font-size: 12px;
}
.service .pulldown-list li a:visited {
    color: #04c;
}
.service .pulldown-list li a:hover {
    color: #6cf;
}
.service .pulldown-list .category {
    width: 450px;
    float: left;
}
.service .pulldown-list .category li,
.service .pulldown-list .specific li {
    float: left;
}
.service .pulldown-list .specific {
    width: 320px;
    float: right;
}

/* ポイント獲得ランキング */
.service .ranking {
    overflow: hidden;
}
.service .ranking h3 {
    height: 80px;
    margin-bottom: 25px;
    background: url(../../../img/point/tit_point_ranking.gif) no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.service .ranking .ranking-list.last {
    float: left;
    margin: 0 0 20px 15px;
}
.service .ranking .ranking-list.now {
    float: right;
    margin: 0 15px 20px 0;
}
.service .ranking .ranking-list {
    width: 370px;
}
.service .ranking .ranking-list h4 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.service .ranking .ranking-list li:nth-child(1),
.service .ranking .ranking-list li:nth-child(2),
.service .ranking .ranking-list li:nth-child(3) {
    height: 55px;
    box-sizing: border-box;
    border-bottom: #f4b919 1px solid;
    padding: 15px 0 0 60px;
    font-weight: bold;
    font-size: 18px;
}
.service .ranking .ranking-list li:nth-child(1) { background: url(../../../img/point/ico_no1.gif) no-repeat 0 center;}
.service .ranking .ranking-list li:nth-child(2) { background: url(../../../img/point/ico_no2.gif) no-repeat 0 center;}
.service .ranking .ranking-list li:nth-child(3) { background: url(../../../img/point/ico_no3.gif) no-repeat 0 center;}
.service .ranking .ranking-list li span {
    width: 145px;
    display: table-cell;
}
.service .ranking .ranking-list li:nth-child(1) span:nth-child(1),
.service .ranking .ranking-list li:nth-child(2) span:nth-child(1),
.service .ranking .ranking-list li:nth-child(3) span:nth-child(1) {
    width: 155px;
}
.service .ranking .last ul li span,
.service .ranking .now ul li span{
    max-width:155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .ranking .ranking-list li:nth-child(1) span:nth-child(2),
.service .ranking .ranking-list li:nth-child(2) span:nth-child(2),
.service .ranking .ranking-list li:nth-child(3) span:nth-child(2) {
    width: 140px;
    text-align: right;
    font-size: 21px;
    color: #ff5555;
}
.service .ranking .ranking-list li:nth-child(n+4) {
    height: 35px;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    border-bottom: #c3c3c3 1px solid;
}
.service .ranking .ranking-list li:nth-child(n+4) span:nth-child(1) {
    width: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #085204;
}
.service .ranking .ranking-list li:nth-child(n+4) span:nth-child(2) {
    width: 175px;
}
.service .ranking .ranking-list li:nth-child(n+4) span:nth-child(3) {
    width: 120px;
    text-align: right;
    color: #ff5555;
}

/* プレゼントポイント・もうすぐランクイン */
.service .ranking .present-point,
.service .ranking .rankin {
    clear: both;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
.service .ranking .present-point {
    padding: 0 10px 0 15px;
}
.service .ranking .rankin {
    padding: 0 15px 0 10px;
    border-left: #ccc 1px dotted;
}
.service .ranking .present-point h4 {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #f7b90f;
}
.service .ranking .rankin h4 {
    padding-top: 45px;
    background: url(../../../img/point/ico_rankin.gif) no-repeat center 0;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #0bb31f;
}
.service .ranking .present-point .lead {
    height: 45px;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.service .ranking .present-point .lead:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 50%;
    border-top: #ff5555 18px solid;
    border-bottom:16px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    margin-left: -16px;
}
.service .ranking .present-point .ranking-list li:nth-child(4) {
    height: 55px;
    box-sizing: border-box;
    padding: 15px 0 0 60px;
    border-bottom: none;
    background: url(../../../img/point/ico_no4_10.gif) no-repeat 0 center;
    font-weight: bold;
    font-size: 18px;
}
.service .ranking .present-point .ranking-list li:nth-child(1) span:nth-child(1),
.service .ranking .present-point .ranking-list li:nth-child(2) span:nth-child(1),
.service .ranking .present-point .ranking-list li:nth-child(3) span:nth-child(1),
.service .ranking .present-point .ranking-list li:nth-child(4) span:nth-child(1) {
    padding: 0 5px 0 0;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat;
    text-align: right;
    font-size: 15px;
}
.service .ranking .present-point .ranking-list li:nth-child(4) span:nth-child(1) {
    color: #4c4c4c;
}
.service .ranking .present-point .ranking-list li:nth-child(1) span:nth-child(1),
.service .ranking .present-point .ranking-list li:nth-child(2) span:nth-child(1) {
    width: 175px;
    background-position: 68px 14px;
}
.service .ranking .present-point .ranking-list li:nth-child(3) span:nth-child(1),
.service .ranking .present-point .ranking-list li:nth-child(4) span:nth-child(1) {
    width: 193px;
    background-position: 86px 14px;
}
.service .ranking .present-point .ranking-list li:nth-child(1) span:nth-child(2),
.service .ranking .present-point .ranking-list li:nth-child(2) span:nth-child(2),
.service .ranking .present-point .ranking-list li:nth-child(3) span:nth-child(2),
.service .ranking .present-point .ranking-list li:nth-child(4) span:nth-child(2) {
    width: 80px;
    text-align: right;
    font-size: 24px;
    color: #ff5555;
}
.service .ranking .rankin li {
    height: 35px;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    border-bottom: #c3c3c3 1px solid;
}
.service .ranking .rankin li span {
    display: table-cell;
}
.service .ranking .rankin li span:nth-child(1) {
    width: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #4c4c4c;
}
.service .ranking .rankin li span:nth-child(2) {
    width: 190px;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .ranking .rankin li span:nth-child(3) {
    width: 120px;
    text-align: right;
    color: #4c4c4c;
}
.service .ranking .rankin p{
    margin:25px 0 0 10px;
    text-align: left;
    font-size: 15px;
}
.service .ranking .rankin p span{
    font-size:14px;
    color:#8C8C8C;
    display:inline-block;
    margin:5px 0 0;
}

/* 集計中表示 */
.service .ranking .total {
    width: 750px;
    clear: both;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    border: #ccc 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.service .ranking .total p:nth-child(1) {
    line-height: 1.8em;
    font-weight: bold;
    font-size: 22px;
}

/*
=====================================================================
* 左サイドメニュー
=====================================================================
*/

/*見出し*/
    .left-aside h2 {
    box-sizing: border-box;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
}

/* 共通 */
.left-aside .newest,
.left-aside .soku,
.left-aside .recommend,
.left-aside .shop_category,
.left-aside .ssp,
.left-aside .chance3pt {
    margin-bottom: 20px;
}
.service .left-aside ul {
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
}
.service .left-aside ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: #4d4d4d;
}
.service .left-aside ul li a:hover {
    background: #fff8d6;
}
.service .left-aside ul li .name {
    width: 130px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 15px;
}
.service .left-aside ul li .thum {
    margin-bottom: 5px;
}
.service .left-aside ul li .thum img {
    width: 138px;
    height: auto;
}
.service .left-aside ul li a .point {
    padding-left: 0;
    background: none;
    font-weight: normal;
    font-size: 16px;
}
.service .left-aside ul li a .point .ci-point {
    display: inline-block;
    padding-left: 15px;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 9px;
    font-weight: bold;
    font-size: 21px;
}
.service .left-aside ul li a del {
    display: inline-block;
    margin: 5px 0 0;
    padding-left: 17px;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 4px;
    font-weight: normal;
    font-size: 16px;
}
.service .left-aside ul li a ins {
    font-weight: bold;
    font-size: 21px;
}
.service .left-aside ul li a .condition {
    display: block;
}
.service .left-aside ul li a .condition {
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
}

/* 新着情報 */
.service .left-aside .newest li{
    border-bottom:1px dotted #cccccc
}
.service .left-aside .newest li:last-child{
    border:none;
}
.service .left-aside .newest .update{
    color: #4d4d4d;
    text-align: center;
    background: #f3f0e6;
    border: 1px solid #d3d1c8;
}
.service .left-aside .newest .name{
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 24px;
    margin: 10px 0 0;
    text-align:left;
}
.service .left-aside .newest .point{
    text-align:left;
    line-height: 23px;
    background: url(../../img/10/icon/ico-pt.gif) 0 6px no-repeat;
    word-break: break-all;
    padding: 0 0 0 20px;
    margin:5px 0 10px;
}
.service .left-aside .newest .point del,
.service .left-aside .newest .point .ci-point{
    background:none;
    padding:0;
}
.service .left-aside .newest .point ins{
    display: inline-block;
}
.service .left-aside .newest .condition {
    margin:5px 0 0;
}

/* 注目のサービス */
.service .left-aside .recommend .point .ci-point {
    margin-top: 5px;
    background-position: 0 5px;
    font-size: 16px;
}

/* カテゴリー */
.service .left-aside .shop_category ul li {
    border-bottom:1px dotted #cccccc;
}
.service .left-aside .shop_category ul li:last-child {
    border-bottom:none;
}
.service .left-aside .shop_category ul li a {
    display:block;
    padding: 11px 8px ;
    font-size:13px;
    text-align:left;
}
.service .left-aside .shop_category li.category_tit {
    font-weight:bold;
    background-color:#f3f0e6;
    padding:8px;
}
.service .left-aside .shop_category li a.category {
    padding: 11px 8px 11px 42px;
}
.service .left-aside .shop_category li a.ico1 {
    background:url(../../../img/10/shopping/top/ico_shop_category1.png) no-repeat left 6px center;
}
.service .left-aside .shop_category li a.ico2 {
    background:url(../../../img/10/shopping/top/ico_shop_category2.png) no-repeat left 6px center;
}
.service .left-aside .shop_category li a.ico3 {
    background:url(../../../img/10/shopping/top/ico_shop_category3.png) no-repeat left 6px center;
}
.service .left-aside .shop_category li a.ico4 {
    background:url(../../../img/10/shopping/top/ico_shop_category4.png) no-repeat left 6px center;
}
.service .left-aside .shop_category li a.ico5 {
    background:url(../../../img/point/ico_soku_category.png) no-repeat left 6px center;
}
.service .left-aside .shop_category li a:hover{
    background-color: #fff8d6;
}

/* ぽちっとチャンス */
.service .chance3pt h2 {
    font-size: 16px;
}
.service .chance3pt li:nth-child(1) a {
    padding-top: 80px;
    border-bottom: #ccc 1px dotted;
    background: url(../../../img/point/img_chance1pt.png) no-repeat center top;
}
.service .chance3pt li:nth-child(1) a:hover {
    background: #fff8d6 url(../../../img/point/img_chance1pt.png) no-repeat center top;
}
.service .chance3pt li:nth-child(1) a:nth-child(2) {
    padding: 5px 0 5px 0;
    border-bottom: none;
    background: none;
    letter-spacing: 1px;
    font-size: 13px;
    color: #04c;
}
.service .chance3pt li:nth-child(1) a:nth-child(2):hover {
    color: #6cf;
}
.service .left-aside .chance3pt .point .ci-point {
    margin-top: 5px;
    background-position: 0 5px;
    font-size: 16px;
}
.service .left-aside .chance3pt .point{
    text-align:left;
    line-height: 23px;
    background: url(../../img/10/icon/ico-pt.gif) 0 6px no-repeat;
    word-break: break-all;
    padding: 0 0 0 20px;
    margin:5px 0 10px;
}
.service .left-aside .chance3pt .point del,
.service .left-aside .chance3pt .point .ci-point{
    background:none;
    padding:0;
}
.service .left-aside .chance3pt .point ins{
    display: inline-block;
}
.service .left-aside .chance3pt .condition {
    margin:5px 0 0;
}