@charset "utf-8";

/*-------------------------------------------------------------------
    * shopping.css
    * site name : チャンスイット
    * description : ポイントページ指定
    * import : web/shopping/***.jsp
-------------------------------------------------------------------*/

/* 文字 */
.shopping {
    font-size: 14px;
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}/* 17.02.22 不必要になったら削除 */
.shopping a, .shopping a:hover, .shopping a:visited {
    color:#555;
    text-decoration:none;
}

/*
=====================================================================
* 2カラム
=====================================================================
*/
.main {
    width: 770px;
    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:10px 8px;
}
.main h2 { font-size:20px;}
h2 span {
    display: inline-block;
    margin-left: 15px;
    font-weight: normal;
    font-size: 15px;
}
.shop_ranking, .new_products, .shop_pointup, .high_reduction, .attention_service { margin-bottom:30px;}
.new_products h2, .shop_pointup h2, .high_reduction h2, .shop_list h2, .history h2 { margin-bottom:20px;}
.point {
    padding-left: 17px;
    background: url(../../../img/10/icon/ico-pt.gif) no-repeat 0 center;
    color: #545454;
}
.point ins {
    text-decoration: none;
    color: #ff5555;
}
.ci-point {
    color: #ff5555;
    font-weight: bold;
}
.main .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:	17px;
    text-align:	center;
    color: #fff;
}
.btn-more a:hover { background: #059262;}
/* もっと見るボタン */
.btn-more { text-align: center;}
.btn-more a {
    width: 320px;
    position: relative;
    letter-spacing: 1px;
}
.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);
}
/* 吹き出し */
.new1, .pickup1, .reduction1 {
    width: 100px;
    display: block;
    padding: 3px 0 1px;
    position: absolute;
    -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, .pickup1:before, .reduction1:before {  position: relative;}
.new1:after, .pickup1:after, .reduction1: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;
}

/* ロールオーバー アニメーション */
.shopping .favorite_list ul li a,
.shopping .shop_category ul li a,
.shopping .point_chance ul li a,
.shopping a.favorite_help:hover img,
.shopping .sale_campaign ul li a,
.shopping .shop_ranking ul li a,
.shopping .search li input[type="submit"],
.shopping .btn-more a,
.shopping .new_products .pulldown-list .btn-close span,
.shopping .new_products .pulldown-list li a,
.shopping ul.list3 li a,
.shopping ul.list1 li a,
.shopping ul.list1 li a:hover .status .name_box .limit,
.shopping .history li a,
.shopping .shop_list .list li a,
.shopping .shop_list .list li .status .btn-detail {
    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;
}

=====================================================================
* 左カラム お気に入り
=====================================================================
*/
/* 共通 */
.favorite_list {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 2px;
    margin: 0 0 20px;
}
/* 登録あり */
.favorite_list ul li { border-bottom:1px dotted #cccccc;}
.favorite_list ul li:last-child { border-bottom:none;}
.favorite_list ul li a {
    display:block;
    padding:8px;
    font-size:14px;
    text-decoration:none;
    color:#555;
}
.favorite_list ul li a:hover,
.favorite_list ul li a.more:hover { background-color: #fff8d6;}
.favorite_list ul li a.more {
    padding:5px;
    text-align:center;
    background-color:#f6f6f6;
    font-size:13px;
}
.favorite_list ul li a.more span {
    display:inline-block;
    padding-right:18px;
    background:url(../../../img/10/shopping/top/ico_favorite_arrow.png) no-repeat right center;
}
/* 登録なし */
.favorite_no { margin: 0 0 10px;}
.favorite_no p {
    background-color:#f6f6f6;
    padding: 20px 0;
    text-align:center;
    font-size:16px;
    line-height:1.4;
}
a.favorite_help {
    display:block;
    width:160px;
    height:60px;
    margin-bottom:20px;
    background:url(../../../img/10/shopping/top/btn_favoritehelp_on.png) no-repeat ;
}
a.favorite_help:hover img { opacity:0;}
/*
=====================================================================
* 左カラム カテゴリ
=====================================================================
*/
.shop_category {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 2px;
    margin: 0 0 20px;
}
.shop_category ul li { border-bottom:1px dotted #cccccc;}
.shop_category ul li:last-child { border-bottom:none;}
.shop_category ul li a {
    display:block;
    padding: 11px 8px ;
    font-size:11px;
}
.shop_category ul li a:hover { background-color: #fff8d6;}
/* 条件 */
.shop_category li.category_tit {
    font-weight:bold;
    background-color:#f3f0e6;
    padding:5px 8px;
}
.shop_category li a.category { padding: 11px 8px 11px 42px;}
.shop_category li a.ico1 { background:url(../../../img/10/shopping/top/ico_shop_category1.png) no-repeat left 6px center;}
.shop_category li a.ico2 { background:url(../../../img/10/shopping/top/ico_shop_category2.png) no-repeat left 6px center;}
.shop_category li a.ico3 { background:url(../../../img/10/shopping/top/ico_shop_category3.png) no-repeat left 6px center;}
.shop_category li a.ico4 { background:url(../../../img/10/shopping/top/ico_shop_category4.png) no-repeat left 6px center;}

/*
=====================================================================
* 左カラム クリポチャンス
=====================================================================
*/
.point_chance {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 2px;
    margin: 0 0 20px;
}
.point_chance p.lead {
    text-align:center;
    padding:5px;
    background-color:#f3f0e6;
    border-bottom: 1px solid #cccccc;
}
.point_chance ul li { border-bottom: 1px dotted #cccccc;}
.point_chance ul li:last-child { border-bottom: none;}
.point_chance ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: #4d4d4d;
}
.point_chance ul li a:hover { background: #fff8d6;}
.point_chance ul li .name {
    width: 130px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 15px;
}
.point_chance ul li .thum { margin-bottom: 5px;}
.point_chance ul li a .point {
    padding-left: 0;
    background: none;
    font-weight: normal;
    font-size: 16px;
}

.point_chance 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;
}
.point_chance ul li a ins {
    font-weight: bold;
    font-size: 21px;
}
.point_chance ul li a .ci-point {
    padding-left: 17px;
    background: url(../../../img/10/icon/ico-pt.gif) no-repeat 0 8px;
    font-size: 21px;
}
.point_chance ul li a .condition { display: block;}
.point_chance ul li a .condition {
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 13px;
    color: #929292;
}

/*
=====================================================================
* メインカラム セール＆キャンペーン情報
=====================================================================
*/
.sale_campaign {
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-top: #ff5555 3px solid;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../../../img/10/shopping/top/bg_sale.gif) repeat 0 0;
}
.sale_campaign h2 {
    width: 100%;
    height: 60px;
    margin: 1px 0 0;
    padding: 0;
    border-top: #ff5555 1px solid;
    border-bottom: none;
    background: url(../../../img/10/shopping/top/img_sale_campaign.png) no-repeat center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.sale_campaign ul {
    margin:0 10px 5px 10px;
    background-color:#ffffff;
    border: #d2d2d2 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px #c5c5c5;
    -webkit-box-shadow: 2px 2px 2px #c5c5c5;
    box-shadow: 2px 2px 2px #c5c5c5;
}
.sale_campaign ul li { border-bottom: 1px dotted #cccccc;}
.sale_campaign ul li:last-child { border-bottom: none;}
.sale_campaign ul li a {
    display:block;
    padding:10px;
    overflow:hidden;
}
.sale_campaign ul li a:hover { background: #fff8d6;}
.sale_campaign ul li a .left,
.sale_campaign ul li a .left2,
.sale_campaign ul li a .right { float:left;}
.sale_campaign ul li a .left {
    width:90px;
    height:45px;
    margin-right:8px;
}
.sale_campaign ul li a .left img {
    width:100%;
    height:auto;
}
.sale_campaign ul li a .left2 {
    width:70px;
    height:45px;
    margin-right:8px;
}
.sale_campaign ul li a .left2 p.day {
    background-color:#f3f0e6;
    border:1px solid #d3d1c8;
    text-align:center;
    font-size:12px;
}
.sale_campaign ul li a .left2 p.point {
    background: url(../../../img/10/icon/ico-pt.gif) no-repeat left 3px center;
    font-size:18px;
    font-weight:bold;
    color:#ff5555;
    padding: 2px 0 0 19px;
}
.sale_campaign ul li a .right {
    width:509px;
    height:45px;
    padding-left:10px;
    border-left: 1px solid #cccccc;
}
.sale_campaign ul li a .right p {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:2px 0 0 0;
}
.sale_campaign ul li a .right p.subtxt { color:#959595;}
.sale_campaign ul li a .right p.maintxt { font-weight:bold;}
.sale_campaign p.note {
    text-align:right;
    font-size:11px;
    padding:1px 10px 0 0;
}
/*
=====================================================================
* メインカラム セール＆キャンペーン情報 ※
=====================================================================
*/
.sale_campaign ul li { border-bottom: 1px dotted #cccccc;}
.sale_campaign ul li:last-child { border-bottom: none;}
.sale_campaign ul li a {
    display:block;
    padding:10px;
    overflow:hidden;
}
.sale_campaign ul li a:hover { background: #fff8d6;}
.sale_campaign ul li a p.shop {
    float: left;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 8px;
    background-color: #ff5555;
    border-radius: 2px;
    color: #ffffff;
    margin-right: 5px;
    text-align:center;
    font-size:12px;
}
.sale_campaign ul li a p.txt {
    float:left;
    width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:1px 5px;
}
.sale_campaign p.note {
    text-align:right;
    font-size:11px;
    padding:1px 10px 0 0;
}
/*
=====================================================================
* メインカラム 人気ショップ
=====================================================================
*/
.shop_ranking ul {
    overflow:hidden;
    padding:15px 10px 0 10px;
}
.shop_ranking ul li { float:left;}
.shop_ranking ul li a {
    display:block;
    width:120px;
    padding:10px 15px;
    text-align:center;
}
.shop_ranking ul li a .status { margin:5px 0 0 0;}
.shop_ranking ul li a .status .point {
    display: inline-block;
    padding:1px 0 0 17px;
    background: url(../../../img/10/icon/ico-pt.gif) no-repeat left top 5px;
}
.shop_ranking ul li a .status .point .ci-point { font-size: 15px;}
.shop_ranking ul li a .status .point del { font-size:11px;}
.shop_ranking ul li a .status .point ins {
    margin-left: 5px;
    font-weight: bold;
    font-size: 15px;
}
.shop_ranking ul li:nth-child(1) a .status {
    padding-left:25px;
    background: url(../../../img/10/shopping/top/ico_shoprank1.png) no-repeat left 0px top 0px;
}
.shop_ranking ul li:nth-child(2) a .status {
    padding-left:25px;
    background: url(../../../img/10/shopping/top/ico_shoprank2.png) no-repeat left 0px top 0px;
}
.shop_ranking ul li:nth-child(3) a .status {
    padding-left:25px;
    background: url(../../../img/10/shopping/top/ico_shoprank3.png) no-repeat left 0px top 0px;
}
.shop_ranking ul li a:hover { background: #fff8d6;}
.shop_ranking ul li:nth-child(-n+3) a .status .point {
   background:none;
   padding:0;
}
/* カテゴリ 人気のショップ */
.popular_shop ul {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}
.popular_shop ul li {
    float: left;
}
.popular_shop ul li:first-child{
    background: #f0f0f0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 24px 9px;
    text-align: center;
}
.popular_shop ul li a {
    display: block;
    padding: 15px 9px ;
}
.popular_shop ul li a:hover {
    background: #fff8d6;
    transition: 0.4s;
}
/*
=====================================================================
* メインカラム 新着商品
=====================================================================
*/
/* 検索 */
.search {
    height: 50px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
}
.search .search-list  li {
    height: 40px;
    box-sizing: border-box;
    display: table-cell;
    padding-top: 1px;
    vertical-align: middle;
}
.search .search-list li input[type="text"] {
    width: 382px;
    height: 38px;
    box-sizing: border-box;
    padding: 6px 10px 6px;
    border: #c8c8c8 1px solid;
    -woebkit-border-radius: 2px 0 0 2px / 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px / 2px 0 0 2px;
    border-radius: 2px 0 0 2px / 2px 0 0 2px;
    letter-spacing: 1px;
}
.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;
}
.search .search-list li input[type="submit"]:hover { background: #059262;}
.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;
}
.search .search-list li .btn-category:hover { color: #a9a9a9;}
.search .search-list li .btn-category::before,
.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;
}
.search .search-list li .btn-category::before {
    margin-top: 0;
    margin-right: -4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.search .search-list li .btn-category::after {
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* プルダウン版 */
.pulldown-list {
    width: 759px;
    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;
}
.pulldown-list .btn-close {
    margin-bottom: 5px;
    text-align: right;
}
.pulldown-list .btn-close span {
    padding-left: 20px;
    background: url(../../../img/10/shopping/top/ico_close.gif) no-repeat 0 2px;
    cursor: pointer;
    font-size: 16px;
}
.pulldown-list .btn-close span:hover { opacity: 0.5;}
.pulldown-list h3 {
    border-bottom: #ccc 1px solid;
    margin-bottom: 10px;
    padding: 0 0 10px 5px;
    font-weight: bold;
    font-size: 18px;
}
.pulldown-list li {
    width: 180px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 5px;
}
.pulldown-list li a {
    text-decoration: none;
    font-size: 12px;
    color: #04c;
}
.pulldown-list li a:visited { color: #04c;}
.pulldown-list li a:hover { color: #6cf;}
.pulldown-list .category {
    width: 540px;
    float: left;
}
.pulldown-list .category li { float: left;}
.pulldown-list .specific {
    width: 180px;
    float: right;
}
/* 案件一覧(3列) */
ul.list3 { padding: 10px 0 0 7px;}
ul.list3:after {
    margin-bottom:20px;
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
ul.list3 li {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 10px 0;
    border-bottom: #ccc 1px solid;
    text-align: center;
}
ul.list3 li .name {
    width: 230px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
ul.list3 li img { margin-bottom: 15px;}
ul.list3 li .point {
    display: inline-block;
    background-position: 0 11px;
    font-weight: normal;
    font-size: 13px;
}
ul.list3 li .point .ci-point {
    display: inline-block;
    font-size: 21px;
}
ul.list3 li .point del {}
ul.list3 li .point ins {
    margin-left: 5px;
    font-weight: bold;
    font-size: 21px;
}
ul.list3 li .condition {
    width: 230px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    font-size: 14px;
    color: #929292;
}
ul.list3 li:nth-child(3n) a {	border-right: none;}
ul.list3 li:nth-last-child(-n+3) {border-bottom: none;}
ul.list3 li a {
    width: 250px;
    height: 210px;
    box-sizing: border-box;
    display: block;
    padding: 20px 10px 15px;
    background-color: #fff;
    text-decoration: none;
    color: #4d4d4d;
    border-right: #ccc 1px solid;
}
ul.list3 li a:hover {background-color: #fff8d6;}
ul.list3 li .new1,
ul.list3 li .reduction1 {
    top: -2px;
    left: 75px;
}
/*
=====================================================================
* メインカラム ポイントUP中
=====================================================================
*/
/*案件(1列)*/
ul.list1 li {
    position: relative;
    border: #ccc 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}
ul.list1 li:last-child { margin-bottom: 20px;}
ul.list1 li a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none;
    color: #4d4d4d;
}
ul.list1 li a:hover { background: #fff8d6;}
ul.list1 li a:hover .thum {background: #fffdf4;}
ul.list1 li .thum,
ul.list1 li .status {
    display: table-cell;
    vertical-align: top;
}
ul.list1 li .thum {
    width: 140px;
    height: 100px;
    box-sizing: border-box;
    padding-top: 20px;
    background: #f0f0f0;
    text-align: center;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
ul.list1 li .status {
    width: 610px;
    box-sizing: border-box;
    padding-left: 15px;
}
ul.list1 li .status .condition {
    float: left;
    padding-top: 15px;
    color: #929292;
}
ul.list1 li .status .condition span {
    width: 250px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6em;
}
ul.list1 li .status .point {
    float: right;
    font-weight: normal;
    font-size: 19px;
    color: #545454;
    margin-top: 13px;
    background-position: 0 20px;
}
ul.list1 li .status .point .ci-point { font-size: 31px;}
ul.list1 li .status .point del {margin-right: 5px;}
ul.list1 li .status .point ins {
    margin-left: 5px;
    font-weight: bold;
    font-size: 31px;
}
ul.list1 li .status .name_box {
    overflow:hidden;
}
ul.list1 li .status .name_box .name {
    width: 480px;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 19px;
}
ul.list1 li .status .name_box .limit {
    float:left;
    width:90px;
    margin-left: 6px;
    padding:2px 1px 2px 7px;
    border:1px solid #d3d1c8;
    background:#f3f0e6;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color:#555555;
    border-radius:2px;
}
ul.list1 li a:hover .status .name_box .limit {
    border:1px solid #ff5555;
    background:#ff5555;
    color:#ffffff;
}
ul.list1 li .pickup1 {
    top: -5px;
    left: 28px;
}
/*
=====================================================================
* メインカラム 注目の情報
=====================================================================
*/
.attention_service h2 {
    border:none;
    padding: 2px 0 8px 5px;
}
.attention_service ul.list1 li a { height:auto;}
.attention_service ul.list1 li .status .name_box .name {
    width: 575px;
    font-size:16px;
}
.attention_service ul.list1 li .status .comment {
    color:#555555;
    padding:5px 10px 0 0;
}
.attention_service ul.list1 li .status .point {
    float:none;
    font-size:14px;
    background-position: 0 3px;
    margin-top: 5px;
}
.attention_service ul.list1 li .status .point ins,
.attention_service ul.list1 li .status .point .ci-point { font-size:14px;}

/*
=====================================================================
* メインカラム カテゴリ
=====================================================================
*/
/* カテゴリ・条件から探す */
.category-list {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
}
.category-list h3 {
    border-bottom: #ccc 1px solid;
    margin-bottom: 10px;
    padding: 0 0 10px 5px;
    font-weight: bold;
    font-size: 18px;
}
.category-list ul {
    display: table-cell;
    vertical-align: top;
}
.category-list li {
    width: 180px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 5px;
}
.category-list li a {
    text-decoration: none;
    font-size: 12px;
    color:#04c;
}
.category-list li a:visited {color: #04c;}
.category-list li a:hover { color: #6cf;}
.category-list .category {
    width: 540px;
    float: left;
}
.category-list .category li { float: left;}
.category-list .specific {
    width: 180px;
    float: right;
}
/*
=====================================================================
* 検索結果　新着ショップ
=====================================================================
*/
.shopping .shop_list .search-list li .btn-category { margin-left:0;}
.shopping .shop_list { padding-bottom: 20px;}
.shopping .shop_list .search .search-list li .btn-display,
.shopping .shop_list .search .search-list li .btn-count {
    width: 150px;
    height: 38px;
    box-sizing: border-box;
    border: #c8c8c8 1px solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff url(../../../../img/10/point/ico_arrow.gif) no-repeat right 5px center;
    padding: 3px 20px 3px 10px;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    color: #4d4d4d;
}
.shopping .shop_list .search .search-list li .btn-display,
.shopping .shop_list .search .search-list li .btn-count {
    background: #fff;
    padding: 3px 3px 3px 2px;
}/* ie9対応 */
.shopping .shop_list .search .search-list li:nth-child(2) .btn-display,
.shopping .shop_list .search .search-list li:nth-child(3) .btn-count {
    margin-left: 5px
}
.shopping .shop_list .list { clear: both;}
.shopping .shop_list .list li {
    position: relative;
    border: #ccc 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.shopping .shop_list .list li a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none;
    color: #4d4d4d;
}
.shopping .shop_list .list li a:hover { background: #fff8d6;}
.shopping .shop_list .list li a:hover .thum {
    background: #fffdf4;
}
.shopping .shop_list .list li .thum,
.shopping .shop_list .list li .status {
    display: table-cell;
    vertical-align: top;
}
.shopping .shop_list .list li .thum {
    width: 140px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #f0f0f0;
    text-align: center;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.shopping .shop_list .list li .thum img {
    width: 120px;
}
.shopping .shop_list .list li .status {
    width: 610px;
    box-sizing: border-box;
    padding-left: 15px;
}
.shopping .shop_list .list li .status .condition {
    width: 380px;
    float: left;
    color: #929292;
    font-size: 13px;
}
.shopping .shop_list .list li .status .condition span {
    width: 380px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
}
.shopping .shop_list .list li .status .point {
    height: 50px;
    margin: 5px 0 6px;
    background-position: 0 21px;
    font-weight: normal;
    font-size: 19px;
}
.shopping .shop_list .list li .status .point .ci-point { font-size: 31px;}
.shopping .shop_list .list li .status .point del {
    margin-right: 5px;
    font-size: 19px;
}
.shopping .shop_list .list li .status .point ins {
    margin-left: 5px;
    font-weight: bold;
    font-size: 33px;
}
.shopping .shop_list .list li .status .name {
    width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 19px;
}
.shopping .shop_list .list li .status .btn-detail {
    width: 160px;
    height: 36px;
    float: right;
    border-radius: 2px;
    background: #b2b2b2;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.shopping .shop_list .list li .status .btn-detail:hover {
    background: #ff4b4e;
}
.shopping .shop_list .list li .status .btn-detail span {
    display: block;
    padding: 6px 0 0 22px;
    background: url(../../../img/10/shopping/top/ico_detail.png) no-repeat 19px 8px;
}
.shopping .shop_list .list li .new1 {
    top: -5px;
    left: 28px;
}

/* あなたが最近チェックした履歴 */
.shopping .history {
    clear: both;
    padding-bottom: 30px;
}
.shopping .history ul {
    height: 150px;
    padding: 0 5px;
}
.shopping .history li {
    width: 190px;
    height: 150px;
    box-sizing: border-box;
    position: relative;
    float: left;
    border-right: #ccc 1px solid;
    text-align: center;
}
.shopping .history li .name {
    width: 168px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.shopping .history li img { margin-bottom: 15px;}
.shopping .history li:nth-child(4) { border-right: none;}
.shopping .history li a {
    width: 189px;
    height: 150px;
    box-sizing: border-box;
    display: block;
    padding: 20px 10px 15px;
    background-color: #fff;
    text-decoration: none;
    color: #4d4d4d;
}
.shopping .history li a:hover { background-color: #fff8d6;}

/* ページ件数　ページャー */
.shopping .page_list {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 5px;
}
.shopping .page_list.bottom { margin-bottom: 50px;}
.shopping .page {
    float: left;
    padding-top: 5px;
    font-size: 15px;
}
.shopping .page span {
    margin-right: 5px;
    font-weight: bold;
    color: #ff5555;
}
.shopping ul.pager {
    width: 428px;
    text-align: right;
}
.shopping .pager li { display: inline-block;}
.shopping .pager li:nth-child(n+1) { margin-right: 5px;}
.shopping .pager li:nth-last-of-type(2) { margin-right: 0;}
.shopping .pager li.prev{	margin-right: 10px;}
.shopping .pager li:last-child {
    margin-left: 5px;
    margin-right: 0;
}
.shopping .pager li a {
    display: block;
    padding: 2px 7px;
    border: #e0e0e0 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    color: #04c;
    text-decoration: none;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.shopping .pager li a:hover {
    background: #f8f8f8;
    color: #6cf;
}
.shopping  .pager li.select {
    padding: 2px 7px;
    border: #f3e8c0 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff8de;
    font-weight: bold;
    color: #5a3e19;
}
.shopping .pager {
    float: right;
    border: none;
}
.shopping .pager li a,
.shopping .pager li.select {
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 17px;
}
.shopping .pager li.next a,
.shopping .pager li.prev a {
    position: relative;
    border: none;
    font-size: 14px;
}
.shopping .pager li.next a:hover,
.shopping .pager li.prev a:hover {
    background: #fff;
    color: #6cf;
}
.shopping .pager li.prev { margin-right: 0;}
.shopping .pager li.next { margin-left: 0;}
.shopping .pager li.prev a::before,
.shopping .pager li.prev a::after,
.shopping .pager li.next a::before,
.shopping .pager li.next a::after {
    position: absolute;
    top: 11px;
    display: block;
    content: '';
    width: 8px;
    height: 3px;
    background: #04c;
    border-radius: 4px;
}
.shopping .pager li.next a::before, .shopping .pager li.next a::after { right: 0;}
.shopping .pager li.next a::before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shopping .pager li.next a::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping .pager li.prev a::before,
.shopping .pager li.prev a::after {left: 0;}
.shopping .pager li.prev a::before {
    margin-top: -2px;
    -webkit-transform: rotate(128deg);
    transform: rotate(128deg);
}
.shopping .pager li.prev a::after {
    margin-top: 2px;
    -webkit-transform: rotate(-128deg);
    transform: rotate(-128deg);
}

/*
=====================================================================
* 検索結果 0件表示
=====================================================================
*/
.shopping .results .txt {
    padding: 62px 0 61px;
    background: #f0f0f0;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 50px;
}

/*
=====================================================================
* 検索結果 一覧調整
=====================================================================
*/
.shopping .shop_list .list li a { padding:0;}
.shopping .shop_list .list li a .box { padding:10px;}
.shopping .shop_list .list li a p.text {
    border-top:1px dotted #cccccc;
    padding:9px 20px 9px 10px;
    font-size:13px;
    width: 738px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*アイコン*/
.shop_icon span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin:4px 1px 4px 0;
    padding: 2px 8px 2px 20px;
    border-radius: 2px;
    border:none;
    font-size: 11px;
    color: #ffffff;
}
.shop_icon span.pt_up { background: url(../../../img/10/items/icon_ptup.png) no-repeat 4px center , #ff4949;}
.shop_icon span.over_half { background: url(../../../img/10/items/icon_half.png) no-repeat 4px center, #ff9e4a;}
.shop_icon span.finish { background: url(../../../img/10/items/icon_finish.png)no-repeat 4px center, #65c981;}
.shop_icon span.soku { background: url(../../../img/10/items/icon_soku.png)no-repeat 4px center, #5ca9ff;}
.shop_icon span.repeat { background: url(../../../img/10/items/icon_repeat.png)no-repeat 4px center, #fc738d;}
.shopping .shop_list .list li .status .point {
    margin:0;
    height: 45px;
}
.shop_icon span.wpoint {
    vertical-align: middle;
    display: inline-block;
    padding: 1px 7px 0;
    border: #b2b2b2 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #555;
}
.shop_icon span.t-point {
    padding: 1px 7px 0 22px;
    background: #fff url(../../../img/10/items/icon_tpoint.gif) no-repeat 5px center;
}