/* 
================================
 Container Styles for DotNetNuke
================================
*/

.container_style {}

/* ========================================================== */
/* Sysloc Portal Original Style                               */
/* ========================================================== */

#contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
}

#contents #title,
#contents .title {
	padding: 0 !important;
	margin-bottom: 40px !important;
	box-sizing: border-box;
}

/*
#contents #title.long,
#contents .title.long {
	background: #6599ff url(../../../../sysloc_style/img/bg_normaltitle_l.gif) no-repeat 0 0;
}
*/

#contents #title.search,
#contents .title.search {}

#contents #title.calc,
#contents .title.calc {
	background: none;
}

#contents #title.news,
#contents .title.news {
	background: #6599ff url(../../../../sysloc_style/img/bg_newstitle.gif) no-repeat 0 0;
}

#contents #title.address,
#contents .title.address {
	background: #6599ff url(../../../../sysloc_style/img/bg_addresstitle.gif) no-repeat 0 0;
}

/*ログインポップ*/
.dnnFormPopup.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	left: calc(50% - 325px) !important;
	top: 30% !important;
}

html .mark {
	border: 1px solid #bbb;
}

.one_column #title {
	width: 650px !important;
	margin: 0 auto 5px auto;
}

.one_column #contents_inner {
	width: 650px !important;
	margin: 0 auto;
}

.one_column_full #title,
.one_column_full #contents_inner {
	width: auto;
}

.one_column_full table {
	width: 100%;
}

#contents #contents_inner {
	margin-top: 5px;
	text-align: left;
}

#contents span, select {
	font-size: 12px;
	/*font-weight: normal;
  font-style: normal;*/
}

/* table */
#contents table.style {
	width: 600px;
	border-collapse: collapse;
}

#contents table.style th {
	border: 5px solid #FFFFFF;
}

#contents table.style tr td {
	border: 5px solid #FFFFFF;
}

table.tsp_Table {
	width: 100% !important;
	table-layout: auto;
	height: 50px;
	border-collapse: collapse;
	empty-cells: show;
	/*border: 5px solid #FFFFFF;*/
	margin: 10px auto;
	box-sizing: border-box;
}

.tsp_TableOption {
	width: 100%;
}

table.tsp_Table td {
	border: none;
	padding: 5px;
	font-size: 13px;
}

table.tsp_Table td.tsp_SpacerTd {
	width: 10px;
	padding: 0px;
	display: none;
}

table.tsp_Table td.tsp_HeadTd, .tsp_HeadTd {
	padding: 5px 5px 5px 20px;
}

table.tsp_Table td.tsp_HeadOptionTd {
	background-color: #ebf4fe;
}

table.tsp_Table td.tsp_SubHeadTd {
	background-color: #fff;
	color: #333;
	width: 162px;
}

table.tsp_Table td.tsp_SubHeadTdAlt {
	background-color: #FFFFFF;
}

table.tsp_Table td.tsp_NormalTd {
	background-color: #fff;
}

table.tsp_Table td.tsp_NormalTdAlt {
	background-color: #FFFFFF;
}

table.tsp_Table td.extra {
	background-color: #fcf5e9;
}


/*2403インスピ 全体*/
.tsp_HeadTd>img {
	display: none;
}

table.tsp_Table td.tsp_HeadTd, .tsp_HeadTd {
	background-color: #eaf0f6 !important;
	font-size: 15px;
	height: 40px;
	padding-left: 15px !important;
	font-weight: 500;
	border-radius: 2px !important;
}

tr:has(.tsp_HeadTd) {
	border: none !important;
}



.tsp_SubHeadText,
.tsp_SubHeadTextAlt,
.tsp_NormalText,
.tsp_NormalTextAlt,
.tsp_ErrorText,
.tsp_ControlText {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
}

.tsp_SubHeadText {
	color: #FFFFFF;
}

.tsp_SubHeadTextAlt {
	color: #333333;
}

.tsp_NormalText {
	color: #333333;
	vertical-align: middle;
}

.tsp_NormalTextAlt {
	color: #333333;
}

.tsp_ErrorText {
	color: #FF0000;
	font-weight: bold !important;
}

.tsp_ControlText {
	color: #333333;
	border: none;
	height: 25px;
	width: 200px !important;
}



#result table[class*="tsp_head"],
#result table[class*="tsp_col"] {
	box-sizing: border-box;
}

#result table.tsp_head button,
#result table.tsp_head input,
#result table.tsp_head select,
#result table.tsp_head textarea,
#result table[class*="tsp_col"] button,
#result table[class*="tsp_col"] input,
#result table[class*="tsp_col"] select,
#result table[class*="tsp_col"] textarea {
	margin: 0 !important;
	box-sizing: border-box;
}

.tsp_NormalText.flame_border {
	border: 1px solid #333;
	margin: 10px auto 20px;
}

.tsp_NormalText th {
	background: #d2e5f9;
}


/* Hide Password Remainder */
td#dnn_ctr_Signin_tdPassword {
	display: none;
}

/* Hide Register Button */
td#dnn_ctr_Signin_tdRegister {
	display: none;
}

td#dnn_ctr_Signin_tdLogin {
	display: inline-block;
	padding: 5px 36px 15px 36px;
}

table.tsp_ResultOption {
	border-top: #DCDCDC 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #DCDCDC 1px solid;
	border-left: #FFFFFF 1px solid;
	padding: 5px 15px 5px 5px;
	min-width: 500px;
	border-collapse: collapse;
}

table.tsp_ResultOption th {
	border: #DCDCDC 1px solid;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	background-color: #D2E5F9;
}

table.tsp_ResultOption td {
	border: #DCDCDC 1px solid;
	padding: 2px 2px 0px 5px;
	text-align: left;
}

table.tsp_ResultOption td.tsp_NormalTd {
	background-color: #F3FAFF;
}

table.resultGrid {
	border: 1px solid #c9c9c9;
	font-size: 12px;
}

table.resultGrid tr.resultGrid td {
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
	line-height: 120%;
	text-align: center;
}

table.resultGrid tr.resultGridItem td,
table.resultGrid tr.resultGridAltItem td {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	width: 70px;
	text-align: center;
}

.resultGridHeader td,
thead.resultGridHeader th,
tr.resultGridHeader th {
	padding: 6px 5px 6px 8px;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #333333;
	white-space: normal;
}

.resultGridItem td,
.resultGridAltItem td {
	font-size: 12px;
	padding: 4px;
	border-right: 1px solid #c9c9c9;
}

.resultGridItem td input, .resultGridAltItem td input {
	margin-bottom: none;
}

.resultGridItem {
	background: #eeeeee;
}

.resultGridItem,
.resultGridAltItem {
	white-space: normal !important;
}

.resultGridItem:hover,
.resultGridAltItem:hover {
	background-color: #e8f1fa;
}



/* bootstrap.cssでmargin:0のものを打ち消し */
button, input, select, textarea {
	margin: 4px !important;
}

/* レイアウト */
#ControlPanel {
	margin: 0 auto;
	font-family: 'Noto Snas JP', sans-serif;
}

.container-fluid {
	padding: 0 !important;
	width: 100%;
	position: relative;
	min-height: 100vh;
	padding-bottom: 110px;
}




/* 左ナビボタン */
.LeftPanel {
	width: 220px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

@media screen and (min-width:900px) {
	.LeftPanel {
		margin-left: 2.564102564102564% !important;
	}
}

.LeftPanel table {
	height: 50px;
	margin-bottom: 5px;
	text-align: left !important;
}

.LeftPanel>div>table>tbody>tr:nth-child(2)>td>div>div {
	text-align: left !important;
}

.LeftPanel table center {
	text-align: left !important;
}

.LeftPanel img {
	width: 100% !important;
	height: auto !important;

}

.LeftPanel p {
	margin: 0 !important;
}

/* ヘッダー */
.logo_area {
	float: left;
	width: 241px;
	margin-top: 24px;
	display: table;
	position: relative;
}

.logo_area a {
	vertical-align: middle;
	display: table-cell;
}

.logo_area img {
	width: 150px;
	height: 40px;
	margin-left: 40px !important;
	position: relative;
}

.trl_logo {
	left: 246px;
	top: 7px;
	position: absolute;
}

.nav_area {
	width: 100%;
	margin-bottom: 5px;
}

.login_area {
	height: 60px;
	text-align: right;
	margin-right: 40px !important;
	margin-left: 40px !important;

	img[alt="会社ロゴ"] {
		top: 24px !important;
	}
}

a.login {
	float: right;
	text-align: center;
	font-size: 14px;
	font-family: 'Noto Snas JP', sans-serif !important;
	color: #fff !important;
	margin-top: 29px;
	width: 90px;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 16px;
	background-color: #3367aa !important;
	border-radius: 5px !important;
	background: url(./img/login.gif) no-repeat;
	background-size: auto 70%;
	background-position: 13% 50%;
	padding-left: 30px;
	text-decoration: none !important;
}

.menu_area {
	margin-top: 45px;
	text-align: center;
	width: 100%;
	font-weight: 500;
}

.menu_area>ul {
	margin: auto;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.menu_area>ul li {
	display: inline-block !important;
	min-width: fit-content !important;
	padding-right: 1.5%;
	padding-left: 1.5%;
	background: none !important;
	float: none !important;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 500;
}

.menu_area>ul>li:nth-of-type(1),
.menu_area>ul>li:nth-of-type(3),
.menu_area>ul>li:nth-of-type(10) {
	padding-right: 0 !important;
}

.sf-menu {
	margin-bottom: 0 !important;
	height: auto !important;
}

.sf-menu>li>a:hover {
	background: none !important;
	color: #3367aa !important;
}

.sf-menu>li:hover {
	background: none !important;
	color: #3367aa !important;
}

.sf>li:active {
	background: none !important;
	color: #3367aa !important;
}

.sf-menu a {
	color: #333333 !important;
	font-family: 'Noto Sans JP', sans-serif;
	/*フォント読み込み*/
	border-left: none !important;
	border-top: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: initial !important;
}

.sf-menu>li>a {
	font-size: 16px;
	padding-top: 0.4em !important;
}

.sf-menu>li>ul {
	margin-top: 1.3em !important;
	left: 5px !important;
}

.sf-sub-indicator {
	background: url(./img/triangle_under_24.gif) no-repeat !important;
	background-size: 100% !important;
	right: -1.0em !important;
	top: 0.7em !important;
}

/*一個下*/
.sf-menu li li {
	border: none !important;
	background: #121f27 !important;
	width: 240px !important;
	font-size: 14px !important;
	font-family: 'Noto Snas JP', sans-serif;
	padding-left: 21px;
	padding-right: 10px;
}

.sf-menu li li:hover {
	background: #183355 !important;
}

.sf-menu li li a {
	color: #fff !important;
	padding: 15px;
}

.sf-menu li li a:hover {
	background: none !important;
}

.sf-menu li li span {
	left: 210px !important;
	top: 17px !important;
	background: url(./img/triangle_right_24.gif) no-repeat !important;
	background-size: 100% !important;
}

@media screen and (min-width:1084px) and (max-width:1456px) {
	.sf-menu>li:nth-last-child(1)>ul {
		padding: 0 50px 9px 8px !important;
	}

	.sf-menu>li:nth-last-child(1) ul {
		left: auto !important;
		right: 0;
	}
}

/*２個下*/
.sf-menu li li li {
	background: #183355 !important;
}

.sf-menu li li ul {
	margin-left: 131px !important;
}

.sf-menu li li li:hover {
	background: #375472 !important;
}

.sf-shadow ul {
	padding: 0 8px 9px 0px !important;
	background: none !important;
}

.TopPanel img {
	width: 100%;
}

.TopPanel {
	border: none !important;
}


/*KV*/
#dnn_ctr789_HtmlModule_lblContent {
	position: relative;
	margin-bottom: 50px;
}

#dnn_ctr789_HtmlModule_lblContent img {
	width: 100%;
}


/*お知らせ*/
#ControlPanel>div:nth-child(4) {
	max-width: 1366px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#dnn_ContentPane {
	width: calc(92% - 220px) !important;
}

.row-fluid .span9 {
	max-width: 100% !important;
	margin-right: 2.56410256410256410% !important;
	min-width: none !important;
}


/*ニュース*/
.news_info {
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000026;
	text-align: left;
	max-width: 100%;
	font-family: 'Noto Sans JP', sans-serif !important;
}


#contents>table>tbody>tr:nth-child(1)>td>table {
	background-color: #eaf0f6 !important;
	border-radius: 5px !important;
}

#contents>table>tbody>tr>td {
	padding: 0 !important;
}

.tsp_Table td {
	font-family: 'Noto Sans JP', sans-serif !important;
	;
}

#contents>table>tbody>tr:nth-child(2) {
	display: none !important;
}






/* 見出しパーツ */
.h1_style {
	width: 100%;
	background: url(./img/zanka.gif) no-repeat 0 0;
	background-size: 100% auto;
	background-position-x: center;
	background-position-y: 64%;
	width: 100%;
	aspect-ratio: 683/90;
	margin-bottom: 50px;
}

.h1_style h1 {
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 34px;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
	position: relative;
	top: 42%;
}

/* 車背景 
.h1_style h1{
	background:url(./img/logo_cardb.gif) no-repeat 0 0;
}
*/
/* 電卓背景 */
.h1_style.calc {
	background: url(./img/zanka.gif) no-repeat 0 0;
	background-size: 100% auto;
	background-position-x: center;
	background-position-y: 64%;
	width: 100%;
	aspect-ratio: 683/90;
	margin-bottom: 50px;
}

/* 情報背景 
.h1_style.info h1{
	background:url(./logo_info.gif) no-repeat 0 0;
}
	*/
/* 電話帳・リンク背景 
.h1_style.address h1{
	background:url(./logo_address.gif) no-repeat 0 0;
}
*/
/* コラム・特集背景 
.h1_style.colum h1{
	background:url(./logo_colum.gif) no-repeat 0 0;
}
*/

/* top背景 */
.h1_style.top {
	background: url(./img/logo_top.gif) no-repeat 0 0;
	background-size: 100%;
	width: 100%;
	height: 170px;
}

.h1_style.top h1 {
	background: none;
	text-indent: -99999px;
	font-size: 0px;
}


.h2_style {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	height: 26px;
	line-height: 26px;
	margin: 0;
	text-align: left;
}

.subtitle {
	text-align: left;
}

.SubTitle {
	background-color: #eaf0f6 !important;
	color: #333333;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	height: 23px;
	padding: 8.5px 0 8.5px 17px;
	border-radius: 2px !important;
}

.SubTitle>img {
	display: none;
}

.SubNormal {
	padding: 0 !important;
	font-size: 14px !important;
}

.SubNormal span {
	font-size: 14px !important;
}

/* テキストスタイル */
.txt_blue {
	color: #3367aa !important;
}

.txt_lead {
	padding: 10px 0;
}

.txt_left {
	text-align: left !important;
}

.txt_right {
	text-align: right !important;
}

.txt_center {
	text-align: center !important;
}

.txt_top {
	vertical-align: top !important;
}

.txt_bold {
	font-weight: bold !important;
}

.txt_nowrap {
	white-space: nowrap;
	word-wrap: normal;
}

.txt_break {
	word-break: break-all !important;
	word-wrap: break-word !important;
}

/* 共通パーツ */
.btn_area {
	padding: 20px 0;
}

.page_number {
	padding: 5px;
	font-size: 12px;
}

/* トップニュース情報*/
.news_column {
	margin: 10px;
}

.news_article {
	border-collapse: collapse;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

.news_article dt, .news_article dd {
	padding: 5px;
}

.news_article_title {
	background-color: whitesmoke;
	border-right: none;
	border-top: #b5b5b5 1px solid;
	border-left: none;
	border-bottom: #b5b5b5 1px dashed;
}

div:has(>p.top_panel_txt) {
	position: relative;
}

.top_panel_txt {
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: 34px;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	line-height: 20px;

	span {
		font-size: 18px;
		display: block;
		margin-top: 20px;
	}
}

/* 車種カタログ>詳細情報 */
#btnlist_top {
	padding: 10px 0;
	text-align: right;
}

.car_photo {
	background-color: #FFF !important;
	display: table-cell;
	vertical-align: middle;
}

.car_photo:has(img) {
	text-align: center;
}

.car_photo.h150 {
	height: 150px;
}

.car_photo img {
	max-width: 180px !important;
	width: 100% !important;
	height: auto !important;
}

.car_photo_l {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.car_photo_l img {
	border: none;
}

/* 車種カタログ */
.white_color {
	background-color: #FFF;
}

.normal_color {
	background-color: #cdffcc;
}

.maker_color {
	background-color: #ffcc33;
}

.dealer_color {
	background-color: #fecccb;
}

label.normal_color,
label.maker_color,
label.dealer_color {
	width: 100px;
	display: inline-block;
	text-align: center;
	padding: 2px;
	margin: 4px 0;
}

label.dealer_color {
	margin: 4px 4px 4px 0;
}

.item_body_color .tsp_Table td {
	border: none !important;
}

.item_body_color {
	border: none !important;
	vertical-align: top;
	width: 25%;
}

.item_radio {
	border: none !important;
	vertical-align: middle;
	width: 10px;
}

.item_checkbox,
.item_icon {
	width: 30px;
	text-align: center;
}

.item_list_name {
	/*width: 420px;*/
	white-space: normal;
	line-break: strict;
}

.item_reference {
	/*width: 500px;*/
	white-space: normal;
	line-break: strict;
}

.item_subtotal {
	width: 120px;
}

.color_chip {
	border-color: Gray;
	border-width: 1px;
	border-style: Solid;
	height: 20px;
	width: 100px;
	vertical-align: middle;
}

/* 類似車種検索 選択ボタン 
.CommandButton{
	height:20px;
	width:90px;
}
*/

.checkgroup td,
.checkgroup label {
	white-space: nowrap;
	word-break: break-all;
}

.collapseContent table {
	width: 100%;
}

.collapseContent table table.children {
	width: 100%;
}

table.candidate_list {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border: 5px solid #ffffff;
	margin-top: 20px;
}




/*各td最小幅*/
.resultGridHeader td:nth-child(1) {
	/*min-width: 50px;*/
	border-left: 1px solid #333333;
}

/*
.resultGridHeader td:nth-child(2) {
	min-width: 50px;
}
.resultGridHeader td:nth-child(3) {
	min-width: 145px;
}
.resultGridHeader td:nth-child(4) {
	min-width: 72px;
}
.resultGridHeader td:nth-child(5) {
	min-width: 75px;
}
.resultGridHeader td:nth-child(6) {
	min-width: 35px;
}
.resultGridHeader td:nth-child(7) {
	min-width: 40px;
}
.resultGridHeader td:nth-child(8) {
	min-width: 40px;
}
.resultGridHeader td:nth-child(9) {
	min-width: 25px;
}
.resultGridHeader td:nth-child(12) {
	min-width: 60px;
}
.resultGridHeader td:nth-child(13) {
	min-width: 53px;
}
	*/
.resultGridHeader td:nth-last-child(1) {
	border-right: 1px solid #333333;
}





table.tsp_Table td.tsp_SubHeadTd {
	background-color: #efefef;
	color: #333;
	padding: 10px 20px 10px 20px !important;
}

.tsp_SubHeadText {
	padding: 10px 20px 10px 20px !important;
	color: #333333;
}

.tsp_SubHeadTd span {
	font-size: 15px !important;
}

table.tsp_Table td.tsp_SubHeadTdAlt {
	background-color: #efefef;
}

.item_subtotal .tsp_NormalText {
	font-size: 20px !important;
}

.estimate {
	width: 100%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-bottom: 5px;
	min-height: 42px;
}

.estimate span {
	font-size: 15px !important;
	font-weight: bold;
}

.estimate th {
	padding-top: 10px 0 10px 20px;
}

td:has(>.estimate) {
	padding: 0 !important;
}



/*車種カタログ詳細情報*/
.catalogs {
	border: solid 1px #bbb;
	border-collapse: collapse;
}

.catalogs table {
	border-collapse: collapse;
}

.catalogs td:nth-child(1) table {
	background-color: #efefef !important;
}

.catalogs>tbody>tr>td {
	padding: 0;
}

.catalogs>tbody>tr>td:nth-child(2),
.catalogs>tbody>tr>td:nth-child(3) {
	border-right: 1px solid #bbb;
}

.catalogs td table tr:has(td) {
	height: 53px;
}

.catalogs td:nth-child(1) table tr .car_photo {
	background-color: #efefef !important;
	height: 150px;
}

.catalogs td table tr>td {
	border-bottom: 1px dashed #bbb;
	vertical-align: middle;
	text-align: center;
	margin: 0;
}

.catalogs>tbody>tr>td:nth-child(1) table tr>td {
	padding: 10px 5px 10px 20px;
	text-align: left;
	margin: 0;
}

.catalogs td table tr>td:has(input[type="image"]) {
	padding: 0px 5px 0px 5px;
}

.catalogs td table tr:nth-last-child(1)>td {
	border: none;
}

.catalogs td:nth-child(1) table tr>td span:nth-child(1),
.catalogs td:nth-child(2) table tr>td span,
.catalogs td:nth-child(3) table tr>td span,
.catalogs td:nth-child(4) table tr>td span {
	line-height: 1;
	font-size: 13px !important;
}

.catalogs td:nth-child(1) table tr>td span:nth-child(2) {
	line-height: 1;
	font-size: 11px !important;
}

#btnlist_top {
	text-align: left;
	padding-top: 0;
}

#btnlist_top input {
	height: 30px;
}

#result>span {
	font-size: 13px;
}

.catalogs .double input {
	width: auto;
	max-width: 150px;
	height: auto;
	max-height: 33px;
}

.catalogs {
	width: 100%;

	table {
		width: 100% !important;
		white-space: normal !important;
	}

	table:not(.tsp_head),
	table.tsp_head span[style="color:#FF8080;"] {
		white-space: nowrap;
		font-size: 10px !important;

		br {
			display: none;
		}
	}

	.single_half {
		line-height: 1;
	}

	table.tsp_col0 td,
	table.tsp_col1 td,
	table.tsp_col2 td,
	table.tsp_col0 th,
	table.tsp_col1 th,
	table.tsp_col2 th {
		background-color: #fff !important;
	}

	table.tsp_head td,
	table.tsp_option td {
		padding: 10px 8px 10px 8px;
	}
}


/*車種カタログ主要装備表*/
td:has(div > .equipment) {
	padding: 0;
}

.equipment {
	border-collapse: collapse;
}

.equipment tr {
	height: 42px;
}

.equipment span {
	font-size: 15px !important;
}

/*見出し*/
.equipment tr:has(th) {
	background-color: #eaf0f6;
	height: 40px;
	border-bottom: 1px solid #eaf0f6;
	/*dashed消す*/
	border-top: 1px solid #bbb;
}

.equipment tr:has(th):nth-child(1) {
	border-top: none;
}

.equipment tr:has(th) th {
	text-align: left;
	padding-left: 15px !important;
	font-size: 15px !important;
	font-weight: 500;
}

.equipment tr:has(th) th span {
	font-size: 15px !important;
	font-weight: 500;
}

.equipment tr:has(.item_body_color) {
	border: none;
}

/*1段目*/
.equipment>tbody>tr:has(> :nth-child(2):last-child) td:nth-child(1) {
	background-color: #efefef;
}

.equipment>tbody>tr:has(> :nth-child(2):last-child) {
	border-bottom: 1px dashed #bbb;
}

.equipment>tbody>tr:has(> :nth-child(2):last-child) td {
	padding: 10px 0 10px 20px;
}

.item_body_color {
	border: none !important;
	vertical-align: top;
	width: 24%;
}

.item_body_color table,
.item_body_color table tr {
	border: none;
}

/*２段目*/
tr:has(.right) {
	border-top: none !important;
}

td:has(.right) {
	border-right: none !important;
	border-top: none !important;
}

.normal_color {
	margin-right: 10px !important;
}

.maker_color {
	margin-right: 10px !important;
}

.dealer_color {}

.equipment:nth-child(2 of .equipment) {
	margin-top: 40px;
}

.equipment:nth-child(2 of .equipment) td {
	border-top: dashed 1px #bbb;
	padding: 5px 15px 5px 15px !important;
}

.equipment:nth-child(2 of .equipment) tr:has(td) td:nth-child(1),
.equipment:nth-child(2 of .equipment) tr:has(td) td:nth-last-child(2) {
	border-right: 1px solid #bbb;
}

.equipment:nth-child(2 of .equipment) td input {
	color: #3367aa;
	accent-color: #3367aa;
	transform: scale(1.2);
}


#genre_table {
	margin-top: 20px;
}

#genre_table input[type="image"] {
	width: 140px;
}

#genre_table tr:not(:has(td[colspan="7"]))>td {
	border-top: 1px dashed #bbb;
}

#genre_table tr:has(td[colspan="3"])>td,
#genre_table tr:has(td[colspan="4"])>td {
	border-top: none;
}

#genre_table>tbody>tr>td:nth-child(4),
#genre_table>tbody>tr>td:nth-child(5),
#genre_table>tbody>tr>td:nth-child(6),
#genre_table>tbody>tr:nth-child(1) td:nth-child(2) {
	text-align: center;
}

#genre_table tr td:nth-child(6)>span.nowrap:has(input) {
	color: #FF0000;
	font-weight: 900;
}

#genre_table tr td:nth-child(4)>span.nowrap:has(input) {
	color: #4b83cd;
	font-weight: 900;
}

#genre_table td:has(label)>label {
	font-size: 12px !important;
}

.checkgroup>td {
	border-bottom: 1px dashed #bbb;
	border-top: none !important;
}

.checkgroup table td {
	border: none !important;
}




.tsp_NormalText th {
	background: #eeeeee;
	height: 42px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border: none;
}


.custom-button-style[value="編 集"] {
	background: #3367aa;
	background-color: #3367aa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 26px;
	box-shadow: none !important;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
}

.custom-button-style[value="削 除"] {
	background: #aaaaaa;
	background-color: #aaaaaa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 26px;
	box-shadow: none !important;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
}

.custom-button-style[value="保 存"] {
	background: #3367aa;
	background-color: #3367aa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 50px;
	box-shadow: none !important;
	width: 200px;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.custom-button-style[value="新規追加"] {
	background: #008595;
	background-color: #008595;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 50px;
	box-shadow: none !important;
	width: 200px;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}


/*リースルール編集*/
.custom-button-style[value="変更"] {
	background: #3367aa;
	background-color: #3367aa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 26px;
	box-shadow: none !important;
	width: 100px;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
}

.custom-button-style[value="決定"] {
	background: #3367aa;
	background-color: #3367aa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 50px;
	box-shadow: none !important;
	width: 200px;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.custom-button-style[value="キャンセル"] {
	background: #aaaaaa;
	background-color: #aaaaaa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 50px;
	box-shadow: none !important;
	width: 200px;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

input[value=">"].button-leftright {
	background-color: #fff;
	border: none;
	background: url(../../../../sysloc_style/img/arrow_right.png?ver=20250304) no-repeat center center;
	color: transparent;
	background-size: 20px auto;
	transition: 0.5s;
}

input[value="<"].button-leftright {
	background-color: #fff;
	border: none;
	background: url(../../../../sysloc_style/img/arrow_left.png?ver=20250304) no-repeat center center;
	color: transparent;
	background-size: 20px auto;
	transition: 0.5s;
}


/*手入力EOL提案書*/
.tsp_SubHeadTdAlt span {
	font-size: 15px !important;
}

table.tsp_Table td.tsp_SubHeadTdAlt {
	background-color: #efefef;
	color: #333;
	padding: 10px 20px 10px 20px !important;
}

.SubTitle span {
	color: #333333;
	align-items: center;
	font-size: 16px !important;
	font-weight: 500 !important;
	height: 23px;
}

span.tsp_ErrorText {
	color: #FF0000 !important;
	font-weight: 500 !important;
	font-size: 12px !important;
}

.button-leftright[value="選択"] {
	background: #3367aa;
	background-color: #3367aa;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 24px;
	box-shadow: none !important;
	color: #FFF;
	border: none !important;
	-webkit-border-radius: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	transition: 0.2s;
}


.one_column #contents_inner {
	width: 100% !important;
}



#buttonlist_top {
	padding-right: 0 !important;
}

#buttonlist_top input {
	height: 30px;
	margin: 0 !important;
}


/*グラフ*/


.DnnModule-835 {
	box-shadow: none !important;
	margin-bottom: 0 !important;
}



/*会社マスター編集*/
.RadPicker_Default .rcCalPopup {
	border: none !important;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	background-size: 20px auto;
}

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -2222px;
	text-align: center;
}

/*ログビューア*/

.pagingStyle table {
	max-width: 350px;
}

.pagingStyle td {
	font-size: 12px;
	border: none !important;
}

table.secondlist .pagingStyle table {
	max-width: 100px !important;
}

table.secondlist {
	margin-bottom: 15px;
}

table.firstlist,
table.secondlist {
	margin-top: 30px;
}

table.firstlist .gridHeader th,
table.secondlist .gridHeader th {
	padding: 6px 5px 6px 8px;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #333333;
	white-space: normal;
}

table.firstlist tr:nth-of-type(2n),
table.secondlist tr:nth-of-type(2n) {
	background-color: #eee;
}

table.firstlist tr:nth-last-of-type(1),
table.secondlist tr:nth-last-of-type(1) {
	background-color: #fff !important;
}

table.firstlist td,
table.secondlist td {
	font-size: 12px;
	padding: 4px;
	border-right: 1px solid #c9c9c9;
}

table.firstlist tr td,
table.secondlist tr td {
	text-align: center;
}

table.firstlist input[value="詳しく見る"] {
	background-color: #3367aa;
	border-radius: 15px;
	padding: 6px 15px 5px 15px;
	border: none;
	color: #fff;
	transition: .5s;
}

table.firstlist input[value="詳しく見る"]:hover {
	outline: 1px solid #3367aa;
	background-color: #fff;
	color: #3367aa;

}

/*類似車種検索-グレード一覧*/
.DnnModule-SimilarSearchResultList {
	.btn_area {
		text-align: center !important;
	}
}

/*類似車種検索-詳細情報*/
.DnnModule-SimilarCatalogList {
	br {
		display: none;
	}

	#buttonlist_top {
		padding-top: 0;
	}

	#buttonlist_top>input:nth-of-type(1) {
		display: none;
	}

	.catalogs {
		border: none !important;
	}

	.catalogs>tbody>tr:nth-of-type(2) {
		border: 1px solid #bbb;
	}

	#buttonlist_bottom {
		display: flex;
		justify-content: flex-end;
		align-items: center;

		>input:nth-of-type(1) {
			margin-right: calc(100% - 598.57px) !important;
		}
	}
}

/*トラック残価算出*/
.DnnModule-TruckCalcCondition {
	table:has(input[type="image"]) {
		border-top: none !important;
	}

	td[colspan="2"]:has(hr) {
		display: none;
	}

	.clearfix>table:nth-of-type(n+3):nth-of-type(-n+5) td {
		background-color: #fff !important;
	}

	.clearfix>table:nth-of-type(7) {
		span {
			border-bottom: none !important;
			padding-bottom: 0 !important;
		}

		span>.tsp_SubHeadTextAlt {
			color: #3367aa;
		}
	}
}

/*リース-満了通知提案書-代替え車種設定-ルール一覧*/
.ModEOLAltCarProposeRuleListC #contents {
	max-width: 1266px !important;
}

.ModEOLAltCarProposeRuleListC table {
	table-layout: fixed;
}

.ModEOLAltCarProposeRuleListC table tr td:nth-child(2) li {
	width: initial !important;
	overflow-wrap: break-word;

	span {
		display: block;
		white-space: wrap !important;
	}
}

/*EOL-詳細情報-表*/
.DnnModule-EOLCarInfoDetail {
	#btnlist_top input {
		width: 200px;
		height: auto !important;
	}

	.catalogs>tbody>tr>td:nth-of-type(n+2) table {
		th {
			padding: 0 !important;
			background-color: #fff !important;
		}
	}

	table {
		border: none;
	}

	table.tsp_col0 td,
	table.tsp_col1 td {
		background-color: #fff;
		border-left: none;
	}

	table.tsp_head {
		border-left: 1px solid #bbb;
		border-right: none;
	}

	table.tsp_head th {
		height: 40px !important;
		border: none !important;
	}

	table.tsp_head>tbody>tr:nth-of-type(1) th {
		border-bottom: 1px solid #efefef;
		background-color: #efefef;
	}

	table.tsp_col0 th,
	table.tsp_col1 th {
		border-bottom: 1px solid #fff;
		height: 40px !important;
		border-top: none;
	}
}

@media (max-width: 899px) {
	.car_photo.h150 {
		height: 150px;
	}
}

.catalogs>tbody>tr {
	vertical-align: top;
}

/*所有コストシミュレーション-計算条件表修正*/
.DnnModule-LeaseCavTcoSimulationCalcInput {
	max-width: 1366px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000026;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif !important;
	margin-bottom: 50px;

	.DNNModuleContent {
		padding: 40px;
	}

	.subtitle {
		font-size: 15px;
		padding: 8.5px 0 8.5px 17px;
		margin-bottom: 20px;
	}

	.result {
		margin-bottom: 20px;
	}

	table.CalcCondition {
		margin-bottom: 20px;
	}

	input[type="checkbox"] {
		accent-color: #3367aa !important;
	}

	td img {
		width: 20px;
	}

	tr:has(td.fuelcost) {
		height: 0px;
	}

	table td.single:has(input) {
		padding-top: 0;
		padding-bottom: 0;

		input {
			width: 80% !important;
			max-width: 200px;
		}
	}

	.colcheck .tsp_ColTitle {
		td {
			padding: 0 5px;
			border-left: none;
		}

		th {
			border-left: none;
		}

	}

	.collabel .tsp_ColTitle {
		td, td.car_photo.h150 {
			background-color: #efefef !important;
			text-align: left;
		}

		td:not(.fuelcost) {
			padding-left: 20px;
		}

		td.single:nth-last-of-type(1) {
			border-left: 1px solid #999;
		}
	}

	td[style="padding-top: 10px"]:has(input[type="image"]) {
		padding-top: 50px !important;
	}
}

/*ご提案車両比較シミュレーション-車種検索表*/
.ModLeaseProposalConditionC {
	td>input[type="text"], select {
		width: 70px !important;
	}

	tr>td:nth-of-type(1)>input.CommandButton {
		width: 12px;
	}

	td:has(input[type="image"]):not(.tsp_SubHeadTdAlt) {
		text-align: center;
	}

	tr[style="background-color:AntiqueWhite;white-space:nowrap;"] {
		background-color: #333 !important;
		white-space: normal !important;

		th {
			color: #fff;
			padding: 14px 0;
		}
	}

	tr[style="background-color:#9999CB;white-space:nowrap;"] {
		background-color: #333 !important;
		white-space: normal !important;

		th {
			color: #fff;
			padding: 14px 0;
		}
	}

	.white-border-tr {
		white-space: normal !important;
	}

	table>tbody>tr.white-border-tr:nth-of-type(2n+1) {
		background-color: #eee;
	}
}

/*類似車種検索-類似車種グレード一覧*/
.ModGradeSingleSelectResultC table td:has(input) {
	text-align: center;
}


a.dnnFormHelp {
	background-image: url(../../../../images/help-icn.png?ver=20250304) !important;
	background-size: 15px 15px;
	width: 17px;
	height: 17px;
	top: 0;
}

.one_column #title {
	width: 100% !important;
	max-width: 1266px;
}

.mark>img {
	visibility: hidden;
}

.dnnCheckbox-focus {
	background-color: transparent;
}

input[type="text"],
select {
	border: 1px solid #cccccc !important;
	font-size: 12px;
	box-shadow: none !important;
	height: 25px;
	color: #3e3e3e !important;
}


input[src*="/sysloc_style/img/btn_graph.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_report_output.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_csv_output.gif?ver=20250304"],
input[src*="/sysloc_style/img/ex_collectivecalc_calc.gif?ver=20250304"],
input[src*="/sysloc_style/img/db_sh_modoru.gif?ver=20250304"],
input[src*="/sysloc_style/img/btn_kensaku.gif?ver=20250304"],
input[src*="/sysloc_style/img/rv_trend.gif?ver=20250304"],
input[src*="/sysloc_style/img/btn_kensaku.gif?ver=20250304"],
input[src*="/sysloc_style/img/db_sh_modoru.gif?ver=20250304"],
input[src*="/sysloc_style/img/rv_zk_pdf.gif?ver=20250304"],
input[src*="/sysloc_style/img/re-download.gif?ver=20250304"],
input[src*="/sysloc_style/img/db_gd_shousai.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_condition_clear.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_output.gif?ver=20250304"],
input[src*="/sysloc_style/img/rv3_zk_zanka.gif?ver=20250304"],
input[src*="/sysloc_style/img/distribution_map.gif?ver=20250304"],
input[src*="/sysloc_style/img/pv_zk_zanka.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_show.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_calc.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_Agree.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_Proposal.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_next.gif?ver=20250304"],
input[src*="/sysloc_style/img/back_calc.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_select_large.gif?ver=20250304"] {
	width: 200px;
	height: auto;
}

input[src*="/sysloc_style/img/link_select.gif?ver=20250304"] {
	width: 100px;
	height: auto;
}

input[src*="/sysloc_style/img/company_shiborikomi.gif?ver=20250304"] {
	width: 150px;
	height: auto;
}

input[src*="/sysloc_style/img/download.gif?ver=202503041"],
input[src*="/sysloc_style/img/db_sho_cataloglist.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_change_min.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_log_detail_min.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_update.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_delete.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_copy.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_delete.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_delete_all.gif?ver=20250304"],
input[src*="/sysloc_style/img/button_select_item_spec_compare.gif?ver=20250304"],
input[src*="/sysloc_style/img/link_add.gif?ver=20250304"] {
	height: 30px;
	width: auto;
}

img[src*="/sysloc_style/img/help-icn.png?ver=20250304"],
img[src*="/images/help-icn.png?ver=20250304"] {
	width: 15px;
	height: auto;
}


img[src*="/sysrocket_shared/img_new/rv_zk_cursor_blue.gif?ver=20250304"],
img[src*="/sysrocket_shared/img_new/img_new/rv_zk_cursor_red.gif?ver=20250304"] {
	width: 20px;
	height: auto;
}

input[src*="/sysloc_style/img/pv_gd_zankacalc.gif?ver=20250304"],
input[src*="/sysloc_style/img/rv_gd_zankacalc.gif?ver=20250304"] {
	width: 90px !important;
	height: 30 !important;
}

/*全テーブルのborder設定*/
.tsp_Table {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.tsp_Table tr {
	border-bottom: 1px dashed #bbb;
}

.category-group-top {
	border-bottom: none !important;
}

/*コンテンツエリアの枠デザイン*/
div#dnn_ContentPane:has(.DnnModule) .DnnModule {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000026;
	text-align: left;
	max-width: 100%;
	font-family: 'Noto Sans JP', sans-serif !important;
	margin-bottom: 50px !important;
	padding: 50px;
}

div#dnn_ContentPane:has(.DnnModule) .DnnModule .DNNModuleContent>div {
	margin: 0;
}

.row-fluid:not(:has(#dnn_LeftPane)) #dnn_ContentPane {
	width: 100% !important;
	/*左パネル無しページのwidth設定*/
}

h5 {
	font-family: 'Noto Sans JP', sans-serif;
}


/*
.tabFrame {
    border-color: #93bee2 #f5f5f5 #dcdcdc;
    border-style: ridge solid solid ridge;
    border-width: 4px 1px 0 2px;
    height: 100%;
    width: 650px;
}
.tabOff {
    background-color: #ffffff;
    border-color: #93bee2;
    border-style: solid;
    border-width: 1px;
    color: #0000ff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    text-align: center;
}
.tabOn {
    background-color: #93bee2;
    border-color: #93bee2;
    border-style: solid;
    border-width: 1px;
    color: #0000ff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 700;
    height: 25px;
    text-align: center;
}
*/

/*Footer*/
.add-BottomFixed {
	height: calc(100vh - 53px);
	min-height: 0px;
}

.add-BottomFixed>div>div:nth-child(n+6):nth-child(-n+7) {
	position: absolute;
	left: 0;
}

.add-BottomFixed>div>div:nth-child(6) {
	bottom: 50px;
}

.add-BottomFixed>div>div:nth-child(7) {
	bottom: 0px;
}

.BottomSkin {
	width: 100% !important;
	height: 60px !important;
	background: linear-gradient(to right, #008595, #004095) !important;
	color: #fff !important;
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
	padding-top: 0 !important;
}

.BottomSkin a {
	color: #fff !important;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 14px;
	text-decoration-line: none !important;
	padding-right: 1% !important;
	padding-left: 1% !important;
}

.bg_blue {
	background: #333333 !important;
	border: none !important;
	height: 50px !important;
}

.bg_blue>img {
	width: 143px !important;
	height: auto !important;
}



@media (max-width: 899px) {
	#ControlPanel {
		width: 100%;
	}

	#dnn_ctr872_RV3\.RVCalcRemainder_tableCalcResult>tbody>tr>td {
		padding-left: 10px !important;
	}

	#dnn_ContentPane {
		width: 100% !important;
	}

	.logo_area {
		position: relative;
		width: 100%;
		clear: both;
		text-align: center;
		background: url(../../../../sysloc_style/img//bg_logo_area_tablet.gif) no-repeat bottom center;
	}

	.trl_logo {
		position: absolute;
		top: 7px;
		right: 0px;
	}

	.trl_logo img {
		position: absolute;
		width: 159px;
		margin-right: 10px;
	}

	.nav_area {
		width: 100%;
		clear: both;
		background: url(../../../../sysloc_style/img/bg_header_tablet.gif) no-repeat bottom right;
	}

	.login_area {}

	.LeftPanel img {
		width: auto !important;
		height: 50px !important;
	}

	.LeftPanel table {
		height: 50px;
		background-color: #3367aa;
		margin-bottom: 5px;
		text-align: left !important;
		border-radius: 5px;
	}

	.dnn_dnnMENU_ctldnnMENU {
		text-align: center;
		clear: both;
	}

	.row-fluid .span3.LeftPanel {
		width: 100% !important;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}

	.row-fluid .span9.ContentPanel {
		width: 100%;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}

	#contents {
		padding: 20px 5px;
	}

	.one_column #title {
		width: auto !important;
		margin: 0 auto 5px auto;
	}

	.one_column #contents_inner {
		width: auto !important;
		margin: 0 auto;
	}

	.car_photo img {
		width: 100%;
		height: auto;
	}

	.collapseContent table {
		width: 100%;
		margin-left: -30%;
	}

	.collapseContent table table.children {
		width: 100%;
		margin-left: 0;
	}

	.car_photo {
		height: 110px;
		background-color: #FFF !important;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.car_photo.h150 {
		height: 110px;
	}

	.car_photo img {
		width: 140px !important;
		height: 70px !important;
	}

	.double.btn_cell {
		height: 70px !important;
	}

	.double.btn_cell input[type="image"] {
		width: 140px !important;
		height: 22px;
	}


	.resultGridHeader td,
	thead.resultGridHeader th,
	tr.resultGridHeader th {
		padding: 2px;
	}

}


.EcoCarPercentage {
	color: Blue;
	font-weight: bold;
}

.whitespace-normal {
	white-space: normal
}

/* 不要なエリア */
#DummyPane,
#dnn_BottomPane {
	display: none;
}