/**/
#rap .news {
	width: 645px;
	text-align: center;
	margin: 0 auto;
}

#rap .news h2 {
	padding: 0;
	margin: 0;
	/*hack*/
	line-height: 0;
	font-size: 1px;
}

#rap .news ul {
	width: 645px;
	margin: 0 auto;
	/*hack*/
	line-height: 0;
	font-size: 1px;
}

#rap .news li {
	background: #FFFAF0;
	margin-bottom: 25px;
	clear: both;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	/*hack*/
	line-height: 0;
	font-size: 1px;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#rap .news li span img {
	padding: 10px 0 6px;
	width: 76px;
}

#rap .news li .inbox {
	width: 605px;
	padding: 11px;
	line-height: 120%;
	margin: 8px auto;
	text-align: left;
	background: #fff;
	border: 2px solid #eee;

}

#rap .news li div .day {
	background: url(../../../../img/pen.png) center left no-repeat;
	padding-left: 25px;
}

#rap .news li div .ic {
	float: right;
	margin-top: -28px;
}

#rap .news li div h4 {
	margin: 8px 0;
	border-bottom: 1px dotted #999;
	padding-top: 9px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #FF6666;
	background: url(../../../../img/note.png) top left no-repeat;
	padding-left: 38px;
	line-height: 120%;
}

#rap .news li div .txt {
	padding: 0;
	line-height: 160%;
	float: none;
	width: 100%;
}

#rap .news li div .txt .popup {
	display: inline;
}

#rap .news li div .txt span {
	display: block;
	float: right;
	width: auto;
	margin-left: 20px;
}

#rap .news li div .txt img {
	/* float: right; */
	width: 220px;
	height: auto;
}

#rap .news li div strong {
	color: #9B5011;
}

#rap .news li .txt a {
	text-align: right;
	display: inline-block;
	margin: 8px 0 0;
	width: 100%;
}

#rap .at {
	text-align: center;
	padding: 16px 0;
	font-size: 14px;
	margin: 0 0 10px;
}

#rap .lnk {
	padding-bottom: 15px;
}

/*-----------------220130605追記------------------*/
p#fot_r {
	padding-bottom: 10px;
	padding-top: 0;
	font-size: 12px;
	color: #9b5011;
	/*float:right;*/
}

p#fot_l {
	padding-right: 10px;
	padding-top: 0;
	font-size: 14px;
	color: #9b5011;
	float: left;
}