﻿html, body {
    height: 100%;
    width: 100%;
}

body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-attachment: fixed;
    line-height: 1;
    color: #444444;
}

body, input {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "SegoeUI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ",  Meiryo,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
    padding-left: 0;
}

div.footer {
    clear: both;
}

a[href$=".pdf"] {
    padding-right: 1.6875em;
    background: url(../images/icon_pdf.gif) right center no-repeat;
}

img {
    vertical-align: middle;
}

div.contactus {
    width: 100%;
    min-height: 8.625em;
    text-align: center;
    font-size: 0.9em;
    line-height: 2;
    padding-top: 1.2em;
    color: #ffffff;
    background: #150072;
}
