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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.getPostDispArea .getPost{
    border: 2px solid #9a9a9a;
    padding: 5px;
    margin: 10px 0px;
    background-color: #e4f4ff;
}

.getPostDispArea .getPost:after {
    content: '';
    display: table;
    clear: both;
}

.getPostDispArea .getPost2{
   // border: 2px solid #9a9a9a;
    padding: 5px;
    margin: 0px 0px;
    background-color: #e4f4ff;
}

.getPostDispArea .getPost2:after {
    content: '';
    display: table;
    clear: both;
}

.getPostTitleArea {
    width: 100%;
    float: left;
}

.getPostDateArea {
    width: 12%;
    float: left;
}

.getPostStringArea {
    width: 88%;
    padding-left: 15px;
    float: left;
}

h4.getPostTitle {
    font-weight: bold;
}

ul.xoxo.blogroll {
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
}

h6.getPost2 {
 // border-bottom: solid 3px #cce4ff;
  font-size: 12pt;
  position: relative;
}

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

}

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

.getPostStringArea {
    width: 86%;
    padding-left: 15px;
    float: left;
}
  
}

/*600px以下*/
@media screen and (max-width: 600px){
  .getPostDateArea {
    width: 100%;
    float: left;
}
  /*必要ならばここにコードを書く*/
}

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