@charset "UTF-8";

/* マージンリセット */
body, div {
  margin: 0;
  padding: 0;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th {
}
#contents { border-collapse: collapse; border-spacing: 0; }

/* 回り込み解除設定 */
#header, #main-menu, #contents, #footer {
  clear: both;
}

/* リンク付き画像 枠なし */
a img {
  border: none;
}


th{
 text-align:left;
 }

.fa {
	margin-left:-0.6em;
	margin-right:0.5em;
}