@charset "UTF-8";

#home {}

/*---------------------------------------------
メイン
---------------------------------------------*/

#recommend {
 clear: both;
	margin-top: 10px;
}
*html #recommend {
	margin-top: 0;
	height: 190px;
}
#home #whatsnew,
#home #mk_report,
#home #bm_report {
	width: 455px;
}
#home #whatsnew {
	float: left;
}
#home #mk_report,
#home #bm_report {
	float: right;
}
#home #userThum {
	float: left;
	width: 100%;
}
#home #userThum img {
 padding: 10px 5px 0 4px;
}
#home .feed img {
 margin: -3px 0 0 10px;
}
.more {
 clear: both;
}

/* ショップインフォ */
#shopinfo {
	background-color: #ededed;
	margin-top: 30px;
	padding: 20px 0;
}
#shopinfo table {
	margin: 0 auto;
}
#shopinfo h3 {
	font-weight: bold;
	display: inline;
	margin-top: 0;
	margin-right: 1em;
}

/* バナー */
#banner {
 margin-top: 30px;
}
#banner img {
 margin-right: 10px;
}
#banner .end img {
 margin-right: 0;
}
