@charset "utf-8";

/*
  Heading
----------------------------------------------------------------------------------------------------*/
/* h1 --------------------------------------------*/
.MAIN-COLUMN h1 {
  height: 101px;
  line-height: 101px;
  margin: 0 12px 24px;
  font-size: 171.42857%;
  *text-align: left;
  font-family: "A-OTF UD 新ゴ Pr6 R","A-OTF UD Shin Go Pr6 R","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#POPUP .MAIN-COLUMN h1 {
  line-height:normal;
}


/*
  Boxes
----------------------------------------------------------------------------------------------------*/
.MAIN-COLUMN .box {
  display: block !important;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  margin: 0 12px 24px;
  word-wrap: break-word;
}

.popup_header,
.popup_footer {
  padding: 8px 15px 5px 15px;
  zoom: 1;
}
.popup_header:before,
.popup_header:after,
popup_footer:before,
popup_footer:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}