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.
27 lines
632 B
27 lines
632 B
@charset "utf-8";
|
|
/*-----------------------for both-----------------------*/
|
|
|
|
/*-----------------------for PC-----------------------*/
|
|
@media screen and (min-width:801px) {
|
|
#menu li a {
|
|
font-size: 17px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#money a {
|
|
background-image: url(../images/btnMoneyEn.png);
|
|
}
|
|
|
|
.article h1 {
|
|
padding: 60px 0 60px 30px;
|
|
}
|
|
/*-------------servicePic--------------------*/
|
|
.service li {
|
|
width: 100%;
|
|
float: none;
|
|
margin: 0 0 2% 0;
|
|
}
|
|
}
|
|
/*------------------for mobile------------------------*/
|
|
@media screen and (max-width:800px) {
|
|
}
|