@charset "utf-8";
/* ===================================================================
CSS information

 file name  :payment.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* #gNav 表示中ページ:送料・お支払い方法
----------------------------------------------------------- */
#payment #gnav li#pay_nav a{
	background: url(../images/gnav.jpg) -500px -85px;
}

/*ページタイトル*/
#payment h3#st_payment{
	width: 625px;
	height: 40px;
	margin: 0 0 20px;
	background: url(../images/payment/st_payment.jpg) left top no-repeat;
	text-indent:-9999px;
}

#payment table{
	margin-top: 10px;
	border: 1px solid #DED1B7;
	line-height: 1.5em;
}

#payment th{
	font-weight: normal;
}

#payment th,
#payment td {
	border: 1px solid #DED1B7;
	padding: 5px 5px;
}


/*特定商取引に関する法律に基づく表示*/
#payment h3#st_policy{
	width: 625px;
	height: 40px;
	margin: 0 0 20px;
	background: url(../images/payment/st_policy.jpg) left top no-repeat;
	text-indent:-9999px;
}
/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


