@charset "UTF-8";
/* CSS Document */

body {
	background:#FFF;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
 font-size:11px;
	line-height:16px;
	color:#111;
	margin:10px;
	padding:0;
}

/*メーカー*/
h2 {
	font-weight:bold;
	font-size:20px;
	margin:20px 0 0 5px;
	padding:0;
}

/* 更新日 */
p.date {
	margin:5px;
}

/* 表 */
.list {
	width:100%;
	border-collapse: collapse;
	border:1px solid #666;
	margin-bottom:50px;
	clear:both;
}
.list th, .list td {
	border:1px solid #666;
	padding:3px;
}
.list th {
	font-weight:normal;
	text-align:center;
	background:#CCC;
	white-space:nowrap;
}
.list td:nth-last-child(2), .list td:nth-last-child(3) {
	text-align: center;
}
.list td:nth-last-child(8) {
	text-align: right;
}



/* 商品リストへ */
.products {
	text-align:right;
	margin:0 15px 15px 0;
}
.products a {
	background:#666;
	color:#FFF;
	padding:4px 15px;
	font-size:12px;
	text-shadow:1px 1px 3px #999;
	text-decoration:none;
	border:1px solid #888;
	border-radius: 8px;        /* CSS3草案 */  
 -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 8px;   /* Firefox用 */  
}
.products a:hover {
	background:#999;
	border:1px solid #999;
}
.note {
	font-size: 14px;
	font-weight:
		bold; color: #FF0000;
}

