@CHARSET "UTF-8";

/*詳細ページ*/
.body_detail {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: white;
	padding-bottom: 15px;
}

/* ヘッダー */
.body_detail:after {
	display: block;
	content: "";
	clear: both;
}

.detail_header {
	font-size: 16px;
	font-weight: 600;
	color: White;
	padding: 14px;
	margin-bottom: 12px;
	/* 	border-bottom: 2px solid #2CA361; */
	background-color: #2CA361;
	width: 1000px;
	z-index: 1000;
	text-align: center;
}

.fixed {
	position: fixed;
	opacity: 0.95;
	top: 0;
}

.detail_header:after {
	display: block;
	content: "";
	clear: both;
}

.seiri_no {
	font-weight: 400;
	margin-top: -7px;
	padding: 7px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/*ボディ*/
.detail_body {
	width: 970px;
	margin: 0 auto;
}

.detail_body:after {
	display: block;
	content: "";
	clear: both;
}

/*メイン画像*/
.detail_image {
	float: left;
	height: 330px;
	width: 440px;
	margin-top: 20px;
}

.img_full {
	height: 100%;
	width: 100%;
}

/*メタ情報*/
.meta_info {
	float: left;
	height: 165px;
	width: 520px;
	margin-left: 10px;
	background-color: white;
	position: relative;
}

.meta_info_header {
	font-size: 13px;
	border-bottom: 1px solid black;
	vertical-align: bottom;
	color: #fb6024;
}

.meta_info_header img {
	float: right;
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}

.meta_info_body {
	color: #777777;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	word-break: break-all;
}

.meta_jumps_name .meta_info_body {
	font-size: 17px;
}

.meta_info_group {
	font-size: 0px;
	padding-top: 0px;
}

.meta_info_group>section {
	width: 255px;
	display: inline-block;
}
.meta_info_group.price_section>section {
	width: 166px;
	display: inline-block;
}
.meta_info_group.price_section>section:not(:last-child) {
	margin-right: 10px;
}
.meta_info_group.price_section p {
	text-align: right;
}

.meta_info_group>section:first-child {
	margin-right: 10px;
}

/*サムネイル画像*/
.detail_thumbnails {
	float: left;
	height: 170px;
	width: 520px;
	margin-left: 10px;
	margin-top: 15px;
	background-color: #3CB371;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.detail_thumbnails:after {
	display: block;
	content: "";
	clear: both;
}

.thumbnails_header {
	color: White;
	background-color: #2CA361;
	padding: 6px;
	padding-left: 10px;
	/* 	margin: 3px 6px 0 3px; */
	/* 	text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.5); */
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.thumbnails_header button{
	margin-left: 3px;
	border-radius:5px;
	background-color:#fc9269;
}

.thumbnails_header span{
	float: right;
	margin: 1px 5px 0 0;
	letter-spacing: 0.5px;
	font-size: 13px;
}

.thumbnails_body {
	width: 100%;
	height: auto;
	font-size: 0;
}

.thumbnails_pager {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	font-size: 20px;
	color: white;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	background-color: transparent;
}

.thumbnails_pager:focus {
	outline: none;
}

.thumbnails_pager:active {
	color: #83be40;
}

.pager_prev {
	visibility: hidden;
}

.pager_next {
	visibility: hidden;
}

.thumbnails_page {
	display: inline-block;
	overflow: hidden;
	width: 420px;
	vertical-align: middle;
}

.thumbnails_album {
	display: none;
}

.no_image {
	font-size: 20px;
	color: white;
	margin-top: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.ul_thumbnails {
	display: inline-block;
	width: 420px;
	height: 128px;
	margin: 0 auto;
	padding: 0;
	margin-top: 5px;
	list-style: none;
}

.ul_thumbnails:after {
	display: block;
	content: "";
	clear: both;
}

.li_thumbnails {
	float: left;
	height: 60px;
	width: 80px;
	margin: 2px;
	background-color: white;
}

.li_thumbnails img {
	height: 100%;
	width: 100%;
}

.li_thumbnails img:hover {
	opacity: 0.6;
}

/*
出品先情報
*/
.detail_transmitted_info {
	margin: 20px 0;
}

.detail_transmitted_info header {
	font-size: 13px;
	vertical-align: bottom;
	color: #fb6024;
}

.detail_transmitted_info .destination_logo_img {
	width: auto;
	height: 30px;
	margin: 5px;
}

/*情報更新フォーム*/
.detail_update_header {
	margin-top: 25px;
	padding: 5px 0 2px 0;
	text-align: center;
	font-size: 14px;
	color: #fb6024;
	border-bottom: 2px solid #fb6024;
	/* 	color: #118e63; */
	/* 	border-bottom: 2px solid #3CB371; */
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.detail_update_form {
	margin: 20px 0 15px 0;
}

.detail_update_form fieldset {
	margin-bottom: 30px;
}

.detail_update_form legend {
	font-size: 19px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 0 0;
	border: none;
	margin-bottom: 10px;
}
.detail_update_form .caution {
	font-size: 13px;
	font-weight: normal;
	color: #ff5555;
	display: none;
	padding-left: 12px;
}

.detail_update_form .invalid {
	color: red;
}

/*基本情報*/
.basic_info>div {
	float: left;
	width: 33.333%;
}
.basic_info label {
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #777777;
}
.basic_info .select_custom {
	width: 95%;
	color: white;
	background-color: #fb6024;
	border: 1px solid #fb6024;
	box-shadow: 0 2px 0 #cc5506;
}
.basic_info .select_custom:hover {
	background-color: #fdb599;
	border: 1px solid #fdb599;
	box-shadow: 0 2px 0 #fda888;
}
.basic_info select {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.basic_info option {
	background-color: #fdb599;
}
.basic_info option:first-child {
	display: none;
}

/* 詳細情報 */
.detail_info table {
	width: 100%;
}
.detail_info table .header {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
}
.detail_info table .shashu {
	background-color: #969696;
}
.detail_info table .kouri {
	background-color: #f98a00;
}
.detail_info table .gyouhan {
	background-color: #3200f9;
}
.detail_info table tr {
	border: 1px solid #BBBBBB;
	font-size: 13.5px;
}
.detail_info table tr:nth-child(odd) {
	background-color: #FAFAFA;
}
.detail_info table th {
	text-align: right;
	border-left: 1px solid #BBBBBB;
	width: 16%;
	padding: 3px 6px;
	font-weight: normal;
	color: #ffffff;
	background-color: #5d5f5c;
}
.detail_info table th.bg-other {
	background-color: #a91f1f;
}
.detail_info table tr td {
	padding: 3px 7px;
	width: 36%;
	font-weight: normal;
	color: #333333;
	border-right: 1px solid #BBBBBB;
}
.detail_info table tr td:nth-child(4) {
	width: 32%;
}
.detail_info table .hosho_teikei {
	width: 130px;
	border: 1px solid red;
}
.detail_info table textarea {
	min-height: 44px;
	resize: vertical;
}
.detail_info table .xs {
	width: 50px;
}
.detail_info table .sm {
	width: 100px;
}
.detail_info table .md {
	width: 200px;
}
.detail_info table .md_lg {
	width: 240px;
}
.detail_info table .lg {
	width: 250px;
}
.detail_info table .xl {
	width: 270px;
}
.detail_info table .plan_title {
	width: 232px;
}
.detail_info table .td_radio label {
	font-weight: normal;
	margin-right: 20px;
}

/*更新可能項目*/
.update_info {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}
.update_info legend span {
	font-size: 16px;
	vertical-align: top;
	color: red;
}
.update_info table {
	width: 100%;
	table-layout: fixed;
}
.update_info tbody tr {
	padding-top: 8px;
}
.update_info tbody th {
	padding: 5px 12px 1px 12px;
	color: #555555;
	border-bottom: 2px solid #fb6024;
}
.update_info tbody tr th:first-child {
	width: 150px;
}
.update_info tbody tr th:last-child {
	width: 150px;
}
.update_info tbody td {
	padding: 5px 12px 1px 12px;
	vertical-align: bottom;
	color: #555555;
}
.update_info tbody td:hover {
	background-color: #fdb599;
}
.update_info input {
	width: 100%;
	padding: 0 5px 0 5px;
	color: #222222;
	border: 1px solid #BBBBBB;
}
.update_info input:hover {
	cursor: pointer;
}
.update_info input:focus {
	background-color: #fdb599;
	color: #fb6024;
	cursor: text;
	outline: none;
}
.update_info textarea {
	width: 100%;
	padding-right: 5px;
	color: #222222;
	border: 1px solid #BBBBBB;
	resize: vertical;
}
.update_info textarea:hover {
	cursor: pointer;
}
.update_info textarea:focus {
	background-color: #fdb599;
	color: #fb6024;
	cursor: text;
	outline: none;
}
.update_info select {
	width: 100%;
}
.update_info tbody td .gyouhan_grade_hoki,
.update_info tbody td .kouri_grade_hoki,
.update_info tbody td .kouri_comment,
.update_info tbody td .sales_point2 {
	width: 88%;
	margin-right: 5px;
}
.update_info tbody td .hosho_kikan {
	width: 30%;
}
.detail_info tbody td .cs_hosho_kikan {
	display: inline-block;
	width: 30px;
	text-align: right;
}
.detail_info tbody td .cs_hosho_kikan.readonly {
	background-color: #e6e6e6;
}
.update_info .hosho_kigen_wareki {
	width: 30%;
	margin-right: 5px;
}
.update_info .hosho_kigen_year {
	width: 22%;
}
.update_info .hosho_kigen_month {
	width: 22%;
}
.update_info tbody td .hosho_kyori {
	width: 73%;
}
/* 更新可能項目 */

#tooltip {
	display: none;
}
#tooltip div {
	display: none;
	background-color: orange;
	border-radius: 50%;
}
.circle {
	padding: 0 2px;
	margin: 0 2px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}
.bg-white {
	color: red;
	background-color: white;
}
.bg-blue {
	color: white;
	background-color: blue;
}
.bg-orange {
	color: white;
	background-color: orange;
}
.bg-red {
	color: white;
	background-color: red;
}
.bg-gray {
	background-color: rgb(201, 201, 201);
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
.th_2 {
	width: 8%!important;
}
.th_3 {
	width: 12%!important;
}
.td_3 {
	width: 12%!important;
}
.td_4 {
	width: 16%!important;
}
.width-92 {
	width: 92%;
}

/*
 * 操作
 */
.toggle_legend {
	float: left;
	width: 200px;
	vertical-align: bottom;
}
.toggle_menu {
	float: left;
	vertical-align: bottom;
	margin: 0;
	margin-top: 5px;
}
.toggle_menu a {
	font-weight: bold;
	color: red;
}
.toggle_detail {
	clear: both;
}
.operation {
	width: 100%;
	text-align: right;
}

.operation input {
	padding: 10px 30px;
	background-color: #fb6024;
	color: white;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 0 #cc5506;
}

.operation input:hover {
	background-color: #fdb599;
	box-shadow: 0 2px 0 #fda888;
}

.operation input:focus {
	border: none;
	outline: none;
	margin-top: 1px;
	margin-bottom: -1px;
	background-color: #e35f06;
	box-shadow: 0 1px 0 #cc5506;
}

/*その他情報*/
.other_info table {
	width: 100%;
	table-layout: fixed;
	margin-top: 5px;
}
.other_info tr {
	border: 1px solid #BBBBBB;
	font-size: 13.5px;
}

.other_info tr:nth-child(odd) {
	background-color: #FAFAFA;
}

.other_info th {
	text-align: right;
	border-left: 1px solid #BBBBBB;
	width: 15%;
	padding: 1px 8px;
	font-weight: normal;
	color: #333333;
	background-color: #E0E0E0;
}

.other_info td {
	padding: 1px 8px;
	font-weight: normal;
	color: #333333;
	border-right: 1px solid #BBBBBB;
}

/*装備情報*/
.equip_info legend span {
	font-size: 16px;
	vertical-align: top;
	color: red;
}

.equip_info table {
	width: 100%;
	table-layout: fixed;
}

.equip_info tr {
	vertical-align: middle;
	text-align: center;
}

.equip_info td p {
	background-color: white;
	padding: 2px;
	border: 1px solid #e2e2e2;
	color: #d2d2d2;
	margin: 3px;
	font-size: 12px;
}

.equip_info .sobi {
	background-color: white;
	padding: 2px;
	box-shadow: inset 0 0 7px 0 #d5d5d5;
	border: 1px solid #acacac;
	margin: 3px;
	font-size: 12px;
	color: #333333;
}
.equip_info .editable_sobi {
	border: 1px solid #fe637e;
}
.equip_info .editable_sobi:hover {
	cursor: pointer;
	border: 1px solid #d90227;
	background-color: #feeffb;
}
.equip_info td .junsei {
	color: red;
}
.equip_info td .shagai {
	color: blue;
}

.control_panel_detail section{
	width: 1000px;
}

.control_panel .left {
	float: left;
	width: 30%;
}

.control_panel .center {
	float: left;
	width: 40%;
}

.control_panel .right {
	float: left;
	width: 30%;
}

.control_panel .btn_detail_back {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 60px;
	background-color: #2CA361;
	color: white;
	font-weight: 500;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #1e6f42;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.control_panel .btn_detail_back:hover {
	background-color: #44cc82;
	border-bottom: 2px solid #2CA361;
	cursor: pointer;
}

.control_panel .btn_detail_update {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 60px;
	background-color: #e84e2d;
	color: white;
	font-weight: 500;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #953e04;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.control_panel .btn_detail_update:hover {
	background-color: #fc9269;
	border-bottom: 2px solid #f87014;
	cursor: pointer;
}

/* 装備モーダル */
.sobi_modal_message {
	font-size: 20px;
	margin-bottom: 20px;
}
.sobi_modal_form label {
	margin: 4px 15px 0 0;
}
.sobi_modal_form .sobi_check {
	font-size: 16px;
	margin-bottom: 20px;
}
.sobi_modal_form .form-group {
	margin-right: 0;
}

.info_icon img {
	width: 17px;
	height: auto;
	margin: 0 0 4px 4px;
	cursor: pointer;
}
.question:hover {
	cursor: pointer;
}
.br::before {
	content: "\A";
	white-space: pre;
}
.csmakercd_failed {
	color: red;
	font-size: 12px;
}
.usedcar_caution {
	display: block;
	font-size: 10px;
}
.cs_caution {
	display: block;
	font-size: 10px;
}
.checkbox_carsensor_other_grade {
	-moz-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
}