@charset "UTF-8";
/*$baseColor: #FFF;
$baseTextColor: #333;*/
/*------------------------------------------------------------------------------
base 設定
------------------------------------------------------------------------------*/
a {
  -webkit-tap-highlight-color: transparent;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

a.hover {
  color: #666666;
}

a:active, a:focus {
  color: #666666;
}

body {
  color: #000;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: none;
}

/*------------------------------------------------------------------------------
縦が短いページ用　背景height: 100%;
------------------------------------------------------------------------------*/
html,
body,
#wrapper {
  height: 100%;
}

body > #menu {
  height: auto;
}

/*------------------------------------------------------------------------------
フォントの色指定
------------------------------------------------------------------------------*/
.f_pink {
  color: #FF7575;
}

/*------------------------------------------------------------------------------
フォントサイズ指定
------------------------------------------------------------------------------*/
.f_12 {
  font-size: 12px !important;
}

.f_weight {
  font-weight: bold !important;
}

/*------------------------------------------------------------------------------
フォント位置指定
------------------------------------------------------------------------------*/
.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}
