@charset "utf-8";
/* CSS Document */
.caroufredsel_wrapper {
	margin-left: 30px !important;
	height: 70px !important;
}
.top-thumbs-wrapper {
	position: relative;
}
/* 第1バナー用 */
#top-thumbs1 {
  height: 70px !important;
  overflow: hidden;
}
#top-thumbs1 a {
}
#top-thumbs1 img {
  width: 210px;
  height: auto;
  margin: 0 7px 0 7px;
  cursor: pointer;
}
/* 第1バナー用 */
/* 第2バナー用 */
#top-thumbs2 {
  height: 63px !important;
  overflow: hidden;
  line-height: 63px;
}
#top-thumbs2 a {
}
#top-thumbs2 img {
  width: 210px;
  height: auto;
  margin: 0 7px 0 7px;
  cursor: pointer;
  vertical-align: middle;
  max-height: 63px;
}
/* 第2バナー用 */
/*
#top-thumbs img.selected {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}
*/
/* 第1バナー用 */
#prev1 {
  width: 18px;
  height: 28px;
  display: block;
  background: transparent url("prev-off.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 17px;
}
#prev1:hover {
  background: transparent url("prev-on.png") no-repeat 0 0;
}
#next1 {
  width: 18px;
  height: 28px;
  display: block;
  background: transparent url("next-off.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 17px;
}
#next1:hover {
  background: transparent url("next-on.png") no-repeat 0 0;
}
/* 第1バナー用 */
/* 第2バナー用 */
#prev2 {
  width: 18px;
  height: 28px;
  display: block;
  background: transparent url("prev-off.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 25px;
}
#prev2:hover {
  background: transparent url("prev-on.png") no-repeat 0 0;
}
#next2 {
  width: 18px;
  height: 28px;
  display: block;
  background: transparent url("next-off.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 25px;
}
#next2:hover {
  background: transparent url("next-on.png") no-repeat 0 0;
}
/* 第2バナー用 */
