.otapp .mypage-body-bodysearch{
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	min-height: 0px;
	display: none;
	flex-direction: column;
}

.otapp .mypage-body-bodysearch-searchlist{
	background-color: rgb(248, 249, 250);
	overflow: auto;  
	/* for Firefox */
	min-height: 0;
}

.otapp .mypage-body-bodysearch-background{
	background-color: rgba(90,90,90,0.4);
	flex-grow: 1;
}

.otapp .mypage-body-bodysearch-searchlist-item{
	display: flex;
	flex-direction: row;
	cursor: pointer;
	height: 40px;
}

.otapp .mypage-body-bodysearch-searchlist-item_separator{
	border-bottom: 1px solid rgb(200,200,200);
}

.otapp .mypage-body-bodysearch-searchlist-item-LHS{
	display: flex;
	justify-content: center;
    align-items: center;
}

.otapp .mypage-body-bodysearch-searchlist-item-LHS img{
	display: block;
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.otapp .mypage-body-bodysearch-searchlist-item-Center{
	flex-grow: 1;

	display: flex;
	justify-content: flex-start;
    align-items: center;
}

.otapp .mypage-body-bodysearch-searchlist-item-Center p{
	line-height: 15px;
	margin: 0px;
	max-height: 30px;
	overflow: hidden;
}

.otapp .mypage-body-bodysearch-searchlist-item-Center p.info{
	line-height: 15px;
	margin: 0px;
	max-height: 30px;
	font-style: italic;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.otapp .mypage-body-bodysearch-searchlist-item-RHS{
	
	display: flex;
	justify-content: center;
    align-items: center;
}

.otapp .mypage-body-bodysearch-searchlist-item-RHS p{
	font-weight: bold;
	text-align: center;
	margin: 0px;
	width: 70px;
}