#rp_textbox{
box-sizing: border-box;
color:#111;
padding: 15px 0 0;
text-align:center;
width:100%;
}
#rp_textbox .txt_text{
background: #fff;
box-sizing: border-box;
border:1px solid #c9c9c9;
font-size: 0.9em;
line-height: 1.5em;
margin:0 auto;
padding: 15px;
text-align: left;
width: 760px;
max-width: 90%;
}
#rp_textbox .pop_text{
background:#fff;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
border:1px solid #c9c9c9;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
font-size:1.1em;
line-height:1.5em;
margin:0 0 15px 0;
text-align:center;
width:100%;
}
#rp_textbox .ema_img {
text-align: center;
display: block;
width: 100%;
}
#rp_textbox .ema_img img{
margin: 0 auto 10px;
max-width: 100%;
}