@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#mymainback #footstep_wrap {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	width: 100%;
}

#footstep {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#footstep_detail {
	margin: 10px 0px 5px;
	padding: 3px 30px 3px 8.5rem;
	position: relative;
}
#footstep_detail:before {
	content: '足跡';
	display: block;
	width: 7rem;
	height: auto;
	background: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

#clear_footstep {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #333333;
	background-size: 10px 10px;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 0px;
}
#clear_footstep:hover, #clear_footstep:focus {
	opacity: 0.8;
}
#footstep_detail:empty,
#footstep_detail:empty + #clear_footstep {
	display: none;
}

.fs_rireki {
	display: inline;
}
.fs_rireki:before {
	content: '>';
	padding: 0px 0.4em;
}
.fs_rireki:first-child:before {
	display: none;
}
.fs_rireki:last-child a {
	text-decoration: none !important;
	color: inherit !important;
	cursor: default;
}
/* あしあと機能 ここまで */


/* ページ記憶 */
#keep_page {
	position: relative;
}

#ktp_viewsw {
	position: relative;
	padding-right: 15px;
	display: block;
}
#ktp_viewsw:after{
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 0.33em solid transparent;
	border-top-color: currentColor;
	border-bottom-width: 0;
	border-left-width: 0.37em;
	border-right-width: 0.37em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - 1px));
}
.open #ktp_viewsw:after {
	border-top-width: 0;
	border-bottom-width: 0.33em;
	border-bottom-color: currentColor;
}


#ktp_list_wrap {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: none;
	text-align: center;
	padding: 15px 10px;
}
.open #ktp_list_wrap{
	display: block;
}
#ktp_list_wrap2 {
	font-size: 1.4rem;
	padding: 0px 0px 10px;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 5px 7px;
	cursor: pointer;
}

#ktp_item_list {
	display: block;
	width: 18em;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px dotted #cccccc;
	position: relative;
}

.ktp_item_del {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #333333;
	background-size: 8px 8px;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#keep_page_close {
	border: none;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 20px;
	height: 3rem;
}
/* ページ記憶ここまで */

/* タブレット */
@media screen and (max-width : 1099px) {

	#keep_page {
		display: none !important;
	}

}
/* タブレット ここまで */