@charset "utf-8";
/* CSS Document */

/*共通
----------------------------------------*/


/*製品案内
----------------------------------------*/
div.product h2{
	margin:3px 0 27px 0;
}

div.product p{
	margin:12px 0 12px 0;
	padding:0 0 12px 0;
}

div.product p.sellertxt{
	margin:12px 0 12px 20px;
	padding:0 0 12px 0;
}


div.product p.sell_boder{
padding-bottom:30px;
border-bottom:4px solid #666666;
}



div.product p.btn{
	text-align:right;
	margin-bottom: 40px;
}

/*トップラインナップ*/


div.product table{
width:610px;
margin:0 auto 27px;
border-right: 1px dashed #999999;
}

div.product th{
	padding:0px 8px 6px 0;
	text-align:center;
	vertical-align:bottom;
	border-left: 1px dashed #999999;
}


div.product th.bor_non{
border:none;
}


div.product td.pa_top40{
padding-top:40px;
}

div.product td{
	padding:0 0px 6px 0;
	text-align:center;
	vertical-align:bottom;
	border-left: 1px dashed #999999;
}


div.product td a{
margin-bottom:5px;
}

div.cornertop td.4px_line{
	padding:0;
	margin:0px;
}

div.product td.bor_non{
border:none;
}

div.product th.last,
div.product td.last{
	padding-right:0;
}
