
/* ランディング画面用 */
.landing {
  color: #000FFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #00F,
  -2px 2px 1px #00F,
  2px -2px 1px #00F,
  -2px -2px 1px #00F;
}

/* About画面用 */
.about {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 5px 5px 1px #999999;
}

/* スニペット選択ダイアログのガイド行 */
.table tbody.snippet-list th {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* メインコンテンツ */
#zt-main-content {
  position: relative;
  width: 98%;
}

/* ページャー */
.zt-pagination {
  position: relative;
  width: 98%;
}

/* ヘッダー */
header {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 4em;
  background-color: #aaaaaa;
}

.header {
  margin: 0;
}

.header > .affix {
  position: fixed;
  top: 0em;
  width: 100%;
}

/* フッター */
footer {
  position: absolute;
  bottom: 0em;
  left: 0em;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #aaaaaa;
}

body > .container {
  padding: 60px 15px 0;
}

.container .text-muted {
  margin: 20px 0px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

