@charset "utf-8";

/*==============================

		ir　meeting.css

==============================*/

.contsTitle{ margin-bottom: 0;}

/*==============================
		PC
==============================*/
@media screen and (min-width: 641px) {

div + .contsTitle { margin-top: 60px;}

/*--------------------------------------------------
		mainConts
--------------------------------------------------*/



/*--------------------------------------------------
		dlListBox
--------------------------------------------------*/
.mainConts .sec01 .dlListBox {
	margin-top: 0;
}
.mainConts .sec01 .dlListBox .dlListBox .dlList:first-child {
	border-top: none;
}
.dlListBox .dlList {
	display: table;
	width: 660px;
	padding: 0 20px;
	border-bottom: 1px dotted #000000;
}
.dlListBox .dlList dl {
	display: table-row;
}
.dlListBox .dlList dl dt {
	display: table-cell;
	font-size: 100%;
	vertical-align: top;
	width: 140px;
	padding: 10px 10px 10px 20px;
}
.dlListBox .dlList dl dd {
	display: table-cell;
	font-size: 100%;
	vertical-align: top;
	width: 490px;
	padding: 10px 0;
}
.dlListBox .dlList dl dd .pdf {
	font-size: 90%;
	padding-left: 18px;
	margin-left: 10px;
	position: relative;
}
.dlListBox .dlList dl dd .pdf::before {
	content: "";
	display: block;
	width: 18px;
	height: 19px;
	margin-top: -9.5px;
	background: url(/library/company/common/img/icn_pdf.png) no-repeat;
	background-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
}





}





/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {

div + .contsTitle { margin-top: 30px;}

/*--------------------------------------------------
		dlListBox
--------------------------------------------------*/
.mainConts .sec01 .dlListBox {
	margin-top: 0;
}
.mainConts .sec01 .dlListBox .dlListBox .dlList:first-child {
	border-top: none;
}
.dlListBox .dlList {
	width: 100%;
	border-bottom: 1px dotted #000000;
}
.dlListBox .dlList dl {
	width: 100%;
	padding: 5px 0;
}
.dlListBox .dlList dl dt {
	font-size: 100%;
	line-height: 1.4;
	padding: 5px 0 5px 15px;
	margin-right: 10px;
	background: url(/library/company/common/img/arw_red_r_03.png) no-repeat left 9px;
}
.dlListBox .dlList dl dd {
	font-size: 100%;
	line-height: 1.4;
}
.dlListBox .dlList dl dd .pdf {
	font-size: 90%;
	padding-left: 18px;
	margin-left: 10px;
	position: relative;
}
.dlListBox .dlList dl dd .pdf::after {
	content:" ";
	display: block;
	width: 18px;
	height: 19px;
	margin-top: -9.5px;
	background: url(/library/company/common/img/icn_pdf.png) no-repeat;
	background-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
}





}