@charset "Shift_JIS";

/* Stylesheet Document */

/* ------------------------------
** テーブル
------------------------------*/

table.step {
	background-color: #D5BAB0;
}

table.step th {
	background-color: #E2CFE1;
}

table.step td.title {
	background-color: #F1E0EF;
}

table.step td.option {
	background-color: #FAE3FD;
}

table.step td {
	background-color: #FFFFFF;
}


/* ------------------------------
** テーブル * 装飾 *
------------------------------*/

table.step td p {
	margin: 0px;
	padding: 6px;
	text-align: left;
}


table.step td ul {
	list-style-type: none;
	margin: 0px 0px 0px 18px;
	text-align: left;
}

table.step td ul li {
	color: #C62900;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

table.step td ul li p {
	color: #232323;
	font-weight: normal;
	margin: 6px 0px 0px 24px;
}