@charset "UTF-8";

/*--------------------------------------------------

    Table Of Contents:

    Color Variation of Screen

--------------------------------------------------*/

a,
input[type=submit] {
  color: #008966;
}

#header {
  background-color: #207761;
  border-bottom: 2px solid #225448;
}

#header div h1 span {
  border-left: 1px solid #91b1a8;
}

#flow ul li.act {
  background-color: #3b9c5d;
}

#flow ul li.act + li {
  background-image: url(../img/bg_flow_act.png);
}

#contents > div > h1 {
  background-image: url(../img/ico_circle.png);
}

#flow ul li.act.flow01:after, #flow ul li.act.flow03:after {
  background-color: #3b9c5d;
}

.commonTable tr th {
  background-color: #c8e7db;
  border-bottom: 1px solid #abd5be;
}

.msgBox h2 {
  color: #32a995;
}

.msgBox.complete {
  background-color: #e0fbef;
}

.formBtn a,
.formBtn input[type=submit] {
  background-color: #00a983;
  border: 2px solid #00a983;
  box-shadow: 0 0 0 1px #2a6657 inset;
}

.formBtn.sizeL input[type=submit] {
  background-color: #00a983;
}

.backLink a {
  background-image: url(../img/ico_back.png);
}