@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.8em 0;
}

.download_files {
	margin-bottom: 1.5em;
}
.download_files p {
	word-break: break-all;
}

.download_files .dl_fileset {
	display: table;
	margin-bottom: 0.5em;
}
.download_files .dl_fileset .thums,
.download_files .dl_fileset .filelink {
	display: table-cell;
	vertical-align: middle;
}
.download_files .dl_fileset .thums {
	width: 150px;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
.download_files .dl_fileset .filelink {
	padding-left: 1em;
}
.download_files .dl_fileset .thums img {
	max-width: 100%;
	vertical-align: top;
}
.download_files .dl_fileset .filelink a {
	padding: 0.2em 0.8em;
	background-color: teal;
	color: white;
	border-radius: 1em;
}
.download_files .dl_fileset .filelink a span {
	padding-left: 0.4em;
}

.download_files .entry-date {
	background-color: transparent;
	text-align: right;
	margin-bottom: 2px;
}
.download_files .entry-title {
	margin: 0 0 0.5em 0;
	padding: 4px;
	background-color: #E0EAFB;
}

.download_files .dl_meta .edit-link {
	display: inline;
	margin: 0 0.5em;
}

.download_files .new {
	color: red;
	font-size: 50%;
	background-color: white;
	border: 2px solid red;
	padding: 0 5px;
	margin-right: 5px;
	vertical-align: middle;
}


.post-type-archive-download_files #content .catlist,
.tax-download_cat #content .catlist {
	padding: 1em 0;
}
.post-type-archive-download_files #content .menu,
.tax-download_cat #content .menu {
    list-style-position: outside;
	border: 1px solid #BBBBBB;
    margin: 0 auto;
    padding: 0;
}
.post-type-archive-download_files #content .menu li,
.tax-download_cat #content .menu li {
	list-style-type: none;
    box-sizing: border-box;
    float: left;
    margin: 5px;
    padding: 0;
}
.post-type-archive-download_files #content .menu li a,
.tax-download_cat #content .menu li a {
    background-color: #E0EAFB;
    border: 1px solid white;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}
.post-type-archive-download_files #content .menu li a:hover,
.tax-download_cat #content .menu li a:hover {
	border: 1px solid #6495ED;
}
.tax-download_cat #content .menu li.current-cat a {
	border: 1px solid #6495ED;
	background-color: white;
}
