@charset "utf-8";
#container {
    display: block;
}


/* ライフサポートコラムページ専用 */


/*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;
    text-align: left;
    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: #194c9f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#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: 41px;
    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 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 5px;
    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 {
    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%;
    }
}


/*コラム詳細*/

#columDetail {
    margin-bottom: 10px;
    border: 2px solid;
    border-radius: 5px;
    border-color: #19A8EC;
}

#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: #1d4b96;
    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: solid 2px #fff;
    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: -14px;
    margin: auto;
    display: block;
    width: 14px;
    height: 18px;
    background: url(/person/common/images/votingresults/icon_ttl.png)no-repeat;
}

#columDetail #columnTitle div p.modtime {
    padding: 10px 0 0 10px;
    text-align: right;
    font-weight: bold;
    color: #000;
}

#columDetail #columnTitle .c-img {
    position: absolute;
    top: 2px;
    right: 11px;
}

#columDetail #columnTitle2 {
    width: 710px;
    text-align: left;
    position: relative;
}

#columDetail #columnTitle2 div {
    height: 89px;
    padding: 19px 0 0 25px;
}

#columDetail #columnTitle2 .c-img {
    position: absolute;
    top: -27px;
    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;
    _height: 100px;
}

#columDetail div.columnReadLong {
    text-align: left;
    padding: 20px 20px 20px 20px;
    font-size: 115%;
    line-height: 1.5;
    min-height: 100px;
    _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 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;
}


/*関連コラム*/

#column {
    width: 100%;
    border: dotted 2px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 10px;
    border-color: #23abed;
    background-color: #d8effa;
}

#column .title {
    text-align: left;
}

#column .title p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 2px 0 #1aa8ec, 2px 0 0 #1aa8ec, 0 -2px 0 #1aa8ec, -2px 0 0 #1aa8ec, -2px -2px 0 #1aa8ec, 2px -2px 0 #1aa8ec, -2px 2px 0 #1aa8ec, 2px 2px 0 #1aa8ec;
    margin-bottom: 10px;
}

#column .title p span {
    font-size: 11px;
    vertical-align: middle;
    padding-left: 10px;
    text-shadow: none;
    color: #1aa8ec;
}

#column .conts {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 10px 15px;
    border: solid 1px;
    border-radius: 5px;
    border-color: #b3e1f2;
    background: #ffffff;
}

#column .conts > div + div {
    padding-top: 10px;
    margin-top: 10px;
    background: url(/person/common/images/lifesupport/other/box_line.png) repeat-x top left;
}

#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.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.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.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.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.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.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;
}

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 .box {
    width: 650px;
    margin: 0 auto;
}

#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: 571px;
    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;
}

#columDetail table.def-list thead th {
    color: #fff;
    font-weight: bold;
    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 #columnTitle div {
    background: url(/person/common/images/lifesupport/family/title_bg.png) no-repeat;
}

#columDetail.familyC div.columnRead {
    border: 2px solid #ee664f;
    background: #fdefed;
    border-top: none;
    border-bottom: none;
}

#columDetail.familyC div.columnBody {
    border: 2px solid #ee664f;
    border-top: none;
    border-bottom: 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;
}


/*child*/

#columDetail.childC #columnTitle div {
    background: url(/person/common/images/lifesupport/child/title_bg.png) no-repeat;
}

#columDetail.childC div.columnRead {
    border: 2px solid #e8b901;
    background: #fdfaed;
    border-top: none;
    border-bottom: none;
}

#columDetail.childC div.columnBody {
    border: 2px solid #e8b901;
    border-top: none;
    border-bottom: none;
}

#columDetail.childC #columnTitle .c-img {
    right: 6px;
}

#contents .child .conts {
    background: url(/person/common/images/lifesupport/child/box_mdl.png) repeat-y;
}


/*owner*/

#columDetail.ownerC #columnTitle div {
    background: url(/person/common/images/lifesupport/owner/title_bg.png) no-repeat;
}

#columDetail.ownerC div.columnRead {
    border: 2px solid #6ca916;
    background: #f0f6e7;
    border-top: none;
    border-bottom: none;
}

#columDetail.ownerC div.columnBody {
    border: 2px solid #6ca916;
    border-top: none;
    border-bottom: none;
}

#columDetail.ownerC #columnTitle .c-img {
    right: 20px;
}

#contents .owner .conts {
    background: url(/person/common/images/lifesupport/owner/box_mdl.png) repeat-y;
}


/*senior*/

#columDetail.seniorC #columnTitle div {
    background: url(/person/common/images/votingresults/title_bg.png) no-repeat;
}

#columDetail.seniorC div.columnRead {
    border: 2px solid #19A8EC;
    background: #eff8fd;
    border-top: none;
    border-bottom: none;
}

#columDetail.seniorC div.columnBody {
    border: 2px solid #19A8EC;
    border-top: none;
    border-bottom: none;
}

#columDetail.seniorC #columnTitle .c-img {
    right: 25px;
}

#contents .senior .conts {
    background: url(/person/common/images/lifesupport/senior/box_mdl.png) repeat-y;
}


/*表*/

#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;
}


/*votingresults*/

#columDetail.votingresults #columnTitle div {
    background-color: #bde6f7;
    background-image: url(/person/common/images/votingresults/img-ttl-bottom.png) no-repeat;
}

#columDetail.votingresults #columnTitle2 div {
    background: url(/person/common/images/votingresults/title_bg.png) no-repeat;
}

#columDetail.votingresults div.columnRead {
    background: #eff8fd;
}

#columDetail.votingresults div.columnReadLong {
    background: #eff8fd;
    border-top: none;
    border-bottom: none;
}

#columDetail.votingresults #columnTitle .c-img {
    right: 25px;
}

#contents .votingresults .conts {
    background: url(/person/common/images/votingresults/box_mdl.png) repeat-y;
}

#column.votingresults .conts {
    background: #fff;
}


/*woman*/

#columDetail.womanC #columnTitle div {
    background: url(/person/common/images/lifesupport/woman/title_bg.png) no-repeat;
}

#columDetail.womanC div.columnRead {
    border: 2px solid #ef506b;
    background: #fdefed;
    border-top: none;
    border-bottom: none;
}

#columDetail.womanC div.columnBody {
    border: 2px solid #ef506b;
    border-top: none;
    border-bottom: none;
}

#columDetail.womanC #columnTitle .c-img {
    top: -34px;
    right: 20px;
}

#contents .woman .conts {
    background: url(/person/common/images/lifesupport/woman/box_mdl.png) repeat-y;
}


/*表*/

#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 tbody th {
    border: 2px solid #E8BA02;
    background: #F8E6A8;
}

#columDetail.childC table.def-list tbody td {
    border: 2px solid #E8BA02;
    background: #ffffff;
    text-align: center;
}


/*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;
}


/*other*/

#columDetail.otherC #columnTitle div {
    background: url(/person/common/images/lifesupport/other/title_bg.png) no-repeat;
}

#columDetail.otherC div.columnRead {
    border: 2px solid #559dd6;
    background: #e3eef8;
    border-top: none;
    border-bottom: none;
}

#columDetail.otherC div.columnBody {
    border: 2px solid #559dd6;
    border-top: none;
    border-bottom: none;
}

#contents .other .conts {
    background: url(/person/common/images/lifesupport/other/box_mdl.png) repeat-y;
}


/*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.votingresults .caseBox03 {
    background: #ffffff;
    border: 2px solid #ffce0a;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    #wrapper {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #titleArea {
        margin-bottom: 0;
    }
    /*コラム詳細*/
    #columDetail #columnTitle {
        width: 100%;
    }
    #columDetail #columnTitle .c-img {
        width: 30%;
        top: calc(100% + 15px);
        right: 6px;
    }
    #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 {
        width: 70%;
    }
    #columDetail div.columnBody {
        padding: 10px;
    }
    #column .conts > div > a {
        width: 20%;
    }
    #column .conts > div > div {
        width: 78%;
    }
    /*吹き出し*/
    #columDetail table.utterance {
        width: 100%;
    }
    #columDetail table.utterance table tr:nth-child(1),
    #columDetail table.utterance table tr:nth-child(3) {
        display: none;
    }
    #columDetail table.utterance table td {
        box-sizing: border-box;
    }
    #columDetail table.utterance td.talk {
        padding: 8px;
        border-radius: 4px;
        background-image: none;
    }
    #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 tdtd[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;
    }
    /*コラム枠の中の黄色い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 p {
        width: auto !important;
    }
    #columDetail .clm-ybox .inner > img {
        width: 100%;
    }
    /*コラム画像*/
    #columDetail .columnBody > div > img {
        width: 100%;
    }
    #columDetail .columnBody a.link-tab-img img {
        width: 100%;
    }
}