@charset "Shift_JIS";
/*----------------------------------------------------
   2010/04/01 店舗改修
---------------------------------------------------- */

#DocBody {
	width:907px;
	margin:0 auto;
	text-align:left;
}

#Contents {
	margin:11px 0 30px;
}

#Contents .largeTitle {
	margin-bottom:8px;
	background-color:#F1F4F6;
}

#Contents .largeTitle h1 {
	padding:9px 0 11px 10px;
}

a:visited {
	color:#069;
}

#Main .returnBtn {
	margin:8px 0 10px;
	text-align:right;
}

/* 共通Header
---------------------------------------------------- */
#Header {
	height:89px;
	position:relative;
}

#Header .logoIB {
	position:absolute;
	top:10px;
	left:10px;
}

#Header .main2 {
	position:absolute;
	top:10px;
	right:0;
	width:auto;
	z-index:10;
}

#Header .headMenu {
	position:absolute;
	top:42px;
	left:240px;
}

#Header .userNavigation {
	position:absolute;
	left:0;
	bottom:0;
	height:25px;
}

#Header .main2 .sub_gmenu {
	border:#eee solid 1px;
	border-top:none;
}

#Header .main2 .sub_gmenu li {
	height:25px;
	border-bottom:#fff solid 1px;
}

#Header .main2 .sub_gmenu li#tailCompanyNavi {
	border-bottom:#eee solid 1px;
}

#Header .main2 .sub_gmenu a {
	width:auto;
	height:auto;
	padding:6px 5px;
	border-bottom:none;
	zoom:1;
}

#Header .headMenu li {
	float:left;
	margin-right:8px;
}

#Header .userNavigation li {
	float:left;
}

/* 共通Footer
---------------------------------------------------- */
#Footer {
	font-size:11px;
}

#Footer .link {
	background-color:#eee;
	border:1px solid #ccc;
	padding:3px;
}

#Footer .list {
	border-right:1px solid #999999;
	padding:0 3px 0 4px;
}

#Footer .list-end {
	padding:0 0 0 4px;
}

#Footer p {
	padding:6px 0;
	text-align:center;
}

#Footer ul {
	text-align:center;
}

#Footer ul li {
	display:inline;
}



/* /store/map.asp
---------------------------------------------------- */

/* layout */
body#StoreMap #Main .leftColumn {
	width:445px;
	float:left;
}

body#StoreMap #Main .rightColumn {
	width:444px;
	float:right;
}

body#StoreMap #Main .addressArea {
	margin-top:12px;
}

body#StoreMap #Main .addressArea .postCode {
	width:215px;
	float:left;
}

body#StoreMap #Main .addressArea .address {
	width:215px;
	float:right;
}

body#StoreMap p.lead {
	margin-bottom:15px;
}

body#StoreMap .searchArea {
	padding:11px 12px;
}

body#StoreMap .searchArea .searchBtn {
	text-align:center;
}


body#StoreMap .ShowroomCarArea {
	margin-top:8px;
}
.ShowroomCarLink {
	margin-top:5px;
	padding:8px 20px;
	width:404px;
	height:49px;
	background:url(/store/img/map/bg_showroom_car.gif) no-repeat top left;
}

body#StoreMap .Maker .searchArea {
	padding:11px 12px 3px 12px;
}
body#StoreMap .MakerNotes {
	margin-top:6px;
	font-size:11px;
}

/* background */
body#StoreMap .postCode .bgBlock {
	background:url(/store/img/map/bg_post_code.gif) 0 bottom no-repeat;
}

body#StoreMap .postCode .bgBlock .searchArea {
	background:url(/store/img/map/bg_post_code_top.gif) 0 0 no-repeat;
}

body#StoreMap .address .bgBlock {
	background:url(/store/img/map/bg_post_code.gif) 0 bottom no-repeat;
}

body#StoreMap .address .bgBlock .searchArea {
	background:url(/store/img/map/bg_post_code_top.gif) 0 0 no-repeat;
}

body#StoreMap .purpose .bgBlock {
	background:url(/store/img/map/bg_purpose.gif) 0 bottom no-repeat;
}

body#StoreMap .purpose .bgBlock .searchArea {
	background:url(/store/img/map/bg_purpose_top.gif) 0 0 no-repeat;
}

body#StoreMap .purpose.np .bgBlock {
	background:url(/store/img/map/bg_networkplaza.gif) 0 0 no-repeat;
}

body#StoreMap .purpose.np .bgBlock .searchArea {
	background:none;
	padding:8px 12px;
}

body#StoreMap .maker .searchArea {
	background:url(/store/img/map/bg_maker.gif) 0 0 no-repeat;
}

body#StoreMap .station .searchArea {
	background:url(/store/img/map/bg_station.gif) 0 0 no-repeat;
}

/* area */
body#StoreMap .area h2 {
	margin-bottom:3px;
}



/* postal code */
body#StoreMap .postCode h2 {
	margin:2px 0 8px;
}

body#StoreMap .postCode p {
	margin-bottom:25px;
}

body#StoreMap .postCode .inputText input {
	width:40px;
	border:#ccc solid 1px;
	margin-right:8px;
}

body#StoreMap .postCode .searchBtn {
	margin-top:13px;
}



/* address */
body#StoreMap .address h2 {
	margin-bottom:7px;
}

body#StoreMap .address p {
	margin-bottom:12px;
}

body#StoreMap .address .inputText input {
	width:125px;
 	border:#ccc solid 1px;
	margin-right:8px;
}

body#StoreMap .address .searchBtn {
	margin-top:13px;
	margin-bottom:14px;
}



/* purpose */
body#StoreMap .purpose h2 {
	margin-bottom:2px;
}

body#StoreMap .purpose h2.network {
	margin:4px 0 5px;
}

body#StoreMap .purpose .purposeSection {
	width:136px;
	float:left;
	margin-right:6px;
}

body#StoreMap .purpose dl {
	margin:11px 0 16px;
}

body#StoreMap .purpose dt {
	padding-left:14px;
	margin-bottom:3px;
	background:url(/store/img/common/arrow_btm.gif) 0 center no-repeat;
}

body#StoreMap .purpose dd {
	padding-left:8px;
}

body#StoreMap .purpose select {
	width:125px;
}

body#StoreMap .purpose .searchUsedBtn {
	margin-top:31px;
	text-align:center;
}

body#StoreMap .errMsg {
	color:#f00;
	font-weight:bold;
	padding-bottom:11px;
	text-align:center;
}

/* maker */
body#StoreMap .maker h2 {
	margin:5px 0 3px;
}

body#StoreMap .maker .makerLine li.notes {
	margin:30px 0 0 0;
}

body#StoreMap .maker .makerLine {
	height:60px;
	margin-bottom:11px;
}

body#StoreMap .maker .makerLine li {
	float:left;
	margin-right:16px;
}

/* station */
body#StoreMap .station h2 {
	margin:16px 0 5px;
}

body#StoreMap .station p {
	margin-bottom:8px; 
}

body#StoreMap .station .inputText input {
	width:287px;
	border:#ccc solid 1px;
	margin-right:8px;
}

body#StoreMap .station .inputText {
	float:left;
	width:340px;
}

body#StoreMap .station .searchBtn {
	float:right;
	text-align:left;
}

body#StoreMap #Main .topBox {
	margin-bottom:20px;
}


/* network */

body#StoreMap .np .notes {
	margin:7px 0 4px 33px;
}

body#StoreMap .networkPlaza {
	float:left;
	width:135px;
	margin-right:7px;
}

body#StoreMap .networkPlaza .networkArea ul {
	zoom:1;
	padding:0 0 0 8px;
	background:url(/store/img/map/bg_network_btm.gif) 0 bottom no-repeat;
}

body#StoreMap .networkPlaza .networkArea ul li {
	padding-bottom:7px;
	font-size:10px;
	line-height:1;
}

body#StoreMap .networkPlaza .networkArea ul li img {
	vertical-align:bottom;
}

body#StoreMap .networkPlaza .networkArea {
	margin-bottom:10px;
	padding-top:7px;
	background:url(/store/img/map/bg_network.gif) 0 0 no-repeat;
}

/* to Blog */
body#StoreMap .footerLinkArea {
	background:url(/store/img/map/bg_footerArea_bottom.gif) 0 bottom no-repeat;
}
body#StoreMap .footerLinkArea img {
	vertical-align:top;
}
body#StoreMap .blogLinkArea {
	padding:19px 0px 1px 20px;
	_padding:10px 0px 13px 20px;
	background:url(/store/img/map/bg_footerArea_top.gif) 0 top no-repeat;
}
body#StoreMap .blogLinkArea ul {
	float:left;
	margin-right:5px;
}
body#StoreMap .blogLinkArea ul li {
	margin:0 0 5px 0;
	height: 60px;
}
body#StoreMap .blogLinkArea ul.float1 {
	width:140px;
}
body#StoreMap .blogLinkArea ul.float2 {
	width:140px;
}
body#StoreMap .blogLinkArea ul.float3 {
	width:140px;
}
body#StoreMap .blogLinkArea ul.float4 {
	width:140px;
}
body#StoreMap .blogLinkArea ul.float5 {
	width:140px;
}
body#StoreMap .blogLinkArea ul.float6 {
	width:140px;
}

body#StoreMap #BlogLink .area {
	padding:4px 4px 4px 10px; 
	background:url(/store/img/map/bg_blog.gif) 0 0 repeat;
	line-height:1;
}
body#StoreMap #BlogLink .area .mt1 {
	margin-top:1px;
}
body#StoreMap #BlogLink .area .mb1 {
	margin-bottom:1px;
}
body#StoreMap #BlogLink .entry {
	padding-left:20px;
	margin:5px 2px 0px;
	font-size:0.9em;
	background:url(/store/img/map/ico_blog.gif) 0 0 no-repeat;
}





/* /store/list.asp
---------------------------------------------------- */
body#Search #Main {
	margin:0 52px 0 53px;
}

body#Search .largeTitle {
	padding-right:16px;
}

body#Search .largeTitle h1 {
	float:left;
}

body#Search .largeTitle ul {
	float:right;
}

body#Search .largeTitle li {
	float:left;
	padding-left:32px;
	margin-right:15px;
	height:29px;
	margin-top:4px;
	padding-top:7px;
}

body#Search .largeTitle li.showroom {
	width:87px;
}

body#Search p.lead {
	margin-bottom:14px;
	font-weight:bold;
}

body#Search .largeTitle li.showroom {
	background:url(/store/img/search/ico_showroom.gif) 0 0 no-repeat;
}

body#Search .largeTitle li.after {
	background:url(/store/img/search/ico_after.gif) 0 0 no-repeat;
}

body#Search .largeTitle li.used {
	margin-right:0;
	background:url(/store/img/search/ico_used.gif) 0 0 no-repeat;
}

body#Search #Main .detailSearch {
	border:#a5a5a5 solid 1px;
	background:url(/store/img/search/bg_search_detail.gif) 0 0 repeat-x;
	padding:9px 9px 18px;
}

body#Search #Main .detailSearch h2 {
	margin-bottom:8px;
	font-size:10px;
}

body#Search #Main .detailSearch .inputArea {
	background-color:#fff;
	padding:3px 15px 3px 3px;
}

body#Search #Main .detailSearch select {
	width:181px;
}

body#Search #Main .detailSearch label input {
	position:relative;
	top:2px;
}

body#Search #Main .detailSearch ul {
	float:left;
}

body#Search #Main .detailSearch li {
	float:left;
	margin-right:5px;
}

body#Search #Main .detailSearch .searchBtn {
	float:right;
	margin-top:1px;
}

body#Search #Main .makerList li {
	float:left;
	padding-right:5px;
	margin:0 4px 1em 0;
	border-right:#555 solid 1px;
	line-height:1;
	font-size:0.8em;
	white-space:nowrap;
}

body#Search #Main .makerList li.tail {
	padding-right:0;
	margin-right:0;
	border-right:none;
}

body#Search #Main h2.makerName {
	margin:24px 0 14px;
	padding-left:21px;
	font-size:20px;
	height:25px;
	line-height:25px;
	color:#069;
	background:url(/store/img/search/bg_maker.gif) 0 0 no-repeat;
}

body#Search #Main .storeSection {
	border:#ccc solid 2px;
	padding:7px 7px 0 7px;
	margin-bottom:10px;
	zoom:1;
}

body#Search #Main .storeSection .store {
	position:relative;
	padding:7px;
	margin-bottom:7px;
	border:#ccc solid 1px;
}

body#Search #Main .storeSection .store .image {
	float:left;
	width:140px;
}

body#Search #Main .storeSection .store h3 {
	margin:0 0 5px 0;
	padding:5px 100px 4px 5px;
	background-color:#eee;
	font-size:116%;
}

body#Search #Main .storeSection .store .staticArea {
	position:relative;
	z-index:10;
	margin-bottom:3em;
}

body#Search #Main .storeSection .store .address {
	width:325px;
	float:left;
	line-height:1.2;
}

body#Search #Main .storeSection .store .address address {
	text-indent:-2.5em;
	padding-left:2.5em;
	font-style:normal;
}

body#Search #Main .storeSection .store .address span {
	margin-right:0.5em;
}

body#Search #Main .storeSection .store .brand {
	width:290px;
	float:right;
}

body#Search #Main .storeSection .store .brand ul {
	border-left:#bdbdbd solid 1px;
	float:right;
}

body#Search #Main .storeSection .store .brand li {
	float:left;
	border:#bdbdbd solid 1px;
	border-left:none;
}

body#Search #Main .storeSection .store .iconShowroom {
	position:absolute;
	top:8px;
	right:71px;
}

body#Search #Main .storeSection .store .iconAfter {
	position:absolute;
	top:8px;
	right:41px;
}

body#Search #Main .storeSection .store .iconUsed {
	position:absolute;
	top:8px;
	right:12px;
}

body#Search #Main .storeSection .store .yanaseBrand {
	position:absolute;
	right:127px;
	bottom:7px;
}

body#Search #Main .storeSection .store .detail {
	position:absolute;
	right:7px;
	bottom:6px;
}

body#Search #Main .storeSection .store .tel {
	width:305px;
	position:absolute;
	bottom:7px;
	left:154px;
}

body#Search #Main .storeSection .store .showroomNumber {
	float:left;
	color:#517611;
	border:#ccc solid 1px;
	background:url(/store/img/search/bg_showroom.gif) 0 bottom no-repeat;
}

body#Search #Main .storeSection .store .afterNumber {
	float:right;
	color:#056CD2;
	border:#ccc solid 1px;
	background:url(/store/img/search/bg_after.gif) 0 bottom no-repeat;
}

body#Search #Main .storeSection .store dt {
	font-size:5px;
	padding:4px 0 0 35px;
}

body#Search #Main .storeSection .store dd {
	font-size:16px;
	font-weight:bold;
	padding:0 4px 0 35px;
}

body#Search #Main .jumpTop {
	text-align:right;
	margin:89px 0 25px;
}

body#Search #Main .makerList {
	margin-top:20px;
}

body#Search #Main .searchKey {
	font-weight:bold;
}

body#Search #Main .storeIndex {
	float:right;
	width:621px;
}


/* clearfix
---------------------------------------------------- */

body#Search .tel:after,
body#Search .store:after,
body#Search .store .staticArea:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

body#Search .tel,
body#Search .store,
body#Search .store .staticArea {
	zoom:1;
}


@media (-webkit-min-device-pixel-ratio: 2),  
			 (min--moz-device-pixel-ratio: 2),  
			 (min-resolution: 300dpi) {
				/* iPhoneのときだけ */
				body#Search #Main .detailSearch .inputArea li { font-size:0.7em; }
				body#Search .largeTitle li.showroom {	width:115px; }
				body#Search #Main .storeSection .store h3 { font-size:0.8em; }
				body#Search #Main .storeSection .store dd { font-size:1.1em; }
				body#Search #Main .storeSection .store .address address { font-size:0.8em; }
}

