@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}
header{
  background-color: #dc143c;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 13px;
}

ul li {
  list-style-type: none;
}

/* リンクの色 */
a {
  color: #666;
  text-decoration: none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
  color: #E6757B;
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

p {
  color: #999;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
