| 1 | @charset "utf-8"; |
|---|
| 2 | |
|---|
| 3 | /* テーブル(リスト) |
|---|
| 4 | ----------------------------------------------- */ |
|---|
| 5 | ul { |
|---|
| 6 | background: #fff; |
|---|
| 7 | border: 1px solid #B4B4B4; |
|---|
| 8 | font: bold 100% 'Helvetica-Bold'; |
|---|
| 9 | padding: 0; |
|---|
| 10 | margin: 10px 0; |
|---|
| 11 | text-align: left; |
|---|
| 12 | -webkit-border-radius: 8px; |
|---|
| 13 | } |
|---|
| 14 | ul li { |
|---|
| 15 | color: #999999; |
|---|
| 16 | border-top: 1px solid #B4B4B4; |
|---|
| 17 | list-style-type: none; |
|---|
| 18 | padding: 4px 6px; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | ul#paymentP, ul#mypageT { |
|---|
| 22 | background: #fff; |
|---|
| 23 | border: 1px solid #B4B4B4; |
|---|
| 24 | font:normal 100% 'Helvetica'; |
|---|
| 25 | padding: 0; |
|---|
| 26 | margin: 10px 0; |
|---|
| 27 | text-align: left; |
|---|
| 28 | -webkit-border-radius: 8px; |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | ul#paymentP li, ul#mypageT li { |
|---|
| 32 | color: #000000; |
|---|
| 33 | list-style-type: none; |
|---|
| 34 | padding: 4px 6px; |
|---|
| 35 | } |
|---|
| 36 | |
|---|
| 37 | li:first-child { |
|---|
| 38 | border-top: 0; |
|---|
| 39 | -webkit-border-top-left-radius: 8px; |
|---|
| 40 | -webkit-border-top-right-radius: 8px; |
|---|
| 41 | } |
|---|
| 42 | li:last-child { |
|---|
| 43 | -webkit-border-bottom-left-radius: 8px; |
|---|
| 44 | -webkit-border-bottom-right-radius: 8px; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | /* テーブル(リスト)上のリンク |
|---|
| 48 | ----------------------------------------------- */ |
|---|
| 49 | ul li a, li.img a + a { |
|---|
| 50 | color: #000; |
|---|
| 51 | text-decoration: none; |
|---|
| 52 | text-overflow: ellipsis; |
|---|
| 53 | white-space: nowrap; |
|---|
| 54 | overflow: hidden; |
|---|
| 55 | display: block; |
|---|
| 56 | padding: 12px 10px 12px 10px; |
|---|
| 57 | margin: -10px; |
|---|
| 58 | } |
|---|
| 59 | ul li.img a + a { |
|---|
| 60 | margin: -10px 10px -20px -5px; |
|---|
| 61 | font-size: 100%; |
|---|
| 62 | font-weight: bold; |
|---|
| 63 | } |
|---|
| 64 | ul li.img a + a + a { |
|---|
| 65 | font-size: 100%; |
|---|
| 66 | font-weight: normal; |
|---|
| 67 | margin-left: -10px; |
|---|
| 68 | margin-bottom: -10px; |
|---|
| 69 | margin-top: 0; |
|---|
| 70 | } |
|---|
| 71 | ul li.img a + small + a { |
|---|
| 72 | margin-left: -5px; |
|---|
| 73 | } |
|---|
| 74 | ul li.img a + small + a + a { |
|---|
| 75 | margin-left: -10px; |
|---|
| 76 | margin-top: -20px; |
|---|
| 77 | margin-bottom: -10px; |
|---|
| 78 | font-size: 100%; |
|---|
| 79 | font-weight: normal; |
|---|
| 80 | } |
|---|
| 81 | ul li.img a + small + a + a + a { |
|---|
| 82 | margin-left: 0px !important; |
|---|
| 83 | margin-bottom: 0; |
|---|
| 84 | } |
|---|
| 85 | ul li a + a { |
|---|
| 86 | color: #000; |
|---|
| 87 | font: 100% 'Helvetica'; |
|---|
| 88 | text-overflow: ellipsis; |
|---|
| 89 | white-space: nowrap; |
|---|
| 90 | overflow: hidden; |
|---|
| 91 | display: block; |
|---|
| 92 | margin: 0; |
|---|
| 93 | padding: 0; |
|---|
| 94 | } |
|---|
| 95 | ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a { |
|---|
| 96 | color: #666; |
|---|
| 97 | font: 100% 'Helvetica'; |
|---|
| 98 | margin: 0; |
|---|
| 99 | text-overflow: ellipsis; |
|---|
| 100 | white-space: nowrap; |
|---|
| 101 | overflow: hidden; |
|---|
| 102 | display: block; |
|---|
| 103 | padding: 0; |
|---|
| 104 | } |
|---|
| 105 | |
|---|
| 106 | /* table角丸(共通) |
|---|
| 107 | ----------------------------------------------- */ |
|---|
| 108 | table { |
|---|
| 109 | width: 100%; |
|---|
| 110 | max-width: 300px; |
|---|
| 111 | margin: 10px 0 20px; |
|---|
| 112 | text-align: center; |
|---|
| 113 | vertical-align: middle; |
|---|
| 114 | border-collapse: collapse; |
|---|
| 115 | border-spacing: 0; |
|---|
| 116 | -webkit-border-radius: 8px; |
|---|
| 117 | -webkit-box-shadow: 0 0 4px #000000; |
|---|
| 118 | } |
|---|
| 119 | table tr { |
|---|
| 120 | border-bottom: solid 1px #cccccc; |
|---|
| 121 | -webkit-border-radius: 8px; |
|---|
| 122 | } |
|---|
| 123 | table > tr:last-child, |
|---|
| 124 | table > tbody > tr:last-child { |
|---|
| 125 | border-bottom: none; |
|---|
| 126 | } |
|---|
| 127 | table th, |
|---|
| 128 | table td { |
|---|
| 129 | margin: 0; |
|---|
| 130 | max-width: 250px; |
|---|
| 131 | height: 2em; |
|---|
| 132 | background-color: #ffffff; |
|---|
| 133 | border: none; |
|---|
| 134 | -webkit-border-radius: 0; |
|---|
| 135 | font-weight:normal; |
|---|
| 136 | } |
|---|
| 137 | table th { |
|---|
| 138 | background-color: #f0f0f0; |
|---|
| 139 | } |
|---|
| 140 | table td { |
|---|
| 141 | background-color: #ffffff; |
|---|
| 142 | } |
|---|
| 143 | table tr:first-of-type th:first-child, |
|---|
| 144 | table tr:first-of-type td:first-child { |
|---|
| 145 | -webkit-border-top-left-radius: inherit; |
|---|
| 146 | } |
|---|
| 147 | table tr:first-of-type th:last-child, |
|---|
| 148 | table tr:first-of-type td:last-child { |
|---|
| 149 | -webkit-border-top-right-radius: inherit; |
|---|
| 150 | } |
|---|
| 151 | table tr:last-of-type th:first-child, |
|---|
| 152 | table tr:last-of-type td:first-child { |
|---|
| 153 | -webkit-border-bottom-left-radius: inherit; |
|---|
| 154 | } |
|---|
| 155 | table tr:last-of-type th:last-child, |
|---|
| 156 | table tr:last-of-type td:last-child { |
|---|
| 157 | -webkit-border-bottom-right-radius: inherit; |
|---|
| 158 | } |
|---|
| 159 | table > thead tr:last-of-type th:first-child, |
|---|
| 160 | table > thead tr:last-of-type td:first-child, |
|---|
| 161 | table > thead tr:last-of-type th:last-child, |
|---|
| 162 | table > thead tr:last-of-type td:last-child { |
|---|
| 163 | -webkit-border-bottom-left-radius: 0; |
|---|
| 164 | -webkit-border-bottom-right-radius: 0; |
|---|
| 165 | } |
|---|
| 166 | table > thead + tbody > tr:first-of-type th:first-child, |
|---|
| 167 | table > thead + tbody > tr:first-of-type td:first-child, |
|---|
| 168 | table > thead + tbody > tr:first-of-type th:last-child, |
|---|
| 169 | table > thead + tbody > tr:first-of-type td:last-child { |
|---|
| 170 | -webkit-border-top-left-radius: 0; |
|---|
| 171 | -webkit-border-top-right-radius: 0; |
|---|
| 172 | } |
|---|
| 173 | |
|---|
| 174 | /* テーブル(div)共通? |
|---|
| 175 | ----------------------------------------------- */ |
|---|
| 176 | #block { |
|---|
| 177 | width: 100%; |
|---|
| 178 | background-color: #ffffff; |
|---|
| 179 | -webkit-border-radius: 8px; |
|---|
| 180 | -webkit-box-shadow: 0px 0px 4px #000000; |
|---|
| 181 | margin: 10px 0; |
|---|
| 182 | } |
|---|
| 183 | .box-wrap { |
|---|
| 184 | display:inline-block; |
|---|
| 185 | width: 100%; |
|---|
| 186 | border-top: 1px solid #cccccc; |
|---|
| 187 | } |
|---|
| 188 | .box-wrap:first-child { |
|---|
| 189 | border-top: none; |
|---|
| 190 | -webkit-border-top-left-radius: 8px; |
|---|
| 191 | -webkit-border-top-right-radius: 8px; |
|---|
| 192 | } |
|---|
| 193 | .box-wrap:last-child { |
|---|
| 194 | -webkit-border-bottom-left-radius: 8px; |
|---|
| 195 | -webkit-border-bottom-right-radius: 8px; |
|---|
| 196 | } |
|---|
| 197 | .box-photo { |
|---|
| 198 | float:left; |
|---|
| 199 | display:block; |
|---|
| 200 | margin-left: 10px; |
|---|
| 201 | margin-right: 10px; |
|---|
| 202 | position: relative; |
|---|
| 203 | } |
|---|
| 204 | .box-data { |
|---|
| 205 | display:block; |
|---|
| 206 | margin: 0px 8px; |
|---|
| 207 | text-align: left; |
|---|
| 208 | } |
|---|
| 209 | .box-data h3 { |
|---|
| 210 | margin: 0px; |
|---|
| 211 | white-space: nowrap; |
|---|
| 212 | overflow: hidden; |
|---|
| 213 | text-overflow: ellipsis; |
|---|
| 214 | -webkit-text-overflow: ellipsis; |
|---|
| 215 | } |
|---|
| 216 | .box-data h3 a { |
|---|
| 217 | font-size: 100%; |
|---|
| 218 | text-decoration: none; |
|---|
| 219 | } |
|---|
| 220 | .description, .box-comment { |
|---|
| 221 | font: bold 100% Osaka; |
|---|
| 222 | line-height: 1.5em; |
|---|
| 223 | white-space: nowrap; |
|---|
| 224 | overflow: hidden; |
|---|
| 225 | text-overflow: ellipsis; |
|---|
| 226 | -webkit-text-overflow: ellipsis; |
|---|
| 227 | } |
|---|
| 228 | .box-price { |
|---|
| 229 | color: #993333; |
|---|
| 230 | font: bold 100% Osaka; |
|---|
| 231 | line-height: 1.5em; |
|---|
| 232 | } |
|---|
| 233 | |
|---|
| 234 | /* テーブル(div)(recomend、関連商品) |
|---|
| 235 | ----------------------------------------------- */ |
|---|
| 236 | |
|---|
| 237 | .recomendblock, |
|---|
| 238 | .whoboughtblock{ |
|---|
| 239 | margin-top: 0; |
|---|
| 240 | margin-bottom: 0; |
|---|
| 241 | } |
|---|
| 242 | .recomendblock > div , |
|---|
| 243 | .whoboughtblock > div { |
|---|
| 244 | margin-top: 0; |
|---|
| 245 | margin-bottom: 0; |
|---|
| 246 | -webkit-border-radius: 0; |
|---|
| 247 | } |
|---|
| 248 | .recomendblock > div, |
|---|
| 249 | .whoboughtblock > div { |
|---|
| 250 | width: 100%; |
|---|
| 251 | display:inline-block; |
|---|
| 252 | background-color: #eeeeee; |
|---|
| 253 | border-bottom: 1px solid #ffffff; |
|---|
| 254 | padding: 5px 0; |
|---|
| 255 | } |
|---|
| 256 | .recomendblock > div > a, |
|---|
| 257 | .recomendblock > div > div , |
|---|
| 258 | .whoboughtblock > div > a, |
|---|
| 259 | .whoboughtblock > div > div{ |
|---|
| 260 | float: left; |
|---|
| 261 | } |
|---|
| 262 | .recomendblock:first-of-type > div:first-of-type , |
|---|
| 263 | .whoboughtblock:first-of-type > div:first-of-type { |
|---|
| 264 | -webkit-border-top-left-radius: 8px; |
|---|
| 265 | -webkit-border-top-right-radius: 8px; |
|---|
| 266 | } |
|---|
| 267 | .recomendblock:last-of-type > div:last-of-type , |
|---|
| 268 | .whoboughtblock:last-of-type > div:last-of-type { |
|---|
| 269 | border-bottom: none; |
|---|
| 270 | -webkit-border-bottom-left-radius: 8px; |
|---|
| 271 | -webkit-border-bottom-right-radius: 8px; |
|---|
| 272 | } |
|---|
| 273 | |
|---|
| 274 | .recomendrightblock { |
|---|
| 275 | display: block; |
|---|
| 276 | width: 100%; |
|---|
| 277 | height: 100%; |
|---|
| 278 | } |
|---|
| 279 | |
|---|
| 280 | .recomendrightblock, |
|---|
| 281 | .whoboughtrightblock{ |
|---|
| 282 | width: 63%; |
|---|
| 283 | } |
|---|
| 284 | .recomendrightblock > h3, |
|---|
| 285 | .recomendrightblock > p, |
|---|
| 286 | .whoboughtrightblock > h3, |
|---|
| 287 | .whoboughtrightblock > p{ |
|---|
| 288 | margin-top: 0; |
|---|
| 289 | margin-bottom: 0; |
|---|
| 290 | font-size:90%; |
|---|
| 291 | } |
|---|
| 292 | .recomendblock img, |
|---|
| 293 | .whoboughtblock img, |
|---|
| 294 | .listphoto { |
|---|
| 295 | float:left; |
|---|
| 296 | display:block; |
|---|
| 297 | margin: 3px 10px; |
|---|
| 298 | position: relative; |
|---|
| 299 | } |
|---|
| 300 | .recommend-photo img, |
|---|
| 301 | .listphoto img { |
|---|
| 302 | width: 80px; |
|---|
| 303 | } |
|---|
| 304 | |
|---|
| 305 | div.listrightblock { |
|---|
| 306 | float:right; |
|---|
| 307 | text-align:left; |
|---|
| 308 | width:65%; |
|---|
| 309 | } |
|---|
| 310 | |
|---|
| 311 | .recommend-box h3 { |
|---|
| 312 | font-weight: bold; |
|---|
| 313 | font-size: 100%; |
|---|
| 314 | font-family: helvetica; |
|---|
| 315 | margin: 0.4em 0 0; |
|---|
| 316 | white-space: nowrap; |
|---|
| 317 | overflow: hidden; |
|---|
| 318 | text-overflow: ellipsis; |
|---|
| 319 | -webkit-text-overflow: ellipsis; |
|---|
| 320 | } |
|---|
| 321 | .recommend-box h3 a { |
|---|
| 322 | font-size: 100%; |
|---|
| 323 | text-decoration: none; |
|---|
| 324 | } |
|---|
| 325 | .description, |
|---|
| 326 | .recommend-comment { |
|---|
| 327 | font-weight: normal; |
|---|
| 328 | font-size: 100%; |
|---|
| 329 | font-family: Osaka; |
|---|
| 330 | line-height: 1.5em; |
|---|
| 331 | white-space: nowrap; |
|---|
| 332 | overflow: hidden; |
|---|
| 333 | text-overflow: ellipsis; |
|---|
| 334 | -webkit-text-overflow: ellipsis; |
|---|
| 335 | margin: 0; |
|---|
| 336 | } |
|---|
| 337 | .price, |
|---|
| 338 | .recommend-price { |
|---|
| 339 | color: #ff0000; |
|---|
| 340 | font-size: 90%; |
|---|
| 341 | line-height: 1.5em; |
|---|
| 342 | margin-bottom: 0.3em; |
|---|
| 343 | } |
|---|
| 344 | |
|---|
| 345 | .paymentprice { |
|---|
| 346 | color: #ff0000; |
|---|
| 347 | line-height: 1.5em; |
|---|
| 348 | margin-bottom: 0.3em; |
|---|
| 349 | font-weight:bold; |
|---|
| 350 | } |
|---|
| 351 | |
|---|
| 352 | /* アイテムリスト(div)の処理 |
|---|
| 353 | ----------------------------------------------- */ |
|---|
| 354 | .listarea { |
|---|
| 355 | width: 100%; |
|---|
| 356 | background-color: #ffffff; |
|---|
| 357 | border-bottom: solid 1px #CCC; |
|---|
| 358 | margin: 0; |
|---|
| 359 | margin-top: 0; |
|---|
| 360 | margin-bottom: 0; |
|---|
| 361 | padding:15px 0; |
|---|
| 362 | -webkit-border-radius: 0; |
|---|
| 363 | -webkit-box-shadow: none; |
|---|
| 364 | } |
|---|
| 365 | #page_navi_top + .listarea{ |
|---|
| 366 | margin-bottom: 0; |
|---|
| 367 | -webkit-border-top-left-radius: 8px; |
|---|
| 368 | -webkit-border-top-right-radius: 8px; |
|---|
| 369 | } |
|---|
| 370 | .listarea:last-of-type{ |
|---|
| 371 | border: none; |
|---|
| 372 | -webkit-border-bottom-left-radius: 8px; |
|---|
| 373 | -webkit-border-bottom-right-radius: 8px; |
|---|
| 374 | } |
|---|
| 375 | .listrightblock > ul { |
|---|
| 376 | border: none; |
|---|
| 377 | background-color: transparent; |
|---|
| 378 | } |
|---|
| 379 | .listrightblock > h3, |
|---|
| 380 | .listrightblock > p, |
|---|
| 381 | .listrightblock > ul { |
|---|
| 382 | margin-top: 0; |
|---|
| 383 | margin-bottom: 0.1em; |
|---|
| 384 | } |
|---|
| 385 | .listrightblock > h3:first-child, |
|---|
| 386 | .listrightblock > p:first-child, |
|---|
| 387 | .listrightblock > ul:first-child, |
|---|
| 388 | margin-top: 0; |
|---|
| 389 | } |
|---|
| 390 | .listrightblock > ul > li { |
|---|
| 391 | margin: 0; |
|---|
| 392 | padding: 0 3px 0 0; |
|---|
| 393 | } |
|---|
| 394 | .listrightblock > h3:last-child, |
|---|
| 395 | .listrightblock > p:last-child { |
|---|
| 396 | margin-bottom: 0; |
|---|
| 397 | } |
|---|
| 398 | |
|---|
| 399 | .newitem-line-list .newitem-box-wrap-end { |
|---|
| 400 | border-bottom: 1px solid #cccccc; |
|---|
| 401 | } |
|---|
| 402 | |
|---|
| 403 | div.listarea span.pricebox { |
|---|
| 404 | font-size:90%; |
|---|
| 405 | } |
|---|
| 406 | |
|---|
| 407 | /* 商品検索結果 |
|---|
| 408 | ----------------------------------------------- */ |
|---|
| 409 | #page_navi_top, |
|---|
| 410 | #page_navi_bottom { |
|---|
| 411 | border: none; |
|---|
| 412 | -webkit-box-shadow: none; |
|---|
| 413 | clear: both; |
|---|
| 414 | width: 100%; |
|---|
| 415 | border-spacing: 0 0; |
|---|
| 416 | border-collapse: collapse; |
|---|
| 417 | margin-top:10px; |
|---|
| 418 | } |
|---|
| 419 | #page_navi_top tr, |
|---|
| 420 | #page_navi_bottom tr { |
|---|
| 421 | width: 100%; |
|---|
| 422 | } |
|---|
| 423 | #page_navi_top td, |
|---|
| 424 | #page_navi_bottom td { |
|---|
| 425 | text-align: left; |
|---|
| 426 | background-color: transparent; |
|---|
| 427 | } |
|---|
| 428 | |
|---|
| 429 | .change a, |
|---|
| 430 | .change strong { |
|---|
| 431 | display: block; |
|---|
| 432 | float: left; |
|---|
| 433 | margin: 5px 0px; |
|---|
| 434 | padding: 0.3em 0; |
|---|
| 435 | color: #ffffff; |
|---|
| 436 | width: 49.6%; |
|---|
| 437 | text-shadow: 0px -1px 1px rgba(0,0,0,0.5); |
|---|
| 438 | background-color: #666666; |
|---|
| 439 | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.25)), to(rgba(0,0,0,0.2)), color-stop(0.5, rgba(255,255,255,0.05)), color-stop(0.51, rgba(0,0,0,0.05))); |
|---|
| 440 | text-align:center; |
|---|
| 441 | vertical-align: middle; |
|---|
| 442 | text-decoration: none; |
|---|
| 443 | border-left: solid 1px #666666; |
|---|
| 444 | } |
|---|
| 445 | .change > a:first-child, |
|---|
| 446 | .change > strong:first-child { |
|---|
| 447 | border-left: none; |
|---|
| 448 | -webkit-border-top-left-radius: 4px; |
|---|
| 449 | -webkit-border-bottom-left-radius: 4px; |
|---|
| 450 | } |
|---|
| 451 | .change > a:last-child, |
|---|
| 452 | .change > strong:last-child{ |
|---|
| 453 | margin-left: 1px; |
|---|
| 454 | -webkit-border-top-right-radius: 4px; |
|---|
| 455 | -webkit-border-bottom-right-radius: 4px; |
|---|
| 456 | } |
|---|
| 457 | .change select { |
|---|
| 458 | margin-right: 0; |
|---|
| 459 | } |
|---|
| 460 | |
|---|
| 461 | /* テーブル・カゴ |
|---|
| 462 | ----------------------------------------------- */ |
|---|
| 463 | |
|---|
| 464 | table[summary="商品情報"]{ |
|---|
| 465 | font-size: 80%; |
|---|
| 466 | } |
|---|
| 467 | |
|---|
| 468 | table[summary="商品情報"] tr:nth-child(even) td{ |
|---|
| 469 | background-color: #ffffff; |
|---|
| 470 | } |
|---|
| 471 | /*table[summary="商品情報"] tr:nth-child(odd) td{ |
|---|
| 472 | background-color: #f0f0f0; |
|---|
| 473 | }*/ |
|---|
| 474 | |
|---|
| 475 | table[summary="商品情報"] td{ |
|---|
| 476 | |
|---|
| 477 | text-align: center; |
|---|
| 478 | vertical-align: middle; |
|---|
| 479 | max-width: 200px; |
|---|
| 480 | } |
|---|
| 481 | table[summary="商品情報"] tr:nth-child(even) td:last-child{ |
|---|
| 482 | width: 21%; |
|---|
| 483 | overflow: visible; |
|---|
| 484 | } |
|---|
| 485 | table[summary="商品情報"] ul, |
|---|
| 486 | table[summary="商品情報"] ul li, |
|---|
| 487 | table[summary="商品情報"] ul li a { |
|---|
| 488 | display: inline; |
|---|
| 489 | margin: 0; |
|---|
| 490 | padding: 0; |
|---|
| 491 | border: none; |
|---|
| 492 | } |
|---|
| 493 | table[summary="商品情報"] ul li a{ |
|---|
| 494 | display: inline-block; |
|---|
| 495 | margin: 1px; |
|---|
| 496 | padding:0; |
|---|
| 497 | } |
|---|
| 498 | /*table[summary="商品情報"] tr:nth-last-of-type(1) td, |
|---|
| 499 | table[summary="商品情報"] tr:nth-last-of-type(2) td, |
|---|
| 500 | table[summary="商品情報"] tr:nth-last-of-type(3) td { |
|---|
| 501 | background-color: #ffffff; |
|---|
| 502 | text-align: center; |
|---|
| 503 | min-width:30px; |
|---|
| 504 | }*/ |
|---|
| 505 | |
|---|
| 506 | table td.detailtdName { |
|---|
| 507 | text-align:left; |
|---|
| 508 | width:100px; |
|---|
| 509 | } |
|---|
| 510 | |
|---|
| 511 | table td.detailtdPM { |
|---|
| 512 | text-align:center; |
|---|
| 513 | width:40px; |
|---|
| 514 | } |
|---|
| 515 | |
|---|
| 516 | |
|---|
| 517 | table td.detailtdYenT { |
|---|
| 518 | text-align:right; |
|---|
| 519 | width:80px; |
|---|
| 520 | } |
|---|
| 521 | |
|---|
| 522 | table th.resulttd { |
|---|
| 523 | text-align:left; |
|---|
| 524 | } |
|---|
| 525 | table td.mailtd { |
|---|
| 526 | text-align:left; |
|---|
| 527 | } |
|---|
| 528 | |
|---|
| 529 | table td.product_td { |
|---|
| 530 | font-size:80%; |
|---|
| 531 | } |
|---|
| 532 | |
|---|
| 533 | table td p.no_margin { |
|---|
| 534 | margin:0; |
|---|
| 535 | } |
|---|
| 536 | |
|---|
| 537 | /* テーブル・商品詳細 |
|---|
| 538 | ----------------------------------------------- */ |
|---|
| 539 | #detailrightblock table th { |
|---|
| 540 | font-size: 80%; |
|---|
| 541 | font-weight: normal; |
|---|
| 542 | width: 100px; |
|---|
| 543 | text-align:left; |
|---|
| 544 | } |
|---|
| 545 | |
|---|
| 546 | #detailrightblock table h2 { |
|---|
| 547 | font-size: 120%; |
|---|
| 548 | } |
|---|
| 549 | |
|---|
| 550 | /* お客様情報入力 |
|---|
| 551 | ----------------------------------------------- */ |
|---|
| 552 | table[summary="お客様情報入力"] td{ |
|---|
| 553 | padding-left:5px; |
|---|
| 554 | text-align: left; |
|---|
| 555 | vertical-align: middle; |
|---|
| 556 | } |
|---|
| 557 | |
|---|
| 558 | /* 会員登録内容変更 |
|---|
| 559 | ----------------------------------------------- */ |
|---|
| 560 | table[summary="会員登録内容変更"] td{ |
|---|
| 561 | padding-left:5px; |
|---|
| 562 | text-align: left; |
|---|
| 563 | vertical-align: middle; |
|---|
| 564 | } |
|---|
| 565 | |
|---|
| 566 | /* お届け先登録 |
|---|
| 567 | ----------------------------------------------- */ |
|---|
| 568 | table[summary="お届け先登録"] td{ |
|---|
| 569 | padding-left:5px; |
|---|
| 570 | text-align: left; |
|---|
| 571 | vertical-align: middle; |
|---|
| 572 | } |
|---|
| 573 | |
|---|
| 574 | /* お問い合わせ |
|---|
| 575 | ----------------------------------------------- */ |
|---|
| 576 | #undercolumn_contact table td { |
|---|
| 577 | text-align: left; |
|---|
| 578 | } |
|---|
| 579 | |
|---|
| 580 | /*TOP商品カテゴリ内 |
|---|
| 581 | -----------------------------------------------*/ |
|---|
| 582 | ul#categorytree { |
|---|
| 583 | font-size: 100%; |
|---|
| 584 | margin: 0 0 15px; |
|---|
| 585 | } |
|---|
| 586 | |
|---|
| 587 | /*会員登録(入力ページ)フォーム |
|---|
| 588 | -----------------------------------------------*/ |
|---|
| 589 | table.entryform { |
|---|
| 590 | font-size:80%; |
|---|
| 591 | } |
|---|
| 592 | table.entryform th { |
|---|
| 593 | min-width: 50px; |
|---|
| 594 | padding: 3px; |
|---|
| 595 | margin:3px; |
|---|
| 596 | text-align: left; |
|---|
| 597 | vertical-align: top;} |
|---|
| 598 | |
|---|
| 599 | table.entryform td { |
|---|
| 600 | text-align:left; |
|---|
| 601 | padding: 3px; |
|---|
| 602 | } |
|---|
| 603 | |
|---|
| 604 | table.entryform td.tdc { |
|---|
| 605 | text-align:center; |
|---|
| 606 | } |
|---|
| 607 | |
|---|
| 608 | table.entryform th.confirmtd { |
|---|
| 609 | width: 70px; |
|---|
| 610 | padding: 3px; |
|---|
| 611 | margin:3px; |
|---|
| 612 | text-align: left; |
|---|
| 613 | vertical-align: top;} |
|---|
| 614 | |
|---|
| 615 | table.entryform th.select { |
|---|
| 616 | min-width:30px; |
|---|
| 617 | text-align:center; |
|---|
| 618 | } |
|---|
| 619 | |
|---|
| 620 | table.entryform th.change { |
|---|
| 621 | min-width:30px; |
|---|
| 622 | } |
|---|
| 623 | |
|---|
| 624 | table.entryform th.multi_ph { |
|---|
| 625 | text-align:center; |
|---|
| 626 | min-width:30px; |
|---|
| 627 | } |
|---|
| 628 | |
|---|
| 629 | table.entryform th.multi_pr { |
|---|
| 630 | text-align:center; |
|---|
| 631 | } |
|---|
| 632 | |
|---|
| 633 | table.entryform th.multi_nu { |
|---|
| 634 | text-align:center; |
|---|
| 635 | } |
|---|
| 636 | |
|---|
| 637 | table.entryform td.multi_pr { |
|---|
| 638 | text-align:left; |
|---|
| 639 | } |
|---|
| 640 | |
|---|
| 641 | table.entryform td.multi_nu { |
|---|
| 642 | text-align:center; |
|---|
| 643 | min-width:30px; |
|---|
| 644 | } |
|---|
| 645 | |
|---|
| 646 | table td.phototd { |
|---|
| 647 | width: 53px; |
|---|
| 648 | text-align: center; |
|---|
| 649 | } |
|---|
| 650 | |
|---|
| 651 | table td.multi_send { |
|---|
| 652 | text-align: center; |
|---|
| 653 | } |
|---|
| 654 | |
|---|
| 655 | table.payment th.select { |
|---|
| 656 | width:30%; |
|---|
| 657 | text-align:center; |
|---|
| 658 | } |
|---|
| 659 | |
|---|
| 660 | table.payment td.right { |
|---|
| 661 | width:200px; |
|---|
| 662 | } |
|---|
| 663 | |
|---|
| 664 | table td.detailtdNumber { |
|---|
| 665 | text-align:center; |
|---|
| 666 | width:52px; |
|---|
| 667 | } |
|---|
| 668 | |
|---|
| 669 | table td.alignR { |
|---|
| 670 | text-align:right; |
|---|
| 671 | } |
|---|
| 672 | |
|---|
| 673 | table td.pricetd { |
|---|
| 674 | text-align: right; |
|---|
| 675 | } |
|---|
| 676 | |
|---|
| 677 | table.entryform th.alignC { |
|---|
| 678 | text-align:center; |
|---|
| 679 | } |
|---|
| 680 | |
|---|
| 681 | table.entryform th.confirm_ph { |
|---|
| 682 | width:57px; |
|---|
| 683 | } |
|---|
| 684 | |
|---|
| 685 | table.entryform th.trorder { |
|---|
| 686 | width:80px; |
|---|
| 687 | } |
|---|
| 688 | |
|---|
| 689 | table.entryform th.trpoint { |
|---|
| 690 | width:215px; |
|---|
| 691 | } |
|---|
| 692 | |
|---|
| 693 | table.entryform td.detailtd { |
|---|
| 694 | text-align: left; |
|---|
| 695 | min-width:180px; |
|---|
| 696 | } |
|---|
| 697 | |
|---|
| 698 | table.entryform td.centertd { |
|---|
| 699 | text-align: center; |
|---|
| 700 | } |
|---|
| 701 | |
|---|
| 702 | table.entryform th.valignM { |
|---|
| 703 | vertical-align:middle; |
|---|
| 704 | } |
|---|
| 705 | |
|---|
| 706 | table.entryform td.yentd { |
|---|
| 707 | min-width: 60px; |
|---|
| 708 | } |
|---|
| 709 | |
|---|
| 710 | span#point_default, span#point_dynamic { |
|---|
| 711 | font-size:90%; |
|---|
| 712 | } |
|---|
| 713 | |
|---|
| 714 | div.payarea, div.payarea02 { |
|---|
| 715 | margin-bottom:30px; |
|---|
| 716 | } |
|---|
| 717 | |
|---|
| 718 | div.delivdate { |
|---|
| 719 | margin-bottom:5px; |
|---|
| 720 | } |
|---|
| 721 | |
|---|
| 722 | div.delivdate02 { |
|---|
| 723 | padding-bottom:10px; |
|---|
| 724 | margin-bottom:15px; |
|---|
| 725 | border-bottom:1px solid #ccc; |
|---|
| 726 | } |
|---|