@charset "UTF-8";
::selection {
  background: #ccc;
  color: #BC002D;
}
::-moz-selection {
  background: #ccc;
  color: #BC002D;
}
html { font-size: 100%; }
body {
  font-size: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: #BC002D;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
a:focus, a:hover {
  background: #BC002D;
  color: #fff;
}
#content { text-align: center; }
h1 { text-align: center; }
ol, ul {
  list-style-position: outside;
  text-align: left;
  display: inline-block;
  margin-left: 2em;
}
ol li, ul li { padding: 0.15em 0; }
p {
  text-align: justify;
  padding: 0 2em;
}
.last { margin-bottom: 2em; }
.ctr { text-align: center; }
.right { text-align: right; }
.jp { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
