@charset "UTF-8";
/*--------------------------------------------------------------------------------
 check_sheet common_領域
 --------------------------------------------------------------------------------*/
/*チェックシート top 画像*/
#in_left #imag_check_title_img{
	width:544px;
	height:120px;
	float:left;
}

#in_left .imag_check_title_img_l{
	display:block;
	width:258px;
	height:120px;
	float:left;

}
#in_left .imag_check_title_img_r{
	display:block;
	width:286px;
	height:120px;
	float:left;

}
/*チェックシート 質問範囲　最初*/
#in_left .check_box_list0{
	background:url(../img/inner/check/dot1_1_w3_c66.gif) repeat-x 0 bottom;
	padding:5px;
	margin:25px 45px 0;
}
/*チェックシート 質問範囲*/
#in_left .check_box_list{
	background:url(../img/inner/check/dot1_1_w3_c66.gif) repeat-x 0 bottom;
	padding:5px;
	margin:5px 45px 0;
}

/*背景　中央*/
#in_left .check_box_middle{
	background:url(../img/inner/check/check_middle_bg.gif) repeat-y 0 0;
	width:544px;
}
/*背景 下*/
#in_left #check_box{
	background:url(../img/inner/check/check_bottom_bg.gif) no-repeat 0 bottom;
	width:544px;
	padding-bottom:210px;
}

/*チェックシート ナンバー*/
#in_left .check_box_number{
	margin:0px 5px -2px 0;
}
/*チェックシート テキスト*/
#in_left .check_box_text{
font-size:100%;
line-height:1.3em;
}
/*--------------------------------------------------------------------------------
 check_sheet 診断_領域
 --------------------------------------------------------------------------------*/

/*チェックシート チェックボックス*/
/*背景 上*/
#in_left .check_box_top{
	display:block;
	background:url(../img/inner/check/check_top_bg.gif) no-repeat 0 top;
	padding:0 0 25px 0;
	width:544px;
	height:65px;
	text-indent:-1000px;
}

/*チェックシート チェックボックス*/
#in_left .check_box_btn{
margin:0px 5px 0 0;
}
/*チェックシート 診断ボタン*/
#in_left .check_box_btn_l{
	display:block;
	background:url(../img/inner/check/check_bottom_bg_l.gif) no-repeat left top;
	padding:25px 25px 0 150px;
	width:97px;
	height:55px;
	float:left
}

/*チェックシート リセットボタン*/
#in_left .check_box_btn_r{
	display:block;
	background:url(../img/inner/check/check_bottom_bg_r.gif) no-repeat left top;
	padding:25px 150px 0 25px  ;
	width:97px;
	height:55px;
	float:left;
}


/*--------------------------------------------------------------------------------
 check_sheet 診断結果_領域
 --------------------------------------------------------------------------------*/
/*背景 上*/
#in_left .check_box_answer_top{
	display:block;
	background:url(../img/inner/check/answer_top_bg.gif) no-repeat 0 top;
	padding:0 0 25px 0;
	width:544px;
	height:65px;
	text-indent:-1000px;
}
/*チェックシート 解答*/
#in_left .check_box_answer{
	padding:5px 15px 0 30px;
	margin:0 45px 0;
}

/*チェックシート 戻る*/
#in_left .check_box_btn_return{
	display:block;
	background:url(../img/inner/check/check_bottom_bg_line.gif) no-repeat left top;
	padding:25px 0 25px 216px;
	width:330px;
	height:30px;
	float:left;
}
/*チェックシート 強調線*/
#in_left .check_answer_span{
	color:#E95B62;
}

