@CHARSET "UTF-8";

body{
	overflow-y: hidden;
}

/*検索ページ*/
.body_search {
	position: relative;
	margin: 0 auto;
}

.search_form {
	border-bottom: 1px solid #000000;
	min-width: 1170px;
}

.search_form_box {
	font-size: 0;
	margin: 0 auto;
	height: 130px;
	width: 1170px;
}

.search_form_left {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 70%;
	font-size: 16px;
}

.search_form_right {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 30%;
	font-size: 16px;
}

.search_form_header {
	color: #2CA361;
	font-size: 21px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
	border-left: 7px solid #2CA361;
	padding-left: 5px;
	margin-bottom: 5px;
}

.search_form_body_left {
	margin-top: 25px;
}

.conditions {
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}

.condition_tempo {
/* 	width: 28%; */
	width: 20%;
	margin-bottom:10px;
}

.condition_option {

}

.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;
}

.condition_label span {
	font-size: 14px;
}

.condition_select {
	width: 100%;
/* 	height: 40px; */
/* 	border: 1px solid #000000; */
/* 	padding: 5px; */
}

.condition_select:focus {
	background-color: #f0fdf1;
	outline: none;
}

.condition_select option {
	color: #000000;
	outline: none;
	border: none;
}

.condition_select option:focus {
	background-color: #FFFFFF;
	outline: none;
	border: none;
}

.condition_options {
/* 	width: 260px; */
	width: 320px;
	margin-bottom: -7px;
}
.options {
	vertical-align: middle;
	display: table-cell;
/* 	font-size: 15px; */
	font-size: 13px;
	width: 120px;
}
.options.first {
/* 	width: 100px; */
	width: 80px;
}

.options_label {
	font-weight: 400;
}

.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;
}

.conditions_submit_button:hover {
	background-color: #ff9428;
	border-bottom: 2px solid #ff8428;
}

.conditions_submit_button:active {
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #E15F00;
	box-shadow: 0 1px 1px #d9d9d9;
	border-bottom: 1px solid #E15F00;
	height: 39px;
	margin-top: 28px;
}

.conditions_submit_button:focus {
	outline: none;
	box-shadow: 0 2px 1px #d9d9d9;
}

.conditions_clear_button {
	margin-top: 25px;
	margin-left: -10px;
	font-size: 13px;
	color: #5a5a5a;
	outline: none;
	background: none;
	border: none;
}

.conditions_clear_button:hover {
	text-decoration: underline;
}

.search_form_body_right {

}

.search_extra {
	float: right;
	width: 80%;
}

.shashu_no_select_button,
.grade_no_text_button {
	width: 100%;
	border: none;
	outline: none;
	color: white;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
	background-color: #52a0f8;
	border: none;
	border-bottom: 2px solid #618fef;
	border-radius: 3px;
	box-shadow: 0 2px 1px #d9d9d9;
	font-weight: 500;
	font-size: 16px;
	padding: 7px 10px;
	margin-bottom: 5px;
}
.shashu_no_select_button:hover,
.grade_no_text_button:hover {
	background-color: #83bbfa;
	border-bottom: 2px solid #8badf3;
}
.shashu_no_select_button:active {
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #8badf3;
	box-shadow: 0 1px 1px #d9d9d9;
	margin-top: 1px;
/* 	padding-bottom: 20px; */
}


.id_search {
/* 		margin-top: 17px; */
}

.condition_number {
	height: 38px;
	width: 227px;
	font-size: 15px;
	border: 1px solid #969696;
	outline: none;
	border-right: none;
	padding: 7px;
	padding-right: 0;
	border-radius: 3px 0 0 3px;
}

.number_submit_button {
	border: 1px solid #969696;
	height: 38px;
	width: 53px;
	margin-left: -5px;
	background-color: #969696;
	border-radius: 0 3px 3px 0;
	color: white;
}

/*検索結果*/
.search_result {
	padding-top: 25px;
	margin: 0 auto;
	margin-bottom: 100px;
	width: 1170px;
}

.result_header {
	margin-top: 15px;
	font-size: 0;
	margin: 0;
}

.result_header_part {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	vertical-align: bottom;
}

.result_hits {
	color: #2CA361;
	font-size: 21px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
	border-left: 7px solid #2CA361;
	padding-left: 5px;
}

.select_contents_per_page {
	float: right;
}

.select_contents_per_page>label {
	font-weight: 500;
	padding-right: 10px;
}

.select_contents_per_page>select {
	width: 100px;
	text-align: right;
}

.select_contents_per_page>select:disabled {
	background-color: #d1d1d1;
	color: #bebebe;
}

.result_body {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 9px;
}

.result_table {
	width: 100%;
}

.result_table_header {
	background-color: #3CB371;
	font-weight: 300;
	font-size: 13px;
}

.result_table_header th {
	border: 2px solid #3CB371;
	background-color: #2CA361;
	border-collapse: collapse;
	color: white;
	padding: 6px;
	font-weight: 300;
}

.result_table_header a {
	font-weight: 300;
	font-size: 13px;
}

.result_table_body {
	border: 2px solid #DCDCDC;
}

.result_table_body td {
	font-size: 13px;
	border: 2px solid #DCDCDC;
	padding: 6px;
}
.result_table_body td.sharyo_type {
	padding-left: 3px;
	padding-right: 0px;
}

.result_table_body .input_jt_price_public {
	height: 26px;
	width: 100px;
}

.result_table_body .logo {
	height: 30px;
	width: 115px;
	margin-left: 8px;
	margin-top: 6px;
}

.result_table_body  tr:nth-child(1) {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-collapse: collapse;
}

.result_table_body  tr:nth-child(2) {
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-collapse: collapse;
}

.result_table .result_checkbox_all,
.result_table .result_checkbox {
    width: 20px;
    height: 20px;
}


.id_maker, .id_model_name, .id_grade {
	width: 220px;
	font-weight: bold;
	margin-top: 3px;
}

.id_maker option:first-child{
	display: none;
}

.result_body .id_maker:focus, .result_body .id_model_name:focus, .result_body .id_grade:focus {
	border: 2px solid #83be40;
	outline: none;
}

/**
	車両一覧画面出品先情報表示エリア
**/
.result_table_body .jumps_price_area {
	font-size: 16px;
	vertical-align: middle;
}

.span_jumps_price {
	padding-right: 20px;
}

.result_table_body .destination_area {
	font-size: 16px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.result_table_body .div_destination_area {
	border: 2px solid #DCDCDC;
	border-bottom: 0px;
	border-collapse: collapse;
	margin: -2px;
}
.result_table_body .div_destination_area div {
	margin-bottom: 2px;
}
.touitsu_price_area {
	margin: 5px;
}
.destination_area .touitsu_price_area, .update_price_button_area {
	display: table-cell;
}
.destination_area .touitsu_price_area p {
	display: table-cell;
	padding: 5px;
}

.touitsu_price_area input {
	width: 18%;
	text-align: right;
}

.destination_icon_and_btn {
	width: 520px;
	height: 38px;
	display: table;
	vertical-align: top;
}

.destination_icon_and_btn div {
	height: 100px;
}

.junavi_btn {
	border: none;
	border-radius: 3px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	width: 120px;
	height: 30px;
	display: inline-block;
	margin: 0 8px;
}

.delete_sold_btn, .tentori_send_btn {
	background-color: orange;
}

.delete_sold_btn:hover, .tentori_send_btn:hover {
	background-color: orangered;
}

.input_tentori_price_man{
	width: 50px;
	text-align: right;
}

.input_tentori_price_sen{
	width: 15px;
	text-align: right;
}

/* search.jsp ページング処理 */
.result_header_part.search_pagination {
	font-size: 16px;
	text-align: center;
	width: 34%;
}

.search_pagination {
	font-size: 16px;
	text-align: center;
}

.ul_search_pagination {
	margin: 0;
	border: 1px sold Black;
}

.ul_search_pagination li {
	width: 15px;
}

.ul_search_pagination li a {
	color: Black;
	background-color: #3CB371;
	padding: 10px 10px;
	font-size: 12px;
}

.ul_search_pagination .disabled a {
	color: White;
	background-color: #2CA361;
}

.pagination>li>a:hover {
	color: White;
	background-color: #2CA361;
}

.ul_search_pagination>.disabled>a:hover {
	color: White;
	background-color: #2CA361;
}
/* /search.jsp ページング処理 */

.search_sharyo_img {
	height: auto;
	width: 120px;
}

.search_sharyo_img:hover {
	opacity: 0.7;
}

.checked_count_text {
	font-size: 14px;
}

/*操作パネル*/
.control_panel{
	height: 80px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: rgba(0,0,0,0.3);
}

.control_panel section{
	width: 1170px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.control_panel .tentori_bulk_send{
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 60px;
	background-color: red;
	color: white;
	font-weight: 500;
    font-size: 16px;
    border:none;
    border-bottom: 2px solid #a60000;
    text-shadow: -1px 1px 0 rgba(0,0,0, 0.2);
    border-radius: 3px;
    margin-right: 20px;
}
.control_panel .tentori_bulk_send:hover{
	background-color: #ff3e3e;
	border-bottom: 2px solid #d70000;
}

.control_panel .tentori_bulk_send[disabled]{
	background-color: #aa0000;
	border-bottom: 2px solid #880000;
}

.control_panel .goo_bulk_send{
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 60px;
	background-color: #ff870f;
	color: white;
	font-weight: 500;
    font-size: 16px;
    border:none;
    border-bottom: 2px solid #d76b00;
    text-shadow: -1px 1px 0 rgba(0,0,0, 0.2);
    border-radius: 3px;
}
.control_panel .goo_bulk_send:hover{
	background-color: #ff9e3e;
	border-bottom: 2px solid #ff8a15;
}

.control_panel .goo_bulk_send[disabled]{
	background-color: #c86400;
	border-bottom: 2px solid #884400;
}

.tr_first_hover{
	background-color: #fbfcc9;
}

.a_multi_part {
	padding-right: 30px;
}

.update_price_button {
	border: none;
	border-radius: 3px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	width: 50px;
	height: 30px;
	display: inline-block;
	margin: 0 8px;
	background-color: orange;
}
.update_price_button:hover, .tentori_send_btn:hover {
	background-color: orangered;
}
#success {
	position: absolute;
	display: none;
	width: 70px;
	height: 20px;
	background-color: red;
	color: white;
	text-align: center;
	margin: 0 5px;
}
#tooltip {
	display: none;
}
#tooltip div {
	display: none;
	background-color: orange;
	border-radius: 0 !important;
	z-index:99999;
}
.exhibit_question {
	width: 20px;
	height: auto;
}
.exhibit_question:hover {
	cursor: pointer;
}
#exhibit_modal .modal-dialog {
	width: 800px;
}
#exhibit_modal .description {
	margin-bottom: 10px;
}
#exhibit_modal .border {
	margin: 0 -19px 8px -19px;
	border-bottom: 2px solid green;
}
#exhibit_modal ul {
	margin-bottom: 5px;
}
#exhibit_modal .description div {
	font-size: 15px;
	margin-left: 40px;
}

/* multiple placeholder */
.ms-choice > span.placeholder{
	color:#000;
}

/* bootstrap alert-warning override */
.alert{
	margin-bottom:10px;
	font-size:14px;
	padding:10px;
}
.alert-dismissable .close, .alert-dismissible .close{
	right:0;
}

.div_destination_left {
	float: left;
}
.div_destination_right {
	float: right;
	padding: 6px 0;
}
.spn_send_datetime {
	border: none;
	border-radius: 3px;
	color: white;
	font-size: 12px;
	font-weight: 500;
	width: 85px;
	height: 30px;
	display: inline-block;
	margin: 0 6px;
	background-color: #006ae2;
}

.div_destination_left .log-img {
	float: left;
	height: auto !important;
	margin-right: 7px;
}

.div_destination_left .log-img label {
	color: #487736;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

.div_destination_left .log-img .radio-text {
	float: left;
    overflow: hidden;
    padding: 0 3px;
    margin-top: 3px;
}

.div_destination_left .log-img .select-hikeisai {
	background-color: #ffa500;
}

.div_destination_left .log-img .select-hikeisai label {
	color: #fff;
}

.div_destination_left .log-img input[type="radio"] {
	margin-left: 5px;
}

.hid_spn_send_datetime {
	display: none;
}

.fl-left {
    float: left;
    display: block !important;
    background-color: #c4ef8d !important;
    width: 50%;
}
.fl-right {
    float: right;
    display: block !important;
    background-color: #c4ef8d !important;
    width: 50%;
}
.failed_ul {
	padding-left: 20px;
	margin-bottom: 0px;
}