@charset "utf-8";

/* ===========================================
各区局公募型発注情報の検索用スタイル　/search-nyusatsu/search-nyusatsu.html
=========================================== */

/* フッタ
================================================== */
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_ttl {
  border-bottom: none;
}

/* 入札検索調整
================================================== */
#search_cond.nyusatsu_serch_field dl {
	padding: 0 0 13px;
	margin: 0;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: none;
	padding: 44px 0 35px;
	background: url(/images/line_dot.png) repeat-x 0 0;
	border-top: none;
}
#search_cond.nyusatsu_serch_field dl:first-of-type {
	background: none;
}
#search_cond.nyusatsu_serch_field dl dt {
	float: left;
	width: 160px;
	padding-top: 5px;
	margin: 0;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.4;
}
#search_cond.nyusatsu_serch_field dl dd {
	float: right;
	width: calc(100% - 170px);
	margin: 0;
}

/* チェックボックス */
#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd {
	list-style: none;
	margin: 7px 0 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd p,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd p,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding: 0 8px;
	margin: 0 0 18px;
	position: relative;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd p input,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd p input,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd p input {
	width: 100%;
	height: 64px;
	opacity: 0;
	cursor: pointer;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd p label,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd p label,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd p label {
	position: absolute;
	top: 0;
	left: 8px;
	right: 8px;
	bottom: 0;
	align-items: center;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	outline: none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	padding: 0;
	text-align: center;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd p input:hover + label,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd p input:hover + label,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd p input:hover + label {
	outline:1px solid #13529b;
}

#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd p input:checked + label,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd p input:checked + label,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd p input:checked + label {
	color:#ffffff;
	background-color:#003379;
	border-color:#13529b;
	font-weight: bold;
}

/* セレクトボックス */
#search_cond.nyusatsu_serch_field select {
	width: 24.4%;
	height: 64px;
}

/* 入力ボックス */
#search_cond.nyusatsu_serch_field input[type="text"] {
	width: 24.4%;
	height: 64px;
}
#search_cond.nyusatsu_serch_field p.shumoku {
	padding-left: 38px;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(6) dd {
	align-items: center;
}

/* 日付 */
#search_cond.nyusatsu_serch_field dl:nth-of-type(8) dd,
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) dd {
	list-style: none;
	margin: 7px 0 0;
	padding: 0 8px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(8) input[type="text"],
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) input[type="text"] {
	width: 100%;
	min-height: 38px;
	padding: 5px 40px 5px 10px;
	border: none;
	outline: none;
	background-image: url(/images/input_cal_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(8) input[type="text"]:nth-of-type(1),
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) input[type="text"]:nth-of-type(1) {
	width: 195.5px;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(8) input[type="text"]:nth-of-type(2),
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) input[type="text"]:nth-of-type(2) {
	width: 195.5px;
	align-items: center;
}

#search_cond.nyusatsu_serch_field dl:nth-of-type(8) .kara,
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) .kara {
	align-items: center;
	display: flex;
	padding: 0;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(8) .kara p,
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) .kara p {
	white-space: nowrap;
	display: inline-block;
	padding: 0 13px;
	margin-bottom: 0;
}

/* 検索結果 */
table.dataTable.no-footer.nyusatsu_serch_result {
	border-bottom: none;
}
table.dataTable.no-footer.nyusatsu_serch_result thead tr th:nth-of-type(1) {
	width: 80% !important;
}
table.dataTable.no-footer.nyusatsu_serch_result thead tr th:nth-of-type(2),
table.dataTable.no-footer.nyusatsu_serch_result thead tr th:nth-of-type(3) {
	width: 10% !important;
}


@media screen and (max-width : 640px) {
/* ヘッダ
================================================== */
#tmp_sma_gnavi_cnt .sma_gnavi_ttl .gnavi_ttl {
  position: static;
  margin: 0;
}
#tmp_sma_gnavi_cnt .sma_gnavi_ttl .gnavi_ttl a {
  color: #222222;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 60px;
  align-items: center;
  background-position: right 10px top 48%;
  background-image: url(/images/arrow_icon12.png);
  background-repeat: no-repeat;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
}

/* フッタ
================================================== */
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_ttl .fnavi_ttl {
  border-bottom: none;
  padding: 0;
  min-height: 60px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_ttl .fnavi_ttl a {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 60px;
  align-items: center;
  background-position: right 10px top 48%;
  background-image: url(/images/arrow_icon12.png);
  background-repeat: no-repeat;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
}

/* 入札検索調整
================================================== */
#search_cond.nyusatsu_serch_field dl {
	flex-direction: column;
	padding: 25px 0 15px;
}
#search_cond.nyusatsu_serch_field dl dt {
	width: 100%;
	float: none;
}
#search_cond.nyusatsu_serch_field dl dd {
	width: 100%;
	float: none;
}
#search_cond.nyusatsu_serch_field select {
	width: 100%;
	height: 55px;
	min-height: 55px;
}
#search_cond.nyusatsu_serch_field input[type="text"] {
	height: 55px;
	min-height: 55px;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(2) dd p,
#search_cond.nyusatsu_serch_field dl:nth-of-type(3) dd p,
#search_cond.nyusatsu_serch_field dl:nth-of-type(4) dd p {
	width: 50%;
	height: 55px;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(6) dd {
	justify-content: flex-start;
}
#search_cond.nyusatsu_serch_field p.shumoku {
	padding: 0;
	margin: 0;
}
#search_cond.nyusatsu_serch_field dl:nth-of-type(8) .kara p,
#search_cond.nyusatsu_serch_field dl:nth-of-type(9) .kara p {
	padding: 0 5px;
}

/* 検索結果 */
table.dataTable.no-footer.nyusatsu_serch_result thead tr th:nth-of-type(1),
table.dataTable.no-footer.nyusatsu_serch_result thead tr th:nth-of-type(2),
table.dataTable.no-footer.nyusatsu_serch_result thead tr th:nth-of-type(3) {
	width: 33.3333333% !important;
}

}