@charset "UTF-8";

/* CSS Document */

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.wrapper {
    width: 920px;
    margin: 0 auto;
    background: #FFF;
}

.toptit {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}

.tit1 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.tit2 {
    font-size: 14px;
    color: #006666;
    margin-top: 40px;
    margin-bottom: 4px;
    font-weight: bold
}

.tit3 {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 4px;
    font-weight: bold
}

.tit4 {
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 4px;
    padding-left: 590px;
}

.basic {
    font-size: 12px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal
}

.cap {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 15px;
}

.cap2 {
    font-size: 10px;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 4px;
}

.cap3 {
    font-size: 10px;
    padding-bottom: 40px;
}

.cap4 {
    font-size: 10px;
    text-align: right;
    margin-top: 16px;
    margin-bottom: 4px;
}

.obi {
    width: 940px;
    background-color: #006666;
    padding: 4px;
}

.obi2 {
    width: 740px;
    height: 30px;
    background-color: #006666;
    padding: 4px;
}

.dot {
    color: #CC9900;
}

.name {
    font-size: 15px;
    text-align: right;
}


/* table幅の指定・隣接するセルのボーダーを重ねて表示 */

#contents table {
    width: 920px;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 18px;
}


/* table幅の指定・隣接するセルのボーダーを重ねて表示 */

#contents2 table {
    width: 720px;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 18px;
    float: left;
}


/* thの指定 */

table th {
    font-weight: normal;
    background-color: #99CC66;
    border: 1px solid #666666;
    text-align: center;
    padding: 4px;
    white-space: nowrap
}


/* tr tdの指定 */

table tr td {
    white-space: nowrap
}

.read tr td {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
    white-space: normal;
}

.read table {
    width: 920px;
}

.style1 tr td {
    border: 1px solid #666666;
    text-align: right;
    padding: 4px;
}

.style2 tr td {
    border: 1px solid #666666;
    text-align: center;
    padding: 4px;
}

.style2B tr td {
    border: 1px solid #666666;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}


/* 奇数番目のtrの指定(=2n+1) */

#contents table.style3 tr:nth-child(odd) {
    border: 1px solid #666666;
    border-bottom-style: none
}


/* 偶数番目のtrの指定(=2n) */

#contents table.style3 tr:nth-child(even) {
    border: 1px solid #666666;
    border-top-style: none
}


/* 奇数番目のtdの指定(=2n+1) */

#contents table.style3 td:nth-child(odd) {
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    padding: 2px;
}


/* 偶数番目のtdの指定(=2n) */

#contents table.style3 td:nth-child(even) {
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    padding: 2px;
}


/* 奇数番目のtrの指定(=2n+1) */

#contents table.style4 tr:nth-child(odd) {
    border: 1px solid #666666;
    border-top-style: none
}


/* 偶数番目のtrの指定(=2n) */

#contents table.style4 tr:nth-child(even) {
    border: 1px solid #666666;
    border-bottom-style: none
}


/* 奇数番目のtdの指定(=2n+1) */

#contents table.style4 td:nth-child(odd) {
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    padding: 2px;
}


/* 偶数番目のtdの指定(=2n) */

#contents table.style4 td:nth-child(even) {
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    padding: 2px;
}


/* 奇数番目のtrの指定(=2n+1) */

#contents table.style5 tr:nth-child(odd) {
    border: 1px solid #666666;
    border-bottom-style: none
}


/* 偶数番目のtrの指定(=2n) */

#contents table.style5 tr:nth-child(even) {
    border: 1px solid #666666;
    border-top-style: none
}


/* 奇数番目のtdの指定(=2n+1) */

#contents table.style5 td:nth-child(odd) {
    width: 56px;
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    padding: 2px;
}


/* 偶数番目のtdの指定(=2n) */

#contents table.style5 td:nth-child(even) {
    width: 56px;
    border: 1px solid #666666;
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    padding: 2px;
}

.imgbox {
    padding-top: 10px;
    padding-bottom: 20px;
}

.tac {
    text-align: center;
}

.row01 {
    background-color: #CCFF99;
}

.rowname {
    text-align: right;
    vertical-align: top;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 12px;
}

.colname {
    text-align: left;
    vertical-align: bottom;
    padding-left: 4px;
    padding-top: 12px;
    padding-bottom: 4px;
}