@page{
  margin: 1cm 0.5cm 1cm 0.5cm;
}


/*----------------------------------------------------------
  レイアウト関係
----------------------------------------------------------*/
/* コンテンツ部分のみを表示 */
/*html, body {
  background-image: none;
}*/
header, nav, footer, #bread_crumb {
  display: none;
}
article {
  width: 740px;
}

h2 {
  padding-top: 40px;
}


/*----------------------------------------------------------
  改ページ設定
----------------------------------------------------------*/
/*#location, #schedule, #faq, #shiharai, #advantage, #regist_bag {
  page-break-before: always;
}*/
/*
td.sepalate {
  page-break-after: always;
}
*/
