/* カスタム CSS をここに入力してください */


/** 記事本文内の行間を調整 */
article p {
  margin-top: 0;
  margin-bottom: 20px;
 }

/*--------------------------------------------------------
メインコンテンツ
--------------------------------------------------------*/
.main-conts{
	line-height: 1.65;
	font-size: 1.05em;
}
