@charset "utf-8";
#container {
    display: block;
}

/* ためしてALSOKページ専用 */

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;
}


/* 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: #ea6752;
    -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: 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 h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

#contents .description {
    text-align: left;
    margin-bottom: 20px;
}

/* 2018.12 addition */
.aedTitle {
    width: 490px !important;
    max-width: 490px !important;
	font-size:;
}

.aedTitle h1 {
    font-size: 24px !important;
	line-height: 1.4em;
}


@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;
    }

	/* 2018.12 addition */
	.aedTitle {
		width: 70% !important;
        max-width: 70%;
	}
	.aedTitle h1 {
        font-size: 18px !important;
	}
}


/* 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 {
    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;
}

#columDetail #columnTitle {
    width: 100%;
    text-align: left;
    position: relative;
}

#columDetail #columnTitle div {
    min-height: 100px;
    padding: 7px 220px 10px 10px;
    box-sizing: border-box;
    background-position: bottom;
    background-repeat: repeat-x;
}

#columDetail #columnTitle div h2 {
    font-size: 26px;
    color: #fff;
    text-shadow: 0 2px 0 #c25710, 2px 0 0 #c25710, 0 -2px 0 #c25710, -2px 0 0 #c25710, -2px -2px 0 #c25710, 2px -2px 0 #c25710, -2px 2px 0 #c25710, 2px 2px 0 #c25710;
    padding: 10px 33px;
    border-radius: 5px;
}

#columDetail #columnTitle div h2 span {
    font-size: 32px;
    color: #ffff00;
}

#columDetail #columnTitle div p.modtime {
    padding: 10px 40px 0 10px;
    text-align: right;
    font-weight: bold;
    color: #fff;
}

#columDetail #columnTitle .c-img {
    position: absolute;
    top: 10px;
    right: 11px;
}

#columDetail #columnTitle2 {
    width: 710px;
    text-align: left;
    position: relative;
}

#columDetail #columnTitle2 div {
    height: 128px;
    padding: 15px 0 0 20px;
}

#columDetail #columnTitle2 .c-img {
    position: absolute;
    top: 0;
    right: 11px;
}

#columDetail div.columnRead {
    text-align: left;
    padding: 20px 270px 20px 20px;
    font-size: 115%;
    line-height: 1.5;
    min-height: 80px;
    _height: 80px;
}

#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: 250px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk03 {
    width: 209px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk04 {
    width: 135px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk05 {
    width: 304px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk06 {
    width: 373px;
    padding: 5px 15px;
    font-weight: bold;
}

#columDetail table.utterance td.talk07 {
    width: 279px;
    padding: 5px 15px;
    font-weight: bold;
}


/*telle05*/

.tellme05bk {
    background: url(/person/common/images/tellme/06_img05.png) no-repeat;
}


/*吹き出し*/


/*ロボ*/

#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_mdls2.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_mdls.png) repeat-y;
}

#columDetail table.utterance td.mam03 {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl01.png) repeat-y;
}

#columDetail table.utterance td.mam04 {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl03.png) repeat-y;
}

#columDetail table.utterance td.mam05 {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl04.png) repeat-y;
}

#columDetail table.utterance td.mam06 {
    background: url(/person/common/images/lifesupport/balloon/mam_mdl06.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_mdl04.png) repeat-y;
}

#columDetail table.utterance td.dad04 {
    background: url(/person/common/images/lifesupport/balloon/dad_mdl05.png) repeat-y;
}


/*おばあちゃん*/

#columDetail table.utterance td.gmam {
    background: url(/person/common/images/lifesupport/balloon/gmam_mdl.png) repeat-y;
}

#columDetail table.utterance td.gmam02 {
    background: url(/person/common/images/lifesupport/balloon/gmam_mdls.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_mdls.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_mdl02.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_mdls.png) repeat-y;
}

#columDetail table.utterance td.son03 {
    background: url(/person/common/images/lifesupport/balloon/son_mdls2.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.wmn02 {
    background: url(/person/common/images/lifesupport/balloon/wmn_mdl02.png) repeat-y;
}

#columDetail table.utterance td.wmn03 {
    background: url(/person/common/images/lifesupport/balloon/wmn_mdl03.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.gdm02 {
    background: url(/person/common/images/lifesupport/balloon/gdm_mdls.png) repeat-y;
}

#columDetail table.utterance td.gdm03 {
    background: url(/person/common/images/lifesupport/balloon/gdm_mdls2.png) repeat-y;
}

#columDetail table.utterance td.gdm04 {
    background: url(/person/common/images/lifesupport/balloon/gdm_mdls4.png) repeat-y;
}

h3.or-b {
    font-size: 120%;
    font-weight: bold;
    color: #ff6600;
}

span.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 .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;
}

.caseBox03 {
    border: 2px solid #FFCE0A;
    padding: 15px;
    background: #FFFFFF;
}

.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;
}

#columDetail.tell01 table.def-list thead th {
    border: 2px solid #ee4562;
    background: #f27288;
}

#columDetail.tell01 table.def-list tbody th {
    border: 2px solid #ee4562;
    background: #fcdae0;
}

#columDetail.tell01 table.def-list tbody td {
    border: 2px solid #ee4562;
    background: #ffffcc;
    text-align: left;
}


/*01*/

#columDetail.tell01 {
    border-color: #ff4a4a;
}

#columDetail.tell01 #columnTitle div {
    background-color: #ed7620;
    background-image: url(/person/common/images/tellme/img-ttl-bottom.jpg);
}

#columDetail.tell01 #columnTitle2 div {
    background: url(/person/common/images/tellme/title_bg2.png) no-repeat;
}

#columDetail.tell01 div.columnRead {
    background: #fffbd4;
}

#columDetail.tell01 .caseBox {
    border: 2px solid #ee4562;
    padding: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    /*コラム詳細*/
    #columDetail #columnTitle {
        width: 100%;
    }
    #columDetail #columnTitle .c-img {
        top: calc(100% + 15px);
        right: 6px;
        max-width: 30%;
        max-height: 85px;
    }
    #columDetail #columnTitle div {
        padding: 6px 9px 10px;
    }
    #columDetail #columnTitle div h2 {
        padding: 12px;
        font-size: 19px;
    }
    #columDetail #columnTitle div h2 span {
        font-size: 24px;
    }
    #columDetail #columnTitle div h2:after {
        content: none;
    }
    #columDetail div.columnRead {
        padding: 15px 35% 15px 15px;
    }
    #columDetail div.columnBody {
        padding: 10px;
    }
    /*吹き出し*/
    #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,
    #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 {
        padding: 8px;
        border-radius: 4px;
        background-image: none;
    }
    #columDetail table.utterance td.talk 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;
    }
    /*コラム枠の中の黄色い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%;
    }
    /*コラム画像*/
    #columDetail .columnBody > div > img {
        width: 100%;
    }
}

/* 181211追加 */
.columnIntro {
	margin: 20px;
	overflow: hidden;
}

.columnIntroL, .columnIntroR {
	width: 468px;
	min-height: 460px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.columnIntroL {padding: 20px; border: 1px solid #01A7A0; float: left;}
.columnIntroR {padding: 20px 20px 10px 20px; border: 1px solid #FF6F5C; float: right;}

.aedWhat, .aedMecha {
	padding: 0 0 0 110px;
	font-size: 15px;
}

.aedWhat {background:url(/person/common/images/tellme/ico_aed.gif) no-repeat;}
.aedMecha {background:url(/person/common/images/tellme/ico_mechanism.gif) no-repeat; margin-top:40px;}

.aedWhat h3, .aedMecha h3, .columnIntroR h3 {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	color: #01A7A0;
	background: url(/person/common/images/tellme/line_green.gif) bottom repeat-x;
}

.aedWhat h3, .aedMecha h3 {
	color: #01A7A0;
	background: url(/person/common/images/tellme/line_green.gif) bottom repeat-x;
}

.columnIntroR h3 {
	color: #FF6F5C;
	background: url(/person/common/images/tellme/line_orange.gif) bottom repeat-x;
}

.columnIntroR ul li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 10px;
	font-size: 15px;
	border-bottom: 1px solid #FF6F5C;
	list-style: decimal inside;
}

.columnIntroR ul li:last-child {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}


@media screen and (max-width: 640px) {
	.columnIntroL, .columnIntroR {
		width: 100%;
		min-height: inherit;
	}
	
	.columnIntroL {margin:0 0 20px 0; float: none;}
	.columnIntroR {float: none;}
}

