@charset "utf-8";
/* CSS Document */

/*
アブストラクト
***************************************************/


.abst{
	border-collapse:collapse;
	width:780px;
	color:#804000;
}

.abst tr{
	font-size:12px;
	border-bottom:1px solid #804000;
}

.abst td{
	padding:5px;
}

.abst tr:first-child{
	border-top:1px solid #804000;
}

.abst tr:nth-child(odd) {
	background-color:#FFF7EF;
}

.abst td:first-child{
	/*width:140px;*/
}

/*配送温度帯追加*/

.sous{
	font-size:12px;
	color:#804000;
	border-collapse:collapse;
	background-color:#FFE6E6;
}
.sous tr{
	border-bottom:1px solid #cc0000;
}
.sous td{
	padding:5px;
}
.sous tr:first-child{
	border-top:1px solid #cc0000;
}
.absts{
	font-size:12px;
	color:#804000;
	border-collapse:collapse;
	margin-top:10px !important;
}
.absts td{
	border-bottom:1px solid #804000;
	padding:5px;
}
.absts tr:first-child{
	border-top:1px solid #804000;
}
.absts tr:nth-child(odd){
	background-color:#FFF7EF;
}
.absts tr:nth-child(even){
	background-color:#fffbf8;
}

/*キーワード*/
.key{
	border-collapse:collapse;
	width:780px;
	color:#804000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top:1px solid #804000;
	border-bottom:1px solid #804000;	
}
.key td:first-child{
	width:140px;
}