@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.center-table {
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}

.center-table td {
    border: 1px solid #000;
    padding: 10px;
}
/* 元のウィジェットタイトルと、楽天検索のタイトル両方に適用 */
.widget-page-content-top-title.main-widget-label.widget-title,
.rakuten-search-title,
.widget_text .widget-title {
    padding: 12px 15px !important;
    background: #e3f3fe !important;
    border-left: none !important;
    border-bottom: 3px solid #73c3fb !important;
    color: #333 !important;
    font-size: 1.15em !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    display: block; /* 確実に背景色を広げるため */
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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