@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 shop.css
販売店検索

+++++++++++++++++++++++++++++++ */

/*
販売店検索
-----------------------------------*/
#search_shop {
    position: relative;
}
.heading_area {
    margin: 0 5px 20px;
    font-size: 17px;
}
.heading_area + .box { margin-top: 0; }
.box_list {
    margin-bottom: 20px;
    padding: 20px 0 10px 20px;
    background: #e9e9e9;
}
.box .box_list:last-child { margin-bottom: 0; }
.box_list .title {
    margin: 0 0 15px;
    font-size: 13px;
}

/* 都道府県一覧  */
.box_list .title a:after {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 10px;
    background: url(../images/common/sprite_arrow.png) no-repeat left top;
    content: " ";
    vertical-align: -2px;
}
.box_list .title a:hover { text-decoration: none; }
.box_list .title a:hover:after { background-position: -200px -50px; }

.box_list .list_prefecture li {
    float: left;
    width: 220px;
    margin-right: 10px;
}

/* 店舗一覧 */
.list_shop li a {
    padding-top: 10px;
    padding-bottom: 9px;
}
.list_shop .address {
    display: block;
    color: #4e4e4e;
    font-size: 11px;
}
.list_shop .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
}
/*170607遠藤追加*/
.list_shop .tenji1 {
    right: 176px;
}
.list_shop .tenji2 {
    right: 206px;
}

/* 展示品一覧 */
.list_product .list_text li {
    float: left;
    width: 448px;
    margin-right: 13px;
}
.list_product .list_text li a {
    padding-top: 20px;
    padding-bottom: 19px;
}

/* 展示品（店舗）一覧 */
#list_exhibit { position: relative; }
#list_exhibit .link_product {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    padding: 0 15px 0 0;
    background: #fff;
    color: #7e7e7e;
    font-size: 10px;
    text-align: center;
}
#list_exhibit .link_product:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/common/sprite_arrow.png) no-repeat left top;
    content: " ";
}
#list_exhibit .box_shop {
    display: table;
    width: 910px;
    margin-bottom: 10px;
    background: #fff;
}
#list_exhibit .shop {
    display: table-cell;
    width: 432px;
    padding: 0 10px;
    vertical-align: middle;
    border-left: 2px solid #fff;
}
#list_exhibit .shop:hover {
    border-left-color: #de0000;
    text-decoration: none;
}
#list_exhibit .box_shop ul {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
}
#list_exhibit .box_shop li {
    width: 430px;
    padding: 5px 0 4px;
    border-top: 1px solid #d3d3d3;
    font-size: 10px;
}
#list_exhibit .box_shop li:first-child { border-top: none; } 


/* 補足 */
.note {
    margin: 0 0 20px;
    font-size: 10px;
}
.note .icon {
    margin-right: 15px;
    vertical-align: middle;
}


/*
販売店詳細
-----------------------------------*/
#shop_detail {
    position: relative;
    margin-top: 30px;
}

#shop_detail .list_icon {
    position: absolute;
    top: 0;
    right: 20px;
}
#shop_detail .list_icon li {
    float: left;
    margin-left: 10px;
}

#shop_detail .info {
    padding: 15px;
    background: #eaeaea;
}
#shop_detail .image li {
    float: left;
    width: 220px;
    margin-left: 13px;
}
#shop_detail .image li:first-child { margin-left: 0; }

#shop_detail table {
    width: 100%;
    margin-top: 15px;
}
#shop_detail th,
#shop_detail td {
    padding: 10px 10px 9px;
    border-top: 1px solid #d3d3d3;
    background: #fff;
}
#shop_detail tr:first-child th,
#shop_detail tr:first-child td { border-top: none; }

#shop_detail th {
    width: 100px;
    padding: 15px 15px 14px;
    border-right: 1px solid #d3d3d3;
    font-weight: normal;
    text-align: left;
}
#shop_detail  #map {
    width: 918px;
    height: 390px;
    margin-top: 15px;
}
#shop_detail p {
    margin-bottom: 0;
}

#shop_detail .for_office {
    margin-top: 15px;
    padding: 15px;
    background :#fff;
}
#shop_detail .for_office .title { margin: 0 0 20px; }
#shop_detail .for_office p { margin: 10px 0 0; }

#shop_detail .for_office li {
    float: left;
    width: 140px;
    height: 70px;
    margin: 0 8px 8px 0;
    padding: 10px;
    border: 1px solid #dddbdb;
    line-height: 1.2;
}
#shop_detail .for_office .out_service { background: #dddbdb; }
#shop_detail .for_office .service {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
    color: #04436d;
    font-weight: bold;
}
#shop_detail .for_office .service img {
    position: absolute;
    top: -2px;
    left: 0;
}
#shop_detail .for_office .out_service .service { color: #222; }

/* 展示品リスト */
.box_list  .list_product li {
    float: left;
    width: 448px;
    margin-right: 13px;
}
.box_list .list_product a {
    display: table;
    width: 100%;
    padding: 0;
    border-left: 0;
}
.box_list .list_product a:hover { border-left: 0; color: #e53340; }
.box_list .list_product a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.box_list .list_product .image {
/*    display: table-cell;*//*161220伊藤　IE未対応*/
    width: 60px;
    padding: 0 5px;
    height: 60px;
    position: relative;


}
/*161216遠藤 min-height追加*/
.box_list .list_product .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.box_list .list_product .number {
    display: table-cell;
    width: 108px;
    border-right: 2px solid #e9e9e9;
    text-align: center;
    vertical-align: middle;
}
.box_list .list_product .name {
    display: table-cell;
    padding: 0 25px 0 15px;
    vertical-align: middle;
    width: 280px;/*161220伊藤　 table-cell　IE未対応のため*/
}
.box_list .list_product .backorder_name {
    display: table-cell;
    padding: 0 25px 0 15px;
    vertical-align: middle;
    width: 434px;/*170417遠藤*/
}
