#about{
	margin: 0 0 30px 0;
	color: #ef3c30;
	font-size: 22px;
}

/* 予約の手順 */
div#step-content ol{
	list-style-type: none;
}

div#step-content ol li{
	padding: 36px 0 6px 0;
	background:url('../../../img/icon_arrow_down.gif') no-repeat scroll top center #ffffff;
}

div#step-content ol li:first-child{
	padding: 0 0 6px 0;
}

div#step-content ol li:first-child div.step-box{
	background-color: #ffe599;
}

div.step-box{
	display: table;
	width: 100%;
	border: 3px solid #aaaaaa;
}

div.cell1, div.cell2, div.cell3{
	display: table-cell;
	vertical-align: middle;
}

div.cell1{
	padding-left: 40px;
	padding-right: 20px;
	width: 110px;/* 画像は50px */
}

div.cell2{
	padding: 30px 20px 30px 20px;
}

div.cell3{
	width: 330px;
	padding: 20px 20px 20px 0;
}

p.stp-heading{
	font-size: 22px;
}

p.stp-text{
	margin: 16px 0 0 0;
}
