@charset "UTF-8";
/*----------------------------------------------------------------------

共通指定

----------------------------------------------------------------------*/
body {
  font-size: 15px;
  line-height: 1.8;
  color: #312927;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 14px; } }

a {
  text-decoration: none;
  color: #e3007f}

/*----------------------------------------------------------------------

Layout

----------------------------------------------------------------------*/
/*----------------------------------------------------------------------

footer

----------------------------------------------------------------------*/
/*----------------------------------------------------------------------

Parts

----------------------------------------------------------------------*/
/*----------------------------
table
----------------------------*/
table {
  clear: both;
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse; }
  table th {
    text-align: left;
    width: 75px;
    font-weight: normal; }

/*----------------------------
other
----------------------------*/
.hide {
  display: none; }

/*----------------------------
	[*] CSS Hack
----------------------------*/
/* clearfix */
.clearfix:after, ul:after, dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, ul, dl {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix, * html ul, * html dl {
  height: 1%; }

.clearfix, ul, dl {
  display: block; }

/* End hide from IE-mac */
/*----------------------------
[*] CLEAR
----------------------------*/
.clear {
  clear: both; }

/*# sourceMappingURL=../maps/common.css.map */
