@charset "utf-8";

/*==========================================================

	shop_index　共通レイアウト

==========================================================*/

/* タイトル
--------------------------------*/
.title_layout1 {
  border-top: 3px solid #0B7FBA;
  border-bottom: 1px solid #FFF;
	background:#ebebeb;
	
  background: -moz-linear-gradient(
 top,
 #ffffff 0%,
 #ebebeb);
  background: -webkit-gradient(
 linear, left top, left bottom,
 from(#ffffff),
 to(#ebebeb));
}
.title_layout1 h2 {
	color: #0190dc;
	font-size: 16px;
	padding: 5px 0 5px 10px;	
}
.sub_def .title_layout1 h2 {
	font-size: 14px;
}
.title_layout1 h2.ico_search { background: url(/lib/images/common/ico_shop.png) no-repeat 10px 5px; padding-left: 40px; }

#pickupArea .subTtlArea .subTtl { background: url(/lib/images/shop/index/ico_whats_new.png) no-repeat 10px 10px; }
#shopStockArea .subTtlArea .subTtl { background: url(/lib/images/shop/index/ico_stock_car.png) no-repeat 10px 10px; }
#afterServiceShopArea .subTtlArea .subTtl { background: url(/lib/images/shop/index/ico_after_shop.png) no-repeat 10px 10px; }


.contact-number {
	font-size: 0.7em;
}
.contact-number td span {
	color: #07B0B7;
	font-weight: bold;
}
.car-info li {
	font-size: 0.7em;
}
.shopName {
	background: #EAF1F7;
	border-bottom: 1px solid #CCCCCC;
	padding: 1%;
	font-size: 0.8em;
}

/* 右カラム
--------------------------------*/
#shop_navigation .common_style_navi .area_list ul li.active a	{
	color:#FF9900;
}

/* 共通スタイル
--------------------------------*/
.main_inner	{
	background-color:#F6F6F6;
}

#shop_index #shopInfo td .map a.map_big {
	text-decoration: none;
	text-align:center;
	display:block;
	margin:10px auto;
	font-weight:bold;
	padding:8px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #32668B;
}
#shop_index #shopInfo td .map a.map_big:hover {
	background-color:#32668B;
	color:#FFF;
}

#shop_index #shopInfo td .map #map_canvas {
  height: 200px;
}

/* -----------------------------
 詳細
--------------------------------*/
.title_layout1	{
	position:relative;
}
.title_layout1 .menuWrap	{
	position:absolute;
	top:0%;
	right:2%;
	width:28%;
}

.title_layout1 .menuWrap .stockCarCount	{
	color:#CB1000;
	font-size:1em;
	float: left;
}
.title_layout1 .stockCarCount span	{
	font-size:1.4em;
	font-weight:bold;
}


/* 店舗画像
----------------------------------------------------------*/
#shop_index #shopPhoto	{
	position: relative;
}
#shop_index #shopPhoto:before	{
	content: "";
	display: block;
	padding-top:80%;
}
#shop_index #select_main_photo	{
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
#shop_index .select_photo	{
	position: relative;
	width: 100%;
	z-index:2000;
}
#shop_index .select_photo ul {
	margin-bottom: 3%;
}
#shop_index .select_photo li {
	width: 19%;
	height:50px;
	overflow:hidden;
	float: left;
	margin:0 1% 1% 0;
	cursor: pointer;
	line-height:0;
	font-size:0;
}
#shop_index .select_photo li img.current {
	filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
#shop_index .select_photo li.last {
	margin-right: 0;
}
#shop_index .select_photo_link {
	font-size: 12px;
	float: left;
	width: 63%;
	text-align: right;
}

/* 店舗基本情報
----------------------------------------------------------*/
#shop_index .shopInfoArea	{
	padding:3% 3% 2%;
}

#shop_index .shopInfoArea #shopPhoto	{
	float:left;
	width:44%;
}
#shop_index .shopInfoArea #shopPhoto img	{
	width:100%;
}
#shop_index .shopInfoArea #shopInfo	{
	float:right;
	width:53%;	
}
#shop_index .shopInfoArea #shopInfo table	{
	border-top:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
}
#shop_index .shopInfoArea #shopInfo table th,
#shop_index .shopInfoArea #shopInfo table td	{
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	padding:3%;
	font-size:0.8em;
}
#shop_index .shopInfoArea #shopInfo table th	{
	background-color:#FAFAFA;
	width:25%
}
#shop_index .shopInfoArea #shopInfo table td	{
	width:75%;
	word-break : break-all;
}
#shop_index .shopInfoArea #shopInfo table td p	{
	word-break : break-all;
}
#shop_index .shopInfoArea #shopInfo table td .mapLink	{
	vertical-align:middle;
}

/* フェア・ブログ　トピックス
----------------------------------------------------------*/
#pickupArea .subTtlArea	{
	background-color:#3BA3D8;
	border-bottom:1px solid #CCCCCC;
}
#pickupArea .subTtlArea .subTtl	{
	color:#FFFFFF;
	font-size:0.9em;
	padding:1% 0 1% 4%;
}
#pickupArea .shopTopics	{
	padding:0 3% 3%;
}
#pickupArea .shopTopics .fairBlog	{

}
#pickupArea .shopTopics .topicsSliderArea	{
	float:right;
	width:44%;	
}

#pickupArea .shopTopics .fairBlog .fairArea	{
	float:left;
	width:100%;
}
#pickupArea .shopTopics .fairBlog .blogArea	{
	float:right;
	width:100%;
}
#pickupArea .shopTopics .fairBlog.newsColumn .blogArea	{
	float:none;
	width:100%;
}

#pickupArea .shopTopics .fairBlog .fairArea .fairTtl	{
	position:relative;
	background:url(/lib/images/shop/index/bg_ttl_fair.jpg) repeat-x left top;
}
#pickupArea .shopTopics .fairBlog .fairArea .fairTtl .week	{
	position:absolute;
	top:42%;
	right:2%;
	font-size:0.8em;
	color:#FFFFFF;
}
#pickupArea .shopTopics .fairBlog .fairContent	{
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding:3%;
}
#pickupArea .shopTopics .fairBlog .photo	{
	float:left;
	width:30%;
}
#pickupArea .shopTopics .fairBlog .photo img	{
	width:100%;
}
#pickupArea .shopTopics .fairBlog .content	{
	float:right;
	width:68%;
	font-size:0.8em;
}
#pickupArea .shopTopics .fairBlog .content p	{
	word-break:break-all !important;
}
#pickupArea .shopTopics .fairBlog .blogContent	{
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	font-size:0.8em;
}
#pickupArea .shopTopics .fairBlog .blogArea .blogTtl	{
	position:relative;
	background:url(/lib/images/shop/index/bg_shop_information.jpg) repeat-x left bottom;
}
#pickupArea .shopTopics .fairBlog .blogContent li	{
	padding:1.5% 3%;
	border-top:1px solid #EFEFEF;
}
#pickupArea .shopTopics .fairBlog .blogContent .detailLink	{
	text-align:right;
	padding:2% 2% 2% 0;
	border-top:1px solid #EFEFEF;
}
#pickupArea .shopTopics .fairBlog .fairArea .content .detailLink	{
	text-align:right;
}
#pickupArea .shopTopics .fairBlog .fairArea .fairContent .title	{
	color:#2D7AD9;
	font-weight:bold;
	margin-bottom:2%;
	padding-left: 5.6em;
  text-indent: -5.6em;
}
#pickupArea .shopTopics .fairBlog .fairArea .fairContent .title span	{
	color:#000000;
	font-size:0.8em;
}
#pickupArea .shopTopics .topicsSliderArea .bx-wrapper .bx-pager	{
	text-align:center;
	margin-top:8px;
}
#pickupArea .shopTopics .topicsSliderArea .bx-wrapper .bx-pager-item	{
	display:inline-block;
}
#pickupArea .shopTopics .topicsSliderArea .bx-wrapper .bx-pager-item a	{
	display:block;
	width:12px;
	height:12px;
	margin-right:10px;
	
	webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	
	background-color:#CFCFCF;
	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}
#pickupArea .shopTopics .topicsSliderArea .bx-wrapper .bx-pager-item a.active	{
	background-color:#2196D9;
}
#pickupArea .shopTopics .topicsSliderArea .bx-wrapper .bx-controls-direction	{
	display:none;
}
#pickupArea .shopTopics .topicsSliderArea #topicsSlider li img	{
	width:100%;	
}

/* 在庫一覧
----------------------------------------------------------*/
#shopStockArea .subTtlArea	{
background-color:#3BA3D8;
	border-bottom:1px solid #CCCCCC;
}
#shopStockArea .subTtlArea .subTtl	{
	color: #ffffff;
	font-size: 0.8em;
	padding: 1% 0 1% 55px;
	position:relative;
}
#shopStockArea .subTtlArea .subTtl .stockListChange	{
	position:absolute;
	top:9%;
	left:130px;
	width:76%;
}
#shopStockArea .subTtlArea .subTtl .stockListChange li	{
	display:inline-block;
	/*background:url(/lib/images/shop/index/bg_stock_car_change_arrow.png) no-repeat center bottom;*/
	padding-bottom:1.5%;
	width:10%;
}
#shopStockArea .subTtlArea .subTtl .stockListChange li.current	{
	/*background:url(/lib/images/shop/index/bg_stock_car_change_arrow_current.png) no-repeat center bottom;*/
}
/*
#shopStockArea .subTtlArea .subTtl .stockListChange li a	{
	display:block;
	padding:7px 0;
	
	color:#000000;
	text-decoration:none;
	text-align:center;
	
	border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-moz-border-radius:5px 5px;
	
	background: #fafafa; 
	background: -moz-linear-gradient(top,  #fafafa 0%, #e3dfde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e3dfde));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e3dfde 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e3dfde 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e3dfde 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#e3dfde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e3dfde',GradientType=0 );

	box-shadow:rgba(0, 0, 0, 0.47) 0px 0px 4px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.47) 0px 0px 4px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.47) 0px 0px 4px -1px;

}
#shopStockArea .subTtlArea .subTtl .stockListChange li.current a	{
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	
	background: #eaaa02;
	background: -moz-linear-gradient(top,  #eaaa02 0%, #fad000 100%, #fad000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaaa02), color-stop(100%,#fad000), color-stop(100%,#fad000));
	background: -webkit-linear-gradient(top,  #eaaa02 0%,#fad000 100%,#fad000 100%);
	background: -o-linear-gradient(top,  #eaaa02 0%,#fad000 100%,#fad000 100%);
	background: -ms-linear-gradient(top,  #eaaa02 0%,#fad000 100%,#fad000 100%);
	background: linear-gradient(to bottom,  #eaaa02 0%,#fad000 100%,#fad000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaaa02', endColorstr='#fad000',GradientType=0 );
}*/
#shopStockArea .subTtlArea .subTtl .btnStock	{
	position:absolute;
	top:18%;
	width:9%;
	right:1.5%;
}
#shopStockArea .subTtlArea .subTtl .btnStock a	{
	display:block;
	padding:3% 15%;
	
	color:#375270;
	text-decoration:none;
	
	border-radius:3px 3px;
	-webkit-border-radius:3px 3px;
	-moz-border-radius:3px 3px;
	background-color:#FFFFFF;
	
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #e3dfde 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e3dfde)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e3dfde 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#e3dfde 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#e3dfde 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#e3dfde 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e3dfde',GradientType=0 ); /* IE6-9 */
	
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.23) 2px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.23) 2px 2px 2px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.23) 2px 2px 2px -1px;
}

#shopStockArea .stockCarArea	{
	padding:3%;
}

#shopStockArea .stockCarArea .car-height	{
	width:15%;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
}
#shopStockArea .stockCarArea .car-height .photo img	{
	width:100%;
}
#shopStockArea .stockCarArea .car-height .car-brand	{
	font-size:0.7em;
	background-color:#737373;
	color:#FFFFFF;
	text-align:center;
	padding:1% 0;
	font-weight:bold;
}
#shopStockArea .stockCarArea .car-height .car-name	{
	font-size:0.7em;
	padding:4% 0;
	line-height:1.2;
}
#shopStockArea .stockCarArea .car-height .price	{
	background: #F1F1F1;
	font-size: 0.7em;
}
#shopStockArea .stockCarArea .car-height .price span	{
	font-size:0.9em;
	font-weight:bold;
	font-size:0.7em;
	padding: 6px 0;
	display:block;
	float:right;
	width:40%;
	text-align:center;
}
#shopStockArea .stockCarArea .car-height .price	strong {
	color:#FFFFFF;
	background: #c30000; /* Old browsers */
	background: -moz-linear-gradient(top,  #c30000 0%, #8f0002 100%, #fad000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c30000), color-stop(100%,#8f0002), color-stop(100%,#fad000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c30000 0%,#8f0002 100%,#fad000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c30000 0%,#8f0002 100%,#fad000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c30000 0%,#8f0002 100%,#fad000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c30000 0%,#8f0002 100%,#fad000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30000', endColorstr='#fad000',GradientType=0 ); /* IE6-9 */
	padding: 3px;
	float:left;
	width:54%;
	text-align:center;
}
#shop_search .shop_select_area1 .shop_detail .right .shop_search_table th.category {
	color: #3E4E70;
	font-size: 12px;
	background: url(/lib/images/common/icon_return.png) no-repeat 10px center , -moz-linear-gradient(
	 top,
	 #EFEFEF 0%,
	 #FFFFFF);
	background:url(/lib/images/common/icon_return.png) no-repeat 10px center , -webkit-gradient(
	 linear, left top, left bottom,
	 from(#EFEFEF),
	 to(#FFFFFF));
	 text-align: center;
}							




/* アフターサービス店舗情報
----------------------------------------------------------*/
#afterServiceShopArea .subTtlArea	{
	background-color:#3BA3D8;
	border-bottom:1px solid #CCCCCC;
	position:relative;
}
#afterServiceShopArea .subTtlArea .subTtl	{
	color:#FFFFFF;
	font-size:0.9em;
	padding:1% 0 1% 4%;
}
#afterServiceShopArea .subTtlArea .areaList	{
	position:absolute;
	top:29%;
	right:0;
	width:32%;
}
#afterServiceShopArea .subTtlArea .areaList a	{
	background: url("/lib/images/shop/index/bg_arrow.png") no-repeat left center;
	color: #ffffff;
	padding-left: 5%;
	font-size:0.8em;
	text-decoration: none;
}
#afterServiceShopArea .subTtlArea .areaList a:hover	{
	color:#FF9900;
}
#afterServiceShopArea .afterShopWrap	{
	padding:3%;
}
#afterServiceShopArea .afterShopTable	{
	border: 1px solid #CCCCCC;
}
#afterServiceShopArea .afterShopTable	.photo {
	float: left;
	text-align: center;
	width: 14%;
	border-right: 1px solid #CCCCCC;		
}
#afterServiceShopArea .afterShopTable	table {
    float: left;
    width: 70%;
}
#afterServiceShopArea .afterShopTable	.ttl {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #3E4E70;
	font-size: 0.8em;
	background: url(/lib/images/common/icon_return.png) no-repeat 10px center , -moz-linear-gradient(
	 top,
	 #EFEFEF 0%,
	 #FFFFFF);
	background:url(/lib/images/common/icon_return.png) no-repeat 10px center , -webkit-gradient(
	 linear, left top, left bottom,
	 from(#EFEFEF),
	 to(#FFFFFF));
	 text-align: center;
}
#afterServiceShopArea .afterShopTable	 td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.8em;
}
#afterServiceShopArea .afterShopTable .supportMaker li {
	display:block;
	float:left;
	width:70px;
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
	padding:2px 0;
	color:#FFF;
	font-size:9px;
	background: #999999;
	background: -moz-linear-gradient(
		top,
		#BEBEBE 0%,
		#373737);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#BEBEBE),
		to(#373737));
}
#afterServiceShopArea .afterShopTable .linkDetail{
	float: left;
	width: 11%;
	margin: 2%;		
}
#afterServiceShopArea .afterShopTable .linkDetail a {
	display: block;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	max-width: 300px;	
	
	background: #1794CC url(/lib/images/common/icon_arrow.png) no-repeat 8px center;
	background: url(/lib/images/common/icon_arrow.png) no-repeat 8px center ,
	-moz-linear-gradient(
	 top,
	 #1794CC 0%,
	 #186B95);
	background: url(/lib/images/common/icon_arrow.png) no-repeat 8px center ,
	-webkit-gradient(
	 linear, left top, left bottom,
	 from(#1794CC),
	 to(#186B95));
}
.border_bottom_n {
	border-bottom: none!important;
}

.newsNull	{
	display:none;
}

div.blog-entry {
    word-break:break-all !important;
}