diff --git a/app/views/layouts/base_users_new.html.erb b/app/views/layouts/base_users_new.html.erb
index ec2c18602..70106e4a3 100644
--- a/app/views/layouts/base_users_new.html.erb
+++ b/app/views/layouts/base_users_new.html.erb
@@ -269,6 +269,9 @@
<%= render :partial => 'layouts/new_feedback' %>
diff --git a/public/stylesheets/users.css b/public/stylesheets/users.css
index bdc6db47c..649ce1255 100644
--- a/public/stylesheets/users.css
+++ b/public/stylesheets/users.css
@@ -126,7 +126,7 @@ a:hover.c_lgrey{ color:#3ca5c6;}
.newhwork_div textarea{border:1px solid #CCC;}
.w460{ width:460px;}
/* 留言新增*/
-.mes_box{ width:590px;}
+.mes_box{ width:580px;}
.mes_box02{ margin-left:50px; border-top:1px dashed #c9c9c9; padding-top:10px;margin-bottom: 10px;}
.mes_box02_info{ width:540px; margin-left:5px;}
.users_r_top{ width:730px; height:40px; background:#eaeaea; margin-bottom:10px;}