<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#kodomo div {
}
#kodomo div dl {
	margin-top: 0;
	margin-bottom: 10px;
}
	
#kodomo div dt,
#kodomo div dd {
	margin:0;
	padding:0;
}

#kodomo div dt {
	width: 60px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 87.5%;
	font-weight: bold;
}

#kodomo div dt img {
	width: 80%;
}

#kodomo div dd {
	vertical-align: middle;
}


/* width &gt; 769px [pc] */
@media only screen and (min-width: 769px) {

	#kodomo div dl {
		margin-bottom: 10px;
	}
	/* vertical align middle hack */
	#kodomo div dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	#kodomo div dl dt {
		display: table-cell;
	}
	/* IE 6 */
	* html dl div {
		display: inline;
		zoom: 1;
	}
	/* IE 7 */
	*:first-child+html dl div {
		display: inline;
		zoom: 1;
	}
	
	

	#kodomo div dt img {
		width: 100%;
	}

	#kodomo div dd, {
		min-height: 60px;
	}

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