﻿/*
 スタイル
*/

/*--------------------------------
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{
  font-size: 1em;
  float: left;
  width: 130px;
  font-weight: normal;
}


.category-name {
  border: 1px solid #c00000;
  color: #ffffff;
  background-color: #c00000;
  font-size: .9em;
  text-align: center;
  margin-right: 5px;
  padding:0 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{
	font-size: 1.2em;
	font-weight: bold;
}

dd.post-title{
  margin-left: 130px;

}

.information .post-title a{
    font-weight: normal;
    text-decoration: none;
    color: var(--color_main);
}

.information .post-title a:hover{
    color:  var(--color_link);
    text-decoration: underline;
}


.information .thumbnail{
  width: 100%;
  display: block;
}


dl.information{
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0 5px 0;
}

p.listend{
  text-align: right;
}