@charset "utf-8";

/* ---------------
company09.css
http://116.197.143.147/
--------------- */

/* ---------------
■■目次
■

--------------- */
/* --------------- 店舗紹介詳細（各パーツ）  --------------- */

/* 店舗名 */
#shopName {
	margin-bottom: 20px;
	color: #0C47B1;
	font-size: 24px;
}

.shopLeftPhoto{
	display: inline;
	float: left;
	margin-right: 20px;
}

/* タイトル */
.selectMainTitle {
	width: 400px;
	margin-bottom: 10px;
	padding: 3px 10px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 13px;
}

#shopDetail{
	_float: left;
}

/* 店舗紹介：説明文 */
.shopInfoRead {
	margin-bottom: 15px;
	line-height: 1.7;
}

/* 店舗紹介：写真の囲い */
.shopInfoPhoto {
	margin-right: -20px;
	_width: 360px;
	clear:both;
}

/* IE7対策 */
*:first-child+html .shopInfoPhoto {
	width: 360px;
}


.shopInfoPhoto img{
	float: left;
	margin-right: 20px;
	/*_margin-right: 8px;*/
}

/* 店舗紹介：住所や地図の囲い */
#shopInfo {
	/*display: inline;*/
	margin: 20px 0;
	padding: 20px 20px 20px 15px; 
	border: solid 2px #4C93E1;
}

.shopLocation{
	line-height: 1.5;
}


#shopInfo .leftPhoto {
	float:left;
	margin-right:23px;
}


/* 店舗紹介：住所 */
#shopInfo table {
	display: inline;
	float: left;
	width: 225px;
	margin-right: 15px;
	text-align: left;
	vertical-align: top;
	line-height: 2;
}


/* 店舗紹介：項目 */
#shopInfo table th{
	width: 80px;
	color: #0C47B1;
	vertical-align: top;
}

#shopInfo table #mapBtn{
	height: 45px;
	vertical-align: bottom;
}

#shopInfo table #mapBtn img{
	vertical-align: bottom;
}

#shopInfo #shopMobile{
	text-align: right;
}

#shopInfo #shopMobile img{
	margin-bottom: 10px;
}


p#shopLinkBtn {
	clear: both;
}

p#shopLinkBtn a {
	margin: 0 10px;
}
/* --------------- お知らせ・ブログのレイアウト --------------- */
#shopNewsBox{
	margin-bottom: 35px;
}

#shopNewsBox h2{
	margin-bottom: 15px;
}

#shopNewsBox div{
	margin-bottom: 10px;
}

#shopNewsBox div .date{
	display: inline;
}


#shopNewsBox h3{
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}

#shopNewsBox dl dt{
	padding-top: 12px;
	background: url(/themes/nextage/images/sideBg.gif) repeat-x left top;
}

#shopNewsBox dl dd{
	margin-bottom: 12px;
	font-size: 15px;
}

/* --------------- 特選車情報と納車情報のレイアウト --------------- */

/* 特選車情報と納車情報：全体の囲い */
#shopUpdateBox{
	margin-right: -20px;
	_width: 720px;
}

/* 特選車情報と納車情報：各情報の囲い */
#shopUpdateBox .shopUpdate{
	float: left; 
	width: 340px;
	margin-right: 20px;
	font-size: 10px;
}

/* 特選車情報と納車情報：タイトル */
#shopUpdateBox .shopUpdate h2{
	margin-bottom: 10px;
}

/* 特選車情報と納車情報：１エントリーの囲い */
#shopUpdateBox .shopUpdate div{
	margin-bottom: 10px;
	padding-bottom: 12px;
	background: url(/themes/nextage/images/sideBg.gif) repeat-x left bottom;
}

/* 特選車情報と納車情報：１エントリーのタイトル */
#shopUpdateBox .shopUpdate h3{
	font-size: 12px;
	font-weight: normal;
}

/* 特選車情報と納車情報：１エントリーの日付 */
#shopNewsBox .date {
	padding-left:20px;
	background: url(/themes/nextage/images/markerBorder.gif) no-repeat left center;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
}

/* 記事の写真（100px） */
.leftPhoto {
	float: left;
	margin-right: 10px;
}


.iconNewT{
	position: relative;
	top: -6px;
	left: -22px;
}



/* --------------- お客様レビューのレイアウト --------------- */
#shopRevue {
	width: 700px;
}

#globalRevue {
	width: 90px;
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
}

#globalRevue p, {
	margin: 0;
	padding: 0;
}
