/* AmI stylesheet */

/* サービス名のタグライン */
.tag-line {
  font-size: 20px;
  color: #333333;
}

/* ナビゲーションバーのユーザ名 */
.nav-username {
  color: #ffffff;
}

/* 説明文 */
.main-description {
  font-size: 12px;
}

/* メインの帯 */
.main-title {
  background-color: #3344dd;
  color: #ddddff;
  padding: 3pt;
}

.item-title {
  background-color: #ee77dd;
  color: #ffffff;
  padding: 2pt;
}

.sub-title {
  background-color: #ffffff;
  padding: 1pt;
}

/* フッタ関連 */
.footer {
  text-align: center;
  margin-top: 30pt;
}

.hover-footer {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding-top: 5px;
	background: #dddddd;
	text-align: center;
}

/* カード系 */
.card-header {
  background: #ffccdd;
}

.card-thumbnail {
  font-size: 13px;
  color: #888888;
}

.card-timestamp {
  font-size: 10px;
}
