@charset "utf-8";


body{background: none;}

/*bodyの直接の子要素のh1タグ設定
---------------------------------------------------------------------------*/
body > h1 {
	text-align: center;
	background-image: none;
}

h1#title img{
	float:left;
	clear: both;
}

#contents h1{
	display:block;
	width:100%;
	height:auto;
	text-align:left;
	clear:both;
	}

/*imgタグ設定
---------------------------------------------------------------------------*/
img {
	border: none;
	display: block;
	clear:both;
	max-width:300px;
	height:auto;
	float: none;
	margin: auto;
}


#contents h1 img{
	float:left;
	clear:both;
	}


/*営業*/

span#m-f{
	display:block;
	width: 100%;
	text-align: right;
}

span#m-f img{
	width:50%;
	display: block;
	margin: auto;
}

/*店舗リンク*/

span#s-link {
	display: block;
	position: absolute;
	top:0;
	right: 10px;
}

span#s-link img{
	display: inline;
	width:25%;
	height: auto;
	border:1px solid #828282;
		float: right;
	margin: 10px 0 0 10px;
	clear:none;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	height:auto;
	padding:0 0 100px 0 ;
	margin:0;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#top h1 img {
	width: 150px;
	height: auto;
}


header {
	height: auto;
}
header h1 {
	display: block;
	padding-top: 10px;
	position: static;
	text-align: left;
	width: 45%;
	z-index: 10;
	
}

header #banner1 {
	display: none;
}

/*上部のメインメニュー（style-m.cssと同じ内容になっています）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu{
	display: block;
	clear: both;
}
nav#menu ul li {
	margin-left: 0px;
	width: 50%;
	border: 1px solid #FFF;
	margin-right: -1px;
	margin-left: -1px;
}
nav#menu ul li a {
	height: auto;
	width: auto;
	padding-top: 22px;
	padding-bottom: 10px;
}
/*最初のメニューの設定*/
nav#menu ul > li:first-child {
	margin-left: -1px;
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;
}
/*current（現在表示中のページのメニュー）*/
nav#menu ul li#current a {
	width: auto;
	border-top: none;
	border-right: none;
	border-left: none;
}
/*最後のメニュー*/
nav#menu ul > li:last-child {
	margin-bottom: 10px;
}



/*上部のメインメニュー2
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/

nav#menu2 ul{
	display:block;
	text-align:center;
	vertical-align:middle;
	background: #EFEFEF;

	width: inherit;
	min-height:44px;
	padding:5px;


		border:1px solid #666;
		clear:both;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  

}

nav#menu2 ul.mobile{
	display: block;
	margin:5px 0 3em 0;
	}
	


nav#menu2 ul li {
	display:inline-block;
		border:none;

}

nav#menu2 ul li a {
	display:block;
	width: auto;

	color: #666;		/*文字色*/
	font-weight: bold;	/*文字を太字にする設定*/
	text-decoration: none;
	
	padding:5px;
	border:none;

}

/*最初のメニューの設定*/
nav#menu2 ul > li:first-child {
	margin-left: 0px;
	border-left:none;
}



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding:0;
	margin:0 5%;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: 100%;
}
#main p {
	padding: 0;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new h1::before{
	content: "▼ ";
}




/*フッター設定
---------------------------------------------------------------------------*/
#shop{
	display:block;
	position: static;
}

#pageTop{
	display:block;
	width:50px;
	height:auto;
	position:fixed;
	bottom:10px;
	right:10px;
}

footer {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	clear: both;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	background:#C00;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}



/*サブコンテンツ用　車ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub article.box1 {
	font-size: 12px;	/*文字サイズ*/
	width: 100%;	/*ボックスの幅*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}




/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
	overflow: hidden;
	max-height: 0;
	margin-bottom: 1em;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
}
#new dd img {
	vertical-align: middle;
}
/*h1見出しをタップした時に直後の記事(+dl)が出るようにする設定*/
#new h1:hover +dl{
	max-height: 400px;
	overflow: auto;
}

/*改行
---------------------------------------------------------------------------*/

.br-s{
	display: block;
}

/*テーブル
---------------------------------------------------------------------------*/

table{
	width:100%;
}

table th{
	display:block;
	width:100%;
	float:left;
	clear:both;
}

table td{
	display:block;
	width:100%;
	float:left;
	clear:both;
}



/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: 100%;
	border:none;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100%;
	border:none;
}




/*list.html内の中古車一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 10px;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}

/*item.htmlの製品詳細
---------------------------------------------------------------------------*/
/*写真設定*/
#item #main figure img {
	width: 100%;
	height: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*トップページ以外では、サブコンテンツを表示させない設定。表示させていたいならこのブロックを削除する。*/
#company #sub,
#list #sub,
#item #sub,
#faq #sub,
#link #sub,
#contact #sub,
#recruit #sub {
	display: none;
}


#shop{
	display:block;
	padding: 0 0 100px 0;
	z-index:1;}

