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

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

    padding: 0px 29px;
    border: 1px solid transparent;
    border-radius: var(--cocoon-basic-border-radius);
    position: relative;
    z-index: 0;
}

.sub-caption {
	display: none
	
}


}
.list-title{
  text-align: center;
  font-size: 18px;
  margin-top: 0em;
  margin-bottom: 1em;
  /*display:none;*/
}

.sidebar {
        padding: 0 1.5%;
	  	margin-top: 0em;
    }

.author-box {
    border: none;
    border-radius: 0;
    background: #fff;
}
.nwa .author-box {
    text-align: center;
    padding-top: 5px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	 main.main, div.sidebar {
        padding: 0px 16px;
        margin: 12px 0;
        border-width: 0;
    }
	.adt-front-page-only {
		display: none
	}
}

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