<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------
   共通
------------------------------------------------ */
.section p.indent {
	margin-left: 1em;
}

/* ------------------------------------------------
   contentsWrap
------------------------------------------------ */

.section div.pct {
	float: left;
}
.section div.img680 {
	margin: 15px 0;
}
.section div.contentsWrap {
	margin: 30px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.section div.description {
	float: left;
	width: 65%;
    margin: 20px 0 0 30px;
}
.section div.description p.topBottom {
	margin: .5em 0;
}
.section ul.txtlink {
	margin-top: .5em;
}
.section div.description ul.txtlink {
	margin-bottom: 1.2em;
}
/* ------------------------------------------------
   contentsWrap01
------------------------------------------------ */

.section div.contentsWrap01 {
	margin: 30px 0 50px 0;
	border-bottom: 1px dotted #ccc;
}
/* ------------------------------------------------
   contentsWrap02
------------------------------------------------ */

.section div.contentsWrap01 {
	margin: 30px 0;
}
/* ------------------------------------------------
   else
------------------------------------------------ */

div.else ul.txtlink li {
	margin-left: 1em;
}
/* ------------------------------------------------
   ページTOPリンク
------------------------------------------------ */

.section div.mod-pageTop {
	margin-bottom: 40px;
}
/* ------------------------------------------------
   インフォメーション枠
------------------------------------------------ */

.section div.infomationArea {
    border: 1px #999 solid;
    background: #EAF6FD;
    margin: 15px auto 20px auto;
    padding: 15px 15px 10px 15px;
    clear: both;
}
.section div.infomationBox {
    background: url(/support/audiosoftware/mediago/howto/images/icon_info.gif) no-repeat;
    margin: 0px;
    padding: 3px 0px 0px 35px;
}
/* ------------------------------------------------
   MQ
------------------------------------------------ */
@media screen and (max-width: 640px) {
	.section div.description {
	float: left;
	width: 90%;
    margin: 20px 0 0 10px;
	}
}
/* ------------------------------------------------
   clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
}
</pre></body></html>