/* body設定 */

body {
  margin: auto;
  padding: 0;
  font-family: "MS P ゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka";
  font-size: 13px;
  color: #444444;
  text-align: left;
  line-height: 150%;
  word-break: break-all;
  background-color: #ffffff;
}


