@charset "utf-8";
/* CSS Document */


.Scale { width:100%; position:relative; height:120px; background:#f4f4f4; border:#4285d1 solid 1px; padding-left:150px; margin-bottom:50px;  display:flex; display: flex;
  align-items: center;
  justify-content: center;}
.Scale >h4 {position:absolute !important; left:-1px; top:-1px; width:150px; height:calc(100% + 2px); background:#4285d1 url(../images/img_truck.png) no-repeat right bottom !important;color:#fff; font-size:18px; padding-top:15px;}
.Scale >h4:before { display:none !important; }
.Scale ul.Scaleinfo {width:80%; display:block; }
.Scale ul.Scaleinfo li { width:49%; float:left; font-size:22px; font-weight:bold; color:#333; line-height:47px; padding-left:55px; position:relative; }
.Scale ul.Scaleinfo li:before { content:''; display:block; background:no-repeat center center; width:47px; height:47px; position:absolute; left:0; top:0;}
.Scale ul.Scaleinfo li.Time:before { background-image:url(../images/icon_time.png) ; }
.Scale ul.Scaleinfo li.Weight:before { background-image:url(../images/icon_weight.png) ; }

.PhotoView {display:flex; flex-wrap: wrap; justify-content: space-between; }
.PhotoView dl { width:32%; border:#ccc solid 1px; flex-item:stretch; background:#f4f4f4 url(../images/noimg.png) no-repeat center center;}
.PhotoView dl dt { background:linear-gradient(#fff, #f4f4f4); border-bottom:#ccc solid 1px; padding:5px; font-size:16px; font-weight:600; padding-left:35px; position:relative;}
.PhotoView dl dt:before { content:''; display:inline-block; background:url(../images/icon_camera.png) no-repeat left center; width:22px; height:19px; position:absolute; left:9px; top:8px;}

.PhotoView dl dd img {  width:100%; height:auto;}