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


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


.adobe {
	padding: 20px 30px 10px;
	font-size: 12px;
	text-align: left;
	margin: 1em 80px 3em;
	border: 1px solid #ddd;
}
.adobe img {
	float: right;
	margin-left: 1em;
}


.table {
	width: 40%;
	float: left;
	margin: 0 5% 2em;
}
.table td {
	text-align: left;
}


/* SP以下 */
@media screen and (max-width:767px) {
.box_box &gt; img {
	width: 100%;
}
.file_wrap{
	    text-align: left;    
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.box_box &gt; img {
	width: 60%;
	margin: 0 auto;
}
.file_wrap{
	    margin: 1em 160px 3em;
	    text-align: left;    
}
}


.file a[href$='.php'] {
	padding-left: 20px;
	background: url(icons/blank.gif) no-repeat left center;
}
.file a[href$='.doc'],
.file a[href$='.docx'] {
	padding-left: 20px;
	background: url(icons/doc.gif) no-repeat left center;
}
.file a[href$='.xls'] ,
.file a[href$='.xlsx'] {
	padding-left: 20px;
	background: url(icons/xls.gif) no-repeat left center;
}
.file a[href$='.pdf'] { 
	padding-left: 20px;
	background: url(icons/pdf.gif) no-repeat left center;
}
.file a[href$='.jpg'],
.file a[href$='.gif'],
.file a[href$='.png'],
.file a[href$='.bmp'],
.file a[href$='.jpeg']{ 
	padding-left: 20px;
	background: url(icons/jpg.gif) no-repeat left center;
}








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