@charset "utf-8";

/*------------------------------------------------------------------------------

	ファイル名：	process.css
	
	概要：	「入居手続きについて」ページ用
	
	目次：	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 \*/
* html #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(../../process/images/content_header.gif);
}



/*------------------------------------------------------------------------------

								div#section1
								
------------------------------------------------------------------------------*/
div#section1 img{
	border: none;
}

div#section1 div.sectionContent{
	margin-top: 15px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-left: 13px;
	border-bottom: 1px dotted #cccccc;
}

div#section1 div.sectionContent.firstChild{
	padding-left: 14px;
	padding-right: 14px;
}

div#section1 div.sectionContent p.photoWrapper{
	padding-right: 23px;
}

div#section1 div.sectionContent h3{
	margin-bottom: 8px;
	padding-top: 4px;
}

/*------------------------------------------------------------------------------

								div#section2
								
------------------------------------------------------------------------------*/
div#section2 div.sectionContent.withBg{
	margin-bottom: 20px;
}

div#section2 div.sectionContent.withBg.lastChild{
	margin-bottom: 0;
}

div#section2 div.sectionContent.withBg div.sectionContent{
	margin-left: 16px;
	padding-left: 53px;
	background: url(../../process/images/section2_doc.gif) no-repeat scroll left center;
}



/*------------------------------------------------------------------------------

								div#section3
								
------------------------------------------------------------------------------*/
div#section3 table tbody th{
	width: 175px;
}
