@charset "UTF-8";
/*
Theme Name: KahanDesignTemplate1
Theme URI: http://www.kahan-design.com/
Author: Kahan Design
Author URI: http://www.kahan-design.com/
Description: Kahan Design Template Version 1
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kahanDesignTemplateV1
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* フッタ */
footer p {
    color: 
    #fffcf7;
}

/* ダウンロードボタン */
.wp-block-file {
  margin: 30px;
}
.wp-block-file a {
  display: block;
  list-style-type: none;
  color: #666;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px 10px 15px;
}
.wp-block-file a:hover{
  background-color: #ffe0df;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	color:#666;
}
.wp-block-file a:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f7726c;
  border-right: 2px solid #f7726c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
    box-sizing: border-box;
}

/* お知らせ情報 */
.topics .topiclist .topic-item .topiclink {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.topics .topiclist .topic-item .topiclink .topic-label  span {
  background-color: #0ea7d7;
  color: #fff;
}
.topics .topiclist .topic-item .topiclink .topic-date {
  color: #333;
}

@media only screen and (max-width: 799px) {
  .topics .topiclist .topic-item .topiclink .topic-label span {
    min-width: 80px;
    padding: 1px 10px 2px;
    line-height: 1.5;
  }
  .topics .topiclist .topic-item .topiclink .topic-date {
    padding: 4px 12px 4px 16px;
  }
}

/* ページングボタン */
.wp-paginate {
	text-align: center;
}

.wp-paginate span.current{
	color: white;
	background-color: #f7726c;
}
