<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reviewlist_datas {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
.icon_star {
	float: left;
	width: 150px;
}
.review_poster li {
	float: left;
	margin-left: 10px;
}
.review_poster li {
	list-style: none;
}
.reviewlist {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.review_ttl, .shopcomment_ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.review_img {
	float: right;
	margin: 0 0 10px 10px
}
.reviewlist_content {
	overflow: hidden;
	zoom: 1;
}
.shopcomment {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	padding: 15px;
	border-radius: 6px;
}
.main-cat-list {
	margin-top: 40px;
}
.main-cat-list ul {
	list-style: none;
	margin-top: 1em;
}
.main-cat-list ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.main-cat-list ul li:nth-child(3n+3) {
	margin: 0;
}
.main-cat-list ul li p {
	height: 5em;
	margin-bottom: 5%;
}
/*****
夢や追加
*****/
/* カートボタン */
input[type="submit"] {
	width: 50%;
	padding: 1em;
	color: #fff;
	font-size: 1.5em;
	background-color: #CC3C00;
	border: 0;
}
input[type="submit"]:hover {
	cursor: pointer;
}
input[type="submit"]:active {
	background-color: #ff9060;
}
</pre></body></html>