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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
h1 {
	color: #00479d;
}

/************************************
 * for Inline Google Spreadsheet Viewer
 * **********************************/
.scrollable-table.stfc-sticky .igsv-table {
  border-collapse: collapse;
}
.scrollable-table.stfc-sticky .igsv-table thead th {
  background-color: #00479d; 
  font-weight: bold;
  color: white;
  padding: 4px;
}
.scrollable-table.stfc-sticky .igsv-table td {
    vertical-align: center;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid lightgray;
}

/*テーブルの固定した１列目の背景色と文字色の指定*/
.scrollable-table.stfc-sticky .igsv-table thead tr th.col-1{
    background-color: #00479d;
    color: white;
}

/* 練習スケジュール */
.igsv-table.practise_schedule {
}
.igsv-table.practise_history {
}

.igsv-table.practise_schedule .col-1 {
    text-align: right;
    white-space: nowrap;
}

.igsv-table.practise_schedule .col-2 {
    text-align: center;
    white-space: nowrap;
}
.igsv-table.practise_schedule .col-3 {
    text-align: center;
    white-space: nowrap;
}

.igsv-table.practise_history .col-1 {
    text-align: right;
    white-space: nowrap;
}
.igsv-table.practise_history .col-2 {
    text-align: center;
    white-space: nowrap;
}

/* ランキング */
.igsv-table.ranking .col-1 {
    text-align: right;
}
.igsv-table.ranking .col-2 {
    text-align: left;
}
.igsv-table.ranking .col-3 {
    text-align: right;
}
.igsv-table.ranking .col-4 {
    text-align: center;
}
.igsv-table.ranking .col-5 {
    text-align: center;
}
.igsv-table.ranking .col-6 {
    text-align: center;
    white-space: wrap;
}


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

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

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