html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.topcont {
  padding: 80px 0;
  animation: blurAni 5s .5s forwards;
  filter: blur(5px);
  opacity: 0;
}

.topcontCatch {
  text-align: center;
  font-size: 35px;
  line-height: 2.5;
  text-shadow: gray 0 0 5px;
  font-weight: bold;
  letter-spacing: .1em;
}

.topcont .music {
  color: #E4007F;
  text-shadow: silver 0 0 3px;
}

.topcont .fashion {
  color: #E60012;
  text-shadow: silver 0 0 3px;
}

@keyframes blurAni {
  from {
    filter: blur(10px);
    opacity: 0;
  }
  to {
    filter: blur(0px);
    opacity: 1;
  }
}

.news {
  padding-bottom: 20px;
}

.newsTitle {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  padding: 1.1em 0 5px 0;
  border-bottom: 2px solid #333;
}

.newsList {
  height: 150px;
  overflow: scroll;
}

.newsList li {
  margin-bottom: 10px;
}

.newsListDate {
  display: inline-block;
  background: #aaa;
  color: #fff;
  border-radius: 5px;
  padding: 4px 5px;
}

.newsListCont {
  display: inline-block;
  margin-left: .7em;
}
