@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .bld {
  font-weight: bold;
}

#main .red {
  color: #DD0000;
}

#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }

/* ----------↓ IMG(float) ↓---------- */
div.pic {
  float: right;
  width: 200px;
  margin-left: 16px;
}

div.txt {
  float: left;
  width: 447px;
  margin-bottom: 1.6em;
}

img.pht {
  display: block;
  margin-bottom: 0.5em;
}

/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 2em;
}

#main ul.dec {
  list-style-type: decimal;
}

#main ul.dec li {
  margin-bottom: 1em;
}

#main ul li {
  margin-left: 23px;
}


/* ----------↓ TABLE ↓---------- */

/* ----------↓ COL2 ↓---------- */
#main table.col2 {
  width: 100%;
  margin-bottom: 1em;
}

#main table.col2 tr {
  border-top: 1px solid #CCCCCC;
}

#main table.col2 tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main table.col2 th, table.col2 td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table.col2 th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}

/* ----------↓ COL3 ↓---------- */
#main table.col3 {
  margin-bottom: 4em;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}

#main table.col3 tr {
  border-top: 1px solid #CCCCCC;
}

#main table.col3 th, #main table.col3 td {
  line-height: 1.3em;
  vertical-align: middle;
}


#main table.col3 th {
  padding: 13px 20px;
  white-space: nowrap;
  text-align: left;
  background-color: #F6F6F6;
  vertical-align: middle;
  punctuation-trim: adjacent;
  width: 30%;
}

#main table.col3 td {
  padding: 13px 15px;
}

#main table.col3 td.div {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  width: 35%;
}


/* ----------↓ #CONSUL ↓---------- */
#consul table {
  width: 100%;
  margin: 0 auto;
}

/* ----------↓ FLOW ↓---------- */
#consul table.flow tr {
  text-align: center;
  line-height: 2em;
}

#consul table.flow tr td {
  padding: 4px 0;
  vertical-align:middle;
}

#consul table.flow tr td.arw {
  padding: 11px 0 1px 0;
}

#consul table.flow tr td:nth-child(odd) {
  width: 45%;
}

#consul table.flow tr.w_side td:nth-child(odd) {
  border: 3px solid #CCC;
}

#consul table.flow tr.w_side td:last-child {
  background-color: #F9F5EA;
}

#consul table.line tr {
  border: 3px solid #CCC;
  vertical-align:middle;
  text-align: center;
}

#consul table.line tr td {
  padding: 4px 0;
}


/* ----------↓ DOT ↓---------- */
#consul table.dot tr {
  border: 1px dotted #CCC;
  vertical-align:middle;
  text-align: center;
}

#consul table.dot tr td {
  padding: 4px 0;
}

/* ----------↓ FLOOR ↓---------- */
#consul table.floor tr {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#consul table.floor td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: left;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}

#consul table.floor td:first-child {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

#consul table.floor tr:nth-child(odd) {
  background-color: #F9F5EA;
}

#consul table.floor tr:nth-child(even) {
  background-color: #FFFFFF;
}

/* ----------↓ FLOW-END ↓---------- */
#consul table.flow-end {
  margin-bottom: 4em;
}

#consul table.flow-end tr {
  text-align: center;
  line-height: 2em;
}

#consul table.flow-end tr td {
  border: 3px solid #CCC;
  padding: 4px 0;
}

