

/* swipe list */
.swipe-list .swipe-li-div-parent div.swipe-li-div{
	display: block;
	position: relative;
	left: 0px;
	/*white-space: nowrap;*/
	border-top: solid 1px #e1e2e3;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.swipe-list .swipe-li-div-parent div.behind {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.swipe-list .swipe-li-div-parent div.behind a.btnOnRight {
	background-color: #c11c66;
	right: 0;
	position: absolute;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	height: 100%;
	display: table;
}
.swipe-list .swipe-li-div-parent div.behind a.btnOnRight span{
	color: white;
	font-size: 1rem;
	padding-right: 1rem;
	display: table-cell;
	vertical-align: middle;
}

/* select list */
.protect {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.select-list .select-li-div-parent div.select-li-div-checkbox {
	left: 0;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	top: 50%;
	margin-top: -1rem;
	padding: 0 0px 0 15px;
	box-sizing: border-box;
}
.select-list .select-li-div-parent div.select-li-div-checkbox div.forTouch{
	z-index: 55;
}
.select-list .select-li-div-parent div.select-li-div {
	display: block;
	position: relative;
	/*white-space: nowrap;*/
	border-top: solid 1px #e1e2e3;
	background-color: #FFFFFF;
	box-sizing: border-box;
	left: 38px;
}

/* edit list */
ul.edit-list{
	list-style: none;
	padding: 0;
	margin: 1rem 0 1rem 0;
	border-top: solid 1px #e1e2e3;
    border-bottom: solid 1px #e1e2e3;
}
ul.edit-list li{
	position: relative;
	width: 100%;
	padding-left: 1rem;
	background-color: #FFFFFF;
}
ul.edit-list li div.li-content-div{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 1rem 2rem 1rem 0;
}
ul.edit-list li:first-of-type div.li-content-div.swipe-li-div, ul.edit-list li:first-of-type div.li-content-div.select-li-div {
	border: none;
}
