@charset "utf-8";

/* 設定 */
.msg {
width: 93%;
margin: 5px 0px 10px;
padding: 3px 3%;
-webkit-border-radius: 5px;
border: 2px solid #6767ab;
background: -webkit-gradient(linear, left top, left bottom, from(#c2c2f1), to(#c2c2f1));
font-size: 12pt;
}
