<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.personal-top-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.personal-top-ul li {
	list-style: none;
	width: 14.666%;
	margin: 0 1% 0 1%;
	font-size: 87.5%;
}






.personal-top-ul li .kubun {
	width: 100%;
	border: 1px solid #cccc;
	text-align: center;
	margin-bottom: 10px;
}
.personal-top-ul li .kubun a {
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #222222;
}

.personal-top-ul li .kubun a:hover {
	background-color: #eee;
}

.personal-top-ul li .topimg{
	width: 100%;
	text-align: center;
}

.personal-top-ul li .topimg a img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;		/* CSS3Áð°Æ */
}

.personal-top-ul li .topimg a:hover img{
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.personal-top-ul li .info {
	text-align: center;
	color: #222222;
}
.personal-top-ul li .box-new-price {
	font-size: 120%;
	font-weight: bold;
}




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

.personal-top-ul li {
	margin: 0 1% 25px 1%;
}

.personal-top-ul li:nth-child(5),
.personal-top-ul li:nth-child(6) {
	display: none;
}

.personal-top-ul li .topimg a img{
	height: 160px;
}

.personal-top-ul li {
	width: 48%;
}
}

@media screen and (max-width: 560px) {
.personal-top-ul li .topimg a img{
	height: 120px;
}
}

</pre></body></html>