@charset "UTF-8";

/*  「イベント」のページに固有のスタイル  */

@import url(sub_navi8.css);

em {
	font-weight: bold;
}

p a {
	text-decoration: underline;
}

a.linkToEnquete {
	display: block;
	width: 11em;
	height: 18px;
	margin: 5px 5px 20px 0px;
	padding: 0px 20px 0px 0px;
	background-image: url(../images/link_triangle.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	color: #7e00ae;
	font-size: 110%;
	font-weight: bold;
}

/* pdfへのリンク */
div#pdfDL {
	width: 546px;
	margin: 15px 0px;
	padding: 0px;
}
#pdfDL h5{
	margin: 0px;
	padding: 0px;
	color: #7e00ae;
	font-size: 100%;
	font-weight: bold;
}
#pdfDL h5:after{
	content: "↓";
}
#pdfDL a {
	display: block;
	width: 534px;
	height: 20px;
	margin: 0px;
	padding: 3px 0px 3px 12px;
	background-image: url(../images/pdfDL.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
