@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: 0px 30px 0px 7rem;
	position: relative;
}
#footstep_detail::before {
	content: '足跡';
	display: block;
	width: 6rem;
	height: 2rem;
	background: #666666;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	margin: 0px;
	padding: 0.4rem 0px 0.5rem;
	-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: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #666666;
	background-size: 10px 10px;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
	text-align: left;
	text-indent: -99999em;
	overflow: hidden;
}
#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;
	z-index: 1;
}

#ktp_viewsw {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/img/common/icon_hl_mypage.png);
	color: inherit;
	line-height: 2rem;
	text-decoration: underline;
	padding: 5px 0px 5px 20px;
	cursor: pointer;
}
#ktp_viewsw:hover {
	text-decoration: none;
}

#ktp_list_wrap {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #ffffff;
	color: #000000;
	-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);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 265px;
	margin: 0px;
	padding: 15px;
	list-style: none;
	text-align: center;
}
#keep_page.open #ktp_list_wrap {
	display: block;
}
#ktp_list_wrap2 {
	font-size: 1.3rem;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	border: 1px solid transparent;
	background: #095BA5;
	color: #ffffff;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 4px 0px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#ktp_list_wrap2 .btn_func:hover {
	background: #1D4E8E;
}

#ktp_item_list {
	display: block;
	width: 18em;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 180px);
	overflow-y: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 10px 20px 10px 0px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.ktp_item_del {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #666666;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	text-indent: -99999em;
	overflow: hidden;
}
.ktp_item_del:hover,.ktp_item_del:focus {
	opacity: 0.8;
}

#keep_page_close {
	border: none;
	background: #095BA5;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 3rem;
	text-decoration: none;
	margin: 15px 0px 0px;
	padding: 0px 20px;
	height: 3rem;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#keep_page_close:hover {
	background: #1D4E8E;
}
/* ページ記憶ここまで */