@media print{
  *{
    -webkit-print-color-adjust: exact;
  }
    
  a[href]:after{
    content: none;
  }
  
  body, body.header_bg_small{
    background: transparent;
  }
  
  .noprint{
    display: none;
  }
  
  .pagebreak{
		page-break-before: always;	
  }
  
  .print-block{
    page-break-inside: avoid;
  }
 
  #header_small, #sidebar, #footer{
    display: none;
  }
  #page_top{
    visibility: hidden;
  }
  
  #wraper, #main{
    width: 100%;
    float: none;
  }
  
/**
 * 山行記録
 */  
  
  #record_detail .place li{
    width: 100%;
    float: none;
  }
  
/**
 * おすすめルート
 */

  .guide_detail .route_season .season_month .season,
  .guide_detail .route_season .season_month .season:last-child{
    width: 33.3%;
  }
  
  .guide_detail .route_season .season_month{
    min-width: 1px;
  }
  
  a.btn, .btn-group, .picbtn{
    display: none;
  }
  
  .detail_ft, .box.place{
    display: none;
  }
  
  #centercolumn #record_detail .photo_area .item{
    width: 142px;
  }
  
  #centercolumn #record_detail .photo_area .item img{
    width: 100%;
    height: auto;
  }
  
  .guide_detail .photo_area .item .num{
    top: 115px;
  }
  
  .guide_detail .photo_area .item:after{
    top: 64px;
  }
  
  #centercolumn #record_detail tr{
    page-break-inside: avoid;
  }
    
}

/**
 * 山行計画
 */  

body#plan_print #cpntainer{
  width: 680px;
  margin: 0 auto;
}

#plan_print h1{
  font-size: 18px;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-bottom: 6px;
  line-height: 22px;
  padding-left: 110px;
  position: relative;
}

#plan_print h1 span{
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  width: 100px;
}

#plan_print header{
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

#plan_print table{
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #999;
  border-spacing: 0;
}

#plan_print tr{
  page-break-inside: avoid;
}

#plan_print th{
  white-space: nowrap;
  text-align: left;
  background-color: #efefef;
  font-size: 11px;
}

#plan_print #table01 th{
  width: 18%;
}

#plan_print td{
  font-size: 12px;
}

#plan_print th, #plan_print td{
  border-bottom: 1px solid #999;
  border-right:  1px solid #999;
  padding: 4px;
  vertical-align: top;
}

#plan_print tr th:last-child,
#plan_print tr td:last-child{
  border-right: none;
}

#plan_print tr:last-child th,
#plan_print tr:last-child td{
  border-bottom: none;
}

#plan_print td.name,
#plan_print td.birthdate,
#plan_print td.tel{
  white-space: nowrap;
}
