﻿@import url("_base.css");
@import url("../common/js/jquery.lightbox.css");

/*-----------------------------------------------------------------------------
製品情報テーブル
-----------------------------------------------------------------------------*/
#right .box {
	margin-top:5px;
	margin-left:10px;
	padding:1px;
	width:556px;
	border:1px solid #ccc;
}

#right table {
	width:556px;
	border:none;
}

#right table.product th,
#right table.product td {
	padding:3px 0 3px 3px;
	border-bottom:1px solid #ccc;
}

#right table.product th {
	background:#f5f5f5;
}

#right table.product td {
	border-right:1px solid #ccc;
}

#right table.product td a img {
	border:none;
}

#right table.product .inner {
	border:none;
	width:auto;
}

#right table.product .inner td {
	border:none;
	padding:0 10px 0 0;
	vertical-align:top;
}

#right table.product .inner .end td {
	border:none;
	padding:10px 10px 0 0;
	vertical-align:top;
}

.sale {
	color:#c00;
	border:1px solid #c00;
	padding:0 2px;
}

