@charset "UTF-8";

body {
    margin: 0;
    font-size: 0.9em;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p {
    margin: 0;
}

.main {
    width: 980px;
    margin: 0 auto;
}

.title {
    font-size: 1.85em;
    font-weight: normal;
    width: 650px;
    margin: 40px auto 30px;
  }

@media screen and (max-width: 980px) {
    .main {
        width: 90%;
    }
    .title {
      width: 95%;
    }
}

.click-off {
    pointer-events: none;
    color: #999;
}
  
.click-on {
    pointer-events: auto;
    color: blue;
}

.input {
    text-align: center;
    margin: 40px auto 40px;
}

#fileList {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#pdfList {
    width: 100%;
    border-collapse: collapse;
    border:1px solid #333;
    margin: 16px 0;
}

#pdfList tr td {
    border:1px solid #333;
}

#pdfList td {
    padding: 8px;
    line-height: 28px;
    text-align: center;
}

a[href$=".pdf"] {
    display: block;
    width:420px;
    margin: 0 auto;
    padding: 4px 0 4px 12px;
    background: url(../../image/PDF_24.png) left center no-repeat;
}

b {
    border-bottom: black solid 1px;
}

.box {
  width: 600px;
  height: 400px;
  overflow-y: scroll;
  margin: 40px auto 30px;
}
