*{
	margin:0;
	padding:0;
	}
	
a{
	text-decoration:none;
	color:#000000;
}

.wrap{
	width:900px;
	height:4000px;
	margin:0 auto;
}

h2 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
  text-align:center;
  margin-top:25px;
  margin-bottom:25px;
  font-size:28px;
}

h3 {

  font-size:18px;
}

.cont1{
	width:900px;
	height:250px;
	margn-top:20px;
}
.contimg{
	width:300px;
	float:left;
}


.context1{
	font-size:15px;
	width:585px;
	margin-left:15px;
	float:left;

}


.context2{
	font-size:15px;
	width:585px;
	margin-right:15px;
	float:left;

}


/*キャンペーンバナー*/

.cont2{
	width:900px;
	height:400px;
	margn-top:20px;
}
.wcase{
	width:900px;
	height:300px;
	margin-top:20px;
}

.contimg{
	float:left;
	width:300px;
}

/*中古ブロック*/

.cont3{
	width:900px;
	height:2050px;
	margn-top:20px;
	
}

.used{
	width:900px;

}

.used li{
	float:left;
	list-style-type:none;
	padding-right:9px;
	padding-bottom:50px;
	
}

.end{
	float:left;
	list-style-type:none;
	padding-bottom:50px;
}


.cont4{
	width:900px;
	height:300px;
	margn-top:20px;
}




/*主な共通部分は省略*/

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000000;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #000000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #000000;
  background: #FFC778;
}


/*リンクここから*/
/*その他と主な共通部分は省略*/

.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;

  position: relative;

  margin-bottom: .2em;

  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}

/*リンクここまで*/





/*文章*/
.text{
	width:570px;
	float:left;
	padding-left:10px;	
}

/*小見出し*/


/*問合せボタン*/
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #009250; /* 背景色 */
  border: 2px solid #009250;
  padding: 1em 2em;
 
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #FFC778; /* 文字色 */
}

.background_btn01:hover:before {
  border-top: 2px solid #FFC778; /* 矢印の色 */
  border-right: 2px solid #FFC778; /* 矢印の色 */
}

/*ナビゲーション*/
nav{
text-align: center;
margin:20px 0;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;
}
nav ul li a{
text-decoration: none;
color: #333;
}
nav ul li.current a{
color: #FFC778;
}
nav ul li a:hover{
color: #FFC778;
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #009250;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
	text-decoration:none;
}
#pagetop a:hover {
    background: #999;
}

hr{
	height:1px;
	color:#eeeeee;
	margin:40px 0 10px 0;
}



/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}
