@charset "utf-8";
/* ===================================================================
 connect.css RMS/GOLD共通CSS
=================================================================== */
/*----------------------------------------------------
	iframeLayout
----------------------------------------------------*/
/*アイフレーム横幅*/
#header{
  position: relative;
}
#header_frame {
  width:100%;
  height: 1170px;/*商品ページのヘッダー高さ調整*/
}
#info_recommend_frame {
  width:100%;
  height: 1550px;/*トップページのヘッダー内高さ調整*/
}
#ranking_frame {
  width:100%;
  height: 770px;
}
/*レフナビ*/
#leftNavi{
  width:270px;
  height:100%;
  padding-bottom: 100px;
  margin-right: 30px;
}
iframe#leftnavi_frame{
  width:100%;
  height:2500px;
}
/*レフナビ*/
#mainContents{
  width:calc(100% - 300px);
  height:100%;
}
iframe#mainContents_frame{
  width:100%;
  height:3380px;
}
/*フッター*/
iframe#footer_frame{
  width:100%;
  height: 1070px;
}
