@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div.section table div:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div.section table div
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
div.section table div
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div.section table div
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
p#buttonNew a,
p#buttonMember a,
p#buttonFlow 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#contentHeader（画像指定）
							
------------------------------------------------------------------------------*/
div#contentHeader{
	background-image: url(../../order_procedure/images/content_header.gif);
}



/*------------------------------------------------------------------------------

								div.section table
								
------------------------------------------------------------------------------*/
div.section table{
	width: 559px;
}



/*------------------------------------------------------------------------------

								QRコード
								
------------------------------------------------------------------------------*/
div.section table div p.left{
	padding-right: 10px;
}



/*------------------------------------------------------------------------------

								新規申し込みボタン
								
------------------------------------------------------------------------------*/
p#buttonNew{
	width: 234px;
	height: 56px;
	margin-bottom: 5px;
	background: url(../../order_procedure/images/button_new_ov.gif) no-repeat scroll left top;
}

p#buttonNew a{
	width: 234px;
	height: 56px;
	background: url(../../order_procedure/images/button_new.gif) no-repeat scroll left top;
}

p#buttonNew a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

								会員商品注文ボタン
								
------------------------------------------------------------------------------*/
p#buttonMember{
	width: 234px;
	height: 56px;
	margin-bottom: 5px;
	background: url(../../order_procedure/images/button_member_ov.gif) no-repeat scroll left top;
}

p#buttonMember a{
	width: 234px;
	height: 56px;
	background: url(../../order_procedure/images/button_member.gif) no-repeat scroll left top;
}

p#buttonMember a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

									ul#areas
									
------------------------------------------------------------------------------*/
ul#areas li{
	display: inline;
	white-space: nowrap;
}



/*------------------------------------------------------------------------------

							ご注文の流れへボタン
							
------------------------------------------------------------------------------*/
div#buttonWrapper{
	padding: 10px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

p#buttonFlow{
	width: 152px;
	height: 32px;
	margin: 0 auto;
	background: url(../../order_procedure/images/button_flow_ov.gif) no-repeat scroll left top;
}

p#buttonFlow a{
	width: 152px;
	height: 32px;
	background: url(../../order_procedure/images/button_flow.gif) no-repeat scroll left top;
}

p#buttonFlow a:hover{
	background-image: none;
}
