/* 商品一覧・詳細画面での色制御のためのCSS テニスラケットPT3(赤)*/

.list_line{ width: 510px; background: url(../images/list_line03.jpg) repeat-x;
margin-top: 10px; margin-bottom: 0px;} /* ラインカラー */

/* 詳細画面 */
.icn{ width: 17px; height: 17px; background: url(../images/icn_03.gif) no-repeat;}
.no{ font-size: 14px; font-weight:bold; color:#881717; margin-right: 5px; margin-left: 5px;} /* 品番 */
.name{ font-size: 14px; font-weight:bold; color:#881717;} /* 商品名 */

#point{ background-color:#582C2C; font-size: 12px; line-height:18px;} /* 商品特性の枠色*/
#point td{ background-color:#FCE4E4; padding: 5px; line-height: 17px;} /* 商品特性のセル色 */

#detail{ margin: 0px;}
#detail h3{ font-size: 14px; font-weight:bold; color:#881717; margin: 0px 0px 0px 3px;}
#detail h4{ font: 12px/16px Osaka; color:#404040; margin: 2px 0px 2px 0px;}
#detail h5{ font: 12px/17px Osaka; color:#151515;}
