/* CSS縮小サムネイル化 */ img.css_thumb { -ms-interpolation-mode: bicubic; } /* ************************************************ * 決済画面用CSS * ************************************************ */ /* ------------------------------------- * ページ背景色(全体) * フォント色(全体) * フォントサイズ(全体) * ------------------------------------- */ * { margin:0px; padding:0px; } body { 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 {font-size:13px; color: #3B859D; text-decoration: none;} a:visited {font-size:13px; color: #3B859D; text-decoration: none;} a:active {font-size:13px; color: #3B859D; text-decoration: underline;} a:hover {font-size:13px; color: #3B859D; text-decoration: underline;} /* design css------------------------------------------ */ .base01 { background:#F7F7F7; } .base02 { } /* ------------------------------------- * タイトルエリアの背景色 * ------------------------------------- */ .title_area { height:100px; background: url(https://img20.shop-pro.jp/PA01196/443/etc/head02.png?202404232347) no-repeat; background-position : top center; text-indent: -9999px; } .title_area a:link {font-size:13px; color: #3B859D; text-decoration: none;} .title_area a:visited {font-size:13px; color: #3B859D; text-decoration: none;} .title_area a:active {font-size:13px; color: #3B859D; text-decoration: underline;} .title_area a:hover {font-size:13px; color: #3B859D; text-decoration: underline;} .members_info { text-align:left; text-indent: 285px; } /* ------------------------------------- * テーブルの背景色と文字色 * ------------------------------------- */ .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:#A59428; 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; } input.input_ime { ime-mode: disabled; } #sk_block { margin:0px; padding:10px 0px; text-align:center; } #sk_wrapp { margin:0px auto; padding:0px; text-align:left; width:530px; } #sk_wrapp .sk_title { margin:0px 0px 10px; padding:0px; text-align:center; } #sk_wrapp .table1 { width:530px; margin:0px 0px 10px; } #sk_wrapp .table1 th { text-align:left; padding-left:5px; } #sk_closed { margin:0px; padding:0px; text-align:center; }