@charset "utf-8";

/*------------------------------------
			topic_box
------------------------------------*/

.article_box .wrap {
	padding-bottom: 100px;
}

 h2 {
	margin-bottom: 30px;
}

.topic-iris-center {
	text-align: center;
	margin-top: 30px;
}

/*---- topic-shop ------------*/
.topic-shop {
	overflow: hidden;
}

.topic-shop ul {
	overflow: hidden;
}
.topic-shop ul li {
	float: left;
	margin: 0 15px;
}

@media screen and (max-width: 767px) {

.article_box .wrap {
	padding: 15px 11px 40px;
}

.topic-top {
	margin-bottom: 20px;
}

.topic_box h2 {
	margin-bottom: 20px;
}

.topic-img-center {
	text-align: center;
}


img {
	height: auto;
	width: 100%;
}
.topic-shop {
	overflow: hidden;
}

.topic-shop ul li {
	margin-bottom: 10px;
	float: none;
}
}