@charset "utf-8";

/*========================
▼ルール▼
・全ページ共通のCSSを記述する。
（例：bodyや全ページで使用するモジュールやフォント設定、ヘッダー、フッターなど）

・記述するCSSのセレクタの一番前に必ず「.fc-wrapper」をつける。
「.fc-wrapper」をつけないとリセットの記述に上書きされるため。
==========================*/

/*======================
リセット
=======================*/

body,
.fc-wrapper div,
.fc-wrapper span,
.fc-wrapper applet,
.fc-wrapper object,
.fc-wrapper iframe,
.fc-wrapper h1,
.fc-wrapper h2,
.fc-wrapper h3,
.fc-wrapper h4,
.fc-wrapper h5,
.fc-wrapper h6,
.fc-wrapper p,
.fc-wrapper blockquote,
.fc-wrapper pre,
.fc-wrapper a,
.fc-wrapper abbr,
.fc-wrapper acronym,
.fc-wrapper address,
.fc-wrapper big,
.fc-wrapper cite,
.fc-wrapper code,
.fc-wrapper del,
.fc-wrapper dfn,
.fc-wrapper em,
.fc-wrapper font,
.fc-wrapper img,
.fc-wrapper ins,
.fc-wrapper kbd,
.fc-wrapper q,
.fc-wrapper s,
.fc-wrapper samp,
.fc-wrapper small,
.fc-wrapper strike,
.fc-wrapper strong,
.fc-wrapper sub,
.fc-wrapper sup,
.fc-wrapper tt,
.fc-wrapper var,
.fc-wrapper dl,
.fc-wrapper dt,
.fc-wrapper dd,
.fc-wrapper ol,
.fc-wrapper ul,
.fc-wrapper li,
.fc-wrapper fieldset,
.fc-wrapper form,
.fc-wrapper label,
.fc-wrapper legend,
.fc-wrapper table,
.fc-wrapper caption,
.fc-wrapper tbody,
.fc-wrapper tfoot,
.fc-wrapper thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.fc-wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.fc-wrapper li img {
	font-size: 0;
	vertical-align: top;
}

.fc-wrapper a img {
	border: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

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