@charset "utf-8";
/***************************************************
information
  filename : app_sys_width.css;
***************************************************/
:root {
  --app-main-width: 1200px; /* 基本幅 */
  --app-main-width-con: 800px; /* コンテンツ基本幅 */
  --app-main-width-con-w: 960px; /* コンテンツ基本幅(広) */
  --app-main-width-con-s: 750px; /* コンテンツ基本幅(狭) */
  --app-main-width-side: 360px; /* 2カラムサイド幅 */
  --app-main-width-side-w: 220px; /* 2カラムサイド幅(広) */

  --app-main-width-ipad: 980px; /* 基本幅Ipad */
  --app-main-width-con-ipad: 700px; /* コンテンツ基本幅Ipad */
  --app-main-width-con-w-ipad: 760px; /* コンテンツ基本幅(広)Ipad */
  --app-main-width-con-s-ipad: 700px; /* コンテンツ基本幅(狭)Ipad */
  --app-main-width-side-ipad: 250px; /* 2カラムサイド幅Ipad */
  --app-main-width-side-w-ipad: 200px; /* 2カラムサイド幅(広)Ipad */
}
