@charset "UTF-8";
/*
*	トップページ
*/
/* ==========================================================================
	ビジュアル
========================================================================== */
#visual {
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  height: 445px;
}
#visual p {
  z-index: 2;
  position: absolute;
  top: 205px;
  left: 292.5px;
}
#visual #slider {
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: 445px;
}
#visual #slider li {
  display: none;
  position: absolute;
  width: 1100px;
  height: 445px;
  top: 0;
  left: 0;
}
#visual #slider-nav {
  position: absolute;
  width: 980px;
  top: 210px;
  left: 60px;
}
#visual #slider-nav li {
  float: left;
  width: 25px;
  cursor: pointer;
  transition: opacity .3s ease;
}
#visual #slider-nav li#next {
  float: right;
}
#visual #slider-nav li:hover {
  opacity: .7;
}

/* ==========================================================================
	トピックス
========================================================================== */
#topics {
  width: 1098px;
  margin: 20px auto;
}
#topics h2 {
  float: left;
  margin-bottom: 20px;
}
#topics h3.topics_all{
  float: right;
  width: 200px;
  height: 19px;
  border: 1px solid #ddd;
  color: #097adb;
  text-align: center;
}
#topics h3.topics_all:hover{
  border: 1px solid #097adb;
}
#topics h3.topics_all a{
  display: block;
  width: 200px;
  height: 19px;
  text-decoration: none;
}
#topics ul li {
  clear: both;
  position: relative;
  display: table;
/*   width: 1098px; */
/*   height: 50px; */
/*   border: 1px dotted #ddd; */
  background: url(./img/icon_arrow.png) no-repeat;
/*   background-position: 1000px; */
  width: 1092px;
  height: 42px;
  margin-bottom: 10px;
  background-position: 996px;
}
#topics ul li.hover{
  width: 1092px;
  height: 42px;
  background-position: 996px;
}
#topics ul li last {
  margin-bottom: 0;
}
#topics ul li a {
  position: absolute;
  display: block;
  width: 1098px;
  height: 50px;
  margin: 0 0 0 -1100px;
}
#topics ul .update{
  border: 5px solid #94cafa;
}
#topics ul .adoption{
  border: 5px solid #f5b9b7;
}
#topics ul .update.hover{
/*   border: 5px solid #d7ebfd; */
  border: 5px solid #097adb;
}
#topics ul .adoption.hover{
  border: 5px solid #d41919;
}
#topics ul li h3 {
  width: 196px;
/*   padding-left: 4px; */
  padding-left: 0;
  display: table-cell;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#topics ul li h3.hover {
  padding-left: 0;
}
#topics ul .update h3 {
  background: #94cafa;
}
#topics ul .adoption h3 {
  background: #f5b9b7;
}
#topics ul li p {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  font-size: 16px;
}
#topics ul .update p {
  background: url(./img/arrow_blue.png) no-repeat;
  background-position: 0px;
}
#topics ul .adoption p {
  background: url(./img/arrow_pink.png) no-repeat;
  background-position: 0px;
}
#topics ul li p span{
  padding-right: 20px;
  font-weight: bold;
}

/* ==========================================================================
	私達の強み
========================================================================== */
#strength {
  padding: 20px 0;
  background: url(./img/bg_dot_horizon.gif) repeat-x left bottom;
}
#strength .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 155px;
}
#strength .inner h2 {
  position: absolute;
  left: 0;
  bottom: -19px;
}
#strength .inner ul {
  z-index: 2;
  position: relative;
  float: right;
  width: 820px;
}
#strength .inner ul li {
  float: left;
  width: 320px;
  padding: 15px 20px;
  font-size: 92.3%;
}
#strength .inner ul li:first-child {
  background: url(./img/bg_dot_vertical.gif) right top repeat-y;
}
#strength .inner ul li h3 {
  margin: 0 0 20px;
  text-align: center;
}
#strength .inner ul li a {
  margin: 0 0 0 5px;
  color: #333;
  text-decoration: none;
}
#strength .inner ul li a:hover {
  color: #097adb;
}
#strength .inner div {
  position: absolute;
  width: 174px;
  height: 91px;
  right: 0;
  bottom: -20px;
  background: url(./img/bg_strength.gif) no-repeat;
}

/* ==========================================================================
	ケー・シー・エスの事業
========================================================================== */
#service {
  padding: 35px 0;
  background: url(./img/bg_stripe.gif);
}
#service .inner {
  height: 413px;
  background: url(./img/bg_service.png) no-repeat center top;
}
#service .sub-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#service .sub-inner h2 {
  text-align: center;
}
#service .sub-inner li {
  position: absolute;
}
#service .sub-inner #service-logistics {
  top: 189px;
  left: 118px;
}
#service .sub-inner #service-processing {
  top: 189px;
  left: 543px;
}

/* ==========================================================================
	ケー・シー・エスについて
========================================================================== */
#about {
  width: 960px;
  margin: 0 auto;
  margin: 30px auto 0;
}
#about li {
  float: left;
  width: 302px;
  margin: 0 12px 0 0;
  padding: 7px 0 0;
  border: solid 5px #ddd;
  font-size: 115.4%;
  text-align: center;
}
#about li:hover {
  border-color: #097adb;
  color: #097adb;
}
#about li p {
  padding: 10px 0;
  line-height: 1;
}
#about li p a {
  margin: 0 0 0 10px;
  color: #333;
  text-decoration: none;
}

/* パネル部分へ背景画像の追加*/
.panel_wrap {
  width:100%;
  background-size: 100% 100%;
  padding: 50px 0;
}