@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;
	width:965px;
}

#footstep_detail {
	margin: 10px 0px 5px;
	padding: 3px 0px 3px 8.5rem;
	position: relative;
	display:inline-block;
}
#footstep_detail:before {
	content: '足跡';
	display: block;
	width: 7rem;
	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: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 0.5em;
	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: 0.7em;
	right: auto;
}
#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;
}
/* あしあと機能 ここまで */


/* ページ記憶 */
#kpt_viewsw_wrap {
	height: 305px;
}
#keep_page {
	width: auto;
	min-height: 5em;
	margin: 0px auto;
	overflow: hidden;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 100;
}
#ktp_viewsw span {
	display:none;
}

#ktp_viewsw {
	min-width: 89px;
	box-sizing: border-box;
	cursor: pointer;
	background:url(/img/common/img_open.png)no-repeat;
	padding: 0px 0px 50px;
	display: block;
	height: 290px;
}
#ktp_viewsw.open {
	display: inline-block;
	position: relative;
	right: -155px;
	padding: 0px 50px 0px 0px;
	background: url(/img/common/closethispage.png)no-repeat right;
	height:276px;
}
#ktp_viewsw:after {
	content: '';
	display: none;
	width: 100%;
	height: 50px;
	background: url(/img/common/icon_keep_open.png) no-repeat center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#ktp_viewsw.open:after {
	width: 50px;
	height: 100%;
	background-image: url(/img/common/icon_keep_close.png);
}

#ktp_list_wrap {
	border: none;
	width: 400px;
}
#ktp_list_wrap2 {
	padding: 15px;
	font-size: 1.5rem;
	width: 390px;
	box-sizing: border-box;
	background:rgba(255,255,255,0.8);
	border: 1px solid #007AC1;
	position:absolute;
	top: 8px;
}

#ktp_list_wrap2 .btn_func {
	display: block;
	border: none;
	background: #007AC1;
	color: #ffffff;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 9px 0px;
	text-align: center;
	cursor: pointer;
	width:290px;
}
#ktp_list_wrap2 .btn_func:hover {
	background: #007AB0;
}

#ktp_item_list {
	display: block;
	width: 288px;
	height: 150px;
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	max-height: 150px;
	overflow-y: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	position: relative;
	border-bottom: 2px dashed #007ac1;
}

.ktp_item_del {
	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;
	right: 15px;
	top: 46%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ktp_item_del:hover,.ktp_item_del:focus {
	opacity: 0.8;
}
#ktp_item_list a {
	text-decoration: none;
	background:#ffffff;
	display:block;
	color: #206A9B;
	padding: 10px 33px 10px 10px;
}
li.ktp_item:last-child {
	border:none;
}
/* ページ記憶ここまで */