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

#wn_box_new{
	width:300px;
	padding:0px;
	margin:5px auto 15px;
	color: #502100;
	line-height:1.25em;
	background:rgba(255,255,255,1);
	overflow-y: scroll;
	overflow-x: hidden;
	border:1px solid #ff1a35;
	box-shadow:rgba(255, 0, 132, 0.1) 0px 0px 4px 3px;
	-webkit-box-shadow:rgba(255, 0, 132, 0.1) 0px 0px 4px 3px;
	-moz-box-shadow:rgba(255, 0, 132, 0.1) 0px 0px 4px 3px;
	border-radius:5px;
	position:relative;
}

.wntitleup{
}

#wn_box_new .date{
	font-size:13px;
	width:210px;
	float:left;
	height:20px;
	white-space: nowrap;
	overflow:hidden;
	text-indent:5px;
	background:#ffad2c;
	border:1px solid #ff1a35;
}

#wn_box_new .sintyaku{
	font-size:13px;
	width:50px;
	text-align:center;
	float:right;
	background:#ff1a35;
	margin:2px;
	color:#fff;
	height:18px;
	line-height:18px;
}

.wnew2_title{
	height:24px;
	line-height:24px;
	font-size:15px;
	font-weight:bold;
	white-space: nowrap;
	color:#ff1a35;
	overflow:hidden;
}

.spacer{
	height:30px;
	width:100%;
	background:#ff1a35;
}

.spacer a{
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fef8db;
}

#wn_box_new dl dt{
	padding:4px 0 4px 30px;
background:url("../images/toggle_down.png")
,#fff; 
 background-repeat:
    no-repeat, /* æœ€å‰é¢ã®èƒŒæ™¯ãƒ¬ã‚¤ãƒ¤ãƒ¼ã«å¯¾å¿œ */
	no-repeat,
	repeat;
	border-bottom:1px solid #f86600;
	border-top:1px solid #ffb4bd;
background-position:5px center;
background-size:20px;

}
#wn_box_new dl dt.active {
background:url("../images/toggle_up.png")
,#fff; 
 background-repeat:
    no-repeat, /* æœ€å‰é¢ã®èƒŒæ™¯ãƒ¬ã‚¤ãƒ¤ãƒ¼ã«å¯¾å¿œ */
	no-repeat,
	repeat;
	border-bottom:1px solid #f86600;
	border-top:1px solid #ffb4bd;
background-position:5px center;
background-size:20px;	
 }
#wn_box_new dl dd {
	display:none;
	border-bottom:1px solid #ccc;
	padding:4px;
 }</pre></body></html>