<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* ================================================
　カテゴリ共通
================================================ */

.news .box_box {
	max-width: 800px;
}
.test {
	width: 50%;
	margin: 0 auto;
}

.file {
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 2em 3em;
	background: #fff;
	font-size: 12px;
}
.file li {
	padding-right: 2em;
	float: left;
	margin-bottom: .5em;
}
.file li a[href$='.doc'],
.file li a[href$='.docx'] {
	padding-left: 20px;
	background: url(../common/img/doc.gif) no-repeat left center;
}
.file li a[href$='.xls'] ,
.file li a[href$='.xlsx'] {
	padding-left: 20px;
	background: url(../common/img/xls.gif) no-repeat left center;
}
.file li a[href$='.pdf'] { 
	padding-left: 20px;
	background: url(../common/img/pdf.gif) no-repeat left center;
}
.file li a[href$='.jpg'],
.file li a[href$='.gif'],
.file li a[href$='.png'],
.file li a[href$='.bmp'],
.file li a[href$='.jpeg']{ 
	padding-left: 20px;
	background: url(../common/img/jpg.gif) no-repeat left center;
}


/* SP以下 */
@media screen and (max-width:767px) {
}


/* TB以上 */
@media screen and (min-width:768px) {
}







</pre></body></html>