@charset "utf-8";

/* ===========================================================

	Title:	print.css
	Last Created:	2015-3-7
	
=========================================================== */
/*

	print
	
=========================================================== */
@media print {
  body{
    zoom: 88%;
  }
  .global-navigation,
  .main-visual,
  body .bt-pagetop,
  footer,
  .footer-navi,
  .footer-navi-support,
  .title {
    width: 1200px !important;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    padding: 0 !important;
  }
  .title {
    position: relative !important;
    top: 0 !important;
  }
  /*----- logo -----*/
  header h1 a,
  footer p.logo a{
    opacity: 0
  }
  header h1,
  footer p.logo{
    width: 328px;
    height: 30px;
    background: url(/img/ja/common/logo_s.png) 0 0 no-repeat;
  }
  /*----- font -----*/
  div.contents,
  div.contents table {
    font-size: 13px;
    line-height: 1.8;
  }
  div.contents .txt-ss {
    font-size: 11px;
    line-height: 1.6;
  }
  div.contents .txt-s {
    font-size: 12px;
    line-height: 1.6;
  }
  div.contents .txt-l {
    font-size: 15px;
  }
  div.contents .txt-ll {
    font-size: 20px;
  }
  main h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .read {
    font-size: 20px;
    font-size: 2.0rem;
  }
  /*----- top -----*/  
  .wideslider_base {
    left: 0 !important;
    width: 1200px !important;
    height: 500px !important;
  }
  /*---- portfolio ----*/
  .portfolio-details #map > div {
    overflow: hidden;
  }
  /*---- graph ----*/
  .scroll-graph{
    width: 900px !important;
  }
}