@charset "UTF-8";
/*
*	事業内容
*/
/* ==========================================================================
	共通
========================================================================== */
#contents {
  width: 960px;
  margin: 0 auto;
  margin: 45px auto 60px;
}

#pagetitle {
  width: 960px;
  margin: 0 auto;
  margin: 0 auto 40px;
}

.strength-lead h3 {
  margin: 0 0 25px;
}

/*	ビジュアル
========================================================================== */
#visual {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 318px;
}
#visual .inner {
  position: absolute;
  padding: 0 40px 20px 40px;
  border: solid 1px #097adb;
  top: 105px;
  background: #fff;
  border-radius: 10px;
}
#visual .inner h3 {
  position: relative;
  margin: -20px 0 10px;
  text-align: center;
}
#visual ul li {
  min-height: 20px;
  margin: 0 0 5px;
  background: url(./img/ico_check.gif) no-repeat left center;
  text-indent: 30px;
}

.logistics #visual {
  background: url(./img/bg_logistics.jpg);
}
.logistics #visual .inner {
  left: 178px;
}

.processing #visual {
  background: url(./img/bg_processing.jpg);
}
.processing #visual .inner {
  left: 185px;
}

/*	サービスの特長
========================================================================== */
#point {
  margin: 0 0 60px;
}
#point .section {
  padding: 30px;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#point .section.first {
  border-top: solid 1px #ddd;
}
#point .section .point-lead {
  float: left;
  width: 610px;
}
#point .section .point-lead h4 {
  margin: 0 0 15px;
  padding: 25px 0 0;
  border-left: solid 2px #67aeeb;
  background: url(./img/bg_point.gif) no-repeat 10px 0;
  text-indent: 10px;
}
#point .section .point-lead h5 {
  margin: 10px 0 5px;
  color: #097adb;
  font-weight: bold;
}
#point .section .point-img {
  float: right;
  width: 244px;
}

/*	ワークフロー
========================================================================== */
#workflow {
  text-align: center;
}

.logistics #workflow {
  margin: 40px auto 60px;
}
.logistics #workflow #workflow-img {
  z-index: 2;
  position: relative;
  text-align: center;
}
.logistics #workflow #picking {
  position: relative;
  width: 792px;
  margin: -40px auto 0;
}
.logistics #workflow #picking h3 {
  margin: 0 0 15px;
  text-align: left;
}
.logistics #workflow #picking ol {
  width: 745px;
  height: 184px;
  padding: 20px 23px 0 24px;
  background: url(./img/bg_picking.gif) no-repeat;
}
.logistics #workflow #picking li {
  float: left;
  width: auto;
  list-style: none;
}
.logistics #workflow #picking li.nth {
  float: right;
}
