@charset "UTF-8";
/*------------------------------------------------------------------------------
Base
------------------------------------------------------------------------------*/
body {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", helvetica, arial, sans-serif;
  color: #000;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
}

p {
  line-height: 1.5em;
}

/*------------------------------------------------------------------------------
Color
------------------------------------------------------------------------------*/
/* Link */
a, a:hover {
  color: #003C97;
  text-decoration: none;
}

/* Text */
.text-color-red {
  color: #FF0000;
}

.text-color-brown {
  color: #CFAF60;
}
