@charset "utf-8";

/* あしあと機能 */

#footstep_wrap {
	display: none;
	-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
			order: 0;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	background:url(../../img/common/header_bg.jpg) repeat center top
}

#footstep_detail {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 2em 5px 65px;
	background: url(../../img/common/icon_footstep.png) no-repeat left 0.2em;
}

#clear_footstep {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-left: 1em;
	padding: 0.2em;
	background: url(../../img/common/icon_clear_footstep.png) no-repeat center center #666666;
	border-radius: 1em;
	cursor: pointer;
	position: absolute;
	top: 0.2em;
	right: 0;
}
#clear_footstep:hover,#clear_footstep:focus{
	opacity: 0.5;
}
#footstep_detail:empty,
#footstep_detail:empty + #clear_footstep{
	display: none;
}

.fs_rireki{
	display: inline;
	line-height: 1.6em;
}
.fs_rireki:before {
	content: '>';
	padding: 0 0.5em;
}

.fs_rireki:first-child:before {
	/*content: '';*/
	display: none;
}
.fs_rireki:last-child a{
	text-decoration: none;
	cursor: default;
	color: inherit;
}
/* あしあとここまで */


/* ページ記憶 */
ul#acc_box_wrap li#hl_mypage {
	position: relative;
}
#keep_page {
	position: absolute;
	z-index: 100;
	top: 90%;
	right: calc(50% - 11.9rem);
}
#kpt_viewsw_wrap {
	display: none;
}
#ktp_viewsw {
	display: block;
	width: auto;
	height: auto;
	padding: 4px 10px;
	border-radius: 30px;
	position: relative;
	border: 1px solid #fff;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.2;
}
#ktp_viewsw:hover {
	text-decoration: underline;
}
#ktp_list_wrap {
	background: #ffffff;
	padding-bottom: 15px;
}

#ktp_list_wrap2 {
	padding: 15px 10px 5px;
}

#ktp_list_wrap2 .btn_func {
	display: block;
	margin: 0px 0 10px;
	padding: 4px 10px;
	background: #efeeee;
	border: 0px;
	border-radius: 2px;
	cursor: pointer;
	text-align: left;
	font-size: 1.3rem;
}
#header #ktp_list_wrap2 .btn_func {
	color: #000000;
}
#header #ktp_list_wrap2 .btn_func:hover{
	background: #333;
	color: #fff;
}
#ktp_item_list {
	display: block;
	width: 16em;
	font-size: 1.3rem;
	height: auto;
	margin: 10px 0;
	padding: 0;
	padding-right: 10px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

#ktp_item_list:empty:before {
	content: '登録がありません。';
	font-weight: bold;
	color: #000000;
}
.ktp_item {
	display: block;
	margin: 0;
	padding: 10px 32px 10px 0px;
	border-bottom: 1px dashed #cccccc;
	position: relative;
}
.ktp_item:first-child{
	border-top: 1px dashed #cccccc;
}
.ktp_item_del {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../../img/common/icon_clear_footstep.png) no-repeat center #666666;
	background-size: 40% 40%;
	border-radius: 18px;
	cursor: pointer;
}
.ktp_item_del:hover,.ktp_item_del:focus{
	opacity: 0.5;
}
button#keep_page_close {
	border: 0px;
	border-radius: 2px;
	padding: 5px 20px;
	line-height: 1.2;
	font-size: 1.3rem;
	color: #333333;
	display: block;
	margin: 0px auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;

}
button#keep_page_close:hover{
	background: #333;
	color: #fff;
}
/* ページ記憶ここまで */


/*背景色変更*/
.color_change #footstep_wrap {
	background: none;
}