@charset "UTF-8";
@import "common.css";
@import "base.css";

body {
	background:#FFFFFF;
}

/*main--------------------*/

#popup_main {
	width: 602px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.page_ttl {
	margin: 15px 0;
}

/*表--------------------*/

.step_list_block {
	width: 602px;
	margin-bottom: 2px;
	background:url(../education/img/popup_list_bg.gif) left top repeat-y;
}

.step_list_block th {
	width: 51px;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

.list_box {
	width: 522px;
	margin: 0 0 2px 2px;
	padding: 13px;
	background-color: #f6f3f0;
}

.list_box_last {
	margin: 0 0 0 2px;
}

.list_box .txt_line {
	clear: both;
	width: 522px;
	margin-bottom: 7px;
	padding-bottom: 9px;
	background:url(../img/line_dot03.gif) left bottom repeat-x;
}

.list_box .txt_line h4 {
	float: left;
	width: 49px;
}

.list_box .txt_line h5 {
	float: right;
	width: 464px;
	text-align: left;
	color: #cc0033;
	font-weight: bold;
	font-size: 116%;
}

.list_box .txt_line p {
	float: right;
	width: 464px;
	text-align: left;
}

/*表03--------------------*/

.step_list_block03 {
	width: 602px;
	margin-bottom: 20px;
}


.step_list_block03 .list_box {
	width: 573px;
}

.step_list_block03 .list_box .txt_line {
	width: 573px;
}

.step_list_block03 .list_box .txt_line h5,
.step_list_block03 .list_box .txt_line p {
	width: 515px;
}

