﻿.select_item_box {
	width: 960px;
	height: auto;
	background: #fff;
	border-top: 4px solid #2CB2FA;
	margin: 0;
}
.select_item_box .inner_top {
	margin: 0;
	padding: 15px;
	border-bottom: dashed 1px #ccc;
}
.select_item_box .inner_top h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.select_item_box .inner_top h2 span {
    display: inline-block;
	font-size: 20px;
	color: #F06;
	font-family: 'Hiragino Kaku Gothic Pro';
	margin: 0 5px;
	padding: 0;
}
.select_item_box .inner_bottom {
	margin: 0;
	padding: 10px;
}
.select_item_box .inner_bottom .ttl {
	background-color: #999;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	width: 112px;
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	margin: 0;
	padding: 5px;
	float: left;
}
.select_item_box .inner_bottom .ttl img {
	margin: 0;
	padding: 0 5px 0 3px;
	float: left;
}
.select_item_box .inner_bottom .ttl p {
	margin: 0;
	padding: 0;
	float: left;
}

.select_item_box .inner_bottom p {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 0;
}
.select_item_box .inner_bottom p .bt_clear {
    display: inline-block;
	padding: 0 10px 0 0;
    color: #000;
    text-decoration: none;
}
.select_item_box .inner_bottom .bt_clear span {
    display: inline-block;
    margin: 0 20px 0 5px;
    color: #666;
}
.select_item_box .inner_bottom .bt_clear:hover {
    color: #666;
    text-decoration: line-through;
}

/*すべて選択する*/
.all_check {
    display: block;
    position: relative;
    margin: 10px 0 20px 0;
    height: 26px;
    color: #06f;
}
.all_check input,
.check_box input {
    display: none;
}
.all_check label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 12px;
    display: inline-block;
    padding: 10px 10px 10px 40px;
    text-decoration: underline;
    vertical-align: middle;
    background: url('../../img/favorite/bg_check_hover.png') no-repeat 10px center;
    transition: all .2s ease;
    font-size: 14px;
}
.check_box label {
    line-height: 12px;
    display: inline-block;
    padding: 10px 10px 10px 36px;
    text-decoration: underline;
    vertical-align: middle;
    background: url('../../img/favorite/bg_check_hover.png') no-repeat 10px center;
    transition: all .2s ease;
    font-size: 14px;
}

label {
    cursor: pointer;
}
.all_check input:checked + label,
.check_box input:checked + label {
    background: url('../../img/favorite/bg_check_on.png') no-repeat 10px center;
}

/*チェックした店舗を削除*/
.check_dell {
    display: block;
    padding: 20px 0;
    color: #06f;
}

.check_dell input {
    display: none;
}

.check_dell label {
    line-height: 12px;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    vertical-align: middle;
    background: #333 url('../../img/favorite/icon_delete.png') no-repeat 10px center;
    background-size: 12px auto;
    transition: all .2s ease;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.check_dell .back {
    float: right;
    color: #06f;
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
}
.check_dell .back:hover {
    float: right;
    color: #06f;
    text-align: right;
    font-size: 14px;
    text-decoration: none;
}
/*お店一覧*/
.shop_list {
    width: 960px;
    margin: 10px 0 0 0;
}
.shop_list li {
    display: table;
    margin: 0 0 20px 0;
}
.shop_list .check_box {
    position: relative;
    display: table-cell;
    width: 60px;
    height: auto;
    vertical-align: middle;
}
.shop_list .shop_listbox {
    display: table-cell;
    position: relative;
    width: 900px;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #ccc;
}
.shop_list .shop_listbox .demoSpan1 {
    width:25px;
    height:25px;
}
.shop_list .shop_listbox .demoSpan1:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: '';
    height: 42px;
    width: 22px;
    display: block;
    border: 5px solid #2CB2FA;
    border-right-width: 0;
    border-bottom-width: 0;
}
.shop_list .shop_listbox .shopname {
    padding: 5px 0 10px 0;
    border-bottom: solid 1px #e3e3e3;
}
.shop_list .shop_listbox .shopname a {
    display: block;
    margin: 0;
    font-size: 20px;
    text-decoration: underline;
    color: #002D66;
}
.shop_list .shop_listbox .shopname a:hover {
    text-decoration: none;
}
.shop_list .shop_listbox .detai {
    display: table;
    width: 100%;
    margin: 10px 0 0 0;
    line-height: 1.4;
}
.shop_list .shop_listbox .detai .jobimage {
    display: table-cell;
    width: 400px;
    padding: 0 15px 0 0;
    vertical-align: top;
}
.shop_list .shop_listbox .detai .jobimage a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.shop_list .shop_listbox .detai .jobimage a:hover {
    opacity: 0.7;
}
.shop_list .shop_listbox .detai .jobimage img {
    width: 100%;
}
.shop_list .shop_listbox .detai .jobtable {
    display: table-cell;
    width: auto;
    padding: 0 0 0 0;
    vertical-align: top;
}
.shop_list .shop_listbox .detai .jobtable table {
    table-layout: fixed;
    width: 100%;
    font-size: 13px;
}
.shop_list .shop_listbox .detai .jobtable table tr {
    border-bottom: 1px dashed #CCC;
}
.shop_list .shop_listbox .detai .jobtable table tr:last-child {
    border-bottom: none;
}
.shop_list .shop_listbox .detai .jobtable table th {
    background-color: #EEE;
    vertical-align: middle;
    width: 70px;
    text-align: center;
    font-weight: normal;
}
.shop_list .shop_listbox .detai .jobtable table td {
    line-height: 1.6;
    padding: 15px;
    vertical-align: middle;
}
.shop_list .shop_listbox .detai .jobtable table td li {
    margin: 0 0 10px 0;
    padding: 0;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    border: none;
    word-break: break-all;
}
.shop_list .shop_listbox .detai .jobtable table td li:last-child {
    margin: 0;
}
.shop_list .shop_listbox .detai .jobtable table td li span {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 3px;
    color: #fff;
    font-size: 11px;
}
.shop_list .shop_listbox .detai .jobtable table td li span.sei {
    background-color: #2277DD;
}
.shop_list .shop_listbox .detai .jobtable table td li span.kei {
    background-color: #008769;
}
.shop_list .shop_listbox .detai .jobtable table td li span.aru {
    background-color: #FF5902;
}
.shop_list .shop_listbox .detai .jobtable table td li p.price {
    width: 100%;
    padding: 0 0 0 25px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*お気に入りボタンと詳細を見るボタン*/
.shop_list .shop_listbox .bt_box {
    margin: 20px 0 5px 0;
    text-align: center;
    font-size: 14px;
}
.shop_list .shop_listbox .bt_box .detail_link {
    display: inline-block;
    width: 385px;
    float: right;
}
.shop_list .shop_listbox .bt_box .detail_link a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 38px;
    background-color: #002E66;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.shop_list .shop_listbox .bt_box .detail_link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.shop_list .shop_listbox .bt_box .detail_link a:hover {
    position: relative;
    display: block;
    height: 40px;
    line-height: 38px;
    background-color: #002E66;
    color: #fff;
    opacity: 0.7;
}
