body{
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
}

h3.threeTask {
  background-color: #E71111;
  color: #fff;
  font-weight: bold;
  padding: 8px 0 8px 12px;
  font-size: 1em;
}

div.task {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em;
}

div.task dl.step {
  margin-bottom: 12px;
}

div.task dl.step:last-child {
  margin-bottom: 0;
}

div.task dl.step dt {
  font-weight: bold;
  color:#000;
}

div.task dl.step dd {
  text-indent: 2.3em;
}

#sideBanner .seminarWrap .seminarBox .seminarList .situationRed {
	padding: 6px 6px 4px;
    background-color: #cc0000;
    width: 90%;
    margin: 0 auto 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}