@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){
  /*必要ならばここにコードを書く*/
}

a.rsswidget {
	padding:0px !important;
}

.rss_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
}

.rss_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: auto;
    padding: 10px;
}

.blogroll-list-wrap {
    list-style: none;
    font-size: 1em;
}

.blogroll-list-wrap a {
    text-decoration: none;
}

.blogroll-list-wrap a:hover {
    color: red;
}

@media screen and (max-width: 600px) {
    .rss_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
