@charset "utf-8";

  
body #mainContent .sTitle {
  font-size:23px;
}
body #mainContent .user {
    color: #4e6a89;
  font-weight:bold;
}

.sttl{
  font-weight:bold;
  font-size: 14px;
  background: #ccc;
  color:#fff;
  padding:8px 8px 6px 12px;
}
@media only screen and (max-width:640px) {
  .sttl{
    font-size: 13px;
  }
}

/*image*/
.image{
  margin-top: 30px;
}
