<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.MainBox h3{
	background:url(../product/images/kind/lime/fertilizer_title01.png) 0 42px no-repeat;
}

.highlight{
	font-weight:bold;
}

.detail{
	display:table;
	width:100%;
	margin-bottom:2em;
}

.detail dt{
	display:table-cell;
	width:76%;
	padding-right:4%;
	vertical-align:top;
}

.detail dt li:not(:first-child){
	padding-left:4em;
}

.detail dt li:nth-child(2):before{
	content:"効　果：";
	margin-left:-4em;
}

.detail dt li:nth-child(3):before{
	content:"使い方：";
	margin-left:-4em;
}

.detail dd{
	display: table-cell;
	width:20%;
	vertical-align:middle;
}

.detail dd img{
	width:100%;
}


@media (max-width: 1023px) {

.MainBox h3{
	background:none;
}

.process{
	margin-left:0;
}

.process img{
	width:100%;
}

.detail{
	display:block;
}

.detail dt{
	display:block;
	width:100%;
	margin-bottom:0.5em;
}

.detail dd{
	display:block;
	width:100%;
	text-align:center;
}

.detail dd img{
	width:50%;
}

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