html {
 background-color: #FFFFFF;
}

body {
 font-family:"メイリオ",'Meiryo',"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,Sans-Serif;
 color: #5f5f5f;
 letter-spacing: 1px;
 line-height: 170%;
 vertical-align: baseline;
 clear: both;
}

textarea {
	width: 100%;
 box-sizing: border-box;
}

input {
	max-width: 100%;
 box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.clear {
 clear: both;
}

a {
 cursor:pointer;
 text-decoration:none;
 color: #63ABD4;
}

a:hover {
 text-decoration:none;
 color: #0099cc;
}

a.text_link {
 text-decoration: underline;
 color: #0099cc;
}

a.text_link:hover {
 text-decoration:none;
}

.linkBox {
 cursor: pointer;
}

/* p span box 他共通の設定 ------------------------*/
#main p {
 margin-bottom: 10px;
 text-align:left;
}

p.bold {
 font-weight: bold;
}

.red {
 color: #cc0000;
}

.switch {
 visibility: hidden;
}

.box {
 margin-bottom: 30px;
 clear: both;
}

.fs14 {
 font-size: 14px;
}

/*----------------------------------------------------
------------------------------------------------------
 PC向け：421px～ */
@media screen and (min-width: 421px) {

body {
 font-size: 12px;
}

.sp_size {
 display: none;
}

}

/*----------------------------------------------------
------------------------------------------------------
スマホ向け：～420px */
@media screen and (min-width: 0px) and (max-width: 420px) {

body {
 font-size: 14px;
}

.pc_size {
 display: none;
}

}

/*------------------------ header ------------------------*/
#header {
 color: #FFF;
}

#h_address span {
 display: inline-block;
}


/*----------------------------------------------------
------------------------------------------------------
 PC向け：421px～ */
@media screen and (min-width: 421px) {
#header {
 height: 127px;
 background: url("../images/h_bg.png") repeat-x top center;
}

#header .inner {
 position: relative;
 width: 1200px;
 margin: 0 auto;
}

#header h1{
 position: absolute;
 top: 30px;
 left: 33px;
}

#h_address {
 position: absolute;
 top: 25px;
 left: 320px;
 background: url("../images/h_line.png") no-repeat top right;
 padding: 8px 8px 0 0;
 height: 76px;
 box-sizing: border-box;
}

#h_address li#contact {
 display: none;
}

#h_address i {
 margin-right: 10px;
 font-size: 10px;
}

#h_address span {
 width: 65px;
}

#h_tel {
 position: absolute;
 top: 33px;
 left: 609px;
}

#h_tel ul {
 margin-left: 8px;
}

#h_tel li {
 margin-bottom: 10px;
}

#hNavi {
 position: absolute;
 top: 26px;
 left: 839px;
}

#hNavi li {
 margin-bottom: 5px;
}

#h_qr {
 position: absolute;
 top: 21px;
 right: 0;
}

/* topimg ------------------------*/
#topimg {
 height: 392px;
 overflow: hidden;
}

#topimg  img {
 width: 100%;
 min-height: 392px;
}

/* gNavi ------------------------*/
nav#pcsize {
 background: url("../images/gNavi_bg.png") repeat-x;
 height: 47px;
 width: 100%;
}

nav#spsize,nav dl#gNavi_sp {
 display: none;
}

nav dl#gNavi_pc {
 width: 1057px;
 margin: 0 auto;
}

nav dl#gNavi_pc dt {
 width: 0;
 height: 0;
 display: none;
}

nav dl#gNavi_pc li {
 float: left;
 height: 47px;
 position: relative;
 z-index: 1;
}

nav dl#gNavi_pc li a {
 display: block;
 height: 47px;
 text-decoration: none;
}

nav dl#gNavi_pc li a span {
 position: relative;
 z-index: -1;
}

#gNavi1 {
 background: url("../images/gNavi.png") no-repeat 0px 0px;
 width: 175px;
}

#gNavi1:hover {
 background-position: 0px -47px;
}

#gNavi2 {
 background: url("../images/gNavi.png") no-repeat -175px 0px;
 width: 176px;
}

#gNavi2:hover {
 background-position: -175px -47px;
}

#gNavi3 {
 background: url("../images/gNavi.png") no-repeat -351px 0px;
 width: 177px;
}

#gNavi3:hover {
 background-position: -351px -47px;
}

#gNavi4 {
 background: url("../images/gNavi.png") no-repeat -528px 0px;
 width: 176px;
}

#gNavi4:hover {
 background-position: -528px -47px;
}

#gNavi5 {
 background: url("../images/gNavi.png") no-repeat -704px 0px;
 width: 176px;
}

#gNavi5:hover {
 background-position: -704px -47px;
}

#gNavi6 {
 background: url("../images/gNavi.png") no-repeat -880px 0px;
 width: 177px;
}

#gNavi6:hover {
 background-position: -880px -47px;
}

#search {
 margin: 40px 0 20px;
 text-align: center;
}

#custom_search {
 background-color: #d6d6d6;
 padding: 25px 0px 0px 0px;
 text-align: center;
}

}

/*----------------------------------------------------
------------------------------------------------------
スマホ向け：～420px */
@media screen and (min-width: 0px) and (max-width: 420px) {
#header {
 background-color: #5F5F5F;
 padding-top: 5px;
}

#header .inner {
 width: 96%;
 margin: 0 auto;
}

#header h1{
 max-width: 76%;
}

#h_address {
 text-align: center;
 margin: 10px 0;
}

#h_address #contact {
 margin-bottom: 10px;
}

#h_address #contact span {
 display: inline;
}

#h_address i {
 display: none;
}

#h_address span {
 margin-right: 5px;
}

#h_tel {
 display: none;
}

#hNavi {
 margin: 10px;
}

#hNavi li{
 float: left;
 width: 48%;
 text-align: center;
 margin-right: 4%;
}

#hNavi li:last-child {
 margin-right: 0;
}

#h_qr {
 display: none;
}

/* gNavi ------------------------*/
nav dl#gNavi_pc {
 display: none;
}

nav#spsize {
 clear: both;
}

nav dl#gNavi_sp dt {
 text-align: center;
 position: absolute;
 top: 10px;
 right: 4%;
 line-height: 44px;
}

nav dl#gNavi_sp dt span {
 font-size: 140%;
 color: #FFF;
 font-weight: bold;
}

nav dl#gNavi_sp dt i {
 font-size: 200%;
}

nav dl#gNavi_sp dd {
 position: absolute;
 top: 70px;
 right: 0;
 width: 100%;
 z-index: 1;
}

nav dl#gNavi_sp dd li {
 line-height: 44px;
 border-top: 1px solid #ddd;
 padding-left: 10%;
 background-color: #f8f8f8;
}

nav dl#gNavi_sp dd li a {
 display: block;
}

nav dl#gNavi_sp dd li i {
 float: left;
 margin-right: 15px;
 line-height: 44px;
 color: #0099cc;
}

nav dl#gNavi_sp dd li span {
 color: #0099cc;
}

/* topimg ------------------------*/
#topimg {
 height: 120px;
}

#topimg  img {
 min-height: 120px;
}

#search {
 margin: 10px 0;
 text-align: center;
}

#custom_search {
 background-color: #d6d6d6;
 padding: 10px 0px 0px 0px;
 text-align: center;
 margin-bottom: 20px;
}






}

/*------------------------ contents ------------------------*/
#contents {
}


/*----------------------------------------------------
------------------------------------------------------
 PC向け：421px～ */
@media screen and (min-width: 421px) {

#contents {
 width: 1200px;
 margin: 0 auto;
 box-sizing: border-box;
 padding: 0 24px;
}

#home .box {
 margin-bottom: 40px;
}

#home .box1 {
 margin: 0 0 40px 22px;
}

#home h3 {
 margin-bottom: 25px;
}


/* 新着車両 ------------------------*/
#home_new {
 background: url("../images/h-se-bg.png") no-repeat left -34px;
 padding-top: 30px;
}

#home h2 {
 margin-bottom: 20px;
}

#home #main .inner {
 padding: 0 26px;
}

#home_new ul {
 margin-bottom: 40px;
}

#home_new li {
 float: left;
 margin-right: 10px;
}

#home_new li:last-child {
 margin-right: 0;
}

/* 新着情報 ------------------------*/
#home_news {
 background: url("../images/home_news_bg.png") no-repeat;
 width: 677px;
 height: 218px;
 float: left;
}

#home_news h3 {
 text-align: center;
 padding-top: 7px;
 margin-bottom: 20px;
}

#news_box {
 padding: 0 40px 0 20px;
 margin-left: 20px;
}

#news_box li {
 background: url("../images/news_bg.png") repeat-x bottom left;
 font-size: 16px;
 color: #6C513E;
 padding-bottom: 6px;
 padding-left: 20px;
 margin-bottom: 8px;
}

#news_box li span {
 width: 70px;
 display: inline-block;
}

#news_box a {
 color: #6C513E;
 font-size: 16px;
}

#news_box a:hover {
 color: #B18F5D;
}

#lease {
 float: right;
 margin-top: 5px;
}

/* 事務所 ------------------------*/
#home_office dl {
 float: left;
 width: 250px;
 margin-right: 32px;
}

#home_office dl:last-child {
 margin-right: 0;
}

#home_office dl dd {
 border: 1px solid #ccc;
 border-top: none;
 box-sizimg :border-box;
 padding: 5px 6px 0;
}

#home_office  li {
 margin-bottom: 7px;
}

#home_office li:last-child {
 margin: 0;
}

/* 人気ランキング ------------------------*/
#ranking {
 background: url("../images/h-se-bg.png") no-repeat left top;
 padding-top: 50px;
}

#ranking li {
 float: left;
 margin-right: 13px;
}

#ranking li:last-child {
 margin-right: 0;
}

/* お買い得車両 ------------------------*/
#bargain {
 background: url("../images/h-se-bg.png") no-repeat left top;
 padding-top: 40px;
}

#bargain li {
 float: left;
 margin-right: 13px;
}

#bargain li:last-child {
 margin-right: 0;
}

/* バナー ------------------------*/
#home_banner li {
 float: left;
 margin-right: 22px;
}

#home_banner li:nth-child(3) {
 margin-right: 0;
 padding-top: 26px;
}

#home_banner li:nth-child(5) {
 padding-top: 25px;
}

#home_banner li:nth-child(6) {
 margin-right: 0;
 padding-top: 31px;
}

/* page top ------------------------*/
#pagetop {
 text-align: right;
 margin-right: 24px;
}

#pagetop .inner {
 width: 1200px;
 margin: 0 auto;
}

}
/*----------------------------------------------------
------------------------------------------------------
スマホ向け：～420px */
@media screen and (min-width: 0px) and (max-width: 420px) {

#contents {
 width: 94%;
 margin: 0 auto;
}

/* 新着車両 ------------------------*/
#home_new {
 text-align: center;
 margin-bottom: 30px;
}

#home_new h2 {
 margin-bottom: 10px;
}


#home_new li {
 margin-bottom: 20px;
}

/* 新着情報 ------------------------*/
#home_news {
}

#home_news h3 {
 text-align: center;
 margin-bottom: 20px;
}

#home_news h3 img {
 border-top: 1px solid #DDD;
}

#news_box {
 margin-bottom: 20px;
}

#news_box li {
 background: url("../images/news_bg.png") repeat-x bottom left;
 color: #6C513E;
 padding-bottom: 6px;
 margin-bottom: 8px;
}

#news_box li span {
 display: block;
}

#news_box a {
 color: #6C513E;
}

#news_box a:hover {
 color: #B18F5D;
}

#lease {
 text-align: center;
}

/* 事務所 ------------------------*/
#home_office dl {
 text-align: center;
 margin: 0 auto 20px;
 width: 250px;
}

#home_office dl:last-child {
 margin-bottom: 0;
}

#home_office dl dd {
 border: 1px solid #ccc;
 border-top: none;
 box-sizimg :border-box;
 padding: 5px 6px 0;
}

#home_office  li {
 margin-bottom: 5px;
 line-height: 150%;
}

#home_office  li:first-child {
 margin-bottom: 10px;
}

#home_office li:last-child {
 margin: 0;
}

/* 人気ランキング ------------------------*/
#ranking {
 text-align: center;
 margin-bottom: 30px;
}

#ranking h3 {
 margin-bottom: 10px;
}

#ranking li {
 margin-bottom: 20px;
}

#ranking li:last-child {
 margin-bottom: 0;
}

/* お買い得車両 ------------------------*/
#bargain {
 text-align: center;
 margin-bottom: 30px;
}

#bargain h3 {
 margin-bottom: 10px;
}

#bargain li {
 margin-bottom: 20px;
}

#bargain li:last-child {
 margin-right: 0;
 margin-bottom: 20px;
}

/* バナー ------------------------*/
#home_banner li {
 text-align: center;
}

#home_banner li:last-child {
 margin-bottom: 0;
}

/* page top ------------------------*/
#pagetop {
 text-align: center;
 border-bottom: 10px solid #D00008;
}

}

/*------------------------ footer ------------------------*/
#footer {
 color: #FFF;
}

#copy {
 text-align: center;
}

/*----------------------------------------------------
------------------------------------------------------
 PC向け：421px～ */
 
@media screen and (min-width: 421px) {

#footer {
 background: url("../images/f_bg.png") repeat-x;
 height: 275px;
}

#footer .inner {
 width: 1200px;
 margin: 0 auto;
 box-sizing: border-box;
 padding: 30px 15px 0 50px;
}

#f_left {
 float: left;
 margin-right: 15px;
 width: 370px;
 padding-right: 15px;
 background: url("../images/f_line.png") no-repeat right top;
}

#f_center {
 float: left;
 width: 330px;
 padding-right: 15px;
 background: url("../images/f_line.png") no-repeat right top;
}

#f_center dt {
 margin-bottom: 8px;
}

#f_center nav li {
 float: left;
 margin-right: 26px;
 text-align:left;
}

#f_center nav li:nth-child(1),#f_center nav li:nth-child(3),#f_center nav li:nth-child(5) {
 width: 160px;
 margin-right: 0;
}

#f_center nav li:nth-child(2),#f_center nav li:nth-child(4),#f_center nav li:nth-child(6) {
 width: 170px;
 margin-right: 0;
}

#f_center nav li:nth-child(10) {
 margin-right: 0;
}

#f_center li {
 margin-bottom: 8px;
}

#f_center a {
 color: #fff;
}

#f_center a:hover {
 text-decoration: underline;
}

#f_center .address dt {
 margin-bottom: 5px;
}

#f_right {
 float: right;
 width: 390px;
}

#f_right li {
 margin-bottom: 0;
}

#f_info {
 margin: 0 0 20px 45px;
 text-align:left;
}

#f_info i {
 margin-right: 10px;
}

#f_info span {
 width: 70px;
 display: inline-block;
}

#f_logo {
 text-align: center;
 margin-bottom: 20px;
}

#f_right .f_mail {
 margin: 0 0 20px 45px;
}

#f_right .f_mail li {
 float: left;
 margin-right: 10px;
}

#f_right .f_mail li:last-child {
 margin-right: 0;
}

#f_right .f_tel {
 margin-left: 10px;
}

#f_right .f_tel li {
 float: left;
 margin-right: 8px;
}

#f_right .f_tel li:last-child {
 margin-right: 0;
}

#copy {
 margin-top: 14px;
}





#searchall {
	width:1189px;
	margin:0 auto;
}

.searchall {
	width:1189px;
	margin:0px auto;
}

ul.search_box01 {
	width:100%;
	float:left;
}

ul.search_box01 li {
	width:297px;
	float:left;
}

ul.search_box01 li.center {
	width:297px;
	float:left;
	margin:0px 0px 0px 0px;
}

ul.search_box01 li.center02 {
	width:297px;
	float:left;
	margin:0px 0px 0px 0px;
}




ul.search_box02 {
	width:1189px;
	float:left;
	margin-top:10px;
}

ul.search_box02 li {
	width:12%;
	float:left;
}

ul.search_box02 li.top {
	width:119px;
	float:left;
	margin:0px 0px 0px 0px;
}

ul.search_box02 li.right {
	width:146px;
	float:left;
	margin:0px 3px 0px 0px;
}

ul.search_box02 li.right02 {
	width:146px;
	float:left;
	margin:0px 3px 0px 8px;
}


ul.search_box02 li.right03 {
	width:146px;
	float:left;
	margin:0px 0px 0px 0px;
}


ul.search_box03 {
	width:1189px;
	float:left;
	margin-top:10px;
}

ul.search_box03 li {
	width:127px;
	float:left;
}

ul.search_box03 li.center01 {
	width:127px;
	float:left;
	margin:0px 5px 0px 5px;
}

ul.search_box03 li.center02 {
	width:127px;
	float:left;
	margin:0px 5px 0px 0px;
}

ul.search_box03 li.center03 {
	width:127px;
	float:left;
	margin:0px 0px 0px 0px;
}

.homeimg01 {
	width:190px;
	float:left;
	margin-left:3px;
	border:1px solid #CCCCCC;
	padding:2px;
}

ul.toplist01 {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:left;
}


ul.toplist01 li {
	margin:0px 20px 0px 0px ;
	padding:5px 5px 0px 5px !important;
	float:left;
	width:200px;
	border:1px solid #CCC;
}

table.toplist01table {
	margin:5px 0px 0px 20px ;
	padding:0px 0px 0px 0px ;
	clear:both;
	width:170px;
	float:left;
}

table.toplist01table th {
	margin:5px 0px 0px 0px ;
	padding:3px 0px 3px 0px ;
	font-weight:bold;
	width:40px;
	text-align:left;
	border-bottom:1px solid #CCC;
}

table.toplist01table td {
	margin:5px 0px 0px 0px ;
	padding:0px 0px 3px 0px ;
		width:140px;
	border-bottom:1px solid #CCC;
}

.topbtn {
	margin:0px 0px 0px 0px ;
	padding:20px 0px 0px 0px ;
	clear:both;
	margin-bottom:0px !important;
	text-align:center !important;
}







.search_box05 {
	width:900px;
	margin:0 auto;
}

.search_box05 ul {
	width:900px;
	float:left;
}


.search_box05 ul li {
	float:left;
}





}

/*----------------------------------------------------
------------------------------------------------------
スマホ向け：～420px */

@media screen and (min-width: 0px) and (max-width: 420px) {
#footer {
 background-color: #5F5F5F;
 padding-top: 10px;
}

#footer .inner {
 width: 96%;
 margin: 0 auto;
 text-align: center;
}

#f_left {
 display: none;
}

#f_center ul:last-child {
 margin-bottom: 20px;
}

#f_center nav dt {
 border-bottom: 1px solid #ccc;
 line-height: 44px;
}

#f_center li {
 border-bottom: 1px solid #ccc;
 line-height: 44px;
}

#f_center a {
 display: block;
 color: #FFF;
}

#f_right li {
 margin-bottom: 5px;
}

#f_logo {
 margin-bottom: 10px;
}

#f_right .f_mail {
 margin-bottom: 10px;
}

#f_right .f_mail li{
 float: left;
 width: 48%;
 text-align: center;
 margin-right: 4%;
}

#f_right .f_mail li:last-child {
 margin-right: 0;
}

#f_right .f_tel li {
 margin-bottom: 10px;
}

ul.search_box02 {
	width:100%;
	float:left;
	margin-top:10px;
}

ul.search_box01 {
	width:100%;
	float:left;
}
ul.search_box01 li {
	width:50% !important;
	float:left !important;
	margin-bottom:5px;
}


ul.search_box02 {
	width:100%;
	float:left;
	margin-top:10px;
}

ul.search_box02 li {
	width:30%;
	float:left;
}

ul.search_box02 li.top {
	width:119px;
	float:left;
	margin:0px 0px 0px 0px;
}

ul.search_box02 li.right {
	width:146px;
	float:left;
	margin:0px 3px 0px 0px;
}

ul.search_box02 li.right02 {
	width:146px;
	float:left;
	margin:0px 3px 0px 8px;
}


ul.search_box02 li.right03 {
	width:146px;
	float:left;
	margin:0px 0px 0px 0px;
}

#searchall {
	width:100%;
	margin:0 auto;
}


ul.search_box02 {
	width:100% !important;
	float:left;
	margin-top:10px;
}


ul.search_box02 li.top {
	width:30% !important;
	float:left;
	margin:0px 0px 0px 0px;
}

ul.search_box02 li.right {
	width:30% !important;
	float:left !important;
	margin:0px 3px 0px 0px;
}


ul.search_box03 {
	width:100%;
	float:left;
	margin-top:10px;
}



ul.search_box03 li {
	width:127px;
	float:left;
}

ul.search_box03 li.center01 {
	width:127px;
	float:left;
	margin:0px 5px 0px 5px;
}

ul.search_box03 li.center02 {
	width:127px;
	float:left;
	margin:0px 5px 0px 0px;
}

ul.search_box03 li.center03 {
	width:127px;
	float:left;
	margin:0px 0px 0px 0px;
}




.search_box05 {
	width:100%;
	margin:0 auto;
}

.search_box05 td {
	width:100%;
	margin:0 auto;
}




.search_box05 {
	width:100%;
	margin:0 auto;
}

.search_box05 ul {
	width:100%;
	float:left;
}


.search_box05 ul li {
	float:left;
	width:100%;
}




}




/*--------------------------------------------------*/
.homeimg02 {
	width:238px;
	float:left;
	margin-left:3px;
	border:1px solid #CCCCCC;
	padding:2px;
}

ul.toplist02 {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	float:left;
	list-style:none;
}


ul.toplist02 li {
	margin:0px 20px 20px 0px ;
	padding:5px 5px 0px 5px !important;
	float:left;
	width:250px;
	border:1px solid #CCC;
	list-style-type:none !important;
}

table.toplist02table {
	margin:5px 0px 0px 6px ;
	padding:0px 0px 0px 0px ;
	clear:both;
	width:240px;
	float:left;
}

table.toplist02table th {
	margin:5px 0px 0px 0px ;
	padding:3px 0px 3px 0px ;
	font-weight:bold;
	width:30px;
	text-align:left;
	border-bottom:1px solid #CCC;
}

table.toplist02table td {
	margin:5px 0px 0px 0px ;
	padding:0px 0px 3px 0px ;
	width:90px;
	border-bottom:1px solid #CCC;
}

.topbtn {
	margin:0px 0px 0px 0px ;
	padding:20px 0px 0px 0px ;
	clear:both;
	margin-bottom:0px !important;
}



.feas-submit-buttontop{
    background-color: #d6d6d6;
	background-image:url(../images/search_box04btn.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:58px;
	height:23px;
	text-indent:-9999px;
	border:none;
	margin-left:40px;
}

.feas-submit-buttontxt {
    background-color: #d6d6d6;
	background-image:url(../images/search_box04txt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:643px;
	height:23px;
	border:none;
	padding-left:17px;
}