@charset "utf-8";


/* グローバルメニュー */
#global-menu ul {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	min-width: 640px;
	list-style: none;
	padding-bottom:0;
}
#global-menu ul li {
	position: relative;
	float: left;
	width: 16.6%;
	height: 60px;
	text-align: center;
	background: url(../images/gmenu_separator.png) no-repeat left center;
	list-style: none;
	margin:0 0 0 0;
	line-height: 1.7;
}
#global-menu ul li:nth-child(1) {
	background: none;
}
#global-menu ul li a {
	padding-top: 10px;
	display: block;
	width: 100%;
	height: 50px;
	color: #333333;
	font-size: 1.10em;
	font-weight: 800;
	text-decoration: none;
}
#global-menu ul li a:hover {
	color: #8C939B;
}
#global-menu ul li span {
	display: block;
	color: #9FA0A0;
	font-size: 0.75em;
	font-weight: 100;

}

/* パンくず */
.type-1 .breadcrumb-1 em{
	color: #FFFFFF;
}
.-dress_white .c-breadcrumb .c-current{
	color: #FFFFFF;
}


/* 店舗情報 */
#shopinfo_table{
	background-color:#E8E9EB;
	padding:25px 20px 15px 20px;
	
}
#shopinfo_table table{
	border:none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#shopinfo_table .c-list_table th{
	border-right:none;
	border-top: none;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	padding:10px;
	font-weight:bold;
}
#shopinfo_table .c-list_table td{
	background-color: transparent;
	padding:10px 10px;
	border-top: none;
	border-bottom: 1px solid #ddd;
}


/* 在庫車一覧 */
.list_car{
	padding:0 0px;
}
.list_car .maker{
	font-size:12px !important;
	border-bottom:1px solid #595757 !important;
	margin:5px 0 5px 0;
}

.list_car .c-list_table{
	border:none;
}
.list_car .c-list_table th, .list_car .c-list_table td{
	border-right:none;
	border-bottom:1px solid #595757;
	vertical-align: bottom;
}
.list_car .c-list_table th{
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
	background-color:transparent;
}
.list_car .c-list_table td{
	text-align:right;
}

.link_box{
    position:relative;
    width:100%;
    min-height:370px;
    padding:10px 14px 5px 14px;
}
.link_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.link_box a:hover{
    background-color:#999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* 在庫車情報詳細 */
#detail_p_arrow_l{
	float:left;
	width:17px;
	height:282px;
	padding:192px 8px 0 0;
}
#detail_p{
	float:left;
	width:946px;
	height:474px;
	border:1px solid #595757;
}
#detail_p_arrow_r{
	float:left;
	width:17px;
	height:282px;
	padding:192px 0 0 8px;
}
.detail_spec p{
	font-size:16px !important;
	font-weight:bold;
	padding:5px 5px 5px 16px !important;
	background-color:#E8E9EB;
	margin:0 0 4px 0;
}
.detail_price{
	padding:10px 10px;
	background-color:#E8E9EB;
	margin:0 0 20px 0;
	border:1px solid #8C939B;
}


/* TOPへ戻るボタン */
#totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
}
#totop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/to_top.png);
	border:0;
}
#totop a:hover {
	background-image: url(../images/to_top_on.png);	
	background-color: transparent;
}

/* サービス大見出し */
.service_h3 h3{
	position: relative;
	text-align: center;
	color:#46648c !important;
}
.service_h3 h3::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #46648c;
}
.service_h3 h3 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: #E8E9EB;
	text-align: left;
}