@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;
    margin-bottom: 24px;
}

.dot {
    color: #CC9900;
}

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

.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;
}


/* 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;
}

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

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

/* 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;
}

.retirement tr td {
    border: 1px solid #666666;
    text-align: center;
    padding: 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;
}



/* 退職金：列毎の指定 */

#contents table.retirement tr th:nth-of-type(1) {
	width: 82px;
	height: 35px;
}

#contents table.retirement tr td:nth-child(even) {
	width: 30px;
    text-align: right;
}

#contents table.retirement tr td:nth-child(odd) { 
	width: 50px;
    text-align: left;
}



/* 資料：列毎の指定 */

#contents2B table.document tr th:nth-of-type(1) {
	width: 250px;
	height: 35px;
    text-align: left;
}

#contents2B table.document tr td:nth-of-type(1)  {
	width: 200px;
	height: 35px;
    text-align: left;
	padding-left: 10px;
    border: 1px solid #666666;
}

#contents2B table.document tr td:nth-of-type(2)  { 
	width: 100px;
    text-align: center;
    border: 1px solid #666666;
}

#contents2B table.document tr td:nth-of-type(3)  { 
	width: 120px;
	text-align: center;
    border: 1px solid #666666;
}


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

#contents2B table.document tr:nth-child(odd) {
    background-color: #CCFF99;
}


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

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