@charset "utf-8";
/* CSS Document */

@import url(../../css/common.css);

.wrapper {
	min-height: 500px;
}

.public {
	margin-bottom: 20px;
}

.pdfLink {
	background: url(../img/icon_pdf.jpg) left 4px no-repeat;
	padding-left: 25px;
}

.urlLink {
	background: url(../../img/icon_link.gif) no-repeat left center;
	padding-left: 20px;
}

p.pdfLink {
	margin-bottom: 20px;
}

.public .title02 {
	margin-bottom: 20px;
}

.bknumber{
    background: #E6E1D2;
    padding: 10px;
}

.bknumber span {
    background: url(../img/icon_pdf.jpg) left 4px no-repeat;
    padding-left: 25px;
    display: inline-block;
}

.btnSp{
    margin-bottom: 30px;
}




.infoList2 .inner {
	background: #FFF;
	padding: 2px;
}

.infoList2 .inner dt {
	background: #E6E1D2;
	padding: 5px;
}

.infoList2 .inner dt span {
	background: url(../img/icon_pdf.jpg) left 4px no-repeat;
	padding-left: 25px;
	display: inline-block;
}

.infoList2 .inner dd {
	height: 200px;
}

.infoList2 ul {
	margin-right: -27px;
}

.infoList2 li {
	width: 470px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #D6C0A3;
	background: url(../../img/bg_check.gif) left top repeat;
	padding: 5px;
}






