@charset "UTF-8";

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

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

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

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

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


.maintitle {
    clear:both;
    padding:0 10px;
    line-height:3.0;
    color:#fff;
    font-weight:normal;
    background:#0e1b3f;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #0e1b3f), color-stop(0.00, #3E5A99));
    background:-webkit-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:-moz-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:-o-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:-ms-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:linear-gradient(to bottom, #3E5A99 0%, #0e1b3f 85%);
}

.entry-title {
    clear:both;
    padding:0 10px;
    line-height:3.0;
    color:#fff;
    font-weight:normal;
    background:#0e1b3f;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #0e1b3f), color-stop(0.00, #3E5A99));
    background:-webkit-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:-moz-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:-o-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:-ms-linear-gradient(top, #3E5A99 0%, #0e1b3f 85%);
    background:linear-gradient(to bottom, #3E5A99 0%, #0e1b3f 85%);
}

.subtitle {
    clear:both;
    padding:0 10px;
    line-height:3.0;
    font-weight:normal;
    margin:0;
    color:#000;
    border:1px solid #ddd;
    background:#ccc;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
    background:-webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
}

.childtitle {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#f1f1f1;
}