@charset "UTF-8";



/* #POSTER
---------------------------------------------------- */
#poster {
	margin-top: 30px;
}

#poster ul, #poster li {
	list-style-type: none;
}

#poster ul {
	margin-bottom: 0;
}

#poster ul:after {
	content: "";
	clear: both;
	display: block;
}

#poster ul li {
	float: left;
	width: 300px;
	height: 450px;
	margin-right: 27px;
	margin-bottom: 30px;
	line-height:1.3em;
}

#poster li:nth-child(3n) {
	margin-right: 0;
}

#poster a:hover {
	text-decoration: underline;
	opacity: 0.7;
}



/* PDFアイコン（小）付テキスト
---------------------------------------------------- */
#poster span.pdf-mini {
	background-image: url(../image_parts/icon/PDF_mini.png);
	background-repeat: no-repeat;
	background-position: left 0;
	display: block;
	float: left;
	padding-left: 25px;
}

#poster span.pdf-mini:hover {
	text-decoration: underline;
}




/* リンク矢印アイコン付テキスト
---------------------------------------------------- */
#poster span.arrow {
	background-image: url(../image_parts/yajirushi/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	float: left;
	padding-left: 20px;
}

#poster span.arrow:hover {
	text-decoration: underline;
}
