@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	day.css
	
	[概要]			お客さま感謝デーページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 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 */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div#section1 h2,
div#section1 h3,
body#beautyRoller div#section1 p.button a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								div#mainContent
									
------------------------------------------------------------------------------*/
div#mainContent{
	width: 670px;
	padding-left: 10px;
}

* html div#mainContent{
	width: 680px;
}



/*------------------------------------------------------------------------------

									h1
									
------------------------------------------------------------------------------*/
h1{
	width: 550px;
	margin: 0 auto 15px auto;
	background: no-repeat scroll left top;
}




/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	width: 651px;
	margin-left: 10px;
	text-align: center;
}








