@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.customSearch-area table, .customSearch-area td, .customSearch-area th {
    border: none;
    line-height: 1;
}
/*コピペ防止 */
.entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
}

/*ボックス内のリストの間隔を開ける */
.boudai ul li {
	padding-top:10px; 
	padding-bottom:10px;
}
/*ボックス内のリストの先頭マーカーを白丸に*/
.boudai ul {
  list-style-type: circle;
}
.information ul {
  list-style-type: circle;
}

/*季節*/
.season {
  color:#E50202;
}
/*傍題ボックス*/
.boudai {
  background-color: #FCF8E3;
  padding:15px;
  border-radius:4px;
  margin-bottom:20px;
  border-color: #FAEBCC;
}

/*緑色ボックス*/
.box-green {
  background-color: #ebf6e7;
  border-color: #D6E9C6;
  padding:15px;
  border-radius:4px;
  margin:70px 0 20px 0;
}
/*水色ボックス*/
.box-blue {
  background-color: #e8f7ff;
  border-color: #BCE8F1;
  padding:15px;
  border-radius:4px;
  margin-bottom:20px;
}
/*黄色ボックス*/
.box-yellow {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  padding:15px;
  border-radius:4px;
  margin-bottom:20px;
}
/*赤色ボックス*/
.box-red {
  background-color: #fdebed;
  border-color: #EBCCD1;
  padding:15px;
  border-radius:4px;
  margin-bottom:20px;
}
/*紫色ボックス*/
.box-purple {
  background-color: #f6edfe;
  border-color: #f0e2fc;
  padding:15px;
  border-radius:4px;
  margin-bottom:20px;
}

/*固定ページの日付を非表示にする*/
#post-94 .post-meta,#post-199 .post-meta,#post-296 .post-meta{ 
 display: none; 
}
 /*固定ページのSNSボタンを非表示にする*/
#post-94 ul.snsb,#post-199 ul.snsb,#post-296 ul.snsb {
 display: none; 
}
 /*固定ページのシェアボタンを非表示にする*/
#post-94 #sns-group,#post-199 #sns-group,#post-296 #sns-group {
 display: none; 
}