@charset "utf-8";
/* CSS Document */

/*画像切り替え/買取情報*/
img {width: auto;max-width: 100%;height: auto;}
.toppc_img img{display:inline-block;/*PC画像を表示する*/}
.topsp_img img{display:none;/*スマホ画像は非表示にする*/}

@media screen and (max-width: 640px) {
.toppc_img img {display: none;/*PC画像は非表示する*/}
.topsp_img img {display:inline-block;/*スマホ画像を表示する*/}

}

.clear {
	clear:both;
}
