.button {
    -webkit-border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,.1) 1px 1px 3px; background: #02488D;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
				       from(rgba(255, 255, 255, 0.4)),
				       to(rgba(255, 255, 255, 0.1)),
				       color-stop(.5,rgba(230, 230, 230, 0.3)),
				       color-stop(.5,rgba(230, 230, 230, 0.2)));
}

a {
    -webkit-tap-highlight-color: rgba(255,255,555,0.5);
}

.paragraph {
    line-height: 1.8;
}

.text_10px {
    -webkit-text-size-adjust: (100% | none | auto);
    font-family: "メイリオ", "ＭＳ ゴシック", Verdana, Helvetica Narrow, Arial Narrow, sans-serif;
    font-size: x-small;
    line-height: 120%;
    color: #000077;
    text-decoration: none;
}

.text_12px {
    -webkit-text-size-adjust: (100% | none | auto);
    font-family: "メイリオ," "ＭＳ ゴシック", Verdana, Helvetica Narrow, Arial Narrow, sans-serif;
    font-size: small;
    line-height: 120%;
    color: #000077;
    text-decoration: none;
}

.text_14px {
    -webkit-text-size-adjust: (100% | none | auto);
    font-family: "メイリオ", "ＭＳ ゴシック", Verdana, Helvetica Narrow, Arial Narrow, sans-serif;
    font-size: medium;
    line-height: 120%;
    color: #000077;
    text-decoration: none;
}
