/*@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: 3px 3px 3px 6rem;
	position: relative;
	display: inline;
}
#footstep_detail:before {
	content: '足あと';
	display: block;
	width: 4rem;
	height: auto;
	background: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1;
	padding: 5px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 4px;
	left: 0px;
	text-align: center;
}

#clear_footstep {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	top: 4px;
	right: -18px;
}
#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 {

	top: 77px;
	width: auto;
	min-height: 5em;
	margin: 0px auto;
	position: fixed;
	right: 0px;
	z-index: 90;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	background: rgba(51, 51, 51, 0.8);
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-direction: row-reverse;
	border-radius: 10px 0px 0px 10px;
}
#ktp_viewsw {
	display: inline-block;
	min-width: 7rem;
	height: auto;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 7rem;
	letter-spacing: 0px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-indent: 0.8em;
	white-space: nowrap;
	text-align:  left;
	padding: 0px 0px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}
span#ktp_viewsw.open {
	border-radius: 0;
}

#ktp_viewsw:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(/img/common/pejicon.png) no-repeat center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#ktp_list_wrap {
	border-radius: 10px 0 0 10px;
}
#ktp_list_wrap2 {
	padding: 20px 25px;
	font-size: 1.5rem;
}
#ktp_item_list:empty::before {
	color: #ffffff;
 }
#ktp_list_wrap2 .btn_func {
	display: block;
	background: #ffffff;
	color: #1a0dab;
	line-height: 2rem;
	margin: 0px 0px 10px;
	padding: 7px 0px;
	text-align: center;
	cursor: pointer;
	color: #333333;
}
#ktp_list_wrap2 #ktp_save {
	background: #f5f596;
}
#ktp_list_wrap2 .btn_func:hover {
	background: #f5f5f5;
}

#ktp_item_list {
	display: block;
	width: 18em;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	min-height: 79px;
	overflow-y: auto;
}
button#func_oshamambe_close{
	border: none;
	background: url(/img/common/icon_keep_clear_peji.png) no-repeat left 6em top 20px;
	color: #ffffff;
	font-size: 1.5rem;
	width: 9em;
	padding-right: 32px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 20px 30px 15px 0px;
	border-bottom: 1px solid #ffffff;
	position: relative;
}
li.ktp_item a {
	color: #ffffff;
	text-decoration: none;
}
.ktp_item_del {
	width: 18px;
	height: 18px;
	background: url(/img/common/icon_keep_clear_peji.png) no-repeat;
	position: absolute;
	right: -30px;
	cursor: pointer;
}
span.ktp_item_text {
	position: relative;
}
.ktp_item_del:hover,.ktp_item_del:focus {
	opacity: 0.8;
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
.errrange ~ #keep_page {
	display: none;
}
/* アクセシビリティチェック画面 ここまで */


/* タブレット */
@media screen and (max-width : 1099px) {

}
/* タブレット ここまで */*/