@charset "Shift_JIS";



/* audio_test.cssより */
/* Container */

div#container760 {
	width: 860px;
	}
/* audio_test.css */




p.pankuzu {
	margin: 0 28px;
	background-color: #fff;
	color: #555;
	font-size: 86%;
	text-align: left;
	}





/* 音の市　カスタム */

/* --- タイトルイメージ --- */
div#title_image {
margin: 1.5em auto 3em;
}


/* --- h1 --- */
h1 {
margin-bottom: 1em;
}


/* --- 注意書き --- */
p#notes {
width: 680px; /* 表の幅 */
margin: 1.5em auto;
font-size: 100%;
text-align: left;
}
/* --- 注意書き　強調（青字） --- */
span.strong_blue {
color: #009;
font-weight: bold
}


/* --- 表全体 --- */
table.OtonoIchi_list {
width: 680px; /* 表の幅 */
border: 1px #a0a0a0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 80%;
}

/* --- 表タイトル --- */
table.OtonoIchi_list caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
text-align: right;
}

/* --- セル --- */
table.OtonoIchi_list th,
table.OtonoIchi_list td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #a0a0a0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.OtonoIchi_list thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.OtonoIchi_list tfoot td {
background-color: #deefff; /* フッタセルの背景色 */
text-align: center;
font-weight: bold
}

/* --- 奇数行 --- */
table.OtonoIchi_list tr.odd {
background-color: #ffffff; /* 奇数行の背景色 */
}

/* --- 偶数行 --- */
table.OtonoIchi_list tr.even {
background-color: #f0f0f0; /* 偶数行の背景色 */
}

/* --- セル_商品 --- */
table.OtonoIchi_list td.item {
font-size: 120%;
font-weight: bold;
}

/* --- セル_状態 --- */
table.OtonoIchi_list td.state {
text-align: center;
}
/* --- セル_状態 中古品文字設定 --- */
table.OtonoIchi_list td.state span.used {
color: #00c;
}

/* --- セル_正価 --- */
table.OtonoIchi_list td.netprice {
text-align: right;
}

/* --- セル_音の市特別価格 --- */
table.OtonoIchi_list td.SPprice {
color: #c00;
font-size: 120%;
font-weight: bold;
text-align: right;
}

/* --- セル_問い合わせ --- */
table.OtonoIchi_list td.contact {
text-align: center;
}


/* --- 更新日 --- */
p.LastUpdate {
	width: 680px;
	margin: 1em auto 5em;
	background-color: #fff;
	color: #555;
	font-size: 86%;
	text-align: right;
	}
