﻿/*
 スタイル
*/

	/*--------------------------------
	Search & Filter Pro
	---------------------------------*/
	.searchandfilter ul{
		padding :0 !important;
		margin :0 !important;	
	}
	
	.searchandfilter li.sf-field-search label{
		display:block !important;	
	}
	
	.searchandfilter ul li{
		padding :0 20px 0 0 !important;
		display: block;
		float: left;
		min-width:180px;
	}
	
	.search-filter-results{
		clear:both;
	}


  /*--------------------------------
	Contact Form 7 
	https://naifix.com/contact-form-7/
	---------------------------------*/
	.wpcf7 {
		padding: 0.5em 0.5em 0.5em 1em;
		background-color:#EEEEEE;
	}
	.asterisk {
		margin: 0 0 0 0.2em;
		color: #f5637a;
	}
	.wpcf7 span.wpcf7-not-valid-tip {
		font-size: 80%;
	}
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 textarea {
		background-color: #fff;
		color: #333;
		width: 95%;
		border: 1px solid #ddd;
		font-size: 100%;
		padding: 0.5em;
		border-radius: 4px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}
	.wpcf7 input[type="submit"] {
		font-size: 100%;
		padding: 0.2em 0.4em;
		background: #eee;
		color: #333;
		border-radius: 4px;
		cursor: pointer;
		box-shadow: 0 0 1px rgba(0,0,0,.2);
		border: 1px solid #ccc;
		text-shadow: -1px 1px 0 rgba(255,255,255,1);
	}
	.wpcf7 input[type="submit"]:hover {
		box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
	}
	
  
/* ショートコード [latest_posts] 用 */
.post-date{
  float: left;
  width: 130px;
  font-weight: normal;
}


   .category-name {
  border: 1px solid #c00000;
  color: #ffffff;
  background-color: #c00000;
  font-size: .9em;
  padding: 0;
  text-align: center;
  vertical-align: 2px;
  margin-right: 5px;
  padding:2px;
  font-weight: normal;

}
.category-name a{
    color: #ffffff;
    text-decoration: none !important;
}

.category-name.important{
  color: #000099 !important;
  background-color: var(--color_main) !important;
}

dt.post-title{

}

dd.post-title{
  margin-left: 130px;

}
.information .post-title a{
    font-weight: normal;
    text-decoration: none !important;
}

.information .post-title a:hover{
    color:  var(--color_link);
}

.information .thumbnail{
  width: 100%;
  display: block;
}


dl.information{
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0 20px 0;
}

.information .post-meta{
  font-size: 0.9em;
}

p.listend{
  text-align: right;
}