/* common */
body{color:#404040; background-color: #FAEFEC; width:100%; height:100%; line-height:1; font-family:"游ゴシック Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

input,textarea,select{font-family:"游ゴシック Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}

a:link {color: #2F7EC1; text-decoration:none;}
a:visited {color: #2F7EC1;}
a:hover {color: #235D8E;}
a:active {color: #2F7EC1;}

img{vertical-align:top;}

/* IE */
@media all and (-ms-high-contrast:none){
  body {
    line-height: 1.3;
	font-feature-settings : "palt" 1;
  }
}
select::-ms-expand {
    display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
