h1 {
font-size: 36px
}
h2 {
font-size: 30px
}
table {
font-size: 20px; line-height: 26px
}
p {
font-size: 24px; line-height: 28px
}
span.xname {
font-size: 24px; font-weight: bold; line-height: 36px
}
div#xbottom {
font-size: 20px; font-weight: bold; color: #4b0082
}
@media screen and (max-width: 640px) {/* 640px以下*/
h1{
font-size: 20px;
}
h2 {
font-size: 16px;
}
table {
font-size: 10px; line-height: 12px
}
p {
font-size: 12px; line-height: 14px
}
span.xname {
font-size: 10px; font-weight: bold; line-height: 14px
}
div#xbottom {
font-size: 8px; font-weight: bold; color: #4b0082
}}
