﻿body { font-size: 1.5em }
.threeBox { font-size: 1.3em }
h1 { margin-bottom: 0; font-size: 3em; color: #003760; font-weight: 700; padding-bottom: .3em; padding-top: 0; margin-top: 0 }
h2 { margin-bottom: 0; font-size: 2em; font-weight: 700; padding-bottom: .3em; padding-top: 0; margin-top: 0 }
p { font-size: 1.2em; line-height: 1.5em; color: #555 }
#searchResult p { font-size: 15px !important }
ul.ulList li { font-size: 1.1em }

@media only screen and (max-width:767px) {
    .threeBox p { font-size: .9em; line-height: 1.3em }
}

@media only screen and (max-width:1024px) {
    h1 { font-size: 1.6em }
    h2 { font-size: 1.3em }
    .threeBox { font-size: 1em }
    p { font-size: 1em }
    ul.ulList li { font-size: 1em }
}

.websiteAd { display: none }
.websiteHeader { position: fixed; top: 0; background: #fff; z-index: 1000; width: 100%; margin-top: 0 }