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

.red {
    color: #CC0000;
}

/* dl_box */
.dl_box {
	border: 2px solid #D0D0D0;
	overflow: hidden;
	padding: 15px;
	/padding: 15px 15px 10px; /*IE6-7 */
}

.dl_box img.left {
	float: left;
	margin-right: 25px;
	display: block;
	width: 80px;
}
.dl_box h4 {
	font-size: 108%;
	margin-bottom: 5px;
}
p.dl_box_link {
	float: left;
}
@media (max-width: 640px){
.dl_box img.left {
	margin-bottom: 10px;
}
p.dl_box_link {
	clear: both;
}
}


/* スマホ時に表中のフォントサイズを縮小 */
@media (max-width: 640px){
.txtadjust {
	font-size: 85%;
}
}


/* アンカー調整 2段の場合下マージン */
a.anchorButtonA,
span.anchorButtonA
{
	margin-bottom:10px;
}
</pre></body></html>