/* お知らせ */
#top_info {
	margin-bottom: 40px;
	padding: 50px 50px 30px;
	background: #E8E8E8 url(https://file002.shop-pro.jp/PA01396/898/img/top/title_info.png) no-repeat left top;
}
#top_info dl {
	clear: both;
}
#top_info dt {
	float: left;
	width: 100px;
}
#top_info dd {
	margin-left: 100px;
	margin-bottom: 16px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #CCCCCC;
}
/* カテゴリーバナー */
#top_category {
	overflow: hidden;
}
#top_category li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 15px;
	list-style: none;
}
#top_category li:nth-child(4n) {
	margin-right: 0;
}
#top_category li:nth-child(4n+1) {
	clear: both;
}
#top_category li img {
	width: 100%;
	height: auto;
}

/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	/* お知らせ */
	#top_info {
		padding: 30px 30px 10px;
	}
}
/*==================================================
	スマホのみに適応
==================================================*/
@media only screen and (max-width: 640px){
	/* お知らせ */
	#top_info dt {
		float: none;
		width: auto;
	}
	#top_info dd {
		margin-left: 0;
	}
	/* カテゴリーバナー */
	#top_category li {
		margin-bottom: 10px;
		width: 48.5%;
		margin-right: 0;
	}
	#top_category li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	#top_category li:nth-child(2n+1) {
		clear: both;
	}
}
