@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;
	display: inline-block;
}

#footstep_detail {
	margin: 0px 0px 10px;
	padding: 2px 30px 2px 8rem;
	position: relative;
}
#footstep_detail:before {
	content: 'あしあと';
	width: 7rem;
	background: url(/img/common/icon_footstep.png) no-repeat 5px center #4170ad;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	margin: 0px;
	padding: 4px 0px 2px 20px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}

#clear_footstep {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_clear.png) no-repeat center center transparent;
	color: #000000;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
#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: fixed;
	top: 163px;
	right: 0px;
	background: #d3d3d3;
	border-top: 15px solid #d3d3d3;
	border-bottom: 13px solid #d3d3d3;
	overflow: hidden;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	z-index: 9;
}

#ktp_viewsw {
	display: block;
	background: url(/img/common/icon_keep_open.png), url(/img/common/ktp_view_img.png);
	color: #333;
	background-repeat: no-repeat;
	background-position: bottom center, top 5px center;
	background-color: #d3d3d3;
	cursor: pointer;
	width: 60px;
	height: 148px;
}
#ktp_viewsw > span {
	display: none;
}
#ktp_viewsw.open {
	background-image: url(/img/common/icon_keep_close.png),url(/img/common/ktp_view_img.png);
}
#ktp_list_wrap2 {
	background: #ffffff;
	color: #333;
	padding: 10px 5px 10px 20px;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 29.2rem;
	height: 146px;
	overflow-y: auto;
	text-align: left;
}
#ktp_list_wrap2 .btn_func {
	display: block;
	border-bottom: 2px dashed #b8b7b4;
	background: url(/img/common/icon_link.png) no-repeat 8px center transparent;
	color: #333;
	text-decoration: underline;
	margin: 0px 0px 2px;
	padding: 9px 0px 7px 25px;
	cursor: pointer;
	font-size: 1.5rem;
}
#ktp_list_wrap2 .btn_func:hover {
	color: #000000;
	text-decoration: none;
}

#ktp_item_list {
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0px;
	min-height: 21px;
	list-style: none;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 6px 30px 6px 10px;
	border-bottom: 1px solid #b8b7b4;
	position: relative;
}

.ktp_item_del {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_clear.png) no-repeat center center transparent;
	color: #000000;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ページ記憶ここまで */

/* タブレット */
@media screen and (max-width: 670px) {

	#keep_page {
		display: none !important;
	}

}
/* タブレット ここまで */