@charset "UTF-8";

/*ヘッダーロゴ*/
.logo {
    text-align: left;
}

/*tagline*/
.tagline{
	display:none;
}

/*サイドバー見出し*/
.sidebar h3 {
    padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #942b92;
}

/*list*/
ul{
	list-style-type:square;
}
#sidebar ul {
	padding-left:25px;
}

/*サイドバーカテゴリー*/
.widget_categories ul{
	padding-left: 40px;
	list-style-type:square;
	
}
.widget_categories ul li a{
	color:#1967d2;
	text-decoration:underline;
	padding:0;
	
}

/*サイドバーコメント*/
.widget_recent_comments li{
	padding:0;
	font-size:10px;
}
.widget_recent_comments li a{
	font-size:15px;
}

/*ナビゲーション*/
#navi{
	background-color:#942b92;
}

.navi-in a {
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.navi-in > ul{
	justify-content: left;
}

.navi-in > ul li {
	height: 40px;

}
.navi-in > ul .caption-wrap > div {
  padding-top: 5px;
}


/*インデックスタイトル*/
.entry-card-title  {
    border: solid 1px #ddd;
	padding: 5px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	border-left: 5px #942b92 solid;
    padding-left: 10px;
	font-size:20px;
	margin-bottom: 15px;
}

.entry-card-snippet{
	font-size:
	font-size: 16px;
	line-height: 2.1;
}


/*投稿h1*/
.entry-title{
	 border: solid 1px #ddd;
	padding: 5px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	border-left: 5px #942b92 solid;
    padding-left: 10px;
	
}

/*投稿h2*/
.entry-content h2{
	border-bottom: solid 1px #942b92;
	padding: 8px;
	background-color:#FFF;
}

/*投稿h3*/
.entry-content h3{
	padding: 0.25em 0.5em;
	background: transparent;
	border:none;
	border-left: solid 5px #942b92;
	
}

/*カテゴリタグ*/
.cat-link{
	background-color:#942b92;
}

/*関連記事見出し*/
h2.related-entry-heading{
	background-color:#942b92;
	color:#FFF;
	padding-left:5px;
}
h3.related-entry-card-title{
	padding: 0.25em 0.5em;
	background: transparent;
	border:none;
	border-left: solid 5px #942b92;
}

/*コメント*/
h2.comment-title{
	background-color:#942b92;
	color:#FFF;
	padding-left:5px;
}

li.comment{
	padding-left: 5px;
	border-left: solid 1px #942b92;
	border-top: solid 1px #942b92;
}
 

/*日付計算ツール用*/
#mathform fieldset{
	padding:10px;
	margin-bottom:10px
	
}
#mathform .btn{
	background-color:#CCC;
	color:#333;
}

.input_mini{
	width:100px !important;
}
.input_long{
	width:150px  !important;
}

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.logo {
    	text-align: center;
	}

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/*ヘッダーロゴ*/

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
