@charset "utf-8";
/* StockList Sytle Sheet */
/*******************************************************************************/
/* 現行ストックリスト定義  (一覧、詳細）                                       */
/*******************************************************************************/
BODY {
	BACKGROUND-COLOR: #ffffff
}
BODY {
	FONT-SIZE: 10px; COLOR: #000000
}
TD {
	FONT-SIZE: 10px; COLOR: #000000
}
.color1 {
	BACKGROUND-COLOR: #bbbbbb
}
.color1b {
	BACKGROUND-COLOR: #bbbbbb
}
.color2 {
	BACKGROUND-COLOR: #dddddd
}
.color3 {
	BACKGROUND-COLOR: #333333
}
.color4 {
	BACKGROUND-COLOR: #ffffff
}
.color5 {
	BACKGROUND-COLOR: #999999
}
.page {
	FONT-SIZE: 10px; COLOR: #000000; LINE-HEIGHT: 120%
}
.title {
	FONT-SIZE: 10px; COLOR: #ffffff; LINE-HEIGHT: 120%; BACKGROUND-COLOR: #777777
}
.dan {
	FONT-SIZE: 12px; COLOR: #ff0000; LINE-HEIGHT: 120%; BACKGROUND-COLOR: #bbbbbb
}
.photo {
	FONT-SIZE: 12px; COLOR: #ffffff; LINE-HEIGHT: 120%; BACKGROUND-COLOR: #555555
}
.link1:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link1:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link1:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link1:hover {
	COLOR: #00ffff; TEXT-DECORATION: underline
}
.link2:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link2:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link2:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
.link2:hover {
	COLOR: #00ffff; TEXT-DECORATION: underline
}
H1 {
	FONT-SIZE: 18px; MARGIN: 0px; BORDER-BOTTOM: #999999 2px solid; COLOR: #666666; LINE-HEIGHT: 20px
}
H2 {
	FONT-SIZE: 18px; MARGIN: 0px; COLOR: #666666; LINE-HEIGHT: 20px
}

/*******************************************************************************/
/* 新ストックリスト定義  （詳細画面）                                          */
/*******************************************************************************/

body#bdid_print{
}
body#bdid_print table{
	margin:auto;
}

/*ページ背景色（追加）*/
.newbgcolor {
	BACKGROUND-COLOR: #BBC4CA
}
/*パンクズリスト*/
.pankuzu {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 5px;
	COLOR: #666666;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #f6f6f6;
	TEXT-ALIGN: left
}
/*フッター*/
.footer:link {
	TEXT-DECORATION: none
}
.footer:visited {
	TEXT-DECORATION: none
}
.footer:hover {
	TEXT-DECORATION: none
}
.footer:active {
	TEXT-DECORATION: none
}
.footer {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	LINE-HEIGHT: 110%
}

/*コピーライト*/
.copyrighttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.copyrighttxt:link {
	text-decoration: none;
	color: #000000;
}
.copyrighttxt:visited {
	text-decoration: none;
	color: #000000;
}
.copyrighttxt:hover {
	text-decoration: underline;
	color: #000000;
}
.copyrighttxt:active {
	text-decoration: underline;
	color: #000000;
}

/*テーブル*/
table {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 120%
}
/*ページ上部H1タグ（定義名変更）*/
.h1_head {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #333333
}
/*店舗情報領域*/
.shopdetail_table {
	background-color: #E5E5E5;
}
.shopdetail_img {
	width:320px;
	height:240px;
	display:block;
	margin:10px auto;
	text-align:center;
}
.shopdetail_info_title {
	font-size: 11px;
	font-weight: normal;
	background-color: #E5E5E5;
	text-align: left;
	color: #333333;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.shopdetail_info_left {
	font-weight: normal;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
.shopdetail_info_right {
	font-size: 11px;
	font-weight: normal;
	background-color: #F5F5F5;
	text-align: left;
	color: #333333;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.url:link {
	text-decoration: none;
	color: #333333;
}
.url:visited {
	text-decoration: none;
	color: #333333;
}
.url:hover {
	text-decoration: underline;
	color: #006699;
}
.url:active {
	text-decoration: underline;
	color: #006699;
}
/*詳細画面内H1タグ*/
.h1_stockdetail {
	font-size:16px;
	background:#003399;
	color:#FFFFFF;
	line-height:30px;
	padding:0 10px;
	margin-top:20px;
}
/*戻るリンク*/
.back_stockdetail {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.back_stockdetail:link {
	text-decoration: none;
	color: #333333;
}
.back_stockdetail:visited {
	text-decoration: none;
	color: #333333;
}
.back_stockdetail:hover {
	text-decoration: underline;
	color: #FF6600;
}
.back_stockdetail:active {
	text-decoration: underline;
	color: #FF6600;
}
/*詳細情報領域*/
.detail_info {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.stockdetail_table_left {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #F7F5EE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.stockdetail_table_right {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.stockdetail_price {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
}
.stockdetail_price_s {
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.stockdetail_price_tx {
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
    width:80px;
}
.qrcode,
.qrcode_tx{
	border:none;
}
.qrcode img{
	border: 1px solid #E8E8E8;
}
.qrcode_tx {
	vertical-align:top;
}


.stockdetail_table_upper {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #F7F5EE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}.stockdetail_table_lower {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
.tag_stockdetail {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
/*	background-color: #ECE9D8;*/
	background-color: #003399;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.print_out_edge {
	border: 1px solid #336699;
}

/*******************************************************************************/
/* 新ストックリスト定義  （一覧画面）                                          */
/*******************************************************************************/
/*ボディー（追加）*/
.list_body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
}
.list_category {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.list_category:link {
	text-decoration: none;
	color: #FFFFFF;
}
.list_category:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.list_category:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.list_category:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.list_table_bg {
	background-color: #FFFFFF;
}
.list_bg_color1 {
	background-color: #F4F4F4;
}
.list_bg_color2 {
	background-color: #EEEEEE;
}
.list_tx {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}
.list_tx:link {
	text-decoration: none;
	color: #333333;
}
.list_tx:visited {
	text-decoration: none;
	color: #333333;
}
.list_tx:hover {
	text-decoration: underline;
	color: #333333;
}
.list_tx:active {
	text-decoration: underline;
	color: #333333;
}
.list_partition {
	background-color: #CCCCCC;
}
.found_number {
	font-size: 12px;
	line-height: 18px;
	color: #CC6666;
}
.list_page_number {
	font-size: 11px;
	color: #999999;
	background-color: #F1F1F1;
	text-align: center;
	line-height: 15px;
}
.list_page_number_focus {
	font-size: 11px;
	color: #CC6666;
	background-color: #DDDDDD;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}
.list_page_number:link {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
.list_page_number:visited {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
.list_page_number:hover {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}
.list_page_number:active {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}
.list_navi_table {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	background-color: #F1F1F1;
}
form {
	margin: 0px;
}
.img_list_edge {
	border: 1px solid #CCCCCC;
}
.img_list_ph {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}
.img_list_free_comment {
	font-size: 11px;
	line-height: 15px;
	color: #CC0000;
	font-weight: bold;
}
.img_list_manen {
	font-size: 11px;
	line-height: 12px;
	color: #CC0000;
	text-align: right;
}
.img_list_manen2 {
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	padding-bottom: 3px;
	font-weight: normal;
}
.img_list_price {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.img_list_price2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.img_list_price3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
.img_list_price:link {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price:visited {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price:hover {
	text-decoration: underline;
	color: #CC0000;
}
.img_list_price:active {
	text-decoration: underline;
	color: #CC0000;
}
.img_list_price3:link {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price3:visited {
	text-decoration: none;
	color: #CC0000;
}
.img_list_price3:hover {
	text-decoration: underline;
	color: #CC0000;
}
.img_list_price3:active {
	text-decoration: underline;
	color: #CC0000;
}
.list_icon_new_e {
	background-image: url(/vcs_general/images/icon/stocklist_icon_new_e.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_j {
	background-image: url(/vcs_general/images/icon/stocklist_icon_new_j.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_pricedown_e {
	background-image: url(/vcs_general/images/icon/stocklist_icon_pricedown_e.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_pricedown_j {
	background-image: url(/vcs_general/images/icon/stocklist_icon_pricedown_j.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_baiyakuzumi_e {
	background-image: url(/vcs_general/images/icon/stocklist_icon_baiyakuzumi_e.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_baiyakuzumi_j {
	background-image: url(/vcs_general/images/icon/stocklist_icon_baiyakuzumi_j.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_shodanchu {
	background-image: url(/vcs_general/images/icon/stocklist_icon_shodanchu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* add by t.uchiumi@fip.fujitsu.com 2007.09.27 start ステータスアイコン追加 */
.list_icon_complete_car {
	background-image: url(/vcs_general/images/icon/complete_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_custom_car {
	background-image: url(/vcs_general/images/icon/custom_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_dealer_car {
	background-image: url(/vcs_general/images/icon/dealer_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_guarantee {
	background-image: url(/vcs_general/images/icon/guarantee.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_limited_car {
	background-image: url(/vcs_general/images/icon/limited_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_maker_guarantee {
	background-image: url(/vcs_general/images/icon/maker_guarantee.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_car {
	background-image: url(/vcs_general/images/icon/new_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_guarantee {
	background-image: url(/vcs_general/images/icon/new_guarantee.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_import {
	background-image: url(/vcs_general/images/icon/new_import.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_model {
	background-image: url(/vcs_general/images/icon/new_model.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_used {
	background-image: url(/vcs_general/images/icon/new_used.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_non_registration {
	background-image: url(/vcs_general/images/icon/non_registration.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_one_owner {
	background-image: url(/vcs_general/images/icon/one_owner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_rare_car {
	background-image: url(/vcs_general/images/icon/rare_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_show_car {
	background-image: url(/vcs_general/images/icon/show_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_u_car {
	background-image: url(/vcs_general/images/icon/u_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_used_car {
	background-image: url(/vcs_general/images/icon/used_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_vintage_car {
	background-image: url(/vcs_general/images/icon/vintage_car.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_with_record {
	background-image: url(/vcs_general/images/icon/with_record.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* add by t.uchiumi@fip.fujitsu.com 2007.09.27 end */
.footer_line {
	background-color: #666666;
}
select {
	font-size: 10px;
	line-height: 15px;
}

.gmap{
	text-align:center;
	margin:20px auto;
}

