@charset "UTF-8";

/* ブログアイキャッチ画像 */
.leaseStockImg {
	width: 30%;
	height: auto;
	float: left;
	padding-bottom: 0 !important;
}

.leaseStock_txt {
	float: right;
	width: 67%;
}

.clear {clear:both;}






@media only screen and (max-width: 499px) {
	.leaseStockImg {
		width: 100%;
	}
	.leaseStock_txt {
		width: 100%;
	}
}