@charset "UTF-8";

section h1 {
    background: url(/common/images/back/head_pk.gif);
    color: #FF4D4D;
}

/* ページ番号
---------------------------------------*/
.page {
    margin: 0 auto 2em auto;
    text-align: center;
}
.page:last-of-type {
    margin-top: 3em;
}
.page li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.page li span {
    display: block;
}
.page li a {
    display: block;
    background: #F6F6F6;
}
.page li span,
.page li a {
    padding: 0.2em 0.5em;
    border: 1px solid #BBB;
}
.page li a:hover {
    background: rgba(255, 255, 255, 0.6);
}

/* 表のスタイルリセット
---------------------------------------*/
th,
tr:nth-child(even) th {
    background: none;
    white-space: normal;
}
tr:first-child th,
tr:first-child td {
    border-radius: 0;
}
tr:last-child th,
tr:last-child td {
    border-radius: 0;
    border-bottom: none;
}
th,td {
    padding: 0;
    border: none;
}
td,
tr:nth-child(odd) td {
    width: auto;
    background: none;
}

/* ページ内記事一覧
---------------------------------------*/
.titleList {
    margin-bottom: 3em;
    border-top: 1px dashed #BBB;
}
.titleList td,
.titleList tr:nth-child(odd) td {
    padding: 0.5em;
    border-bottom: 1px dashed #BBB;
    background: rgba(255, 255, 255, 0.7);
}
.titleList td:first-child {
    font-size: 0.9em;
    white-space: nowrap;
}
.titleList td:last-child {
    width: 100%;
}

/* 記事
---------------------------------------*/
section h2 {
    line-height: 1;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    border-bottom: 2px dotted #DA6801;
    font-size: 1.3em;
}
section h2 img {
    margin-right: 10px;
    vertical-align: middle;
}
section h2 span {
    margin-left: 1em;
    font-size: 0.9rem;
}
section img {
    max-width: 100%;
}