@charset "utf-8";

/*----------------------------------------------------
	Webカウンセリング（est）用
----------------------------------------------------*/

/* common */
.ui-widget-header {
	display: none;
}
#d_btn-close-window {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
/* --------- */



#estWebDialog {
	border: 1px solid #c6c6c6;
	padding: 42px 42px 17px 42px;
	position: relative;
	text-align: center;
}
#estWebDialog_header {
	border-bottom: 1px solid #b0b0b0;
	font-size: 26px;
	margin-top: -12px;
	padding: 0 10px 10px;
}

#estWebDialog_body {
	padding: 15px;
	text-align: center;
}

#estWebDialog_footer {
	line-height: 50px;
	padding: 10px 0 20px;
	text-align: center;
}

#webCounselingContinue {
	background-color: #595959;
	border: 1px solid #595959;
	color: #fff;
	margin: 0 10px;
	padding: 10px 20px;
	width: 140px;
	border-radius: 3px;
	font-size: 15px;
}
#webCounselingContinue:hover {
	opacity: 0.8;
}

#webCounselingCancel {
	background-image: -moz-linear-gradient(center top , #fff, #e5e5e5);
	border: 1px solid #bababa;
	color: #878787;
	margin: 0 10px;
	padding: 10px 20px;
	width: 140px;
	border-radius: 3px;
	font-size: 15px;
}
#webCounselingCancel:hover {
	opacity: 0.8;
}
