@charset "utf-8";
#container {
    display: block;
}

a:hover img.hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    zoom: 1;
}

ul li,
ol li {
    list-style: none outside none;
}


/* ALSOK */

#mainArea {
    display: block;
    width: 100%;
    min-width: 1000px;
    font-size: 100%;
    margin: 0 auto;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #mainArea {
        display: block;
        min-width: 100%;
    }
    #wrapper {
        width: auto;
        padding: 0 10px;
    }
}

#contents {
    width: 100%;
    float: none;
}


/* titleArea */

#titleArea .img {
    width: 30%;
    max-width: 201px;
    padding-right: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#titleArea .title {
    position: relative;
    width: 70%;
    max-width: 468px;
    padding: 8px 20px;
    margin: 15px 0;
    border: 6px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #6ac300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 20260123 del
#titleArea .title:after {
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left-width: 0;
    left: -16px;
    content: "";
    display: block;
    top: 30px;
    position: absolute;
    width: 0;
}
*/

#titleArea .title .icon {
    display: table-cell;
    width: 12%;
    max-width: 39px;
    vertical-align: middle;
    padding-right: 10px;
}

#titleArea .title .txt {
    display: table-cell;
    /*  width: 88%;*/
    text-align: left;
    vertical-align: middle;
}

#titleArea .title .txt p {
    display: inline;
    color: #fff100;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#titleArea .title .txt p span {
    color: #fff;
}

#titleArea .title .txt h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

#contents .description {
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    #titleArea .img {
        display: table-cell;
        vertical-align: middle;
        padding-right: 16px;
    }
    #titleArea .img img {
        width: 100%;
    }
    #titleArea .title {
        display: table-cell;
        max-width: 70%;
        vertical-align: middle;
        padding: 5px;
        margin: 5px 0;
        border: 3px solid #fff;
    }
    #titleArea .title:after {
        left: -13px;
        top: 10px;
    }
    #titleArea .title .icon {
        width: 8%;
        max-width: 20px;
    }
    #titleArea .title .icon img {
        max-width: 20px;
    }
    #titleArea .title .txt p {
        font-size: 12px;
    }
    #titleArea .title .txt h1 {
        font-size: 18px;
    }
}


/* column */

#column {
    width: 100%;
    padding: 9px 10px 13px;
    border: 1px solid #eabd00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff485;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#column .title {
    text-align: left;
    margin-bottom: 8px;
}

#column .conts {
    width: 100%;
    padding: 10px;
    border: 1px solid #eabd00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#column .conts > div > div {
    margin-left: 70px;
}

#column .conts p.explanatory {
    width: 100%;
}

@media screen and (max-width: 640px) {}


/* columnList */

#columnList > div > div > div > div {
    margin-left: 70px;
}

#columnList p.title {
    font-size: 120%;
}

#columnList p.update {
    color: #CC9900;
    font-size: 80%;
    margin: 5px 0;
}

#columnList p.explanatory {
    margin: 5px 0;
    width: auto;
}

@media screen and (max-width: 640px) {
    #columnList .line {
        width: 100%;
    }
    #columnList p.title {
        font-size: 105%;
    }
}


/* mv */

#columnList .main-ttl {
    display: table;
    width: 100%;
    padding: 8px 20px;
    margin: 37px 0 33px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#columnList .bouhan-mv {
    border: 2px solid #89cbea;
    background-color: #b9e4f8;
}

#columnList .iryou-mv {
    border: 2px solid #c8c0df;
    background-color: #dcd7ea;
}

#columnList .jiko-mv {
    border: 2px solid #e3cd86;
    background-color: #f5e1a3;
}

#columnList .family-mv {
    border: 2px solid #f0664a;
    background-color: #fde0dc;
}

#columnList .child-mv {
    border: 2px solid #d4a900;
    background-color: #fdf6db;
}

#columnList .senior-mv {
    border: 2px solid #00b9ae;
    background-color: #d1f1ef;
}

#columnList .woman-mv {
    border: 2px solid #f04260;
    background-color: #fddae0;
}

#columnList .owner-mv {
    border: 2px solid #6aaa00;
    background-color: #e0eece;
}

#columnList .other-mv {
    border: 2px solid #4495d6;
    background-color: #c6def2;
}

#columnList .main-ttl .icon {
    display: table-cell;
    width: 12%;
    max-width: 96px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#columnList .main-ttl .txt {
    display: table-cell;
    width: 88%;
    color: #242424;
    font-size: 117%;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

#columnList .main-ttl .txt h2 {
    font-size: 233%;
}

#columnList .bouhan-mv .txt h2 {
    color: #1e53a8;
}

#columnList .iryou-mv .txt h2 {
    color: #412c7b;
}

#columnList .jiko-mv .txt h2 {
    color: #473701;
}

#columnList .family-mv .txt h2 {
    color: #f0664a;
}

#columnList .child-mv .txt h2 {
    color: #d4a900;
}

#columnList .senior-mv .txt h2 {
    color: #00b9ae;
}

#columnList .woman-mv .txt h2 {
    color: #f04260;
}

#columnList .owner-mv .txt h2 {
    color: #6aaa00;
}

#columnList .other-mv .txt h2 {
    color: #4495d6;
}

@media screen and (max-width: 640px) {
    #columnList .main-ttl {
        padding: 10px;
        margin: 20px 0;
    }
    #columnList .main-ttl .icon,
    #columnList .main-ttl .icon img {
        max-width: 60px;
    }
    #columnList .main-ttl .txt {
        font-size: 100%;
    }
    #columnList .main-ttl .txt h2 {
        font-size: 167%;
    }
}

#columDetail #columnTitle div p.modtime {
    padding: 10px 0 0 10px;
    text-align: right;
    font-weight: bold;
    color: #fff;
}


/*�����ܺ�*/

#columDetail {
    margin-bottom: 10px;
    border: 2px solid;
    border-radius: 5px;
    word-break: break-all;
}

#columDetail #columnTitle {
    width: 100%;
    text-align: left;
    position: relative;
}

#columDetail #columnTitle div {
    min-height: 100px;
    padding: 7px 196px 10px 10px;
    box-sizing: border-box;
    background-position: bottom;
    background-repeat: repeat-x;
}

#columDetail #columnTitle div h2 {
    font-size: 26px;
    color: #666666;
    position: relative;
    text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    padding: 10px 33px;
    border-radius: 5px;
    box-shadow: 0px 6px 3px -3px rgba(134, 134, 134, 0.4);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(134, 134, 134, 0.4);
    -moz-box-shadow: 0px 6px 3px -3px rgba(134, 134, 134, 0.4);
}

#columDetail #columnTitle div h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent transparent;
}

#columDetail #columnTitle div p.modtime {
    padding: 10px 0 0 10px;
    text-align: right;
    font-weight: bold;
    color: #fff;
}

#columDetail #columnTitle .c-img {
    position: absolute;
    top: 2px;
    right: 11px;
}

#columDetail #familyColumn div.columnRead {
    border: 2px solid #ee664f;
    background: #fdefed;
    border-top: none;
    border-bottom: none;
    text-align: left;
    padding: 20px 160px 20px 20px;
    font-size: 115%;
    line-height: 1.5;
}

#columDetail div.columnRead {
    text-align: left;
    padding: 20px 180px 20px 20px;
    font-size: 115%;
    line-height: 1.5;
    min-height: 100px;
}

#columDetail div.columnBody {
    text-align: left;
    padding: 15px;
    background: #fff;
    line-height: 1.7;
}

#columDetail table.utterance {
    margin-bottom: 10px;
}

#columDetail table.utterance.right-table {
    float: right;
}

#columDetail table.utterance.right-table + * {
    clear: both;
}

#columDetail table.utterance table {
    border-collapse: collapse;
}

#columDetail table.utterance td.talk {
    width: 563px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk02 {
    width: 309px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk03 {
    width: 239px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk04 {
    width: 339px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk05 {
    width: 213px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk06 {
    width: 374px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk07 {
    width: 509px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk08 {
    width: 190px;
    padding: 5px 20px;
    font-weight: bold;
}

#columDetail table.utterance td.talk09 {
    width: 333px;
    padding: 5px 20px;
    font-weight: bold;
}


/*関連コラム*/

#column {
    width: 100%;
    border: dotted 2px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 10px;
}

#column .title {
    text-align: left;
}

#column .title p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 2px 0 #e9be10, 2px 0 0 #e9be10, 0 -2px 0 #e9be10, -2px 0 0 #e9be10, -2px -2px 0 #e9be10, 2px -2px 0 #e9be10, -2px 2px 0 #e9be10, 2px 2px 0 #e9be10;
    margin-bottom: 10px;
}

#column .title p span {
    font-size: 11px;
    vertical-align: middle;
    padding-left: 10px;
    text-shadow: none;
    color: #e9be10;
}

#column .conts {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 10px 15px;
    border: solid 1px;
    border-radius: 5px;
}

#column .conts > div + div {
    padding-top: 10px;
    margin-top: 10px;
}

#column .btm {
    display: none;
}

#column .conts > div > a {
    width: 6%;
    display: block;
    float: left;
}

#column .conts > div > a img {
    float: none !important;
    width: 100%;
}

#column .conts > div > div {
    width: 92%;
    margin-left: 0px !important;
}

#column .conts p.explanatory {
    width: 100%;
}


/*�᤭�Ф�*/


/*���*/

#columDetail table.utterance td.robo {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl.png) repeat-y;
}

#columDetail table.utterance td.robo02 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl02.png) repeat-y;
}

#columDetail table.utterance td.robo03 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl03.png) repeat-y;
}

#columDetail table.utterance td.robo04 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl04.png) repeat-y;
}

#columDetail table.utterance td.robo05 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl05.png) repeat-y;
}

#columDetail table.utterance td.robo06 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl06.png) repeat-y;
}

#columDetail table.utterance td.robo07 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdls2.png) repeat-y;
}

#columDetail table.utterance td.robo08 {
    background: url(/person/common/images/lifesupport/balloon/robo_mdl08.png) repeat-y;
}


/*�ޥ�*/

#columDetail table.utterance td.mam {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl.png) repeat-y;
}

#columDetail table.utterance td.mam02 {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl02.png) repeat-y;
}

#columDetail table.utterance td.mam03 {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl03.png) repeat-y;
}


/*�ѥ�*/

#columDetail table.utterance td.dad {
    background: url(/person/common/images/lifesupport/balloon/dad_mdl.png) repeat-y;
}

#columDetail table.utterance td.dad02 {
    background: url(/person/common/images/lifesupport/balloon/dad_mdl02.png) repeat-y;
}

#columDetail table.utterance td.dad03 {
    background: url(/person/common/images/lifesupport/balloon/dad_mdl03.png) repeat-y;
}


/*���Ф������*/

#columDetail table.utterance td.gmam {
    background: url(/person/common/images/lifesupport/balloon/gmam_mdl.png) repeat-y;
}


/*�����������*/

#columDetail table.utterance td.gdad {
    background: url(/person/common/images/lifesupport/balloon/gdad_mdl.png) repeat-y;
}

#columDetail table.utterance td.gdad02 {
    background: url(/person/common/images/lifesupport/balloon/gdad_mdl02.png) repeat-y;
}


/*̼*/

#columDetail table.utterance td.dur {
    background: url(/person/common/images/lifesupport/balloon/dur_mdl.png) repeat-y;
}

#columDetail table.utterance td.dur02 {
    background: url(/person/common/images/lifesupport/balloon/dur_mdls.png) repeat-y;
}

#columDetail table.utterance td.dur03 {
    background: url(/person/common/images/lifesupport/balloon/dur_mdl03.png) repeat-y;
}

#columDetail table.utterance td.dur04 {
    background: url(/person/common/images/lifesupport/balloon/dur_mdl04.png) repeat-y;
}


/*©��*/

#columDetail table.utterance td.son {
    background: url(/person/common/images/lifesupport/balloon/son_mdl.png) repeat-y;
}

#columDetail table.utterance td.son02 {
    background: url(/person/common/images/lifesupport/balloon/son_mdl02.png) repeat-y;
}

#columDetail table.utterance td.son03 {
    background: url(/person/common/images/lifesupport/balloon/son_mdl04.png) repeat-y;
}

#columDetail table.utterance td.son04 {
    background: url(/person/common/images/lifesupport/balloon/son_mdls.png) repeat-y;
}


/*�Ҷ�ã*/

#columDetail table.utterance td.kids {
    background: url(/person/common/images/lifesupport/balloon/kids_mdl.png) repeat-y;
    width: 493px;
}


/*���ΤҤ�*/

#columDetail table.utterance td.wmn {
    background: url(/person/common/images/lifesupport/balloon/wmn_mdl.png) repeat-y;
}


/*�����ʡ�*/

#columDetail table.utterance td.owr {
    background: url(/person/common/images/lifesupport/balloon/owr_mdl.png) repeat-y;
}


/*�����ɥޥ�*/

#columDetail table.utterance td.gdm {
    background: url(/person/common/images/lifesupport/balloon/gdm_mdl.png) repeat-y;
}

#columDetail table.utterance td.gdm03 {
    background: url(/person/common/images/lifesupport/balloon/gdm_mdls2.png) repeat-y;
}


/*����*/

#columDetail table.utterance td.all {
    background: url(/person/common/images/lifesupport/balloon/all_mdl.png) repeat-y;
}

h3.or-b {
    font-size: 120%;
    font-weight: bold;
    color: #ff6600;
}


/*������Ȥ���β�����BOX*/

#columDetail .clm-ybox,
#columDetail .clm-ybox02,
#columDetail .clm-ybox03 {
    width: 100%;
    text-align: center;
}

#columDetail .clm-ybox .inner {
    background: url(/person/common/images/lifesupport/y_box_mdl.png) repeat-y;
    width: 670px;
    padding: 0 10px;
    margin: 0 auto;
}

#columDetail .clm-ybox .inner_bg {
    background: url(/person/common/images/lifesupport/woman/08_bg01.png) repeat-y;
    width: 670px;
    padding: 0 10px;
    margin: 0 -10px;
}

#columDetail .clm-ybox .inner_bg2 {
    background: url(/person/common/images/lifesupport/woman/08_bg02.png) repeat-y;
    width: 670px;
    padding: 0 10px;
    margin: 0 -10px;
}

#columDetail .clm-ybox .inner_bg3 {
    background: url(/person/common/images/lifesupport/woman/08_bg03.png) repeat-y;
    width: 670px;
    padding: 0 10px;
    margin: 0 -10px;
}

#columDetail .clm-ybox .inner .inner-box,
#columDetail .clm-ybox02 .inner .inner-box,
#columDetail .clm-ybox03 .inner .inner-box {
    border: 1px solid #ffce0b;
    background: #fff;
    padding: 10px;
    text-align: left;
}


/*������Ȥ���β�����BOXû*/

#columDetail .clm-ybox02 .inner {
    background: url(/person/common/images/lifesupport/y_box_mdl02.png) repeat-y;
    width: 631px;
    padding: 0 30px 20px;
    margin: 0 auto;
}


/*������Ȥ���β�����BOXû*/

#columDetail .clm-ybox03 .inner {
    background: url(/person/common/images/lifesupport/y_box_mdl02.png) repeat-y;
    width: 611px;
    padding: 0 10px;
    margin: 0 auto;
}

.recoGoods {
    margin-bottom: 30px;
}

.recoGoods h3 {
    margin-bottom: 10px;
}


/*�����å��ꥹ��*/

#columDetail ul.checkList {
    list-style: none;
}

#columDetail ul.checkList li {
    background: url(/person/common/images/lifesupport/icon_check.png) no-repeat left center;
    padding: 3px 0 3px 20px;
    border-bottom: 1px dotted #ccc;
}

#columDetail ul.checkList li.lastchild {
    border: none;
}


/*ɽ*/

#columDetail table.def-list {
    border-collapse: collapse;
    width: 670px;
    /*margin-bottom:10px;
	margin-left:3px;*/
    margin: 0 auto 10px;
}

#columDetail table.def-list thead th {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

#columDetail table.def-list thead td {
    text-align: center;
    padding: 3px;
}

#columDetail table.def-list tbody th {
    font-weight: bold;
    text-align: left;
    padding: 3px 10px;
}

#columDetail table.def-list tbody td {
    background: #fff;
    text-align: center;
    padding: 3px;
}

#snsBt iframe {
    margin-top: 3px;
}


/*family*/

#columDetail.familyC {
    border-color: #ee664f;
}

#columDetail.familyC #columnTitle div {
    background-color: #f07a67;
    background-image: url(/person/common/images/lifesupport/family/img-ttl-bottom.jpg);
}

#columDetail.familyC #columnTitle div h2 {
    background-color: #fbd3ce;
    color: #eb664c;
}

/* 20260123 del
#columDetail.familyC #columnTitle div h2:after {
    border-color: transparent transparent transparent #fbd3ce;
}
*/

#columDetail.familyC div.columnRead {
    background: #fdefed;
}

#columDetail.familyC div.columnBody {
    border-top: none;
}

#columDetail.familyC .matome01 {
    width: 299px;
    padding: 10px;
    border: 1px solid #a5dbf0;
    font-weight: bold;
    background: #fff;
    text-align: left;
    border-bottom: none;
    border-top: none;
}

#columDetail.familyC .matome02 {
    width: 299px;
    padding: 10px;
    border: 1px solid #ffa4a4;
    font-weight: bold;
    background: #fff;
    text-align: left;
    border-bottom: none;
    border-top: none;
}

#contents .family .conts {
    background: url(/person/common/images/lifesupport/family/box_mdl.png) repeat-y;
}

#column.family {
    background-color: #fbd3ce;
    border-color: #ee664f;
}

#column.family .conts {
    background: #fff;
    border-color: #f9bab3;
}

#column.family .conts > div + div {
    background: url(/person/common/images/lifesupport/family/box_line.png) repeat-x top left;
}

#column.family .title p {
    text-shadow: 0 2px 0 #ee664f, 2px 0 0 #ee664f, 0 -2px 0 #ee664f, -2px 0 0 #ee664f, -2px -2px 0 #ee664f, 2px -2px 0 #ee664f, -2px 2px 0 #ee664f, 2px 2px 0 #ee664f;
}

#column.family .title p span {
    color: #ee664f;
}


/*ɽ*/

#columDetail.familyC table.def-list thead th {
    border: 2px solid #ee4562;
    background: #f27288;
}

#columDetail.familyC table.def-list tbody th {
    border: 2px solid #ee4562;
    background: #fcdae0;
}

#columDetail.familyC table.def-list tbody td {
    border: 2px solid #ee4562;
    background: #ffffff;
    text-align: left;
}


/*�����ɥޥ�*/

#columDetail.guardmanC #columnTitle div {
    background: url(/person/common/images/lifesupport/guardman/title_bg.png) no-repeat;
}

#columDetail.guardmanC div.columnRead {
    border: 2px solid #ee664f;
    background: #fdefed;
    border-top: none;
    border-bottom: none;
}

#columDetail.guardmanC div.columnBody {
    border: 2px solid #ee664f;
    border-top: none;
    border-bottom: none;
}

#columDetail.guardmanC .matome01 {
    width: 299px;
    padding: 10px;
    border: 1px solid #a5dbf0;
    font-weight: bold;
    background: #fff;
    text-align: left;
    border-bottom: none;
    border-top: none;
}

#columDetail.guardmanC .matome02 {
    width: 299px;
    padding: 10px;
    border: 1px solid #ffa4a4;
    font-weight: bold;
    background: #fff;
    text-align: left;
    border-bottom: none;
    border-top: none;
}

#contents .guardman .conts {
    background: url(/person/common/images/lifesupport/guardman/box_mdl.png) repeat-y;
}


/*ɽ*/

#columDetail.guardmanC table.def-list thead th {
    border: 2px solid #ee4562;
    background: #f27288;
}

#columDetail.guardmanC table.def-list tbody th {
    border: 2px solid #ee4562;
    background: #fcdae0;
}

#columDetail.guardmanC table.def-list tbody td {
    border: 2px solid #ee4562;
    background: #ffffff;
    text-align: left;
}


/*child*/

#columDetail.childC {
    border-color: #e8b901;
}

#columDetail.childC #columnTitle div {
    background-color: #ebc323;
    background-image: url(/person/common/images/lifesupport/child/img-ttl-bottom.jpg);
}

#columDetail.childC #columnTitle div h2 {
    background-color: #f8e6a9;
    color: #666666;
}

/* 20260123 del
#columDetail.childC #columnTitle div h2:after {
    border-color: transparent transparent transparent #f8e6a9;
}
*/

#columDetail.childC div.columnRead {
    background: #fdfaed;
}

#columDetail.childC div.columnBody {
    border-top: none;
}

#contents .child .conts {
    background: url(/person/common/images/lifesupport/child/box_mdl.png) repeat-y;
}

#column.child {
    background-color: #fcf5db;
    border-color: #e9be10;
}

#column.child .conts {
    background: #fff;
    border-color: #ffd11b;
}

#column.child .conts > div + div {
    background: url(/person/common/images/lifesupport/child/box_line.png) repeat-x top left;
}


/*owner*/

#columDetail.ownerC {
    border-color: #6ca916;
}

#columDetail.ownerC #columnTitle div {
    background-color: #81b636;
    background-image: url(/person/common/images/lifesupport/owner/img-ttl-bottom.jpg);
}

#columDetail.ownerC #columnTitle div h2 {
    background-color: #d0e4b6;
    color: #6ba915;
}

/* 20260123 del
#columDetail.ownerC #columnTitle div h2:after {
    border-color: transparent transparent transparent #d0e4b6;
}
*/

#columDetail.ownerC div.columnRead {
    background: #f0f6e7;
}

#columDetail.ownerC div.columnBody {
    border-top: none;
}

#columDetail.ownerC #columnTitle .c-img {
    right: 20px;
}

#contents .owner .conts {
    background: url(/person/common/images/lifesupport/owner/box_mdl.png) repeat-y;
}

#column.owner {
    background-color: #d0e4b6;
    border-color: #6ca917;
}

#column.owner .conts {
    background: #fff;
    border-color: #8ed038;
}

#column.owner .conts > div + div {
    background: url(/person/common/images/lifesupport/owner/box_line.png) repeat-x top left;
}

#column.owner .title p {
    text-shadow: 0 2px 0 #6ca917, 2px 0 0 #6ca917, 0 -2px 0 #6ca917, -2px 0 0 #6ca917, -2px -2px 0 #6ca917, 2px -2px 0 #6ca917, -2px 2px 0 #6ca917, 2px 2px 0 #6ca917;
}

#column.owner .title p span {
    color: #6ca917;
}


/*senior*/

#columDetail.seniorC {
    border-color: #2bbeb3;
}

#columDetail.seniorC #columnTitle div {
    background-color: #3dc7b0;
    background-image: url(/person/common/images/lifesupport/senior/img-ttl-bottom.jpg);
}

#columDetail.seniorC #columnTitle div h2 {
    background-color: #a4e3dd;
    color: #19b8ac;
}

/* 20260123 del
#columDetail.seniorC #columnTitle div h2:after {
    border-color: transparent transparent transparent #a4e3dd;
}
*/

#columDetail.seniorC div.columnRead {
    background: #e8f8f7;
}

#columDetail.seniorC div.columnBody {
    border-top: none;
}

#contents .senior .conts {
    background: url(/person/common/images/lifesupport/senior/box_mdl.png) repeat-y;
}

#column.senior {
    background-color: #d3f1ef;
    border-color: #2bbeb4;
}

#column.senior .conts {
    background: #fff;
    border-color: #45e2d7;
}

#column.senior .conts > div + div {
    background: url(/person/common/images/lifesupport/senior/box_line.png) repeat-x top left;
}

#column.senior .title p {
    text-shadow: 0 2px 0 #2bbeb4, 2px 0 0 #2bbeb4, 0 -2px 0 #2bbeb4, -2px 0 0 #2bbeb4, -2px -2px 0 #2bbeb4, 2px -2px 0 #2bbeb4, -2px 2px 0 #2bbeb4, 2px 2px 0 #2bbeb4;
}

#column.senior .title p span {
    color: #2bbeb4;
}


/*ɽ*/

#columDetail.seniorC table.def-list thead th {
    border: 2px solid #2cbeb4;
    background: #3dc7b0;
}

#columDetail.seniorC table.def-list tbody th {
    border: 2px solid #2cbeb4;
    background: #e8f8f7;
}

#columDetail.seniorC table.def-list tbody td {
    border: 2px solid #2cbeb4;
}


/*woman*/

#columDetail.womanC {
    border-color: #ef506b;
}

#columDetail.womanC #columnTitle div {
    background-color: #f27288;
    background-image: url(/person/common/images/lifesupport/woman/img-ttl-bottom.jpg);
}

#columDetail.womanC #columnTitle div h2 {
    background-color: #fcdae0;
    color: #eb455f;
}

/* 20260123 del
#columDetail.womanC #columnTitle div h2:after {
    border-color: transparent transparent transparent #fcdae0;
}
*/

#columDetail.womanC div.columnRead {
    background: #fdefed;
}

#columDetail.womanC div.columnBody {
    border-top: none;
}

#contents .woman .conts {
    background: url(/person/common/images/lifesupport/woman/box_mdl.png) repeat-y;
}

#column.woman {
    background-color: #fcdae0;
    border-color: #ee4662;
}

#column.woman .conts {
    background: #fff;
    border-color: #f9bbb4;
}

#column.woman .conts > div + div {
    background: url(/person/common/images/lifesupport/woman/box_line.png) repeat-x top left;
}

#column.woman .title p {
    text-shadow: 0 2px 0 #ee4662, 2px 0 0 #ee4662, 0 -2px 0 #ee4662, -2px 0 0 #ee4662, -2px -2px 0 #ee4662, 2px -2px 0 #ee4662, -2px 2px 0 #ee4662, 2px 2px 0 #ee4662;
}

#column.woman .title p span {
    color: #ee4662;
}


/*ɽ*/

#columDetail.womanC table.def-list thead th {
    border: 2px solid #ee4562;
    background: #f27288;
}

#columDetail.womanC table.def-list tbody th {
    border: 2px solid #ee4562;
    background: #fcdae0;
}

#columDetail.womanC table.def-list tbody td {
    border: 2px solid #ee4562;
    background: #ffffcc;
    text-align: left;
}

#columDetail.childC table.def-list thead th {
    border: 2px solid #E8BA02;
    background: #F8E6A8;
    color: #474644;
}

#columDetail.childC table.def-list thead td {
    border: 2px solid #E8BA02;
    background: #F8E6A8;
}

#columDetail.childC table.def-list thead td.bg {
    border: 2px solid #E8BA02;
    background: #FFFF99;
}

#columDetail.childC table.def-list tbody th {
    border: 2px solid #E8BA02;
    background: #F8E6A8;
}

#columDetail.childC table.def-list thead th.bg {
    border: 2px solid #E8BA02;
    background: #FFFF99;
}

#columDetail.childC table.def-list tbody td {
    border: 2px solid #E8BA02;
    background: #ffffff;
    text-align: center;
}

#columDetail.childC table.def-list tbody td.bg {
    border: 2px solid #E8BA02;
    background: #F8E6A8;
    text-align: center;
}

#columDetail.ownerC table.def-list thead th {
    border: 2px solid #81B636;
    background: #D0E4B6;
}

#columDetail.ownerC table.def-list tbody th {
    border: 2px solid #81B636;
    background: #D0E4B6;
}

#columDetail.ownerC table.def-list tbody td {
    border: 2px solid #81B636;
    background: #ffffff;
    text-align: left;
}


/*CASE-BOX*/

#columDetail.womanC .caseBox {
    border: 2px solid #ee4562;
    padding: 10px;
    margin-bottom: 10px;
}

#columDetail.womanC .caseBox02 {
    border: 2px solid #ee4562;
    background: #ecf3fb;
    margin-bottom: 30px;
}

#columDetail.familyC .caseBox03 {
    border: 2px solid #FFCE0A;
    padding: 15px;
    background: #FFFFFF;
}


/*other*/

#columDetail.otherC {
    border-color: #559dd6;
}

#columDetail.otherC #columnTitle div {
    background-color: #6aa8dc;
    background-image: url(/person/common/images/lifesupport/other/img-ttl-bottom.jpg);
}

#columDetail.otherC #columnTitle div h2 {
    background-color: #acceea;
    color: #4693d2;
}

/* 20260123 del
#columDetail.otherC #columnTitle div h2:after {
    border-color: transparent transparent transparent #acceea;
}
*/

#columDetail.otherC div.columnRead {
    background: #e3eef8;
}

#columDetail.otherC div.columnBody {
    border-top: none;
}

#contents .other .conts {
    background: url(/person/common/images/lifesupport/other/box_mdl.png) repeat-y;
}

#column.other {
    background-color: #e3eef8;
    border-color: #4e99d5;
}

#column.other .conts {
    background: #fff;
    border-color: #bcd8ef;
}

#column.other .conts > div + div {
    background: url(/person/common/images/lifesupport/other/box_line.png) repeat-x top left;
}

#column.other .title p {
    text-shadow: 0 2px 0 #4e99d5, 2px 0 0 #4e99d5, 0 -2px 0 #4e99d5, -2px 0 0 #4e99d5, -2px -2px 0 #4e99d5, 2px -2px 0 #4e99d5, -2px 2px 0 #4e99d5, 2px 2px 0 #4e99d5;
}

#column.other .title p span {
    color: #4e99d5;
}


/*CASE-BOX*/

#columDetail.otherC .caseBox {
    border: 2px solid #539cd6;
    padding: 10px;
    margin-bottom: 10px;
}

#columDetail.otherC .caseBox02 {
    border: 2px solid #539cd6;
    background: #ecf3fb;
    margin-bottom: 30px;
}

#columDetail.familyC .caseBox {
    border: 1px solid #FFCE0A;
    padding: 10px;
    margin-bottom: 30px;
}

#columDetail.familyC .caseBox2 {
    border: 2px solid #FFCE0A;
    background: #FFFFCC;
    padding: 10px;
    margin-bottom: 30px;
}

#columDetail.childC .caseBox2 {
    border: 1px solid #FFCE0A;
    background: #FFFFCC;
    padding: 10px;
    margin-bottom: 30px;
}


/* tab */

#tab {
    height: 31px;
    margin: 40px auto 15px;
    border-bottom: 5px solid #1EA1DC;
    padding-bottom: 31px;
}

#tab ul li {
    display: inline;
    float: left;
    margin-right: 10px;
}


/* innerNaviTheme */

#innerNaviTheme {
    width: 100%;
    margin: 5px auto 0;
}

#innerNaviTheme ul {
    width: 100%;
}

#innerNaviTheme li {
    float: left;
    width: 316px;
    margin-left: 26px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#innerNaviTheme li.link01 {
    border: 2px solid #89cbea;
}

#innerNaviTheme li.link02 {
    border: 2px solid #c8c0df;
}

#innerNaviTheme li.link03 {
    border: 2px solid #e3cd86;
}

#innerNaviTheme li:first-child {
    margin-left: 0;
}

#innerNaviTheme li a {
    display: block;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
}

#innerNaviTheme li a img {
    vertical-align: middle;
    margin-right: 14px;
}

#innerNaviTheme li.link01 a {
    color: #1e53a8;
    background: url(/person/common/images/lifesupport/arrow_link01.png) 96% center no-repeat;
}

#innerNaviTheme li.link02 a {
    color: #412c7b;
    background: url(/person/common/images/lifesupport/arrow_link02.png) 96% center no-repeat;
}

#innerNaviTheme li.link03 a {
    color: #473701;
    background: url(/person/common/images/lifesupport/arrow_link03.png) 96% center no-repeat;
}

#innerNaviTheme li a:hover {
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#innerNaviTheme li.link01 a:hover {
    background: #b9e4f8 url(/person/common/images/lifesupport/arrow_link01.png) 96% center no-repeat;
}

#innerNaviTheme li.link02 a:hover {
    background: #dcd7ea url(/person/common/images/lifesupport/arrow_link02.png) 96% center no-repeat;
}

#innerNaviTheme li.link03 a:hover {
    background: #f5e1a3 url(/person/common/images/lifesupport/arrow_link03.png) 96% center no-repeat;
}

@media only screen and (max-width: 640px) {
    #innerNaviTheme li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    #innerNaviTheme li:first-child {
        margin-top: 0;
    }
    #innerNaviTheme li a {
        font-size: 134%;
    }
    #innerNaviTheme li a img {
        width: 50px;
        margin-right: 14px;
    }
    #column .conts > div > a {
        width: 20%;
    }
    #column .conts > div > div {
        width: 78%;
    }
}


/* innerNavi */

#innerNavi {
    width: 100%;
    margin: 5px auto 0;
}

#innerNavi ul {
    width: 100%;
}

#innerNavi li {
    float: left;
    width: 316px;
    margin-top: 10px;
    margin-left: 26px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#innerNavi li.link01 {
    border: 2px solid #f0664a;
}

#innerNavi li.link02 {
    border: 2px solid #d4a900;
}

#innerNavi li.link03 {
    border: 2px solid #00b9ae;
}

#innerNavi li.link04 {
    border: 2px solid #f04260;
}

#innerNavi li.link05 {
    border: 2px solid #6aaa00;
}

#innerNavi li.link06 {
    border: 2px solid #4495d6;
}

#innerNavi li:nth-child(3n+1) {
    margin-left: 0;
}

#innerNavi li:nth-child(-n+3) {
    margin-top: 0;
}

#innerNavi li a {
    display: block;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
}

#innerNavi li a img {
    vertical-align: middle;
    margin-right: 14px;
}

#innerNavi li.link01 a {
    color: #f0664a;
    background: url(/person/common/images/lifesupport/arrow_link01_2.png) 96% center no-repeat;
}

#innerNavi li.link02 a {
    color: #d4a900;
    background: url(/person/common/images/lifesupport/arrow_link02_2.png) 96% center no-repeat;
}

#innerNavi li.link03 a {
    color: #00b9ae;
    background: url(/person/common/images/lifesupport/arrow_link03_2.png) 96% center no-repeat;
}

#innerNavi li.link04 a {
    color: #f04260;
    background: url(/person/common/images/lifesupport/arrow_link04_2.png) 96% center no-repeat;
}

#innerNavi li.link05 a {
    color: #6aaa00;
    background: url(/person/common/images/lifesupport/arrow_link05_2.png) 96% center no-repeat;
}

#innerNavi li.link06 a {
    color: #4495d6;
    background: url(/person/common/images/lifesupport/arrow_link06_2.png) 96% center no-repeat;
}

#innerNavi li a:hover {
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#innerNavi li.link01 a:hover {
    background: #fde0dc url(/person/common/images/lifesupport/arrow_link01_2.png) 96% center no-repeat;
}

#innerNavi li.link02 a:hover {
    background: #fdf6db url(/person/common/images/lifesupport/arrow_link02_2.png) 96% center no-repeat;
}

#innerNavi li.link03 a:hover {
    background: #d1f1ef url(/person/common/images/lifesupport/arrow_link03_2.png) 96% center no-repeat;
}

#innerNavi li.link04 a:hover {
    background: #fddae0 url(/person/common/images/lifesupport/arrow_link04_2.png) 96% center no-repeat;
}

#innerNavi li.link05 a:hover {
    background: #e0eece url(/person/common/images/lifesupport/arrow_link05_2.png) 96% center no-repeat;
}

#innerNavi li.link06 a:hover {
    background: #c6def2 url(/person/common/images/lifesupport/arrow_link06_2.png) 96% center no-repeat;
}

@media only screen and (max-width: 640px) {
    #innerNavi li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    #innerNavi li:first-child {
        margin-top: 0;
    }
    #innerNavi li:nth-child(-n+3) {
        margin-top: 10px;
    }
    #innerNavi li a {
        font-size: 134%;
    }
    #innerNavi li a img {
        width: 50px;
        margin-right: 14px;
    }
}

#columDetail .center-box:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

#columDetail .center-box:after {
    clear: both;
}

#columDetail .center-box {
    zoom: 1;
}

#columDetail .center-box .text-left {
    width: calc(100% - 340px);
}

#columDetail .center-box .text-left table.utterance td.talk02 {
    width: 210px;
}

#columDetail .center-box .text-left table.utterance td.talk03 {
    width: 210px;
}

#columDetail .center-box .image-right {
    float: right;
}

@media only screen and (max-width: 640px) {
    /*�����ܺ�*/
    #columDetail #columnTitle {
        width: 100%;
    }
    #columDetail #columnTitle .c-img {
    /* 20260123 修正
        width: 30%;
        top: calc(100% + 15px);
        right: 6px;
    */
        width: 20%;
        top: calc(100%);
        right: 20px;
    }
   
    #columDetail #columnTitle div {
        padding: 6px 9px 10px;
    }
    #columDetail #columnTitle div h2 {
        padding: 12px;
        font-size: 19px;
    }
    #columDetail #columnTitle div h2:after {
        content: none;
    }
    #columDetail div.columnRead {
        padding: 15px;
    }
    #columDetail div.columnRead p:first-child {
        width: 70%;
    }
    #columDetail div.columnBody {
        padding: 10px;
    }
    /*�᤭�Ф�*/
    #columDetail table.utterance {
        width: 100%;
    }
    #columDetail table.utterance .table-talk tr:nth-child(1),
    #columDetail table.utterance .table-talk tr:nth-child(3) {
        display: none;
    }
    #columDetail table.utterance .table-talk td {
        box-sizing: border-box;
    }
    #columDetail table.utterance td.talk,
    #columDetail table.utterance td.talk02,
    #columDetail table.utterance td.talk03,
    #columDetail table.utterance td.talk04,
    #columDetail table.utterance td.talk05,
    #columDetail table.utterance td.talk06,
    #columDetail table.utterance td.talk07,
    #columDetail table.utterance td.talk08,
    #columDetail table.utterance td.talk09 {
        padding: 8px;
        border-radius: 4px;
        background-image: none;
        position: relative;
        z-index: 99;
    }
    #columDetail .center-box .text-left table.utterance td.talk02,
    #columDetail .center-box .text-left table.utterance td.talk03 {
        width: inherit;
    }
    #columDetail table.utterance td p {
        border: solid 1px;
        border-radius: 4px;
        padding: 5px 7px;
        box-sizing: border-box;
    }
    /*���*/
    #columDetail table.utterance td[class*="robo"] {
        background-color: #96c2e6;
    }
    #columDetail table.utterance td[class*="robo"] p {
        border-color: #7aa4e7;
        background-color: #eaf3fa;
    }
    /*©��*/
    #columDetail table.utterance td[class*="son"] {
        background-color: #cfee91;
    }
    #columDetail table.utterance td[class*="son"] p {
        border-color: #b4da66;
        background-color: #ecf8d3;
    }
    /*�����ɥޥ�*/
    #columDetail table.utterance td[class*="gdm"] {
        background-color: #cccccc;
    }
    #columDetail table.utterance td[class*="gdm"] p {
        border-color: #b8b8b8;
        background-color: #ebebeb;
    }
    /*�ޥ�*/
    #columDetail table.utterance td[class*="mam"] {
        background-color: #ffcccc;
    }
    #columDetail table.utterance td[class*="mam"] p {
        border-color: #ffabab;
        background-color: #ffebeb;
    }
    /*�ѥ�*/
    #columDetail table.utterance td[class*="dad"] {
        background-color: #c2e7f5;
    }
    #columDetail table.utterance td[class*="dad"] p {
        border-color: #b1e0f2;
        background-color: #e7f5fb;
    }
    /*���Ф������*/
    #columDetail table.utterance td[class*="gmam"] {
        background-color: #ccccff;
    }
    #columDetail table.utterance td[class*="gmam"] p {
        border-color: #c2c2ff;
        background-color: #ebebff;
    }
    /*�����������*/
    #columDetail table.utterance td[class*="gdad"] {
        background-color: #a4e3dd;
    }
    #columDetail table.utterance td[class*="gdad"] p {
        border-color: #67d3c3;
        background-color: #dbf4f1;
    }
    /*̼*/
    #columDetail table.utterance td[class*="dur"] {
        background-color: #ffdab5;
    }
    #columDetail table.utterance td[class*="dur"] p {
        border-color: #f7cca8;
        background-color: #fff0e1;
    }
    /*�Ҷ�ã*/
    #columDetail table.utterance td[class*="kids"] {
        background-color: #f8e6a9;
    }
    #columDetail table.utterance td[class*="kids"] p {
        border-color: #eecc48;
        background-color: #fcf5dd;
    }
    /*���ΤҤ�*/
    #columDetail table.utterance td[class*="wmn"] {
        background-color: #fcdae0;
    }
    #columDetail table.utterance td[class*="wmn"] p {
        border-color: #f9b1bd;
        background-color: #fef0f3;
    }
    /*�����ʡ�*/
    #columDetail table.utterance td[class*="owr"] {
        background-color: #d0e4b6;
    }
    #columDetail table.utterance td[class*="owr"] p {
        border-color: #a9d96b;
        background-color: #ecf4e2;
    }
    /*����*/
    #columDetail table.utterance td[class*="all"] {
        background-color: #f8e6a9;
    }
    #columDetail table.utterance td[class*="all"] p {
        border-color: #eecc48;
        background-color: #fcf5dd;
    }
    /*��������*/
    #columDetail .columnBody > div > img {
        width: 100%;
    }
    #columDetail .columnBody a.link-tab-img img {
        width: 100%;
    }
    #columDetail .center-box .text-left,
    #columDetail .center-box .image-right {
        width: 100% !important;
        float: none !important;
    }
    #columDetail .center-box .image-right img {
        width: 100%;
    }
    /*������Ȥ���β�����BOX*/
    #columDetail .clm-ybox {
        border: dotted 1px #ffcc03;
        background: #ffffcc;
        padding-bottom: 10px;
        border-radius: 4px;
    }
    #columDetail .clm-ybox > img:first-child,
    #columDetail .clm-ybox > img:last-child {
        display: none;
    }
    #columDetail .clm-ybox .inner {
        width: 100%;
        background: #ffffcc;
        box-sizing: border-box;
        word-break: break-all;
    }
    #columDetail .clm-ybox .inner > img {
        width: 100%;
    }
}


/* �饤�ե��ݡ��ȥȥå� */

#columnList div + div div.f-l.t-l.mgl10 {
    width: calc(100% - 70px);
}

#titleArea + p {
    clear: both;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    #titleArea.clmtop {
        min-height: 120px;
    }
    #columnList div.c-fix.mgb30 div.c-fix + img {
        max-width: 100%;
    }
    #columnList div.c-fix.mgb30 > img:first-child {
        width: 100%;
    }
    #tab {
        height: auto;
    }
    #tab ul li {
        width: 50%;
        margin-right: 0;
    }
    #tab ul li img {
        max-width: 100%;
    }
}


/* �饤�ե��ݡ��Ȳ��� */

.img-arrow-child {
    width: 300px;
}

.max-400 {
    max-width: 400px;
}

.max-450 {
    max-width: 450px;
}

.max-460 {
    max-width: 460px;
}

@media only screen and (max-width: 768px) {
    .img-arrow-child {
        width: 100%;
    }
    #columDetail .columnBody > div.img-arrow-child > img {
        width: 30px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
    }
    .max-400 {
        max-width: inherit;
    }
    .max-450 {
        max-width: inherit;
    }
    .max-460 {
        max-width: inherit;
    }
}