@charset "utf-8";
/* ===================================================================
CSS information

 file name  :matching_step1.css
 style info :マッチング用スタイル
=================================================================== */


/*----------------------------------------------------
	#modal
----------------------------------------------------*/

#modal_outside{
	width:740px;
	text-align:left;
	border:1px solid #ccc;
}
#modal{
	margin:0 35px;
	padding:20px 0;
}
#modal #btn-close{
	text-align:right;
	padding-bottom:20px;
}
#modal #step_navi{
	height:30px;
	margin-bottom:20px;
}
#modal #step_navi li{
	float:left;
	width:95px;
}
#modal .step_contents_top{
	font-size:117%;
	font-weight:bold;
	padding-bottom:15px;
}

#modal .step_contents .one_point_outside{
	background:url(../img/bg-one_point.gif);
	margin-bottom:15px;
	zoom:1;
}
#modal .step_contents .one_point_outside:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#modal .step_contents .one_point{
	background:url(../img/bg-one_point_bottom.gif) bottom no-repeat;
}
#modal .step_contents .one_point dd{
	padding:15px;
}
#modal .step_contents .entry_form{
	border:1px solid #ccc;
	text-align:center;
	padding:15px 0;
	margin-bottom:15px;
	zoom:1;
}
#modal .step_contents .entry_form dt{
	font-weight:bold;
	float:left;
	width:80px;
	_width:90px;
	height:40px;
	padding-left:10px;
	text-align:left;
}
#modal .step_contents .entry_form dd{
	float:left;
	width:240px;
	height:40px;
	text-align:left;
}
#modal .step_contents .entry_form dd.long_b{
	width:550px;
}
#modal .step_contents .entry_form dd ul li{
	float:left;
	width:70px;
}
#modal .step_contents .entry_form dd.long_a ul li{
	float:left;
	width:auto;
	padding-right:10px;
}
#modal .step_contents .entry_form dd.long_b ul li{
	float:left;
	width:auto;
	padding-right:10px;
}
#modal .step_contents .entry_form dd input{
	margin-right:3px;
}
#modal .btn_area{
	clear:both;
	text-align:center;
}
#modal .result{
	font-size:117%;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
}
#modal .step_contents .entry_form_atamakin{
	border:1px solid #ccc;
	padding:10px 0;
	margin-bottom:15px;
	zoom:1;
}
#modal .step_contents .entry_form_atamakin dl{
	float:left;
	width:350px;
}
#modal .step_contents .entry_form_atamakin dt{
	font-weight:bold;
	float:left;
	width:100px;
	_width:110px;
	margin-top:5px;
	text-align:center;
}
#modal .step_contents .entry_form_atamakin dd{
	float:left;
	width:240px;
	margin-top:5px;
	text-align:left;
}
#modal .step_contents .entry_form_atamakin .btn_area{
	clear:none;
	float:left;
}
#modal .step_contents .entry_form_atamakin:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
