@charset "UTF-8";

#home #header_wrap { height: 646px; }
#home .slider {
  display: block;
  position: absolute;
  top: 153px;
  width: 1200px;
  height: 494px;
  background: #f6f6f6;
}
.slider a {
  height: 419px;
  width: 1200px;
  display: block;
  text-indent: -9999px;
}
.slider .pic01 { background: url(/images/slideshow001.jpg) no-repeat 0 0; }
.slider .pic02 { background: url(/images/slideshow002.jpg) no-repeat 0 0; }
.slider .pic03 { background: url(/images/slideshow003.jpg) no-repeat 0 0; }
.mainmenu { display: block; }
.home_cont_wrap {
  background: #f6f6f6;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.home_cont {
  width: 1024px;
  margin: 0 auto;
}
.home_main {
  width: 780px;
  float: left;
}
.home_right {
  float: right;
  min-height: 200px;
  width: 236px;
}
.home_title {
  background: url(/images/home_title_sprite.png) no-repeat 0 0;
}
.home_main .info {
  height: 23px;
  margin-bottom: 8px;
  text-indent: -9999px;
  width: 176px;
}
.info_wrap {
  border-top: 3px solid #00a4e6;
  box-shadow: 0 0 3px 1px #dddddd;
  margin: 0 0 35px 3px;
  width: 774px; /* 774+3+3=780 */
}
.info_inner {
  background: #ffffff none repeat scroll 0 0;
  height: 90px;
  overflow: auto;
  padding: 15px 12px;
}
.info_inner li {
  font-size: 108%;
  padding-left: 150px;
  position: relative;
  line-height: 1.25;
}
.info_inner .date {
  left: 0;
  position: absolute;
}
.info_inner li a {
  color: #00a4e6;
  text-decoration: underline;
}
.info_inner .cont {
}
.goto_info {
  text-indent: -9999px;
  background: #fbfbfb;
  padding: 5px 0;
}
.goto_info a {
  background: #fbfbfb url(/images/home_title_sprite.png) no-repeat 0 -110px;
  width: 145px;
  height: 22px;
  display: block;
  margin: 0 0 0 auto;
}
.home_main .prod_info {
  width: 235px;
  height: 23px;
  text-indent: -9999px;
  background-position: 0 -23px;
  margin-bottom: 5px;
}

.prod_info_list {
  border-top: 3px solid #00a4e6;
  padding-top: 8px;
}
.prod_info_list li {
  float: left;
  height: 130px;
  margin-right: 4px;
  overflow: hidden;
  width: 126px;
}
.prod_info_list li:first-child { margin-left: 2px; }
.prod_info_list li:last-child { margin-right: 0; }
.prod_info_list li img {
  margin-bottom: 10px;
}
.prod_info_list li .cap a {
  text-align: center;
  font-size: 108%;
}
.prod_info_list li .cap a {
  display: block;
  text-decoration: underline;
  color: #686767;
}

.shadow_wrap {
  overflow: hidden;
  padding: 0 3px;
  width: 236px;
}
.home_right .kigyo {
  background-position: 0 -132px;
  height: 50px;
  width: 230px;
  text-indent: -9999px;
  margin-left: 3px;
}
.kigyo_list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 3px 1px #dddddd;
  color: #00a4e6;
  list-style-type: disc;
  padding: 10px;
  width: 210px;
  margin-bottom: 15px;
}
.kigyo_list li {
  float: left;
  font-size: 108%;
  line-height: 2;
  margin-left: 25px;
  padding-right: 15px;
}
.kigyo_list li a {
  color: #00a4e6;
}

.home_right .kankei {
  background-position: 0 -183px;
  width: 230px;
  height: 54px;
  text-indent: -9999px;
  margin-left: 3px;
}
.kankei_list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 3px 1px #dddddd;
  color: #00a4e6;
  list-style-type: disc;
  padding: 16px 10px;
  width: 210px;
  margin-bottom: 15px;
}
.kankei_list li {
  font-size: 108%;
  margin-left: 25px;
  padding-right: 15px;
}
.kankei_list li a {
  color: #00a4e6;
}

.home_right .saiyo {
  background-position: 0 -237px;
  width: 230px;
  height: 55px;
  text-indent: -9999px;
  margin-left: 3px;
}
.saiyo_list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 3px 1px #dddddd;
  color: #00a4e6;
  list-style-type: disc;
  padding: 16px 10px;
  width: 210px;
  margin-bottom: 15px;
}
.saiyo_list li {
  font-size: 108%;
  margin-left: 25px;
  padding-right: 15px;
}
.saiyo_list li a {
  color: #00a4e6;
}

#home .goto_top { background: #f6f6f6; }

@media only screen and (max-width: 900px) {

  #home #header_wrap {
    height: auto;
    margin-bottom: 0;
  }
  #home .slider {
    position: static;
    width: 320px;
    height: 237px;
  }
  .slider a {
    height: 200px;
    width: 320px;
  }
  .slider .pic01 { background: url(/images/slideshow001_sp.jpg) no-repeat 0 0; }
  .slider .pic02 { background: url(/images/slideshow002_sp.jpg) no-repeat 0 0; }
  .slider .pic03 { background: url(/images/slideshow003_sp.jpg) no-repeat 0 0; }
  .home_cont_wrap {
    width: 320px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .home_cont {
    width: auto;
    margin: 0 auto;
  }
  .home_main {
    width: auto;
    float: none;
  }
  .home_right {
    float: none;
    min-height: 0;
    padding: 0 5px;
    width: auto;
  }
  .home_title {
    background: url(/images/home_title_sprite.png) no-repeat 0 0;
  }
  .home_main .info {
    height: 32px;
    margin-bottom: 12px;
    width: 320px;
    background-position: 0 -46px;
  }
  .info_wrap {
    margin: 0 auto 20px;
    width: 310px;
  }
  .info_inner {
    background: #ffffff none repeat scroll 0 0;
    height: 90px;
    overflow: auto;
    padding: 15px 12px;
  }
  .info_inner li {
    padding: 0 0 5px;
    position: static;
  }
  .info_inner .date {
    display: block;
    padding-bottom: 2px;
    position: static;
  }
  .goto_info a { width: 130px; }
  .home_main .prod_info {
    background-position: 0 -78px;
    height: 32px;
    margin-bottom: 12px;
    width: 320px;
  }
  .prod_info_list {
    border-top: 0 none;
    padding-top: 0;
  }
  .prod_info_list li {
    height: 130px;
    margin: 0 7px 5px;
    width: 145px;
  }
  .prod_info_list li:first-child { margin: 0 7px 5px; }
  .prod_info_list li:last-child { margin: 0 7px 5px; }
  .prod_info_list li img {
    margin-bottom: 7px;
  }
  .shadow_wrap { width: 304px; }
  .home_right .kigyo {
    background-position: -230px -132px;
    height: 51px;
    width: 304px;
    margin-left: 3px;
  }
  .kigyo_list { width: auto; }
  .kigyo_list li {
    margin-left: 35px;
    padding-right: 35px;
  }
  .home_right .kankei {
    background-position: -230px -183px;
    height: 54px;
    margin-left: 3px;
    width: 304px;
  }
  .kankei_list { width: auto; }
  .kankei_list li {
    margin-left: 35px;
    padding-right: 0;
  }
  .home_right .saiyo {
    background-position: -230px -237px;
    width: 304px;
    height: 54px;
    margin-left: 3px;
  }
  .saiyo_list { width: auto; }
  .saiyo_list li {
    margin-left: 35px;
    padding-right: 0;
  }



}

