@charset "utf-8";
/* CSS Document */



/*制作フロー*/
div#flow {
	width: 220px;
	margin: 10px auto;
	border: 1px solid #ab4e1b;
	background-color: #f6efde;
}
div#flow h2 {
	width: 218px;
	height: 32px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../../images/base/side_flow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#flow table {
	width: 220px;
	margin:0;
	font-size:10px;
	border-collapse: collapse;
}
div#flow table th {
	padding:10px;
	vertical-align: top;
	border-bottom: #ab4e1b dotted 1px;
}
div#flow table tr td.foot-flow {
	height:10px;
	padding:0;
	border:none;
}
div#flow table td {
	padding:9px 5px 5px 0;
	vertical-align: top;
	border-bottom: #ab4e1b dotted 1px;
}
div#flow table td span {
	display:block;
	width:82px;
	height:15px;
	margin: 1px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../../images/base/thatday_bg.jpg)
}