/* ************************************************ * マイアカウント画面用CSS * ************************************************ */ /* ------------------------------------- * ページ背景色(全体) * フォント色(全体) * フォントサイズ(全体) * ------------------------------------- */ * { margin:0px; padding:0px; } body { background:url(https://img17.shop-pro.jp/PA01100/719/etc/bg.jpg) repeat-x; color:#666; font-size: 12px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; line-height: 150%; text-align:center; } td { padding: 5px; } img { border:none; } /* ------------------------------------- * リンクの文字/通常時(link,visited,active) * リンクの文字/マウスが当たっている時(hover) * ------------------------------------- */ a:link {color: #CC3300; text-decoration: underline;} a:visited {color: #CC3300; text-decoration: underline;} a:active {color: #CC3300; text-decoration: underline;} a:hover {color: #FF6633; text-decoration: none;} /* design css------------------------------------------ */ .base01 { background:#FFF; border-top:10px solid #deb068; border-bottom:10px solid #deb068; } .base02 { border-top:1px #CCC solid;/*テーブル-枠の色と同じ*/ } /* ------------------------------------- * タイトルエリアの背景色 * ------------------------------------- */ .title_area { color:#CC3300; font-size:22px; font-weight:bolder; } .title_area a{ background:url(https://img17.shop-pro.jp/PA01100/719/etc/logo.gif) no-repeat; display:block; text-indent:-999px; width:224px; height:32px; overflow:hidden; margin:0; padding:0; } .title_area a:link {color: #000; text-decoration: none;} .title_area a:visited {color: #000; text-decoration: none;} .title_area a:active {color: #000; text-decoration: none;} .title_area a:hover {color: #666; text-decoration: none;} /* ------------------------------------- * テーブルの背景色と文字色 * ------------------------------------- */ .table1 { background:#CCC;/*テーブル-枠の色*/ } .CELL_1_C { font-weight:bolder; text-align:center; background-color:#DDD; border:2px solid #FFF; } .CELL_1_L { font-weight:bolder; text-align:center; background-color:#DDD; border:2px solid #FFF; } .CELL_1_R { font-weight:bolder; text-align:right; background-color:#DDD; border:2px solid #FFF; } .CELL_2 { background-color:#FFFFFF; } table.secure_table,table.table1 {margin:0 auto;} /* ------------------------------------- * 注意書き1の文字色 * ------------------------------------- */ .note { color: #3399CC; } /* ------------------------------------- * 注意書き2の文字色 * ------------------------------------- */ .note2 { font-size: 11px; color: #999999; } /* ------------------------------------- * 注意書き3の文字色 * ------------------------------------- */ #note3 { font-size: x-small; font-weight:bolder; color: #CC6633; } /* ------------------------------------- * メッセージ表示域の設定 * ------------------------------------- */ .info { background-color: #EEE; border:2px #CCC solid;/*テーブル-枠の色と同じ*/ color:#996633; padding:10px; margin: 10px auto; text-align: left } /* ------------------------------------- * 会員ログインページのメッセージ表示域の設定 * ------------------------------------- */ .members_info { background-color: #EEE; border:2px #CCC solid;/*テーブル-枠の色と同じ*/ color:#996633; padding:10px; margin: 10px auto; text-align: left } /* ------------------------------------- * エラー表示域の設定 * ------------------------------------- */ .errorbox { background-color: #FFFF99; padding: 5px; margin:10px auto; font-size:11px; font-weight:bolder; } /* ------------------------------------- * 標準枠の設定 * ------------------------------------- */ .sub { border: 1px solid #CCC;/*テーブル-枠の色と同じ*/ } /* ------------------------------------- * 商品合計金額の文字色 * ------------------------------------- */ .prod_total { color: #CC3333; font-weight: bold; } /* ------------------------------------- * 手数料の文字色 * ------------------------------------- */ .sub_charge { color: #900990; font-weight: bold; } /* ------------------------------------- * 総合計の文字色 * ------------------------------------- */ .all_total { color: blue; font-weight: bold; } /* ------------------------------------- * 使用ポイントの文字色 * ------------------------------------- */ .point_discon { color: red; font-weight: bold; }