@charset "utf-8";
/* CSS Document */

/* common */
.table_level01 {
  border: solid 1px #dcdcdc;
  border-collapse: collapse;
}

.table_level01 th,
.table_level01 td {
  vertical-align: middle;
  border: solid 1px #dcdcdc;
  padding: 10px 10px 10px 10px;
}

.tableH {
  width: 100%;
}

.tableH th {
  text-align: center;
  font-weight: bold;
  background-color: #f6f6f6;
}

.tableH td {
  text-align: center;
}

.tableV {
  margin: 5px 0 30px 20px;
}

.tableV th {
  text-align: center;
  font-weight: bold;
  width: 130px;
}

.tableV td {
  text-align: center;
  width: 100px;
  text-align: right;
}

.btnContainer {
  border-top: 1px solid #dcdcdc;
  padding: 30px 0 0 0;
}

.btnContainer a {
  /* margin: 0 5px 0 5px; */
  margin: 0 0 0 0;
}

/* 10-7-8 */
.btn_register {
  text-align: right;
}

/* search box part */
/* .box_search {
  display: inline-block;
  min-width: 450px;
  background-color: #fff;
  border: 3px solid #dcdcdc;
  margin: 20px 0;
  padding: 20px 15px;
  box-sizing: border-box;
} */

.box_search > table {
  width: 100%;
}

.box_search_title {
  margin: 0 0 10px;
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go DemiBold", sans-serif;
  font-weight: bold;
}

.box_saerch_desc {
  display: block;
  margin: 0 0 5px;
}

.box_search_textbox {
  padding: 5px 0 0;
}

.box_search_textbox input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.box_search_lastline {
  padding: 8px 0 0;
}

.box_search_lastline img {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.box_search_lastline input {
  width: 80px;
  height: none;
  margin: 0 -7px 0 0;
  padding: 5px;
  box-sizing: border-box;
  /* vertical-align: middle; */
}

table.info_search_table th {
  background-color: #e9f4f1;
}

.info_search_table .col01 {
  width: 90px;
}

.info_search_table .col02 {
  /* null */
}

.info_search_table .col03 {
  width: 250px;
}

.info_search_table .col04 {
  width: 50px;
}

.info_search_table .col05 {
  width: 50px;
}

.info_search_table .col06 {
  width: 50px;
}

/* 10-7-10 */
.table_information {
  width: 100%;
}

.table_information .col01 {
  width: 120px;
  _width: 95px;
}

.table_information .col02 {
  width: 155px;
  _width: 135px;
}

.table_information .col03 {
  width: 26px;
}

.table_information .col04 {
  width: auto;
}

.table_information th {
  background-color: #f6f6f6;
  /*font-size: 13px;*/
  vertical-align: top;
}

.table_information th span {
  display: inline-block;
}

.table_information th img {
  margin: 0 5px 0 0;
  vertical-align: top;
}

.radio_horizon li {
  float: left;
  margin: 0 20px 0 0;
}

.radio_horizon input {
  margin: 0 5px 0 0;
}

.table_information .table_information_col02 {
  padding: 0 5px 0 10px;
  border-right: none;
  width: 24px;
}

.table_information .table_information_col03 {
  padding: 10px 0 10px 40px;
  border-left: none;
  width: 574px
}

.date_label {
  font-size: 13px;
}

.input_date {
  margin: 0 5px 0 5px;
  width: 110px;
}

.input_note {
  display: inline-block;
}

.textarea_title {
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 400px;
}

.textarea_content {
  vertical-align: middle;
  margin: 0 0 5px;
  width: 100%;
  max-width: 554px;
  box-sizing: border-box;
}

.textarea_contact {
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 400px;
  height: 100px;
}

.file_uploader {
  margin: 0 0 10px 0;
}

.input_upload {
  /* APC基盤（内結）-BG-GM#10_7_10-ソース統合-1 2012/11/28 TOKBANN START*/
  /* width: 400px; */
  width: 550px;
  /* APC基盤（内結）-BG-GM#10_7_10-ソース統合-1 2012/11/28 TOKBANN END*/
}

.input_contact {
  margin: 0 5px 0 0;
  width: 400px;
}

.input_incharge {
  /* APC基盤（内結）-BG-GM#10_7_10-ソース統合-1 2012/11/28 TOKBANN START*/
  /* width: 400px; */
  width: 550px;
  /* APC基盤（内結）-BG-GM#10_7_10-ソース統合-1 2012/11/28 TOKBANN END*/
}

.input_mail {
  width: 400px;
}

.tel {
  width: 40px;
}

.tel_note {
  margin: 0 0 0 10px;
}

.inlineEx {
  margin-left: 20px;
  color: #adafb2;
  font-size: 90%;
}

/* 10-7-17 */
.info-label-content {
  position: relative;
  float: left;
  width: 230px;
  padding-left: 80px;
}

.info-label-content > img {
  position: absolute;
  left: 0;
  top: 2px;
}

.info-label-content + .info_table_content {
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
}

.info_table {
  width: 100%;
}

.info_table th {
  background-color: #f6f6f6;
  width: 150px;
  vertical-align: top;
}

.info_table th span {
  display: inline-block;
}

.info_table img {
  margin: 0 8px 0 0;
  vertical-align: text-bottom;
}

.info_table td:after {
  content: "";
  display: block;
  clear: both;
}

.table_information .sub {
  font-size: 14px;
}

/* 10-99-1 */
.info_title  {
  text-align: left;
  padding: 10px 0 10px 0;
  margin: 50px 0 30px 0;
  font-size: 150%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}

.info_title > b {
  white-space: pre-wrap;
}

.message_to {
  margin: 0 0 15px 0;
  font-weight: bold;
}

.date_n_publisher {
  text-align: right;
  margin: 0;
  font-weight: bold;
}

.message_end {
  float: right;
  margin: 0 20px 0 20px;
}

.attachment {
  margin: 30px 0 20px 0;
}

/* 旧レギュレーション対応Part1変更 */
.attachment li {
  margin: 0;
  padding: 0;
}

.attachment li a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  padding-right: 15px;
  background: url(../images/mark/mark_arrow.gif) no-repeat right center;
}

.attachment li a:hover {
  color: #fb0020;
  text-decoration: none;
}

/* /旧レギュレーション対応Part1変更 */
.info_content {
  margin: 30px 0 0;
}

.info_contact_box > div {
  word-break: break-all;
}

.info_contact {
  margin: 10px 10px 10px 10px;
}

/* 旧レギュレーション対応 追記 */
.lyt-adjustFieldPosition {
  line-height: 1 \0/;
}

/* NewRegulation対応 201709変更
information_disp.cssにて実施
*/
