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

/* TKP_download関連Style         2013.10.09 */
/* テーマのstyle.cssに下記を記入しこのファイルを読み込ませる
/* @import url("tkp_download_style.css");
/* または、下記の内容をテーマのstyle.cssに追記する
*/

#nav-above {
	margin-bottom: 8px;
	clear: both;
}

#nav-below {
	margin-top: 8px;
	clear: both;
}

.back_link {
	text-align: center;
	margin: 0.8rem 0;
}

.post-type-archive-download_files .download_files,
.tax-tkp_download_cat .download_files,
.single-download_files .download_files {
	border: 1px solid #AAA;
	clear: both;
	margin-bottom: 1rem;
	padding: 0;
}
.post-type-archive-download_files .download_files h2,
.tax-tkp_download_cat .download_files h2,
.single-download_files .download_files h2 {
	margin: 0;
	padding: 4px;
	background-color: #DED;
	border-bottom: 1px solid #AAA;
}
#content .download_files p {
	margin-bottom: 0;
}

.download_files .entry-utility {
	padding: 5px 0 0;
	text-align: right;
	color: #666;
}
.download_files .entry-content {
	margin: 0 5px;
	padding: 8px 5px 5px 0;
	border: none;
}
.download_files div span.icon {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background-image: url(filekind_icon.gif);
	background-repeat: no-repeat;
}
.download_files div.kind_pdf span.icon {	background-position: 0 0;		}
.download_files div.kind_word span.icon {	background-position: -200px 0;	}
.download_files div.kind_excel span.icon {	background-position: -250px 0;	}
.download_files div.kind_ppt span.icon {	background-position: -150px 0;	}
.download_files div.kind_img span.icon {	background-position: -50px 0;	}
.download_files div.kind_others span.icon {	background-position: -100px 0; 	}

.download_files p span {
	font-size: 88%;
	color: #666;
}

.records_files {
	margin-bottom: 1.5em;
}
.records_files .entry-meta {
	margin-bottom: .25em;
	padding-left: .25em;
}
.records_files .entry-title {
	background-color: cornsilk;
	padding: 0.5em 0.5em 0.4em 0.5em;
}
.records_files .entry-content p {
	padding-left: 1.5em;
}
.records_files .kind {
	display: inline-block;
	width: 3.5em;
	margin-right: .5em;
	color: white;
	text-align: center;
	font-size: .85em;
}
.records_files .kind.kind_pdf {
	background-color: red;
}
.records_files .kind.kind_img {
	background-color: black;
}
.records_files .kind.kind_word {
	background-color: blue;
}
.records_files .kind.kind_excel {
	background-color: green;
}
.records_files .kind.kind_ppt,
.records_files .kind.kind_others {
	background-color: dimgray;
}

/*
.tkp_files .catpuldown {
	width: 200px;
	float: right;
	margin-bottom: 12px;
	background: #DBF8B4;
	color:#333;
	padding: 0 4px;
}

.catpuldown ul {
	display:block;
	list-style-type: none;
	margin:0;
	text-align: left;
	line-height:1.6em;
	width: 200px;
}
*/
/* サブメニュー1段目 
.catpuldown ul ul{
	display:none;
	width: 192px;
	position:absolute;
	top:100%;
	left:0;
}
*/
/* サブメニュー2段目以降 
.catpuldown ul ul ul {
	top:0;
	left:100%;
}
*/
/* リスト 
.catpuldown li {
	width: 200px;
	float:left;
	color:#333;
}
.catpuldown li:hover {
	position:relative;
	background: #DFF8BA;
}
.catpuldown li li {
	clear:both;
	text-align: left;
}
.catpuldown li a {
	display: block;
	width:200px;
	text-decoration:none;
	padding:4px;
}
.catpuldown li li a {
	background: #FFE;
	border-bottom: 1px solid #DDD;
}

.catpuldown li li:hover a {
	background: #FFC;
	border-bottom: 1px solid #DDD;
}

.catpuldown li:hover &gt; ul {
	display: block
}
*/
/* IE6用 
* html .catpuldown li {
	behavior: expression(
		this.onmouseover=new Function("this.className='column1'"),
		this.onmouseout=new Function("this.className=''"),
		this.style.behavior = 'none'
	);
}

* html .catpuldown li li {
	behavior: expression(
		this.onmouseover=new Function("this.className='column2'"),
		this.onmouseout=new Function("this.className=''"),
		this.style.behavior = 'none'
	);
}

* html .catpuldown li li li {
	behavior: expression(
		this.onmouseover=new Function("this.className='column3'"),
		this.onmouseout=new Function("this.className=''"),
		this.style.behavior = 'none'
	);
}

.catpuldown .column1 {position:relative;}
.catpuldown .column1 ul {display:block;}
.catpuldown .column1 * ul {display:none;}

.catpuldown .column2 {position:relative;}
.catpuldown .column2 ul {display:block;}
.catpuldown .column2 * ul {display:none;}

.catpuldown .column3 {position:relative;}
.catpuldown .column3 ul {display:block;}
.catpuldown .column3 * ul {display:none;}
.catpuldown .column1, .catpuldown .column2, .catpuldown .column3 {
	color:#333;
	background:#7BBA10;
}

.catpuldown ul li {
	line-height:1.6em;
}
*/</pre></body></html>