.notice_wrap { 
	position: relative;
    border-top: 1px solid rgba(148, 148, 148, 0.45);
}
.notice_wrap.top {
	background-color: #fff5f5;
}
.notice_wrap:last-child { 
	border-bottom: 1px solid rgba(148, 148, 148, 0.45);
	margin-bottom: -1px;
}
.notice_wrap > a {
	display: block;
    padding: 0.7em 1rem;
}
.notice_wrap strong { 
    /*display: block;*/
	padding: 0 2em 0.1em 0;
}

.notice_wrap .i_p { 
	position: absolute;
	top: 50%;
    right: 0.5em;
	margin-top: -0.8em;
}

