@charset "utf-8";
/* 体験版ダウンロードモーダル用CSS
   =============================== */
   
body, div, p {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, input, p, th, td {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 180%;
	color: #182a3c;
}

dd {
	margin-left:12px;
}

#cnt_modal {
	width:583px;
	text-align:left;
	margin-bottom: 20px;
}
#cnt_modal h1 img {
	margin-bottom:10px;
}
#cnt_modal dt img {
	margin:20px 0px 9px 0px;
}

#cnt_form {
	text-align:center;
	margin:20px auto;
}
#agree {
	margin:10px auto;
}

textarea {
width: 553px;
height: 20em;
}

.topics_title {
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 6px 20px;
	font-size: 150%;
	font-weight: bold;
	background-color:#ffcece;
	color:#cc0000;
	width: 563px;
	text-align:left;
}
.cnt_inner {
	margin: 20px 0px 0px 20px;
}
.midashi {
    font-weight: bold;
}