@charset "EUC-JP";

#stepsGuide{
	font-size: 78%;
	text-align:right;
	color:#666666;
}


table#stepsList{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width: 560px;
	overflow: auto;
	background: #fff;
	border-top: 1px solid gray;
}
html>body table#stepsList { border-collapse: separate; }

#stepsTitle{
	width:380px;
}
#stepsShop{
	width:180px;
}

th {
	padding: 5px;
	border-bottom: 1px solid gray;
	color: #333333;
	font-size: 78%;
	font-weight: normal;
	text-align:left;
	background-color:#eeeeee;
}
td {
	padding: 5px;
	border-bottom: 1px solid gray;
	font-size: 90%;
	}
caption {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	border-bottom: 1px dotted gray;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	}

span.stepsComment{
	color:#ff0000;
}
dl#stepsH{
	padding-left:5px;
}
dl#stepsH dt{
	font-size: 90%;
	border-bottom:1px #999999 solid;
}
dl#stepsH dd{
	font-size: 78%;
	color:#666666;
}







