You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
4.5 KiB

2 years ago
  1. @charset "utf-8";
  2. /* CSS Document */
  3. #inquiryNo dd span.delete, #inquiryNo dd span.add {
  4. position: absolute;
  5. width: 24px;
  6. height: 24px;
  7. right: 15px;
  8. top: 15px;
  9. background-image: url(../images/delete.svg);
  10. background-repeat: no-repeat;
  11. background-size: cover;
  12. text-indent: -9999px;
  13. cursor: pointer;
  14. }
  15. #inquiryNo dd span.add {
  16. background-image: url(../images/add.svg);
  17. }
  18. .article h2 {
  19. border-left: 5px solid #F26529;
  20. padding-left: 10px;
  21. color: #F26529
  22. }
  23. .conf-content, .suss-content {
  24. display: none;
  25. max-width: 600px;
  26. }
  27. .inuqiryIntro {
  28. }
  29. .inuqiryIntro li {
  30. padding: 10px;
  31. background: #f1f1f1;
  32. text-align: center;
  33. border-radius: 5px;
  34. }
  35. .inuqiryIntro li.green {
  36. background: #00AD19;
  37. color: #fff;
  38. }
  39. /*-----------------------for PC-----------------------*/
  40. @media screen and (min-width:801px) {
  41. /*-----------------expoSort--------------------*/
  42. #expoSort li {
  43. display: inline-block;
  44. margin-right: 20px;
  45. }
  46. /*-----------------inquiryNo--------------------*/
  47. #inquiryNo dd {
  48. padding: 15px;
  49. border: 1px solid #F26529;
  50. position: relative;
  51. border-radius: 5px;
  52. margin-bottom: 15px;
  53. }
  54. #inquiryNo dd:last-child {
  55. margin-bottom: 0;
  56. }
  57. #inquiryNo dd h4 {
  58. line-height: 39px;
  59. border: 0 solid #F26529;
  60. font-weight: normal;
  61. color: #F26529;
  62. border-radius: 5px;
  63. }
  64. #inquiryNo li .smallText {
  65. width: 80px;
  66. padding: 8px;
  67. }
  68. #inquiryNo li .size {
  69. width: 50px;
  70. padding: 8px;
  71. text-align: center;
  72. }
  73. .inquiryProd li {
  74. float: left;
  75. margin-right: 25px;
  76. line-height: 39px;
  77. }
  78. .count {
  79. background: #f5f5f5;
  80. padding: 5px 15px;
  81. }
  82. li.enTitle {
  83. width: 100%;
  84. float: none;
  85. }
  86. .timePicker {
  87. margin-left: 10px;
  88. }
  89. /*-----------------inquiry EN--------------------*/
  90. .inquiryLeft {
  91. width: 48%;
  92. float: left;
  93. }
  94. .inquiryRight {
  95. width: 48%;
  96. float: right;
  97. }
  98. }
  99. /*------------------for mobile------------------------*/
  100. @media screen and (max-width:800px) {
  101. .article h2 {
  102. font-size: 18px;
  103. }
  104. /*-----------------expoSort--------------------*/
  105. #expoSort li {
  106. margin-bottom: 20px;
  107. }
  108. #expoSort li:last-child {
  109. margin-bottom: 0;
  110. }
  111. /*-----------------inquiryNo--------------------*/
  112. #inquiryNo dd {
  113. padding: 10px;
  114. border: 1px solid #F26529;
  115. position: relative;
  116. border-radius: 5px;
  117. margin-bottom: 10px;
  118. }
  119. #inquiryNo dd:last-child {
  120. margin-bottom: 0;
  121. }
  122. #inquiryNo dd h4 {
  123. font-weight: normal;
  124. color: #F26529;
  125. border-radius: 5px;
  126. display: inline-block;
  127. margin-bottom: 5px;
  128. }
  129. #inquiryNo li .smallText {
  130. width: 80px;
  131. padding: 8px;
  132. line-height: 100%;
  133. }
  134. #inquiryNo li .size {
  135. width: 50px;
  136. padding: 8px;
  137. text-align: center;
  138. line-height: 100%;
  139. }
  140. .inquiryProd li {
  141. margin-bottom: 5px;
  142. }
  143. .inquiryProd li:last-of-type {
  144. margin-bottom: 0;
  145. }
  146. .count {
  147. background: #f5f5f5;
  148. padding: 5px 15px;
  149. }
  150. #inquiryNo dd span.delete, #inquiryNo dd span.add {
  151. right: 10px;
  152. top: 10px;
  153. }
  154. .datepicker {
  155. width: 150px;
  156. }
  157. /*---------inuqiryIntro---------*/
  158. .inuqiryIntro li {
  159. padding: 10px;
  160. background: #f1f1f1;
  161. text-align: center;
  162. border-radius: 5px;
  163. }
  164. .inuqiryIntro li.green {
  165. background: #00AD19;
  166. color: #fff;
  167. }
  168. }
  169. .info-left {
  170. float: left;
  171. width: 50%;
  172. padding-right: 30px;
  173. }
  174. .info-right {
  175. float: right;
  176. width: 50%;
  177. border-left: 1px solid #e0e0e0;
  178. padding-left: 30px;
  179. }
  180. .info-left h4, .info-right h4 {
  181. background: #f26529;
  182. padding: 6px 0;
  183. color: #fff;
  184. text-align: center;
  185. font-weight: normal;
  186. border-radius: 5px;
  187. font-size: 27px;
  188. }
  189. @media screen and (max-width:800px) {
  190. .info-left {
  191. width: 100%;
  192. padding-right: 0px;
  193. }
  194. .info-right {
  195. width: 100%;
  196. border-left: 1px solid #e0e0e0;
  197. padding-left: 0px;
  198. }
  199. .inquiryLeft {
  200. margin-bottom: 20px;
  201. }
  202. }