
/*------------------------------------------------------------------------------------------------*/
/*背景色*/
/*------------------------------------------------------------------------------------------------*/


/*背景色*/
  #main.post-54{background-color:#FFFFFF;}

/*背景画像*/
  
/*背景画像の繰り返し*/
  

/*背景画像の固定*/
  #main.post-54{background-attachment:fixed; }


/*背景の大きさ*/
  #main.post-54{background-size:cover;}

/*------------------------------------------------------------------------------------------------*/
/*記事背景設定*/
/*------------------------------------------------------------------------------------------------*/

/*背景色*/
  #main-in.post-54{background-color:#FFFFFF;}

/*背景画像*/
  


/*------------------------------------------------------------------------------------------------*/
/*デザイン設定*/
/*------------------------------------------------------------------------------------------------*/

/*文字色*/
  #main.post-54{color:#000000;}

/*文字サイズ(PC)*/
  #main-contents.post-54{font-size:1.7em;}

/*文字サイズ(スマホ)*/
  @media
only screen and (max-width : 768px){
#main-contents.post-54{font-size:1.4em;}
}

/*行間(PC)*/
  #main-contents.post-54 p{line-height:2.0em;}


/*行間(スマホ)*/
  @media
only screen and (max-width : 768px){
#main-contents.post-54 p{line-height:1.8em;}
}


/*------------------------------------------------------------------------------------------------*/
/*見出し設定(h2) スマホ共通*/
/*------------------------------------------------------------------------------------------------*/

/*背景色(h2)*/
  #main-contents.post-54 h2{background-color:#0e2c54;}

/*文字色(h2)*/
  #main-contents.post-54 h2{color:#FFFFFF;}

/*サブヘッド横幅(h2)*/
  #main-contents.post-54 h2{margin-left:-2.95em;margin-right:-2.95em;}

/*------------------------------------------------------------------------------------------------*/
/*フッター設定*/
/*------------------------------------------------------------------------------------------------*/

/*フッターの背景色*/
  #footer.post-54 {background:#efefef;}

/*フッターの文字色*/
  #footer.post-54 {color:#efefef;}
#footer.post-54 a{color:#efefef;}






