

@charset "UTF-8";

/*

    Aflac CSS
    家族に毎月届く生命保険 ＧＩＦＴ - Q&A

*/


/* .tabsExample
----------------------------------------------- */
.tabsExample .ui-helper-hidden {
    display: none;
}
.tabsExample.ui-tabs .ui-tabs-hide {
    display: none !important;
}
.tabsExample > ul > li {
    float: left;
    padding: 0;
}
.tabsExample > ul > li:after {
    display: block;
    content: "";
    clear: both;
}
.tabsExample .tabExample {
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 0 10px;

    background: #efeae6;

    color: #696969;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}
.tabsExample [href="#tab_02"].tabExample {
    border-left: 1px solid #ffffff;
}
.tabsExample .ui-tabs-selected > .tabExample,
.tabsExample .ui-state-active > .tabExample {
    color: #ffffff;
    background: #ea9734;
}
.tabsExample .ui-state-hover:not(.ui-tabs-selected) > .tabExample,
.tabsExample .ui-state-hover:not(.ui-state-active) > .tabExample {
    color: #ffffff;
    background-color: #f3b770;
}
/* .tableExample */
.tabsExample .tableExample {
    width: 100%;
    border-top: 7px solid #ea9734;
    border-collapse: separate;
}
.tabsExample .tableExample th,
.tabsExample .tableExample td {
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    padding: 3px 3px;

    text-align: center;
}
.tabsExample .tableExample tr > :last-child {
    border-right: 1px solid #b9b9b9;
}
.tabsExample .tableExample .headingRow {
    width: 9em;
    background: #f58994;
    color: #ffffff;
}
.tabsExample .tableExample th.headingRow {
    line-height: 1.1em;
}
.tabsExample .tableExample .modBgMen {
    background: #e0f1f8;
}
.tabsExample .tableExample .modBgWomen {
    background: #f8e0e0;
}



