/*#####################################################*/
/*#               stock_design_a_1                    #*/
/*#####################################################*/

/*----- DEFAULT STYLE SETTINGS -------*/
BODY { background-color : 000000  ; }
BODY,TD {font-size: 10px; color: ffffff ;}

/*------ TABLE STYLE SETTINGS -------*/
.color1 { background-color : 333333 ; }
.color1b { background-color :333333  ; }
.color2  { background-color : 555555 ; }
.color3  { background-color : 000000  ; }
.color4  { background-color : 333333  ; }
.color5  { background-color : 555555}

.page {font-size: 10px; line-height: 120%; color: ffffff ;}
.title {font-size: 10px; line-height: 120%; color: ffffff ; background-color : 555555  ; }
.dan {font-size: 12px; line-height: 120%; color: ff9900 ; background-color : 333333  ; }
.photo {font-size: 12px; line-height: 120%; color: ffffff ; background-color : 000000  ; }

/*------ LINK STYLE SETTINGS -------*/
.link1:LINK { color:ffffff; text-decoration:underline }
.link1:VISITED { color:ffffff ; text-decoration:underline }
.link1:ACTIVE { color:ffffff ; text-decoration:underline }
.link1:HOVER { color:ff0000; text-decoration:underline }

.link2:LINK { color:cccccc ; text-decoration:underline }
.link2:VISITED { color:cccccc ; text-decoration:underline }
.link2:ACTIVE { color:ffffff ; text-decoration:underline }
.link2:HOVER { color:ff0000; text-decoration:underline }

/* StockList Sytle Sheet */

/*******************************************************************************/
/* 新ストックリスト定義  （詳細画面）                                          */
/*******************************************************************************/
/*ページ背景色（追加）*/
.newbgcolor {
	BACKGROUND-COLOR: #000000
}

/*コピーライト*/
.copyrighttxt {
	FONT-SIZE: 9px;
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
	padding-top: 10px;
	color: #FFFFFF;
}
.copyrighttxt:link {
	text-decoration: none;
	color: #cccccc;
}
.copyrighttxt:visited {
	text-decoration: none;
	color: #cccccc;
}
.copyrighttxt:hover {
	text-decoration: underline;
	color: #cccccc;
}
.copyrighttxt:active {
	text-decoration: underline;
	color: #cccccc;
}

/*テーブル*/
table {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 120%
}

/*店舗情報領域*/
.shop_table {
	background-color: #333333;
}
.shopdetail_table {
	background-color: #222222;
}
.shopdetail_img {
	border: 1px solid #444444;
}
.shopdetail_info_title {
	font-size: 11px;
	font-weight: normal;
	background-color: #222222;
	text-align: left;
	color: #ffffff;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.shopdetail_info_left {
	font-weight: normal;
	background-color: #111111;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
}
.shopdetail_info_right {
	font-size: 11px;
	font-weight: normal;
	background-color: #222222;
	text-align: left;
	color: #ffffff;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.url:link {
	text-decoration: none;
	color: #0099ff;
}
.url:visited {
	text-decoration: none;
	color: #0099ff;
}
.url:hover {
	text-decoration: underline;
	color: #0099ff;
}
.url:active {
	text-decoration: underline;
	color: #0099ff;
}
/*詳細画面内H1タグ*/
.h1_stockdetail {
	FONT-SIZE: 16px;
	MARGIN: 0px;
	COLOR: #ffffff;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: 0px solid;
}
/*戻るリンク*/
.back_stockdetail {
	font-size: 12px;
	line-height: 15px;
	color: #cccccc;
}
.back_stockdetail:link {
	text-decoration: none;
	color: #cccccc;
}
.back_stockdetail:visited {
	text-decoration: none;
	color: #cccccc;
}
.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: #ffffff;
}
.stockdetail_table_left {
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #111111;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #444444;
	border-bottom-color: #444444;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.stockdetail_table_right {
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	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: #444444;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #444444;
}
.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: #ffffff;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #444444;
}
.qrcode {
	border: 1px solid #E8E8E8;
}
.qrcode_tx {
	font-size: 11px;
	line-height: 15px;
	color: #888888;
	padding-left: 10px;
}
.stockdetail_table_upper {
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #222222;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #444444;
	border-bottom-color: #444444;
	text-align: center;
}.stockdetail_table_lower {
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	text-align: left;
}
.tag_stockdetail {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	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 #999999;
}
.line_color {
	background-color: #CCCCCC;
}
.photo_line {
	background-color: #444444;
}
/*******************************************************************************/
/* 新ストックリスト定義  （一覧画面）                                          */
/*******************************************************************************/
/*ボディー（追加）*/
.list_body {
	color: #333333;
	background-color: #000000;
	font-size: 10px;
	line-height: 15px;
}
.list_category {
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	background-color: #222222;
	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: #3366cc;
}
.list_category:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.list_table_bg {
	background-color: #222222;
}
.list_bg_color1 {
	background-color: #111111;
}
.list_bg_color2 {
	background-color: #111111;
}
.list_tx {
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}
.list_tx:link {
	text-decoration: none;
	color: #999999;
}
.list_tx:visited {
	text-decoration: none;
	color: #999999;
}
.list_tx:hover {
	text-decoration: underline;
	color: #999999;
}
.list_tx:active {
	text-decoration: underline;
	color: #999999;
}
.list_partition {
	background-color: #000000;
}
.found_number {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.list_page_number {
	font-size: 11px;
	color: #ffffff;
	background-color: #111111;
	text-align: center;
	line-height: 15px;
}
.list_page_number_focus {
	font-size: 11px;
	color: #CC6666;
	background-color: #cccccc;
	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: #555555;
	border-bottom-color: #555555;
	margin-top: 5px;
	background-color: #111111;
}
form {
	margin: 0px;
}
.img_list_edge {
	border: 1px solid #333333;
}
.img_list_ph {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888888;
	padding-top: 3px;
}
.img_list_free_comment {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
}
.img_list_manen {
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	text-align: right;
}
.img_list_manen2 {
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	padding-bottom: 3px;
	font-weight: normal;
}
.img_list_price {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.img_list_price2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.img_list_price3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.img_list_price:link {
	text-decoration: none;
	color: #999999;
}
.img_list_price:visited {
	text-decoration: none;
	color: #999999;
}
.img_list_price:hover {
	text-decoration: underline;
	color: #999999;
}
.img_list_price:active {
	text-decoration: underline;
	color: #999999;
}
.img_list_price3:link {
	text-decoration: none;
	color: #999999;
}
.img_list_price3:visited {
	text-decoration: none;
	color: #999999;
}
.img_list_price3:hover {
	text-decoration: underline;
	color: #999999;
}
.img_list_price3:active {
	text-decoration: underline;
	color: #999999;
}
.list_icon_new_e {
	background-image: url(/vcsImg/img/car/statusIcon/status5s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_j {
	background-image: url(/vcsImg/img/car/statusIcon/status4s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_pricedown_e {
	background-image: url(/vcsImg/img/car/statusIcon/status7s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_pricedown_j {
	background-image: url(/vcsImg/img/car/statusIcon/status6s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_baiyakuzumi_e {
	background-image: url(/vcsImg/img/car/statusIcon/status3s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_baiyakuzumi_j {
	background-image: url(/vcsImg/img/car/statusIcon/status2s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_shodanchu {
	background-image: url(/vcsImg/img/car/statusIcon/status1s.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(/vcsImg/img/car/statusIcon/status8s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_custom_car {
	background-image: url(/vcsImg/img/car/statusIcon/status9s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_dealer_car {
	background-image: url(/vcsImg/img/car/statusIcon/status10s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_guarantee {
	background-image: url(/vcsImg/img/car/statusIcon/status11s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_limited_car {
	background-image: url(/vcsImg/img/car/statusIcon/status12s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_maker_guarantee {
	background-image: url(/vcsImg/img/car/statusIcon/status13s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_car {
	background-image: url(/vcsImg/img/car/statusIcon/status14s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_guarantee {
	background-image: url(/vcsImg/img/car/statusIcon/status15s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_import {
	background-image: url(/vcsImg/img/car/statusIcon/status16s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_model {
	background-image: url(/vcsImg/img/car/statusIcon/status17s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_new_used {
	background-image: url(/vcsImg/img/car/statusIcon/status18s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_non_registration {
	background-image: url(/vcsImg/img/car/statusIcon/status19s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_one_owner {
	background-image: url(/vcsImg/img/car/statusIcon/status20s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_rare_car {
	background-image: url(/vcsImg/img/car/statusIcon/status21s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_show_car {
	background-image: url(/vcsImg/img/car/statusIcon/status22s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_u_car {
	background-image: url(/vcsImg/img/car/statusIcon/status23s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_used_car {
	background-image: url(/vcsImg/img/car/statusIcon/status24s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_vintage_car {
	background-image: url(/vcsImg/img/car/statusIcon/status25s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_with_record {
	background-image: url(/vcsImg/img/car/statusIcon/status26s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* add by t.uchiumi@fip.fujitsu.com 2007.09.27 end */

/* ステータスアイコン追加 2009.12.14 start */
.list_icon_campaign {
	background-image: url(/vcsImg/img/car/statusIcon/status27s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_fair {
	background-image: url(/vcsImg/img/car/statusIcon/status28s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_genzei {
	background-image: url(/vcsImg/img/car/statusIcon/status29s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_hybrid {
	background-image: url(/vcsImg/img/car/statusIcon/status30s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_mishiyou {
	background-image: url(/vcsImg/img/car/statusIcon/status31s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_outlet {
	background-image: url(/vcsImg/img/car/statusIcon/status32s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.list_icon_shitadori {
	background-image: url(/vcsImg/img/car/statusIcon/status33s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ステータスアイコン追加 2009.12.14 end */

.footer_line {
	background-color: #333333;
}
select {
	font-size: 10px;
	line-height: 15px;
}

/*******************************************************************************/
/* 登録画像11枚以上のストックリスト定義  （詳細・サムネイル・拡大画像 画面）   */
/*******************************************************************************/

/* 詳細画面 */

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン１） */
#all_img01 {
	margin: 0px;
	height: 50px;
	width: 506px;
	display: block;
	background: url(/vcs_general/images/icon/bt_all_img01.gif) no-repeat center top;
}
#all_img01 a:link {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img01 a:visited {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img01 a:active {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img01 a:hover {
	width: 506px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
}

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン２） */
#all_img02 {
	margin: 0px;
	height: 50px;
	width: 203px;
	display: block;
	background: url(/vcs_general/images/icon/bt_all_img02.gif) no-repeat center top;
}
#all_img02 a:link {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.0em;
	padding-top: 16px;
}
#all_img02 a:visited {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.0em;
	padding-top: 16px;
}
#all_img02 a:active {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.0em;
	padding-top: 16px;
}
#all_img02 a:hover {
	width: 203px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.0em;
	padding-top: 16px;
}

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン３） */
#all_img03 {
	margin: 0px;
	height: 50px;
	width: 720px;
	display: block;
	background: url(/vcs_general/images/icon/bt_all_img03.gif) no-repeat center top;
}
#all_img03 a:link {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img03 a:visited {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img03 a:active {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img03 a:hover {
	width: 720px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
}

/* 拡大画像閲覧用のサムネイルページへのボタン（ストックリストパターン４） */
#all_img04 {
	margin: 0px;
	height: 50px;
	width: 266px;
	display: block;
	background: url(/vcs_general/images/icon/bt_all_img04.gif) no-repeat center top;
}
#all_img04 a:link {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img04 a:visited {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img04 a:active {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
}
#all_img04 a:hover {
	width: 266px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	letter-spacing: 0.1em;
	padding-top: 16px;
}


/* サムネイル・拡大画像 画面 */

/* サムネイルエリア */
#thumbnail {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: center;
}

/* 拡大画像エリア */
#zoom_pic {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 3px;
	margin-right: auto;
	text-align: center;
}

/* ツールバーエリア */
#toolbar {
	margin-top: 3px;
	margin-left: auto;
	margin-bottom: 3px;
	margin-right: auto;
	text-align: center;
}

/* 拡大画像画面 の写真の枠色 */
/* スライドショー再生時のドット抜け解消の為、写真の背景色は黒(#000000) */
.zoom_pic_border {
	border: 1px solid #999999;
	padding: 0px;
	background: #000000;
}

/* 拡大画像画面 のコメントテキストの色 */
.zoom_pic_tx {
	padding: 3px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

/* サムネイル画面 の写真の枠色 */
.zoom_ph_border {
	border: 1px solid #999999;
	padding: 1px;
}

/* サムネイル画面／拡大画像画面 の背景色 */
.zoom_base_bg {
	background: #FFFFFF;
}

/* サムネイル画面／拡大画像画面 のツールバー背景柄 */
.zoom_toolbar_bg {
	background: url(/vcs_general/images/icon/zoom_toolbar_bg.gif) repeat-x top;
}

/* サムネイル画面／拡大画像画面 のツールバー背景柄（左） */
.zoom_toolbar_bg_left {
	background: url(/vcs_general/images/icon/zoom_toolbar_bg_left.gif) no-repeat left top;
}

/* サムネイル画面／拡大画像画面 のツールバー背景柄（右） */
.zoom_toolbar_bg_right {
	background: url(/vcs_general/images/icon/zoom_toolbar_bg_right.gif) no-repeat right top;
}

/* サムネイル画面／拡大画像画面 のボタンエリア背景柄 */
.zoom_bt_area_bg {
	background: url(/vcs_general/images/icon/zoom_bt_area_bg.gif) repeat-x top;
}

/* サムネイル画面／拡大画像画面 のボタンエリア背景柄（左） */
.zoom_bt_area_bg_left {
	background: url(/vcs_general/images/icon/zoom_bt_area_bg_left.gif) no-repeat left top;
}

/* サムネイル画面／拡大画像画面 のボタンエリア背景柄（右） */
.zoom_bt_area_bg_right {
	background: url(/vcs_general/images/icon/zoom_bt_area_bg_right.gif) no-repeat right top;
}

/* サムネイル画面／拡大画像画面 のボタン（画像一覧に戻る） */
#bt_list {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_list a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list1.gif) no-repeat center top;
}
#bt_list a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list1.gif) no-repeat center top;
}
#bt_list a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list2.gif) no-repeat center top;
}
#bt_list a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_list2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（前の画像を見る） */
#bt_back {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_back a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back1.gif) no-repeat center top;
}
#bt_back a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 246x;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back1.gif) no-repeat center top;
}
#bt_back a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back2.gif) no-repeat center top;
}
#bt_back a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_back2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（スライドショーを再生する） */
#bt_play {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_play a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play1.gif) no-repeat center top;
}
#bt_play a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play1.gif) no-repeat center top;
}
#bt_play a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play2.gif) no-repeat center top;
}
#bt_play a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_play2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（スライドショーを停止する） */
#bt_stop {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_stop a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop1.gif) no-repeat center top;
}
#bt_stop a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop1.gif) no-repeat center top;
}
#bt_stop a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop2.gif) no-repeat center top;
}
#bt_stop a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_stop2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（次の画像を見る） */
#bt_next {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_next a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next1.gif) no-repeat center top;
}
#bt_next a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next1.gif) no-repeat center top;
}
#bt_next a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next2.gif) no-repeat center top;
}
#bt_next a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_next2.gif) no-repeat center top;
}

/* サムネイル画面／拡大画像画面 のボタン（閉じる） */
#bt_close {
	display: block;
	margin: 3px;
	padding: 0px;
	height: 24px;
	width: 36px;
}
#bt_close a:link {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close1.gif) no-repeat center top;
}
#bt_close a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close1.gif) no-repeat center top;
}
#bt_close a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close2.gif) no-repeat center top;
}
#bt_close a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 36px;
	text-decoration: none;
	background: url(/vcs_general/images/icon/zoom_bt_close2.gif) no-repeat center top;
}

/*laravel移行時に修正*/

.img_list_ph {
	border-bottom:none;
}

.card .txt-box {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #888888;
}

/*laravel移行時に修正 end*/