@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
#xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentHeader（画像指定）
							
------------------------------------------------------------------------------*/
div#contentHeader{
	background-image: url(../../order_flow/images/content_header.gif);
}



/*------------------------------------------------------------------------------

						div.sectionContent div.arrow
						
------------------------------------------------------------------------------*/
div.sectionContent div.arrow{
	padding-bottom: 40px;
	background: url(../../order_flow/images/arrow.gif) no-repeat scroll center bottom;
}

div.sectionContent ol#list1{
	padding: 10px;
	background: #f6f6f6 url(../../order_flow/images/bg.jpg) no-repeat scroll right center;
	border: 2px solid #dddddd;
}

div.sectionContent ol#list2{
	padding: 10px;
	background: #f6f6f6 url(../../order_flow/images/bg2.jpg) no-repeat scroll right center;
	border: 2px solid #dddddd;
}

div.sectionContent p.last{
	padding-top: 40px;
}
