/*
Theme Name: Lightning Child
Template: lightning
*/

@import url("../style.css");

/* ←ここにカスタムCSSを書く */

.sideSection.sideSection-col-two.baseSection {
    text-align: center;
}
.popular-posts{
	text-align: left;
	
}
/* =====================

フッターのライセンス表記を非表示に変更

===================== */	
.copySection.text-center > p:nth-child(2) {
	display:none;
	}

/* バナー追従
#block-105 {
  position: fixed;
  top: 130px;
  right: 20px;
  width: 300px;
  z-index: 999;
} */

/* #block-102 {
  position: fixed;
  top: 400px; /* block-105の下に配置 
  right: px;
  width: 300px;
  z-index: 999;
} */

#kaijo-wrapper {
    max-width: 600px;
    margin: 0 0 0 40px; /* 上 右 下 左 */
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}