/* --

 print.css

 ------------------------------------*/
/*-----------------------------------

	$print

-----------------------------------*/
html, body {
  min-width: 100%; }

.inner {
  min-width: 100%; }
  .footer .inner {
    width: 100%; }
  .top .designers .inner,
  .top .company .inner {
    width: 100%; }

.header {
  position: absolute;
  min-width: 100%; }

.mainvisual .slider li {
  width: 100%;
  height: auto; }

.mainvisual .slider .image {
  width: auto;
  height: auto;
  min-height: 940px; }
  .mainvisual .slider .image img {
    min-height: inherit;
    height: auto;
    width: 100% !important;
    min-width: 100% !important; }

.designers .slider-02 .image {
  width: 100%;
  height: 600px; }
  .designers .slider-02 .image img {
    height: 600px !important;
    min-width: 100% !important; }

.product .header-box {
  min-width: 100%; }
  .product .header-box .image img {
    width: 100%; }

.post {
  max-width: 100%; }
