@charset "utf-8";
                                            /**
****************************************************************************************************************
*
* About File: 印刷用CSS
* Release Date: 2013/04/01
* Attention:
* -- 当サイトのスタイル記述は、Sassを使用しています。
* -- Sassを使用する場合は /css/_sass/***.scss を編集・コンパイルし、
*     /css/page-***_sass.css に対して上書きしてください。
*
* -- Sassを使わない場合は、このCSSファイルのOverRide Style のエリア以下にスタイルを追記し、
*     ***_sass.css のスタイルに対して上書き(オーバーライド)指定をする形にしてください。
*
****************************************************************************************************************
*/
/**
*******************************************************************************************************
				This WebSite Base Font Size  : 14px = 100%
*******************************************************************************************************
	10px =   72%	14px = 100%	18px = 129%	22px = 158%	26px = 186%
	11px =   79%	15px = 108%	19px = 136%	23px = 165%
	12px =   86%	16px = 115%	20px = 143%	24px = 172%
	13px =   93%	17px = 122%	21px = 150%	25px = 179%
*******************************************************************************************************
*/
/* defalt settings
--------------------------------- */
body {
  font-size: 12pt;
  color: #000000;
  background: #ffffff;
}

a:link,
a:visited {
  text-decoration: underline;
  color: #000000;
}

/* 共通設定
--------------------------------- */
#g-contact,
#globalnav,
#localnav,
#confoot,
#footer,
#subarea {
  display: none !important;
}

#page {
  padding-bottom: 0;
}

/* 個別設定
--------------------------------- */
#header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 44px !important;
  border-top: none;
  margin-bottom: 20px;
}

#header #logo a,
#header.thin #logo a {
  display: block;
  text-indent: 0;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #B10F41;
  padding-bottom: 10px;
  background: none;
}

#contents {
  padding-top: 20px !important;
}

#mainarea {
  float: none !important;
  width: 900px !important;
  margin: 20px auto !important;
}
