@charset "utf-8";

/* =================================================================
		reset
================================================================= */

/* リセット */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none inside;
}

img,
a img {
  border: 0;
  vertical-align: middle;
}

a {
  color: #0071c2;
}

/* Clearfix */

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

.clearfix {
  display: inline-block;
}

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

.clearfix {
  display: block;
}

/* =================================================================
		layout
================================================================= */

/* 文字 */

body,
html {
  background-color: #f4f6e5;
  color: #222;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow: hidden;
}
