@charset "utf-8";

/* あしあと機能 */

#footstep_wrap {
	width: 1100px;
	margin: 0 auto 20px;
	position: relative;
}
#footstep_wrap:after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	background: #FDF3E5;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 1100px) {
	#footstep_wrap:after{
		width: 100%;
	}
}


#footstep_detail {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 2em 5px 80px;
	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;
}
/* あしあとここまで */


/* ページ記憶 */
#keep_page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: auto;
	margin: 0 auto;
	min-height: 5em;
	position: fixed;
	left: 0;
	z-index: 110;
	top: 93px;
	border-radius: 10px 0 0 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#kpt_viewsw_wrap{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
}
#kpt_viewsw_wrap:before{
	content:url(/img/common/title_keepthispage.png);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#kpt_viewsw_wrap.open:before{
	content:url(/img/common/title_keepthispage_close.png);
}
#ktp_viewsw {
	display: block;
	width: 90px;
	height: 200px;
	/* background: url(/img/common/title_keepthispage.png) no-repeat center 12px #6666CC; */
	position: relative;
	/* 	border: 1px solid #fff; */
	cursor: pointer;
	/* background-color: #f00; */
}
#ktp_viewsw:after{
}
#ktp_viewsw.open:after{
}

#ktp_list_wrap {
	background: #F0F0F0;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

#ktp_list_wrap2 {
	padding: 20px 20px;
}

#ktp_list_wrap2 .btn_func {
	display: block;
	margin: 10px 0 20px;
	padding: 10px 16px;
	background: url(/img/common/large_arrow_right_ppl.png) no-repeat right 20px center rgba(218,144,224,0.7);
	cursor: pointer;
	position: relative;
	z-index: 10;
}
#ktp_list_wrap2 .btn_func:hover{
	background-color: rgba(218,144,224,1);
}

#ktp_item_list {
	display: block;
	width: 20em;
	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: '登録がありません。'
}
.ktp_item {
	display: block;
	margin: 0;
	padding: 10px 32px 10px 0px;
	border-bottom: 1px dashed #6666CC;
	position: relative;
}
.ktp_item:first-child{
	border-top: 1px dashed #6666CC;
}
.ktp_item_del {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/img/common/icon_clear_footstep.png) no-repeat center center #666666;
	border-radius: 12px;
	cursor: pointer;
}
.ktp_item_del:hover,.ktp_item_del:focus{
	opacity: 0.5;
}


/* ページ記憶ここまで */