/* PC版お得ネット 店舗情報ページのスタイルを指定します。 */

/* 【全要素について】 */

* { margin : 0 ; padding : 0 ; }
body, th, td { font-size: 0.8em; }

img {/* リンクイメージにボーダーを表示させない */
border : none;
}

/* 【パターン1】 */

a.ptn1 { text-decoration: none; } /* リンク下線 */
a.ptn1:link { color: #336699 ; } /* 通常（未アクセス）の色 */
a.ptn1:visited { color: coral ; } /* アクセス済みの色 */
a.ptn1:hover { color: #999999 ; } /* ポイント時の色 */
a.ptn1:active { color: red ; } /* アクティブ時の色 */

table.newsbox1 {
width: 95% ;
background-color: none; /* 背景色 */
border-right: 1px #999999 solid ; /* 右ボーダー */
border-bottom: 1px #999999 solid ; /* 下ボーダー */
margin-top: 4px ; /* 変更禁止 */
}

td.newsdate1 {
vertical-align: top ; /* 変更禁止 */
width: 80% ;
border-left: 3px #999999 solid ; /* 日付左ボーダー */
color: black ; /* 日付文字色 */
padding-left: 4px ; /* 変更禁止 */
}

td.shopname1 {
text-align: right ; /* 変更禁止 */
color: black ; /* ショップ名文字色 */

/* 【パターン2】 */

a.ptn2 { text-decoration: none; } /* リンク下線 */
a.ptn2:link { color: coral ; } /* 通常（未アクセス）の色 */
a.ptn2:visited { color: coral ; } /* アクセス済みの色 */
a.ptn2:hover { color: red ; } /* ポイント時の色 */
a.ptn2:active { color: #000000 ; } /* アクティブ時の色 */

table.newsbox2 {
width: 95% ;
background-color: #FFE4C4 ; /* 背景色 */
border-right: 1px #DC143C solid ; /* 右ボーダー */
border-bottom: 1px #DC143C solid ; /* 下ボーダー */
margin-top: 4px ; /* 変更禁止 */
}

td.newsdate2 {
vertical-align: top ; /* 変更禁止 */
width: 80% ;
border-left: 3px #8B008B solid ; /* 日付左ボーダー */
color: black ; /* 日付文字色 */
padding-left: 4px ; /* 変更禁止 */
}

td.shopname2 {
text-align: right ; /* 変更禁止 */
color: black ; /* ショップ名文字色 */
font-style: italic ;
}