@charset "UTF-8";
/* 応募方法 */

body.entry div.doc ul{
	margin-bottom: 20px;
}

/* main > doc > download */
div.doc div.download h2{
	margin-bottom: 5px;
	font-size: 120%;
}

div.doc dl.attachment{
	margin-bottom: 30px;
	border-bottom: solid 3px #ccc;
}

div.doc dl.attachment dt,
div.doc dl.attachment dd,
div.doc dl.attachment li{
	line-height: 1.5;
}

div.doc dl.attachment dt,
div.doc dl.attachment dd{
	padding: 0.5em 0;
	border-top: solid 1px #ccc;
}

div.doc dl.attachment dt.first,
div.doc dl.attachment dd.first{
	border-top: solid 3px #ccc;
}

div.doc dl.compact.attachment dt{
	width: 6em;
	padding-left: 1em;
	font-weight: bold;
}

div.doc dl.attachment ul{
	margin: 0;
}

div.doc dl.attachment li{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

div.doc dl.attachment span.size{
	margin-left: 0.25em;
	font-size: 90%;
	color: #777;
}

div.doc dl.attachment a{
	padding-left: 20px;
	background: no-repeat 0 0;
	padding-bottom: 5px;
}

div.doc dl.attachment a.pdf{
	background-image: url("/biz-contest2019/common/images/icon_pdf.gif");
}

div.doc dl.attachment a.odt{
	background-image: url("/biz-contest2019/common/images/icon_odt.gif");
}

div.doc dl.attachment a.doc{
	background-image: url("/biz-contest2019/common/images/icon_doc.gif");
}
