.nextitAssist-hinagata {
	display: none;
}

.xBtn {
	padding: 6px;
	border-radius: 6px;
	color: #fefefe!important;
	text-decoration: none;
	cursor: pointer;
}
.xBtn:hover {
	opacity: 0.9;
	color: #fefefe;
	text-decoration: none;
}
.xBtn.searchShop {
	position: absolute;
	top: 2px;
	right: 0px;
	background-color: #1A237E;
}

.ui-dialog[aria-describedby="shopFinder"] {
	padding: 0px;
	width: 380px!important;
	background-color: transparent;
	border-width: 0px;
}
.ui-dialog[aria-describedby="shopFinder"] .ui-dialog-titlebar {
	display: none;
}
#shopFinder {
	padding: 10px 10px 12px;
	height: 500px;
	background-color: #fefefe;
	border: 2px solid #d0d0d0;
	border-radius: 4px;
	overflow: hidden;
}
#shopFinder .dHeader {
	position: relative;
}
#shopFinder .xBtn.close {
	position: absolute;
	top: -4px;
	right: -4px;
	padding: 4px 7px;
	border-radius: 50%;
	background-color: #ff4444;
	font-weight: bold;
}
#shopFinder .searchBox {
	
}
#shopFinder .searchBox .label {
	color: #666666;
	font-size: 0.8em;
}
#shopFinder .searchBox input {
	max-width: 160px;
}
#shopFinder .result.list {
	margin: 10px -13px;
	height: 400px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow-y: scroll;
}
#shopFinder .result.list .item {
	padding: 10px;
	border-bottom: 1px solid #d0d0d0;
	cursor: pointer;
}
#shopFinder .result.list .item:last-child {
	border-bottom-width: 0px;
}
#shopFinder .result.list .item:hover {
	background-color: #f4f4ff;
}
#shopFinder .result.list .item .name {
	color: #444466;
	font-weight: bold;
}
#shopFinder .result.list .item .info {
	padding-left: 30px;
	color: #555555;
	font-size: 0.8em;
}
#shopFinder .showMore {
	color: #4455bb;
	font-size: 0.8rem;
	text-decoration: underline;
	cursor: pointer;
}