<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*** @latest 2020.11.23 YHY ***/
/*** @latest 2020.11.26 OSY ***/

/* board139 */

.board139 {width:100%; height:100%; padding:30px; float:left; position:relative; background:#faec8c; box-sizing:border-box; overflow:hidden;}

.board139 .txtbox {width:100%; position:relative; padding-bottom:30px;}
.board139 .txtbox strong {font-size:24px;line-height: 25px;color:#5a460a;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:50px;box-sizing:border-box;padding-left:3px;}
.board139 .txtbox span.morelink {position: absolute; right: 0; top: 0;color:#906f0a; font-size: 40px; line-height: 22px;}

.board139 ul {padding-top:30px; background:url('/sample/layout/contents/board/board139/img/dot_line.png') repeat-x;}
.board139 ul li {position: relative; padding-left: 20px;}
.board139 ul li:before {content:''; position: absolute; top:8px; left:0; width:8px; height: 8px; border-radius: 50%; background:#9e6b1d;}
.board139 ul li .tit {font-size:18px; line-height:27px; font-weight:400; color:#603d06; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:95%; }
.board139 ul li .date {font-size:14px; color:#a29330;}
.board139 ul li + li{margin-top:10px;}

.board139 .imgbox{content:''; display: block; position: absolute; bottom:0; right:30px;}
.board139 .imgbox img{max-height:90px; height: auto;}

/* no-data */
.board139 .no_data {width:100% !important; padding-right:0 !important; display:none;}
.board139 .no_data &gt; div.text_box {padding:0; text-align:center; width:100% !important;}
.board139 .no_data strong.tit {letter-spacing:0; color:#636363; font-weight:400; width:100%;}



.layout_02.layout_height_M .board139 ul li:nth-child(3), .layout_02_36.layout_06.layout_height_M .board139 ul li:nth-child(3),
.layout_02_36.layout_06.layout_height_M .board139 ul li:nth-child(3), .layout_03.layout_height_M .board139 ul li:nth-child(3),
.layout_04.layout_04mr.layout_height_M .board139 ul li:nth-child(3), .layout_04.layout_height_M .board139 ul li:nth-child(3){display:none;}

.layout_02.layout_height_M .board139 ul li .tit{width: 85%;}
.layout_03.layout_height_M .board139 ul li .tit{width: 80%;}
.layout_04.layout_04mr.layout_height_M .board139 ul li .tit,
.layout_04.layout_height_M .board139 ul li .tit{width: 75%;}




	@media (min-width:800px){
		.layout_height_L .board139 .txtbox {padding-bottom:12px;}
		.layout_height_L .board139 .txtbox strong {font-size:17px;}
		.layout_height_L .board139 .txtbox span.morelink {font-size:26px;}
		.layout_height_L .board139 ul {padding-top:7px;}
	}

	@media (max-width:799px){
		.board139 .txtbox strong {font-size:22px;}
		.board139 .txtbox span.morelink {font-size:35px;}
		.board139 ul li .tit{font-size:16px;}
	}

	@media (min-width:600px) and (max-width:799px){
		.layout_block4 &gt; .layout_04 .board139 .txtbox {padding-bottom:15px;}

		.layout_block4 &gt; .layout_height_L .board139 .txtbox {padding-bottom:12px;}
		.layout_block4 &gt; .layout_height_L .board139 .txtbox span.morelink {font-size:26px;}
	}

	@media (max-width:599px){
		.board139 .txtbox strong {font-size:20px;}
		.board139 .imgbox img{max-height:50px; height: auto;}
		.layout_02.layout_height_M .board139 ul li .tit, .layout_03.layout_height_M .board139 ul li .tit,
		.layout_04.layout_04mr.layout_height_M .board139 ul li .tit, .layout_04.layout_height_M .board139 ul li .tit{width: 95%;}

	}
</pre></body></html>