@charset "UTF-8";

/* ==========================================================================
   /document内
   ========================================================================== */

/* 永久抹消の必要書類　eikyu.html
   ----------------------------------------------------------------- */
/* 書類系2段ぶち抜き
----------------------- */
.document-2column {
  float: left;
  width: 458px;
  overflow: hidden;
}

.document-bloc-2column {
  float: right;
  width: 187px;
  height: 402px;
  margin-bottom: 0;
  padding: 15px;
  border: 1px solid #00926b;
  background-color: #f6f6f6;
}

.document-bloc-2column-txt {
  padding: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.document-bloc-2column-flow {
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  font-size: 15px;
}

.document-name-arrow {
  position: relative;
  display: table-cell;
  width: 188px;
  height: 40px;
  vertical-align: middle;
  color: #00926b;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border: 1px solid #00926b;
  background-color: #fff;
  *display: inline;
  *zoom: 1;
}

.document-bloc-arrow {
  position: absolute;
  top: -10px;
  left: 46%;
}


/* 書類系イレギュラー
----------------------- */
.document-bloc-outer-txt {
  font-size: 11px;
  margin: 10px -8px -5px;
}

.document-name-big { height: 85px; }
.attention-img { float: right; }



/* 解体届出の必要書類　kaitai.html
   ----------------------------------------------------------------- */
/*2カラムの薄緑のボックス イレギュラー*/
.document-kaitai {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 10px;
}

.document-bloc-caption-big {
  float: left;
  width: 390px;
  margin-right: 15px;
  padding: 0 15px 15px;
  border: 1px solid #00926b;
  background-color: #f6f6f6;
  overflow: hidden;
}

.document-bloc-caption-mini {
  float: left;
  width: 189px;
  padding: 0 15px 15px;
  border: 1px solid #00926b;
  background-color: #f6f6f6;
  overflow: hidden;
}

.document-bloc-caption-ttl {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #00926b;
  text-align: center;
  background-color: #e4f9f1;
  border-bottom: 1px solid #00926b;
}

.document-bloc-caption-big-ttl,
.document-bloc-caption-mini-ttl {
  height: 45px;
  margin: 0 -15px;
  font-size: 18px;
  font-weight: bold;
  color: #00926b;
  text-align: center;
  background-color: #e4f9f1;
  border-bottom: 1px solid #00926b;
}

.document-bloc-caption-big-ttl { line-height: 45px; }

.document-bloc-caption-mini-ttl {
  height: 39px;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1;
}

.document-bloc-kaitai {
  float: left;
  width: 190px;
}