@charset "utf-8";

/* HIT */
#lifeskill {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#lifeskill h2 {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #999999;
    color: #343ca7;
}
#lifeskill h3.whatLs {
    margin: 0 0 5px;
    padding: 3px 0 3px 5px;
    border-left: 3px solid #6666cc;
    color: #6666cc;
}
#lifeskill p {
    margin-bottom: 10px;
}
#lifeskill ol,
#lifeskill ul {
    clear: both;
    margin: 0 0 20px;
    padding-left: 3em;
}
#lifeskill p.whatP {
    margin-bottom: 10px;
    padding-left: 1em;
}
h3.power {
    margin-bottom: 10px;
}
table#activity {
    margin-bottom: 20px;
    border-collapse: collapse;
}

table#activity thead th {
    border: 1px solid #999999;
}
table#activity th {
    background: #4b61d1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}
table#activity th,
table#activity td {
    padding: 5px;
}
table#activity tbody th {
    border-bottom: 1px solid #999999;
}
table#activity tbody td {
    border: 1px solid #999999;
    border-width: 1px 1px 1px 0;
    background: #eff1fb;
}

