@charset "utf-8";
/* --------------------------------------------------

Search Stylesheet

-------------------------------------------------- */

/* table基本 */
#contentArea table {
width: 570px;
margin: 25px auto 15px;
border: 1px solid #777;
font-size: 1.2em;
}
#contentArea th {/* 最後のセルのボーダーを消す設定はjqueryで設定 */
padding: 5px 10px;
border-left: 1px solid #777;
border-bottom: 1px dotted #a7a7a7;
background-color: #FFF;
text-align:left;
}
#contentArea td {/* 最後のセルのボーダーを消す設定はjqueryで設定 */
padding: 5px 10px;
border-left: 1px solid #d6cfbd;
border-bottom: 1px dotted #a7a7a7;
background-color: #FFF;
text-align:left;
}
#contentArea thead th {
width: 284px;
border-left: 1px solid #d6cfbd;
border-bottom: 1px solid #777;
background-color:#a79873;
color:#FFF;
text-align:left;
}
#contentArea thead td:nth-child(1) ,
#contentArea thead th:nth-child(1) {border-left: 1px solid #777;}

#contentArea h2,
#contentArea dl {
width: 550px;
margin: 0 auto;
color: #684646;
font-size: 1.2em;
line-height: 1.6;
}
#contentArea dl dd {
margin: -20px 0 0 130px;
}