










/*-------------------------------------------------------------
	* テーブル装飾
---------------------------------------------------------------*/
/*パターン1*/
.table {
	margin: 5px 0px 5px 0px;
/*	line-height: 1em;*/
	background: #999999;
	color: #000000;
}
.table th,
.table td {
	padding: 4px 4px 5px;
/*	border: solid 1px #FFF;
	background: #FFF;*/
	vertical-align: middle;
}
.table th {
	background-color: #ccffcc;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	width:60px;
}
.table td {
	font-size: 12px;
	text-align: left;
	background-color:#ffffe5;
}
.table td p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
.table td dl {
	margin: 0px;
	padding: 0px;
}
.table td dl dt {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.table td dl dd {
	margin: 2px  0px  5px  0px;
	padding: 0px;
}

/*パターン2*/
.table2 {
	margin: 5px 0px 5px 0px;
	line-height: 1.5;
	border-collapse: collapse;
}
.table2 thead th {
	background: #CCFFCC;
	text-align: center;
	font-weight:normal;
}
.table2 th,
.table2 td {
	padding: 3px 3px 4px;
	border: solid 1px #999;
}
.table2 th {
	background-color: #ffffe5;
	text-align: center;
	font-weight: normal;
}
.table2 td {
	text-align: left;
}


/*パターン3*/
.table3 {
	margin: 5px 0px 5px 0px;
/*	line-height: 1.5;*/
	border-collapse: collapse;
}
.table3 th,
.table3 td {
	padding: 5px 3px;
	border: solid 1px #999;
	vertical-align:middle;
	height:25px;
	width:48px;
}
.table3 td {
	text-align: center;
	background-color:#ffffe5;
	color:#666666;
}
.table3 td.on {
	font-weight: bold;
	background-color: #ffd698;
	color:#000000;
}



.table4 {
	margin: 5px 0px 5px 0px;
	background: #999999;
	color: #000000;
	width:150px;
	height:80px;
}

.table4 td {
	background-color: #ccffcc;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 5px ;
	line-height:1.5em;
}

.table4 td a{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}


/*パターン5*/
.table5 {
	margin: 5px 0px 5px 0px;
	line-height: 1.2;
	border-collapse: collapse;
}
.table5 thead th {
	background: #CCFFCC;
	text-align: center;
	font-weight:normal;
}
.table5 th,
.table5 td {
	padding: 1px 3px 2px;
	border: solid 1px #999;
}
.table5 th {
	background-color: #ffffe5;
	text-align: center;
	font-weight: normal;
}
.table5 td {
	text-align: left;
}


/*販売先とJANコード*/
.spec_jan,
.spec_customer,
.spec_cook{
margin:10px auto 20px;
}

.spec_cook {
	font-size:90%;
}

.spec_cook img {
	vertical-align:middle;
	margin:0 2px 0 0;
}

p.spec_caption{margin:5px auto 5px;}

p.spec_line {
   border-bottom: 2px solid #999999;
   margin:8px auto;
}

.spec_ss{font-size:11px;}


table.bottom35 {
	margin-bottom:35px;
}

