@charset "utf-8";

.search2014_panel {
  border-top: 3px solid #0c4aa7;
  border-bottom: 3px solid #0c4aa7;
  color: #000;
}

.search2014_panel_inner {
  border-left: 1px solid #c4d0d8;
  border-right: 1px solid #c4d0d8;
}

.search2014_panel_conditions {
  width: 688px;
  table-layout: fixed;
  border-collapse: collapse;
}

.search2014_panel_conditions_closed {
  display: none;
}

.search2014_panel_conditions tr {
  line-height: 1;
}

.search2014_panel_conditions th,
.search2014_panel_conditions td {
  border-bottom: 1px solid #c4d0d8;
}

.search2014_panel_conditions th {
  width: 155px;
  height: 37px;
  padding-left: 13px;
  padding-top: 5px;
  border-right: 1px solid #c4d0d8;
  text-align: left;
  background: #f9f9f8;
  line-height: 32px;
  vertical-align: top;
}

.search2014_panel_conditions th img {
  display: inline-block;
  padding-top: 5px;
}

.search2014_panel_conditions td label {
  display: inline-block;
  margin-right: 5px;
}

.search2014_panel_conditions td label input {
  position: relative;
  top: -1px;
  margin: 3px;
  margin-right: 5px;
  padding: 0;
  vertical-align: middle;
}

.search2014_panel_conditions .row_not_checks th {
  height: 28px;
}
.search2014_panel_conditions .row_not_checks td {
  vertical-align: middle;
}
.search2014_panel_select {
  float: right;
  width: 62px;
  height: 32px;
  margin-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../imgs/n14_panel_btn_select.png) left top no-repeat;
  cursor: pointer;
  vertical-algin: top;
}

.search2014_panel_select:hover {
  background-position: left -32px;
}

.search2014_panel_conditions th.corp {
  border-left: 1px solid #c4d0d8;
}

.search2014_panel_conditions td {
  padding: 10px;
  vertical-align: top;
}

.search2014_panel_conditions td .textfield {
  display: inline-block;
  position: relative;
}

.search2014_panel_conditions td .textfield input {
  width: 140px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
  min-height: 16px;
}

.search2014_panel_conditions td .textfield_long input {
  width: 485px;
}

.search2014_panel_bottom {
  position: relative;
  height: 60px;
  background: url(../imgs/n14_panel_bg_bottom.png);
}

.search2014_panel_bottom_toggle {
  float: left;
  width: 112px;
  height: 45px;
  padding: 15px 0 0 15px;
}

.search2014_panel_bottom_toggle .open,
.search2014_panel_bottom_toggle .close {
  display: block;
  width: 112px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
}

.search2014_panel_bottom_toggle .open:hover,
.search2014_panel_bottom_toggle .close:hover {
  background-position: left -32px;
}

.search2014_panel_bottom_toggle .open {
  display: none;
  background: url(../imgs/n14_panel_btn_open.png) left top no-repeat;
}

.search2014_panel_bottom_toggle .close {
  background: url(../imgs/n14_panel_btn_close.png) left top no-repeat;
}

.search2014_panel_bottom_toggle.closed .open {
  display: block;
}
.search2014_panel_bottom_toggle.closed .close {
  display: none;
}


.search2014_panel_bottom_count {
  width: 402px;
  margin-left: 127px;
  padding-top: 17px;
  text-align: right;
}

.search2014_panel_bottom_count * {
  vertical-align: baseline;
}

.search2014_panel_bottom_count p {
  display: inline;
}

.search2014_panel_bottom_count .count_overflow {
  font-size: 11px;
}

.search2014_panel_bottom_count .count_overflow:after {
  content: "以上";
}

.search2014_panel_bottom_count p .num {
  display: inlnie-block;
  padding-right: 3px;
  font-size: 22px;
  font-family: Arial, sans-serif;
}

.search2014_panel_bottom_count > .open .num {
  color: #3293d4;
  font-family: Arial, sans-serif;
}

.search2014_panel_bottom_submit {
  position: absolute;
  right: 15px;
  top: 10px;
}

.search2014_panel_notice {
  padding-top: 2px;
  text-align: right;
}

/* モーダル */
.search2014_modal_wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.search2014_modal_wrapper > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=75)";
}

.search2014_modal {
  display: none;
  position: absolute;
  width: 880px;
  height: 573px;
  left: 50%;
  margin-left: -440px;
  padding-top: 15px;
  background: url(../imgs/n14_modal_bg.png) left top no-repeat;
}

.search2014_modal_inner {
  height: 558px;
  padding-bottom: 15px;
  background: url(../imgs/n14_modal_bg.png) -1760px bottom no-repeat;
}

.search2014_modal_inner2 {
  position: relative;
  height: 551px;
  padding: 7px 20px 0 20px;
  background: url(../imgs/n14_modal_bg.png) -880px top repeat-y;
}

.search2014_modal_close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 21px;
  top: 8px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../imgs/n14_modal_close.png) left top no-repeat;
}
.search2014_modal_close:hover {
  background-position: left bottom;
}

.search2014_modal_title {
  height: 20px;
  margin-bottom: 10px;
  padding-left: 2px;
  border-left: 3px solid #0c4aa7;
  border-bottom: 3px solid #0c4aa7;
}

.search2014_modal_title img {
  display: inline-block;
  padding: 1px 0 3px 9px;
  border-left: 1px solid #0c4aa7;
}

.search2014_modal_left {
  float: left;
  width: 270px;
  border-top: 1px solid #c4d0d8;
}

.search2014_modal_left li {
  position: relative;
  border: 1px solid #c4d0d8;
  border-top: none;
  padding: 9px 40px 8px 7px;
  cursor: pointer;
  background: url(../imgs/n14_modal_arrow.png) right center no-repeat;
}

.search2014_modal_left li.checked:after {
  content: " ";
  display: block;
  position: absolute;
  width: 16px;
  height: 32px;
  right: 23px;
  top: 50%;
  margin-top: -16px;
  background: url(../imgs/n14_modal_checked.png) left top no-repeat;
}

.search2014_modal_left li.checked.selected:after,
.search2014_modal_left li.checked:hover:after {
  background-position: left bottom;
}

.search2014_modal_left li:hover {
  border-left-color: #047fbe;
  border-right-color: #047fbe;
  color: #fff;
  background-color: #047fbe;
}

.search2014_modal_left li.selected {
  border-left-color: #0c4aa7;
  border-right-color: #0c4aa7;
  color: #fff;
  background-color: #0c4aa7;
}

.search2014_modal_right {
  margin-left: 280px;
}

.search2014_modal.layer1 .search2014_modal_right {
  margin-left: 0;
}

.search2014_modal_right_bottom {
  height: 143px;
  border: 1px solid #c4d0d8;
}

.search2014_modal_selected {
  float: left;
  width: 378px;
  height: 143px;
  border-right: 1px dotted #d6d6d6;
}

.search2014_modal_submit {
  margin-left: 179px;
  text-align: center;
}

.search2014_modal.layer1 .search2014_modal_selected {

  width: 654px;
}
.search2014_modal.layer1 .search2014_modal_apply {
  margin-left: 654px;
}

.search2014_modal_right_checks {
  position: relative;
  width: 540px;
  height: 338px;
  margin-bottom: 10px;
  padding: 9px;
  overflow-y: auto;
  border: 1px solid #0c4aa7;
}

.search2014_modal.layer1 .search2014_modal_right_checks {
  width: 820px;
}

.search2014_modal_right_checks label {
  display: block;
}

.search2014_modal_right_checks input,
.search2014_modal_right_checks a,
.search2014_modal_cols input,
.search2014_modal_cols a {
  vertical-align: middle;
}

.search2014_modal h3 {
  padding: 3px 0;
  font-size: 12px;
  clear: both;
}
.search2014_modal.layer3 h3 {
  width: 390px;
}

.search2014_modal_category {
  position: relative;
}

.search2014_modal_category_header {
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  padding-top: 9px;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  z-index: 1;
}

.search2014_modal_category_header h3 {
  margin: 0;
  font-size: 14px;
  background: #f0f0f0;
}

.search2014_modal_category_header label {
  position: relative;
  display: block;
  padding-left: 22px;
}

.search2014_modal_category_header label input {
  position: absolute;
  left: 5px;
  top: 2px;
}

.search2014_modal_row {
  border-bottom: 1px dotted #d6d6d6;
  overflow: hidden;

}

.search2014_modal_row h4 {
  margin: 0;
  font-weight: normal;
}

.search2014_modal_row h4 label {
  display: block;
  position: relative;
  padding-left: 22px;
  padding-top: 2px;
}

.search2014_modal_row h4 label input {
  position: absolute;
  left: 5px;
  top: 10px;

  margin-right: 5px;
}

.search2014_modal_row h4 * {
  line-height: 29px;
}

.search2014_modal_items {
  padding: 0 25px;
}

.layer2 .search2014_modal_items {
  padding: 0 25px;
}
.layer1 .search2014_modal_items {
  padding: 0 10px;
}
.search2014_modal_items:first-child {
  padding-top: 10px;
}

.search2014_modal_items ul,
.search2014_modal_items li {
  padding: 0;
  list-style: none;
}

.search2014_modal_row.checked,
.search2014_modal_items li.checked  {
  background: #e0eef5;
}

.search2014_modal_items ul {
  margin: 0;
  padding: 0px 0 10px 0;
}

.search2014_modal_items label {
  display: block;
}

.search2014_modal_items .left {
  float: left;
  width: 240px;
}

.search2014_modal_items .right {
  width: 240px;
  margin-left: 250px;
}

.search2014_modal_items li {
  position: relative;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-bottom: 1px;
}

.search2014_modal_items li label {
  padding-left: 22px;
}

.search2014_modal_items li input {
  position: absolute;
  left: 5px;
  top: 4px;
}

.search2014_modal_cols ul {
  margin-top: 0;
}
.search2014_modal_cols .col4_1,
.search2014_modal_cols .col4_2,
.search2014_modal_cols .col4_3 {
  float: left;
  width: 196px;
  margin-right: 10px;
}

.search2014_modal_cols .col4_4 {
  width: 185px;
  margin-left: 620px;
}

.search2014_modal_bottom {
  width: 558px;
  height: 143px;
  border: 1px solid #999;
}

.layer1 .search2014_modal_bottom {
  width: 838px;
}

.search2014_modal_bottom p {
  margin: 0;
}

.search2014_modal_selected {
  position: relative;
  float: left;
  width: 378px;
  height: 143px;
  overflow-y: auto;
  background: #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.search2014_modal_selected_clear {
  position: absolute;
  right: 9px;
  top: 9px;
  font-size: 11px;
}

.search2014_modal_selected_current {
  padding: 6px 9px;
  background: #fff;
}

.search2014_modal_selected_current .added {
  color: #9e210b;
}

.search2014_modal_selected_title {
  font-weight: bold;
  padding-bottom: 2px;
}

.search2014_modal_selected_others {
  padding: 6px 9px;
}

.search2014_modal_selected_items {
  min-height: 1.5em;
}

.search2014_modal_selected_others .search2014_modal_selected_items {
  font-size: 11px;
}

.search2014_modal_selected_others .search2014_modal_selected_title {
  color: #444;
}

.search2014_modal_apply {
  margin-left: 378px;
  width: 164px;
  padding: 1px 0px 0 16px;
}

p.search2014_modal_apply_count,
p.search2014_modal_apply_error {
  height: 25px;
  margin-bottom: 1px;
  color: #9e210b;
  font-size: 12px;
  line-height: 25px;
}
p.search2014_modal_apply_error {
  visibility: hidden;
}
p.search2014_modal_apply_count {
  padding-top: 15px;
  padding-bottom: 9px;
  color: #000;
  text-align: left;
}

.search2014_modal_apply_count span {
  display: inline-block;
  margin: 0 5px 0 2px;
  width: 74px;
  text-align: right;
  font-size: 22px;
  color: #3293d4;
  line-height: 25px;
  font-family: Arial, sans-serif;
}

.search2014_modal_apply_count.count_overflow {
  font-size: 11px;
}

.search2014_modal_apply_count.count_overflow:after {
  content: "以上";
}

p.search2014_modal_apply_button {
  width: 150px;
  height: 82px;
  margin-bottom: 11px;
  background: url(../imgs/n14_modal_submit.png) left top no-repeat;
}

.search2014_modal_apply_button a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.search2014_modal_apply_button:hover {
  background-position: left -82px;
}

.search2014_modal_apply_button.disabled {
  background-position: left -164px;
}

.search2014_modal_apply_button.disabled,
.search2014_modal_apply_button.disabled a {
  cursor: default;
}

.search2014_modal_apply_button.count_error1 {
  background-position: left -246px;
}
.search2014_modal_apply_button.count_error2,
.search2014_modal_apply_button.toolong {
  background-position: left -328px;
}
.search2014_modal_apply_button.count_error3 {
  background-position: left -410px;
}
