@charset "utf-8";
/* CSS Document */

.pdf_box {
	width: 290px;
	float: left;
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #222;
  	border-radius:10px;
	overflow:hidden;
}

.pdf_ttl {
	background-color: #222;
	color: #FFF;
	list-style-type: none;
	padding: 10px;
	font-size: 16px;
}

.pdf_txt{
	padding:10px;
	font-size:12px;
	  line-height: 1.5em;
	  height:56px;
	} 

.pdf_icon {
	  text-align: center;
  padding-top: 10px;
  background-color: #FFF;
  height: 125px;

}

.pdf_icon img {
	height: 90px;
}

.pdf_box a{
	text-decoration:none;
	color:inherit;
	}

.pdf_box:hover{
	opacity:0.8;
	}