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.

31 lines
650 B

2 years ago
  1. @charset "utf-8";
  2. /*-----------------------for both-----------------------*/
  3. html, body, p, article{
  4. /*font-family:'Roboto',sans-serif;*/
  5. }
  6. /*-----------------------for PC-----------------------*/
  7. @media screen and (min-width:801px) {
  8. #menu li a {
  9. font-size: 17px;
  10. margin-left: 20px;
  11. }
  12. #money a {
  13. /*background-image: url(../images/btnMoneyEn.png);*/
  14. }
  15. article h1 {
  16. padding:60px 0 60px 30px;
  17. }
  18. /*-------------servicePic--------------------*/
  19. .service li {
  20. width: 100%;
  21. float: none;
  22. margin: 0 0 2% 0;
  23. }
  24. #indexService h3 {
  25. font-size:17px;
  26. }
  27. }
  28. /*------------------for mobile------------------------*/
  29. @media screen and (max-width:800px) {
  30. }