﻿/*保存した検索条件一覧*/
#search_save_panel {
    display: none;
    width: 100%;
}
.search_save_header {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #F2F2F2;
    border-bottom: solid 2px #ddd;
	color: #666;
	font-size: 1.4rem;
}
.search_save_header .back {
    position: relative;
    float: left;
    width: 25%;
    font-size: 1.2rem;
	text-align: center;
}
.search_save_header .back a {
    color: #666;
}
.search_save_header .back a.arrow::after {
    right: auto;
    left: 12px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.search_save_header h1 {
    float: left;
    width: 50%;
    text-align: center;
}
.search_save_header .help {
    float: right; 
    margin: 0 10px 0 0; 
}
.search_save_header .help a {
    display: block;
}
.search_save_header .help a svg {
    width: 28px;
    height: 28px;
    fill: #666;
    vertical-align: middle;
}
.save_box li.js-item {
	display: flex;
	align-items: center;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.save_box li.js-item a {
	display: block;
	float: left;
	width: 100%;
	line-height: 44px;
    padding: 0 28px 0 12px;
	border-bottom: 1px solid #F2F2F2;
	box-sizing: border-box;
    color: #666;
    font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.save_box li.js-item a .gaitou {
    display: inline-block;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}
.save_box li.none .nonebox {
	vertical-align: middle;
	line-height: 1.4em;
	padding: 14px 14px;
    font-size: 1.4rem;
    color: #313131;
}
.save_box li.none .nosavetext {
    display: block;
    margin: 12px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight:bold;
	color: #333;
}
.save_box li.none a {
	color: #69F;
	font-weight: bold;
	text-decoration: underline;
}
.save_box li.none img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}
.save_box li.none .back_search {
    text-decoration: none;
    display: block;
    width: 65%;
    height: 44px;
    line-height: 44px;
    margin: 20px auto;
    text-align: center;
    border: solid 1px #fe6f94;
    border-radius: 7px;
    background-color: #ff7fad;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-align: center;
}
.nav {
    width: 100%;
}
body.is-fixed .nav--typeA {
    position: fixed;
    bottom: 0;
    left: 0;
}

.bt_form3 {
    z-index: 1000;
    background-color: #000;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    text-align: center;
	position: fixed;
	top: 0;
}
.bt_form3 .inner {
	position: absolute;
    color: #fff;
    font-size: 1.6rem;
    line-height: 44px;
	top: 38%;
	left: 50%;
	width: 100%;
	margin: -1.5em 0 0 -50%;
}
.bt_form3 ul {
    width: 100%;
    height: 44px;
    font-size: 2.2rem;
    line-height: 60px;
	margin-top: 16px;
    display: table;
    table-layout: fixed;
    border-collapse: separate;  /* ←セルの間隔を空ける */
    border-spacing: 32px 0;  /* ←左右 上下で記述 */
}
.bt_form3 ul li {
    width: 100%;
    margin: 8px;
	background-color: #FFF;
    display: table-cell;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari and Chrome */
    border-radius: 8px;
    behavior: url(border-radius.htc); /* IE */
}
.bt_form3 ul li a {
	color: #000;
	display:block;
}

/*削除ボタン*/
.js-list .js-item .js-item-delete {
	position: relative; 
	left: 12px;
    width: auto;
	float: left;
    line-height: 0;
    margin-right: 8px;
    padding: 2px;
    background: #F66563;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    overflow: visible;
    cursor: pointer;
}
.js-list .js-item .js-item-delete svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
    vertical-align: middle;
}
/*名前を編集*/
.js-edit-panel ul {
	width : 100%;
}
.js-edit-panel ul li .js-edit-text {
	border: none;
	font-size: 1.6rem;
	width : 82%;
	margin: 12px 0 12px 12px;
	font-size: 1.4rem;
	height: auto;
	color: #666;
	float: left;
}
.js-edit-panel ul li span {
    width: 20px;
    padding: 0;
    margin: 11px 12px 0 0;
	display: block;
	float: right;
}
.js-edit-panel ul li span img {
    width: 20px;
	height: 20px;
	display: block;
}
.save_box li a.arrow3 span.close {
	background-color: #999;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 16px;
    line-height: 14px;
    text-align: center;
    top: 14px;
    position: absolute;
    right: 10px;
    width: 16px;
}
.save_box table {
	margin-top: 24px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
.save_box table th {
	background-color: #69F;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 48px;
	border-bottom: 1px solid #CCC;
}
.save_box table tr {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #666;
}
.save_box table td.cate {
	background-color: #F2F2F2;
	width: 25%;
	border-right: 1px solid #F2F2F2;
	text-align: left;
}
.save_box table td.details {
	padding: 8px 8px 8px 12px;
}
#back_search_area .balloon {
    background: #fff;
    width: 96%;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 4px;
}
#back_search_area p {
    color: #666;
    margin: 0 auto 20px;
    width: 92%;
    font-weight: bold;
}
.link_box {
    width: 92%;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    word-break: break-all;
}

.link_box ul li {
    display: block;
    width: 50%;
    word-break: break-all;
    position: relative;
    float: left;
}
.link_box ul li .color_1 {
    border-left: 3px solid #F90;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_2 {
    border-left: 3px solid #F48A8D;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_3 {
    border-left: 3px solid #E55D5D;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_4 {
    border-left: 3px solid #BF965E;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_5 {
    border-left: 3px solid #94D4DE;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_6 {
    border-left: 3px solid #A5CE7B;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_7 {
    border-left: 3px solid #A691C4;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_8 {
    border-left: 3px solid #69C;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_9 {
    border-left: 3px solid #DEBB43;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_10 {
    border-left: 3px solid #7DC691;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_11 {
    border-left: 3px solid #DE6BAE;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .color_12 {
    border-left: 3px solid #619181;
    width: 3px;
    height: 10px;
    position: absolute;
    top: 35%;
    left: 8px;
}
.link_box ul li .link {
    color: #444;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
}
.link_box ul .chihou_1 .link,
.link_box ul .chihou_3 .link,
.link_box ul .chihou_5 .link,
.link_box ul .chihou_7 .link,
.link_box ul .chihou_9 .link,
.link_box ul .chihou_11 .link {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.link_box ul .chihou_2 .link,
.link_box ul .chihou_4 .link,
.link_box ul .chihou_6 .link,
.link_box ul .chihou_8 .link,
.link_box ul .chihou_10 .link,
.link_box ul .chihou_12 .link {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.mfp-close-btn-in .mfp-close {
    top: 0px;
    right: 5px;
    opacity: 1;
    color: #666;
    font-size: 30px;
}
.mfp-bg { 
    background: rgba(0, 0, 0, .85);

}