.ins2_rc {
background:#f0f0f0;
padding:10px;
}
.rc_a {
font-size:20px;
text-decoration: none;
display:block;
margin:0 auto;
width:300px;
padding:10px;
text-transform: uppercase;
color:#fff;
background:green;
border:1px solid green;
text-align: center;
border-radius: 2px;
}
.rc_a:hover {
color:#000;
background:#fff;
text-decoration: none;
border:1px solid #000;
}

.rc_pub {
font-size:20px;
color:orange;
background:#000;
padding:10px;
border-radius: 5px;
}
.rc_pub_ok {
font-size:20px;
color:white;
background:green;
padding:10px;
border-radius: 5px;
}

.rc {
background:#fafafa;
padding:3% !important;
margin-bottom:20px;
}
.rc_nc {
font-weight: bold;
margin-bottom:10px;
}
.rc_ut {
background:#f0f0f0;
padding:15px;
margin-bottom:10px;
}
.rc_dt {
color: #999;
font-size:12px;
}
.rc_vt {
margin-bottom:0;
background:#fafafa;
}
.rc_tit {
font-weight: bold;
font-size:18px;
margin-bottom:10px;
}
.rc_txt {
margin-bottom:20px;
}
