@CHARSET "UTF-8";

.body_tentori .conditions {
	display: inline-block;
	padding-right: 15px;
}
.body_tentori .condition_label {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #5a5a5a;
	text-shadow: -0.5px -0.5px 0 rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
.body_tentori .search_form_tentori {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	font-size: 16px;
}
.body_tentori .condition_label span {
	font-size: 14px;
}
.body_tentori .condition_select {
	width: 100%;
	height: 40px;
	padding: 1px 5px 5px 5px;
}
.body_tentori .condition_tempo {
	width: 170px;
	margin-bottom: 10px;
}
.body_tentori .condition_select:focus {
	background-color: #f0fdf1;
	outline: none;
}
.body_tentori .ms-choice {
	height: 38px;
}
.body_tentori .ms-choice > span
,.body_tentori .ms-choice > div {
	top: 5px;
}
.body_tentori .condition_select option {
	color: #000000;
	outline: none;
	border: none;
}
.body_tentori .condition_select option:focus {
	background-color: #FFFFFF;
	outline: none;
	border: none;
}
.body_tentori .condition_options {
	width: 320px;
	margin-bottom: -7px;
}
.body_tentori .condition_seiri_no {
	margin-bottom: 10px;
}
.body_tentori .condition_search {
	height: 48px;
}
.body_tentori .count_area {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
.body_tentori .count_area p {
	position: absolute;
	top: 33px;
}
.body_tentori .options {
	vertical-align: middle;
	display: table-cell;
	font-size: 13px;
	width: 120px;
}
.body_tentori .options.first {
	width: 80px;
}
.body_tentori .options_label {
	font-weight: 400;
}
.body_tentori .condition_number {
	height: 38px;
	width: 120px;
	border: 1px solid #969696;
	outline: none;
	padding: 7px;
	padding-right: 0;
	border-radius: 3px;
}
.body_tentori .conditions_submit_button {
	margin-top: 27px;
	width: 150px;
	color: white;
	font-weight: 500;
	font-size: 16px;
	height: 40px;
	border: none;
	border-bottom: 2px solid #E15F00;
	background-color: #ff8000;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 0 2px 1px #d9d9d9;
}
.body_tentori .number_submit_button {
	border: 1px solid #969696;
	height: 38px;
	width: 53px;
	margin-left: -5px;
	background-color: #969696;
	border-radius: 3px;
	color: white;
}
.body_tentori {
	position: relative;
	margin: 0 auto;
	margin-bottom: 100px;
	width: 1170px;
}
.tentori_junavi {
	float:right;
}
.tentori_junavi_link {
	color: orange;
}
.tentori_table {
	width: 100%;
	font-size: 15px;
}
.tentori_table_header {
	background-color: #3CB371;
	font-weight: 300;
}
.tentori_table_header th {
	min-height: 100px;
	border: 2px solid #3CB371;
	background-color: #2CA361;
	border-collapse: collapse;
	color: white;
	padding: 6px;
	font-weight: 300;
	text-align: center;
}
/** 店舗 **/
.tentori_table_header th:nth-child(1)
,.tentori_table_body td:nth-child(1) {
	width: 100px;
}
/** 整理番号 **/
.tentori_table_header th:nth-child(2)
,.tentori_table_body td:nth-child(2) {
	width: 80px;
}
/** 車名 **/
.tentori_table_header th:nth-child(3)
,.tentori_table_body td:nth-child(3) {
	width: 150px;
}
/** グレード **/
.tentori_table_header th:nth-child(4)
,.tentori_table_body td:nth-child(4) {
	width: 160px;
}
/** 展開図有無 **/
.tentori_table_header th:nth-child(5)
,.tentori_table_body td:nth-child(5) {
	width: 110px;
}
/** 不足項目 **/
.tentori_table_header th:nth-child(6)
,.tentori_table_body td:nth-child(6) {
	width: 230px;
}
/** 連携エラー内容 **/
.tentori_table_header th:nth-child(7)
,.tentori_table_body td:nth-child(7) {
	width: 258px;
}
/** テントリ表示ボタン **/
.tentori_table_header th:nth-child(8)
,.tentori_table_body td:nth-child(8) {
	width: 80px;
}
.tentori_table_body {
	border: 2px solid #DCDCDC;
}
.tentori_table_body tr {
	background-color: #fff;
}
.tentori_table_body tr:hover {
	background-color: #eaffe9;
}
.tentori_table_body td {
	border: 2px solid #DCDCDC;
	padding: 4px 5px;
	font-size: 13px;
	height: 20px;
}
.tentori_table_body td .junavi_btn {
	border: none;
	border-radius: 3px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	width: 60px;
	height: 30px;
	display: inline-block;
	margin: 0 3px;
}
