@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-16 .date-tags,
.post-26 .date-tags {
  display: none;
}

/*---------------------------------
固定ページの著者情報を非表示にする
--------------------------------*/
.page .author-info {
	display: none;
}

/*---------------------------------
投稿ページの著者情報を非表示にする
--------------------------------*/
.post .author-info {
	display: none;
}

/*---------------------------------
highlight.jsの表示変更
--------------------------------*/
.entry-content pre {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 15px !important;
    /*font-size: 10.5pt;*/
}
.entry-content code {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 15px !important;
    /*font-size: 10.5pt;*/
}

/*---------------------------------
ボタンの表示変更
--------------------------------*/
.btn_area {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 17px !important;
	text-align:center !important;
	margin-top: 1.4em !important;
	margin-bottom: 1.0em !important;
}

.btn_style {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 17px !important;
	-webkit-appearance: none !important;
	border: 1px solid #ccc !important;
	background-color: #f5f8fa !important;
	padding: 11px !important;
	margin: 0 !important;
	cursor: pointer !important;
	width: 30% !important;
}

/*---------------------------------
投稿内表示変更
--------------------------------*/
/*.entry-content>*,
.demo .entry-content p {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 17px !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}*/

.entry-content textarea {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 16px !important;
    line-height: 1.0 !important;
}

/*---------------------------------
Contact Form 7用
--------------------------------*/
.wpcf7-text.your-name {
	width: 50% !important;
}

.wpcf7-text.your-email {
	width: 70% !important;
}

.wpcf7-form-control.wpcf7-submit {
	font-family: 'Kosugi Maru', sans-serif !important;
	font-size: 17px !important;
	width: 30% !important;
}

div.your-submit {
	text-align: center !important;
}

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

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

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