@charset "utf-8";
/*--------------------------------------------------
/* reset:     リセット
/* a:         リンク装飾
/* cfix:      クリアフィックス
/* footerFix: フッター固定 ※必要ないなら削除
--------------------------------------------------*/

/* ---------------------------------------------------------
/* reset
--------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  vertical-align: baseline;
  letter-spacing: 0.05em;
}
blockquote,q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img { vertical-align: bottom; }
ol,ul{
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th { text-align: left; }

/*--------------------------------------------------
/* cfix
--------------------------------------------------*/
.cfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cfix { display: inline-table; min-height: 1%; }
* html .cfix { height: 1%; }
.cfix { display: block; }

/* ---------------------------------------------------------
/* a
--------------------------------------------------------- */
a { text-decoration: none;}
a:visited {}
a:hover {}
a:active {}