/* ====================================================== */
/* [検討中リストに入れる]                                 */
/* ====================================================== */
div.lookexamininglist-pop-base {
	margin : 0;
	padding: 0;
	display: inline;
	position: absolute;
	overflow: visible;
}
div.lookexamininglist-pop {
	width   : 310px;
	position:relative;
	top     : -45px;
	left    : -168px;
	z-index : 01;
	text-align: left;
}
div.lookexamininglist-pop-top {
	background-image   : url("/img/common/bk_lookexamininglistpop.png");
	background-repeat  : no-repeat;
	background-position: 0 0;
	width   : 310px;
}
div.lookexamininglist-pop-btm {
	background-image   : url("/img/common/bk_lookexamininglist_btm.png");
	background-repeat  : no-repeat;
	background-position: 0 100%;
	width   : 310px;
	height  : 6px;
}
div.lookexamininglist-pop-txt {
	width   : 290px;
	float: left;
}
div.lookexamininglist-pop-txt-inner {
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 20px;
}
div.lookexamininglist-pop-txt-inner p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: none;
	font-size: 14px;
}
div.lookexamininglist-pop-btn {
	padding-top: 5px;
	width   : 19px;
	float: right;
}
*.white {
  color: #ffffff;
}
*.m {
  font-size: 85%;
}
*.clear {
  clear: both;
}