@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= disclosure
=
===================================================================================================================== */

/*
- info 共通
--------------------------------------------------------------------------------------------------------------------- */
#info{}
#info #content-header h1{
	background-image:url('/_assets/img/pc/info/main_image.jpg');
}

/*
- info 情報公開
--------------------------------------------------------------------------------------------------------------------- */
#info.disclosure{}

.pdfList,.pdfTxt{
	margin: 0 20px;
}
.pdfList li,.pdfTxt{
	background: url(/_assets/img/pc/info/disclosure/pdf_link.jpg) no-repeat left center;
	margin-bottom: 10px;
	padding-left: 20px;
}
.pdfList li:last-child{ margin-bottom: 0;}

.infoTable.default-table td{
	text-align: left;
}

.achieveList{
	margin: 0 20px 30px;
}
.achieveList.end{ margin-bottom: 0;}

table.infoTable.default-table{
	margin-bottom: 20px;
}


/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
.achieveList{
	margin: 0 4% 30px;
}

.infoTable.default-table{
	width:100%;
}

.infoTable.default-table th{
	width:6em;
}


}