@charset "UTF-8";

/********************************************

 メインビジュアル

********************************************/
#mainvisual {
	background-position: top center;
	background-image: url(../images/common/head01.jpg);
}



/*** list_pdf_date ***/
.list_pdf_date {
	display: table;
}
.list_pdf_date .item {
	display: table-row;
}
.list_pdf_date .item .date,
.list_pdf_date .item .link {
	padding: 0 0 4px;
}
.list_pdf_date .item .date {
	display: table-cell;
	width: 120px;
}
.list_pdf_date .item .link {
	display: table-cell;
}


/*** list_pdf ***/
.list_pdf {
	
}
.list_pdf li {
	padding: 0 0 4px;
}
.list_pdf li.sub {
	padding-left: 28px;
	background: url(../images/common/icon_list_indent.png) left center no-repeat;
}



/*** adobe (reader banner) ***/
div.adobe {
	background-color: #fcfbee;
	border: #CCCCCC solid 1px;
	padding: 0px 5px 10px 5px;
	/*margin: 15px 0px 50px 0px;*/
	margin: 0 auto;
	width: 560px;
	overflow: hidden;
}
div.adobe p.banner {
	float: left;
	padding: 3px;
	width: 100px;
	margin-top: 1.0em;
}
div.adobe p.txt {
	margin: 0 0 0 120px;
	padding-right: 5px;
	margin-top: 1.0em;
}