@charset "utf-8";
/* ===================================================================
CSS information

 file name  :syohin.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*ページタイトル*/
#syohin h3#mainst_syohin{
	width: 625px;
	height: 40px;
	margin: 0 0 20px;
	background: url(../images/mainst_syohin.jpg) left top no-repeat;
	text-indent:-9999px;
}

#syohin #main p{
	text-align: center;
}

#syohin #main h5{
	margin: 0;
	font-size: 16px;
}

#syohin #main form.border_dot{
	border: 2px dotted #986451;
	padding: 5px 5px;
}

/*テーブルマージン50*/
#syohin #main table.table_margin50{
	margin: 0 auto 50px auto;
}

#syohin #main td {
    padding: 0;
	color: #261301;
	line-height: 1.5;
}

#syohin #main table.border_dot{
	border: 2px dotted #986451;
}

#syohin #main table.border_dot td{
	padding: 5px 5px;
}

#syohin #main form.border_dot{
	padding: 5px 5px;
	border: 2px dotted #986451;
}

/*ショップ用ボタン*/
#syohin #shop_bt_page{
	width: 625px;
	margin: 0 0 20px;
	clear:both;
}

/*ボタン:前のページへ戻る*/
#syohin #shop_bt_page p.bt_return a{
	width: 120px;
	height: 35px;
	margin: 0 0 20px;
	background: url(../images/bt_return_allitem.jpg) left top no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display: block;
	float: left;
}

/*ボタン:カートを見る*/
#syohin #shop_bt_page p.bt_cart a{
	width: 125px;
	height: 35px;
	margin: 0 0 0 15px;
	background: url(../images/bt_pagecart.jpg) left top no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display: block;
	float: left;
}

/*ボタン:お支払い方法*/
#syohin #shop_bt_page p.bt_tips a{
	width: 90px;
	height: 35px;
	margin: 0 0 0 15px;
	background: url(../images/bt_pagetips.jpg) left top no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	display: block;
	float: left;
}

/*商品タイトル
-----------------------------------------------------------*/
#syohin #main h4{
	width: 625px;
	height: 25px;
	margin: 0 0 20px;
	clear:both;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


