領収証発行サービス
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

58 lignes
832B

  1. div.main {
  2. /* border:solid 1px;
  3. padding: 1mm; */
  4. }
  5. section.header {
  6. margin-right: 10mm;
  7. height: 30mm;
  8. text-align: right;
  9. }
  10. section.title {
  11. font-size: 10mm;
  12. text-align: center;
  13. }
  14. section.name {
  15. width: 130mm;
  16. border-bottom: solid 0.5mm;
  17. margin-left: 10mm;
  18. font-size: 7mm;
  19. text-align: right;
  20. }
  21. section.amount {
  22. text-align: center;
  23. font-size: 10mm;
  24. background-color: lightgray;
  25. margin-top: 5mm;
  26. padding-top: 3mm;
  27. padding-bottom: 3mm;
  28. }
  29. section.amount div.tax {
  30. margin-left: 10mm;
  31. text-align: center;
  32. font-size: 5mm;
  33. }
  34. section.amount_sub {
  35. text-align: right;
  36. font-size: 5mm;
  37. margin-top: 3mm;
  38. margin-right:10mm;
  39. }
  40. section.description {
  41. margin-left: 20mm;
  42. }
  43. section.issuer {
  44. text-align: right;
  45. margin-right: 10mm;
  46. }