@charset "utf-8";


/* ---------------------------------------------------
	給付までの流れ用CSS
---------------------------------------------------- */

.block_gray {
	background: #f8f8f8;
	border: 3px solid #f1f1f1;
	padding: 10px;
}
	.block_gray ol li {
		float: left;
	}
	.block_gray .arrow {
		background: url(../../images/chart/img_chart_rrow.png) center top no-repeat;
		padding-top: 30px;
	}
		.block_gray ol li em {
			color: #ff9800;
			font-weight: bold;
			font-size: 125%;
			font-style: nomal;
		}
		.block_gray ol li p {
			line-height: 1.4;
			margin-top: 5px;
		}
	.block_gray ol li ul li {
		background: url(../../images/sitemap/bg_li.png) left center no-repeat;
		float: none;
		margin: 5px 0;
		padding-left: 18px;
	}