@charset "utf-8";

/* ==========================================================================
健康サポート用
========================================================================== */
/* 見出し */
#column h2 {
    font-size: 24px;
    border-left: 8px solid #000077;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}
#column h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000077;
}
#column h4 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dotted #000077;
    padding-bottom: 4px;
}

/* テーブル */
#column table {
    max-width: 100%;
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 34px;
}
#column th {
    background-color: #EEE;
}

/* リスト */
#column ul {
    margin-left: 16px;
    list-style: none;
    padding-left: 0;
}
#column ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 1.5em;
}
#column ul li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    top: -0.2em;
    left: 0.2em;
    font-size: 1.25em;
    color: #000077;
    position: absolute;
}
#column ol li {
    margin-bottom: 14px;
}
#column dl dt, dl dd {
    line-height: 1.75;
    margin-left: 16px;
}
#column dl dt {
    color: #000077;
    margin-top: 14px;
}
#column dl dt:first-child {
    margin-top: 0;
}

/* ページの先頭に戻る */
#column a[href="#top"] {
	display: none;
}