footer.css 969 Bytes
Newer Older
藤川諒 committed
1 2 3
@charset "UTF-8";

/**************************** footer *************************/
Kim Peace committed
4
footer {
藤川諒 committed
5 6
  height: 70px;
  margin-top: 20px;
Kim Peace committed
7
  border-top: 1px solid #cccccc;
藤川諒 committed
8 9 10 11
  position: fixed;
  bottom: 0;
  width: 100%;
}
藤川諒 committed
12 13 14
#footer-main{
  background: #F9F9F9;
}
Kim Peace committed
15
footer .footer-wrap {
藤川諒 committed
16 17 18
  margin: 0 auto;
  height: 100%;
}
Kim Peace committed
19
footer .footer_item {
藤川諒 committed
20 21 22 23 24 25 26
  text-align: center;
  margin: auto 0;
}
footer .footer_item .unread_num {
  position: absolute;
  top: -5px;
  right: -3px;
Kim Peace committed
27
  background: #ff4747;
藤川諒 committed
28 29 30 31 32 33 34 35 36
  color: #fff;
  padding: 0 7px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border-radius: 15px;
}

Kim Peace committed
37
footer .footer_item p {
藤川諒 committed
38 39 40
  font-size: 16px;
  color: #707070;
  font-weight: bold;
Kim Peace committed
41
  margin: 0;
42
  white-space: nowrap;
藤川諒 committed
43
}
Kim Peace committed
44 45
footer .footer_item .active {
  color: #0070ca;
藤川諒 committed
46 47
  font-weight: bold;
}
Kim Peace committed
48
footer .footer_item a {
藤川諒 committed
49 50 51 52
  display: inline-block;
  position: relative;
}

Kim Peace committed
53 54
@media screen and (max-width: 768px) {
  footer .footer_item p {
藤川諒 committed
55 56 57
    font-size: 12px;
  }
}