@charset "UTF-8";
.mainArea {
  margin: 15px 0 0 !important;
  padding: 0 20px 20px;
  line-height: 1.6;
  zoom: 1;
}

/*-----------------------------------
top1711 - common button
-----------------------------------*/
.top1711-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
  cursor: pointer;
}

.top1711-btn:hover {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.top1711-btn.top1711-btn-orange {
  border: none;
  border-bottom: 1px solid #e79656;
  color: #fff !important;
  background: #fda128;
  background: -webkit-linear-gradient(#fda128, #fd8629);
  background: linear-gradient(#fda128, #fd8629);
}

.top1711-btn.top1711-btn-orange:hover {
  background: #fd8629;
  background: -webkit-linear-gradient(#fd8629, #fda128);
  background: linear-gradient(#fd8629, #fda128);
}

.top1711-btn.top1711-btn-blue {
  border: none;
  border-bottom: 1px solid #1579de;
  color: #fff !important;
  background: #4aa3fe;
  background: -webkit-linear-gradient(#4aa3fe, #3b94f0);
  background: linear-gradient(#4aa3fe, #3b94f0);
}

.top1711-btn.top1711-btn-blue:hover {
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa3fe);
  background: linear-gradient(#3b94f0, #4aa3fe);
}

/*-----------------------------------
top1711 - error block
-----------------------------------*/
.top1711-error {
  position: relative;
  min-height: 24px;
  margin: 0 0 15px;
  padding: 12px 185px 12px 155px;
  border-radius: 4px;
  background: #fadfe1;
  font-size: 13px;
  line-height: 24px;
}

.top1711-error__ttl {
  position: absolute;
  top: 12px;
  left: 12px;
  line-height: 22px;
  color: #d90916;
}

.top1711-error__ttl span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -170px -150px no-repeat;
  vertical-align: top;
}

.top1711-error__txt {
  padding: 2px 0;
  line-height: 20px;
}

.top1711-error__tolist {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}

.top1711-error__tolist span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
  height: 10px;
  margin-right: 6px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -66px -130px no-repeat;
  vertical-align: 0;
}

.top1711-error.var01 {
  padding: 12px;
}

.top1711-error.var01 .top1711-error__ttl {
  position: static;
}

.top1711-error.var01 .top1711-error__txt {
  padding: 5px 0 0 0;
}

.top1711-error-wrap.var02{
  margin-bottom: 15px;
}

.top1711-error-wrap.var02:after{
  clear: both;
  content: "";
  display: block;
}

.top1711-error-wrap.var02 .aoikn{
  float: right;
  margin-left: 20px;
}

.top1711-error-wrap.var02 .aoikn .aoikn-btn{
  padding-top: 10px;
}

.top1711-error-wrap.var02 .aoikn .aoikn-btn a{
  display: block;
  width: 230px;
  height: 29px;
  line-height: 30px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  border-bottom: 1px solid #1579de;
  background: #4aa3fe;
  background: -webkit-linear-gradient(#4aa3fe, #3b94f0);
  background: -o-linear-gradient(#4aa3fe, #3b94f0);
  background: -moz-linear-gradient(#4aa3fe, #3b94f0);
  background: linear-gradient(#4aa3fe, #3b94f0);
  font-size: 15px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}

.top1711-error-wrap.var02 .aoikn .aoikn-btn a:hover{
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa3fe);
  background: -o-linear-gradient(#3b94f0, #4aa3fe);
  background: -moz-linear-gradient(#3b94f0, #4aa3fe);
  background: linear-gradient(#3b94f0, #4aa3fe);
}

.top1711-error-wrap.var02 .top1711-error{
  margin: 0;
  overflow: hidden;
}

/*-----------------------------------
top1711 - entry area
-----------------------------------*/
.top1711-entry {
  position: relative;
  right: 20px;
  width: 100%;
  padding: 0 20px;
  background: #fd9229;
  text-align: center;
}

.top1711-entry-top {
  padding: 7px 0;
}

.top1711-entry .txt-image {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 608px;
  height: 34px;
  margin: 3px 0;
  background: url("/resource/images/top/top1711_pic_entry01.png") 0 0 no-repeat;
  vertical-align: middle;
}

.top1711-entry .btnSet {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top1711-entry a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 205px;
  height: 34px;
  margin-left: 10px;
  background: url("/resource/images/top/top1711_pic_entry01.png") no-repeat;
  vertical-align: middle;
  overflow: hidden;
}

.top1711-entry a:hover {
  opacity: .8;
}

.top1711-entry a.btn-new {
  background-position: 0 -44px;
}

.top1711-entry a.btn-fax {
  background-position: -215px -44px;
}

.top1711-entry a span {
  display: block;
  position: absolute;
  top: 0;
  left: -500px;
}

.top1711-entry-bottom {
  margin: 0 -20px 8px;
  background: #fff;
}

.top1711-entry-bottom .btn-credit {
  width: 602px;
  height: 23px;
  padding: 7px 15px;
  display: inline-block;
  background: url("/resource/images/top/top1711_pic_entry01.png") no-repeat;
  background-position: 15px -79px;
  overflow: hidden;
  margin-left: 0;
}


/*-----------------------------------
top1711 - main carousel fix for ie7
-----------------------------------*/
.top1711-mainCarousel {
  position: relative;
  right: 20px;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}

/*-----------------------------------
top1711 - 2colomn structure setting
-----------------------------------*/
.top1711-col2 {
  position: relative;
  padding: 0 0 60px 290px;
}

.top1711-col2__side {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  background: #fff;
  z-index: 1;
}

/*-----------------------------------
top1711 - tab switching area
-----------------------------------*/
.top1711-tab {
  margin-bottom: 30px;
}

.top1711-tab__btn {
  margin: 0 0 -1px 0;
}

.top1711-tab__btn li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px 0 0;
}

.top1711-tab__btn li a {
  padding: 0 14px;
  font-size: 14px;
  height: 38px;
  border-radius: 4px;
  line-height: 38px;
}

.top1711-tab__btn li a .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -100px -130px no-repeat;
  vertical-align: 0;
}

.top1711-tab__btn li a .num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 7px;
  min-width: 12px;
  height: 22px;
  padding: 0 5px;
  border-radius: 11px;
  background: #d50415;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: .04em;
  color: #fff;
  vertical-align: middle;
}

.top1711-tab__btn li a.js-tabCurrent {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
}

.top1711-tab__btn li a.js-tabCurrent .icon {
  background-position: -120px -130px;
}

.top1711-tab__btn.js-tabOpen a {
  border-radius: 4px 4px 0 0;
}

.top1711-tab__content {
  position: relative;
  height: 0;
  overflow: hidden;
}

.top1711-tab__content.js-contentOpen {
  border: solid 1px #cecece;
}

.top1711-tab__content > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top1711-tab__content > div .top1711-tabSetNews {
  padding: 15px;
  background: #fff;
}

.top1711-tab__content > div .top1711-tabSetNews dl {
  padding-left: 11px;
  font-size: 130%;
}

.top1711-tab__content > div .top1711-tabSetNews dl dt {
  float: left;
}

.top1711-tab__content > div .top1711-tabSetNews dl dt img {
  vertical-align: 0;
}

.top1711-tab__content > div .top1711-tabSetNews dl dd {
  padding: 0 0 12px 23px;
  overflow: hidden;
  line-height: 1.2;
}

.top1711-tab__content > div .top1711-tabSetNews dl.top1711-ttabSetNews__list dd {
  background: url(/resource/images/top/2015new_icon_arrow_01.png) no-repeat 10px 3px;
}

.top1711-tab__content > div .top1711-tabSetNews dl.top1711-tabSetNews__review {
  padding: 10px;
  border: solid 1px #cecece;
}

.top1711-tab__content > div .top1711-tabSetNews dl.top1711-tabSetNews__review p img {
  margin-left: 5px;
}

.top1711-tab__content > div .top1711-tabSetNews dl.top1711-tabSetNews__review ul {
  padding: 12px 0 0 0;
}

.top1711-tab__content > div .top1711-tabSetNews dl.top1711-tabSetNews__review ul li {
  padding: 0 0 12px 23px;
  background: url(/resource/images/top/2015new_icon_arrow_01.png) no-repeat 10px 3px;
  line-height: 1.2;
}

.top1711-tab__content > div .top1711-tabSetOrder {
  padding: 15px;
  background: #fff;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__ttl {
  margin-bottom: 20px;
  font-size: 130%;
  font-weight: bold;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__ttl img {
  margin: 0 0 0 5px;
  vertical-align: top;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tblTtl {
  margin-bottom: 10px;
  font-size: 130%;
  font-weight: bold;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 {
  width: 100%;
  border-top: solid 1px #cecece;
  border-left: solid 1px #cecece;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 th,
.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td {
  padding: 10px;
  border-right: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  vertical-align: middle;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 th {
  background: #f7f7f7;
  font-size: 13px;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.user {
  font-size: 13px;
  min-width: 12.5em;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.user .name {
  font-weight: bold;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.requestDate {
  width: 9.5em;
  font-size: 13px;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.requestDate .date {
  font-weight: bold;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.item {
  font-size: 13px;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.price {
  font-size: 13px;
  text-align: right;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.num {
  font-size: 13px;
  text-align: center;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl01 td.subtotal {
  width: 110px;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #d80000;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl02 {
  width: 100%;
  border-top: solid 1px #cecece;
  border-left: solid 1px #cecece;
  background-color: #f7f7f7;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl02 td {
  border-right: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl02 td.descript {
  border-right: none;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl02 td.descript .title {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl02 td.descript .txt {
  padding-bottom: 15px;
  font-size: 130%;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__tbl02 td.btn a {
  height: 39px;
  padding: 0 15px;
  line-height: 39px;
  vertical-align: middle;
  white-space: nowrap;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__notes {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__foot {
  padding-top: 10px;
  font-size: 13px;
  text-align: right;
}

.top1711-tab__content > div .top1711-tabSetOrder .top1711-tabSetOrder__foot a {
  margin-left: 10px;
  padding: 0 20px;
}

/*-----------------------------------
top1711 - mainColumn common set
-----------------------------------*/
/* top1711 - mainColumn section */
.top1711-mainColSec__ttl {
  margin: 32px 0 20px;
  padding-top: 28px;
  border-top: 1px solid #cecece;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: .02em;
}

.top1711-mainColSec.js-noborder .top1711-mainColSec__ttl {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/*-----------------------------------
top1711 - carousel
-----------------------------------*/
/* common */
.top1711-carouselWrap {
  position: relative;
  margin: 0 20px;
}

.top1711-carouselWrap > div {
  position: relative;
  overflow: hidden;
}

.top1711-carouselWrap > div ul {
  position: absolute;
}

.top1711-carouselWrap > div ul li {
  float: left;
  background: #fff;
}

.top1711-carouselWrap.noFix {
  margin: 0;
}

.top1711-carouselWrap.noFix li {
  width: auto !important;
  height: 138px;
}

.top1711-carouselWrap .numBox {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .04em;
}

.top1711-carouselWrap .separator{
  border-left:1px solid #cecece;
  margin: 0 10px;
}

.top1711-carouselWrap .btn-prev,
.top1711-carouselWrap .btn-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 39px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.top1711-carouselWrap .btn-prev {
  left: -25px !important;
  background-image: url(/resource/images/detail/2015new_btn_arrow_01.png) !important;
}

.ie7 .top1711-carouselWrap .btn-prev,
.ie8 .top1711-carouselWrap .btn-prev {
  background-image: url(/resource/images/detail/2015new_btn_arrow_03.gif) !important;
}

.top1711-carouselWrap .btn-prev:hover, .top1711-carouselWrap .btn-prev:active {
  background-position: 0 -39px;
}

.top1711-carouselWrap .btn-next {
  right: -25px !important;
  background-image: url(/resource/images/detail/2015new_btn_arrow_02.png) !important;
}

.ie7 .top1711-carouselWrap .btn-next,
.ie8 .top1711-carouselWrap .btn-next {
  background-image: url(/resource/images/detail/2015new_btn_arrow_04.gif) !important;
}

.top1711-carouselWrap .btn-next:hover, .top1711-carouselWrap .btn-next:active {
  background-position: 0 -39px;
}

.top1711-carouselWrap .disabled {
  background-position: 0 -78px !important;
  cursor: default !important;
}

/* bnrList */
.top1711-bnrListWrap.noFix li + li {
  margin-left: 10px;
}

.top1711-bnrList li {
  text-align: center;
}

.top1711-bnrList li a:hover {
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* For IE 8 */
  opacity: 0.7;
}

/* product */
.top1711-productItem > div {
  position: relative;
  width: 152px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.top1711-productItem .link {
  display: block;
  text-align: center;
}

.top1711-productItem .link .pic {
  display: block;
  text-align: center;
}

.top1711-productItem .link .name {
  display: block;
  padding-top: 10px;
  font-size: 140%;
  line-height: 1.4;
  text-align: left;
}

.top1711-productItem .link:hover .pic img {
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* For IE 5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* For IE 8 */
  opacity: 0.7;
}

.top1711-productItem .star {
  margin-top: 13px;
  font-size: 130%;
  line-height: 1.4;
}

.top1711-productItem .star span {
  display: inline-block;
  width: 88px;
  height: 15px;
  margin-right: 5px;
  background-image: url(/resource/images/shared/icn/star-icn.png);
  vertical-align: text-bottom;
}

.top1711-productItem .star img {
  vertical-align: 0;
}

.top1711-productItem .discount {
  text-align: right;
  margin: 10px 0 -5px;
}

.top1711-productItem .discount p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 22px;
  padding: 0 7px;
  border-radius: 3px;
  background: #da0a16;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.top1711-productItem .price {
  margin-top: 13px;
  text-align: right;
}

.top1711-productItem .price .priceNum {
  color: #d80000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.top1711-productItem .price .priceNum .taxExcluded {
  font-size: 13px;
  color: #000;
  font-weight: normal;
  display: inline-block;
  margin: 0 -3px;
  *margin: 5px 0 0;
}

.top1711-productItem .cart {
  margin-top: 10px;
  line-height: 1;
  text-align: right;
}

.top1711-productItem .cart .cartBtn {
  position: relative;
  display: inline-block;
  *display: inline;
  margin-top: 0;
  margin-left: 1px;
  zoom: 1;
}

.top1711-productItem .cart .cartBtn a {
  height: 26px;
  line-height: 26px;
}

.top1711-productItem .cart .cartBtn a img {
  margin-right: 2px;
  vertical-align: middle;
}

/* often */
.top1711-optenWrap {
  margin: -15px 20px;
}

.top1711-optenWrap .numBox {
  top: -20px;
}

.top1711-optenWrap .top1711-oftenCarousel__item {
  padding: 10px 0;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div {
  position: relative;
  width: 220px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .pic img {
  width: 180px;
  height: auto;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

body.ie7 .top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo,
body.ie8 .top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo {
  border: 1px solid #e6e6e6;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content {
  padding: 25px 22px;
  text-align: left;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .star {
  margin-top: 7px;
  font-size: 130%;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .star span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 88px;
  height: 15px;
  background-image: url(/resource/images/shared/icn/star-icn.png);
  margin-right: 5px;
  vertical-align: text-bottom;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .name {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .bottomSet {
  position: absolute;
  bottom: 25px;
  right: 22px;
  width: 180px;
  text-align: right;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .bottomSet .priceNum {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  color: #d80000;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .bottomSet .priceNum .taxExcluded {
  display: inline-block;
  margin: 0 -3px;
  *margin: 5px 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .bottomSet .cartBtn a {
  height: 26px;
  line-height: 26px;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo .itemInfo__content .bottomSet .cartBtn a img {
  margin-right: 2px;
  vertical-align: middle;
}

.top1711-optenWrap .top1711-oftenCarousel__item > div .itemInfo__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/resource/images/top/top1711_bg_white01.png);
  z-index: 1;
}

/*-----------------------------------
top1711 - topics
-----------------------------------*/
.top1711-topics {
  margin-bottom: -10px;
  padding: 22px 0 0 0;
  overflow: hidden;
}

.top1711-topics li {
  float: left;
  padding: 0 24px 10px 0;
  font-size: 15px;
  line-height: 25px;
}

.top1711-topics li a {
  color: #333 !important;
  text-decoration: none;
}

.top1711-topics li a:hover {
  color: #1b72e9 !important;
}

.top1711-topics li a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") no-repeat;
  vertical-align: -7px;
}

.top1711-topics li a span.icon01 {
  background-position: -170px -180px;
}

.top1711-topics li a span.icon02 {
  background-position: -200px -180px;
}

.top1711-topics li a span.icon03 {
  background-position: -230px -180px;
}

.top1711-topics li a span.icon04 {
  background-position: -260px -180px;
}

.top1711-topics li a span.icon05 {
  background-position: -290px -180px;
}

.top1711-topics li a span.icon06{
  background-position: -320px -180px;
}

.top1711-topics li a span.icon07 {
  background-position: -350px -180px;
}

.top1711-topics li a span.icon08 {
  background-position: -381px -177px;
}

/*-----------------------------------
top1711 - news area
-----------------------------------*/
.top1711-newsBlock + .top1711-newsBlock {
  margin-top: 40px;
}

.top1711-newsBlock + .top1711-newsBlock .top1711-mainColSec__ttl {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.top1711-newsBlock .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
  height: 10px;
  margin-right: 6px;
  margin-left: 10px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") -66px -130px no-repeat;
  vertical-align: 0;
}

.top1711-newsBlock__list {
  margin-bottom: 15px;
}

.top1711-newsBlock__list li {
  font-size: 13px;
}

.top1711-newsBlock__list li + li {
  margin-top: 4px;
}

.top1711-newsBlock__list li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top1711-newsBlock__link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
}

.top1711-newsBlock__link li + li {
  margin-left: 24px;
}

/*-----------------------------------
top1711 - voice area
-----------------------------------*/

.top1711-topVoice {
  max-width: 900px;
  height: auto;
  box-sizing: border-box;
  margin: 40px 0;
  padding: 15px 20px 25px;
  background: url("/resource/images/shared/bg/bg_header.png");
}

.top1711-topVoice + .top1711-topColSec .top1711-topColSec__ttl {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.top1711-topVoice .voiceInput {
  display: block;
}
.top1711-topVoice .voiceInput .voiceLogo,
.top1711-topVoice .voiceComplete .voiceLogo{
  display: inline-block;
  margin-bottom: 6px;
}

.top1711-topVoice .voiceInput > img{
  margin-bottom: 6px;
}

.top1711-topVoice .voiceComplete {
  display: none;
}

.top1711-topVoice.js-sent .voiceInput {
  display: none;
}

.top1711-topVoice.js-sent .voiceComplete {
  display: block;
}

.top1711-topVoice__box {
  min-height: 100px;
  margin-bottom: 4px;
}

.top1711-topVoice__desc {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -.02em;
}

.top1711-topVoice__note {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: -.02em;
  margin-bottom: 6px;
}

.top1711-topVoice__note span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.top1711-topVoice__area {
  text-align: center;
}

.top1711-topVoice__area textarea {
  border: 1px solid #cecece;
  border-radius: 4px;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  font-size: 13px;
  resize: vertical;
}

.top1711-topVoice__archive{
  position: relative;
  font-size: 13px;
  padding-left: 13px;
}

.top1711-topVoice__archive span{
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/resource/images/shared/2015new_sprite_md01.png") -66px -130px no-repeat;
  width: 6px;
  height: 10px;
  top: 3px;
  left: 0;
}

.top1711-topVoice__btn {
  position: relative;
  text-align: center;
}

.top1711-topVoice__btn a{
  right: 0;
  top: -20px;
  position: absolute;
  text-align: center;
}

.top1711-topVoice__btn a {
  display: block;
  max-width: 160px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 12px;
  border: none;
  border-radius: 3px;
  border-bottom: 1px solid #1579de;
  background: #4aa3fe;
  background: -webkit-linear-gradient(#4aa3fe, #3b94f0);
  background: -o-linear-gradient(#4aa3fe, #3b94f0);
  background: -moz-linear-gradient(#4aa3fe, #3b94f0);
  background: linear-gradient(#4aa3fe, #3b94f0);
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}

.top1711-topVoice__btn a:hover {
  background: #3b94f0;
  background: -webkit-linear-gradient(#3b94f0, #4aa3fe);
  background: -o-linear-gradient(#3b94f0, #4aa3fe);
  background: -moz-linear-gradient(#3b94f0, #4aa3fe);
  background: linear-gradient(#3b94f0, #4aa3fe);
}

.top1711-topVoice__gratitude {
  height: 96px;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 26px 0;
  background: #fff;
  text-align: center;
}

.top1711-topVoice__gratitude__ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}

.top1711-topVoice__gratitude__desc {
  font-size: 13px;
}

/*-----------------------------------
top1711 - side category section
-----------------------------------*/
.side1711-sideColSec.ra_LeftCategory {
  min-height: 865px;
}

.side1711-sideColSec > .side1711-sideColSec_content {
  display: flex;
  align-items: flex-end;
  margin-top: -9px;
  margin-bottom: 17px;
}

.side1711-sideColSec > .side1711-sideColSec_content > .side1711-sideColSec_txt {
  font-size: 12px;
  line-height: 15px;
}

.side1711-sideColSec > .side1711-sideColSec_content > .side1711-sideColSec_txt + .side1711-sideColSec_txt {
  margin-left: 5px;
}

.side1711-sideColSec > .side1711-sideColSec_content > .side1711-sideColSec_txt > .side1711-sideColSec_item {
  font-size: 18px;
  font-weight: bold;
  color: #183d9f;
}

/*-----------------------------------
top1711 - side category link
-----------------------------------*/
.top1711-sideCateWrap .top1711-sideASKULOriginal {
  position: relative;
}

.top1711-sideCateWrap .top1711-sideASKULOriginal a {
  display: block;
}

.top1711-sideCateWrap .top1711-sideASKULOriginal a:hover {
  opacity: 0.7;
}

.top1711-sideCateWrap .top1711-sideASKULOriginal_img {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

/*-----------------------------------
top1711 - side category list
-----------------------------------*/
.top1711-sideCateWrap .top1711-sideCate {
  position: relative;
}

.top1711-sideCateWrap .top1711-sideCate + .top1711-sideCate {
  margin-top: 14px;
  padding-top: 15px;
}

.top1711-sideCateWrap .top1711-sideCate + .top1711-sideCate:before {
  content: '';
  display: block;
  position: absolute;
  left: 15%;
  top: 0;
  width: 70%;
  border-top: 1px solid #e2e2e2;
}

.top1711-sideCateWrap .top1711-sideCate > li {
  position: relative;
  z-index: 100;
}

.top1711-sideCateWrap .top1711-sideCate > li > a {
  display: block;
  padding: 4px 0 4px 4px;
  vertical-align: middle;
  color: #333 !important;
}

.top1711-sideCateWrap .top1711-sideCate > li > a:hover {
  background: #d3e9ff;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 36px;
  height: 36px;
  margin-right: 7px;
  background: url("/resource/images/shared/2015new_sprite_md01.png") no-repeat;
  vertical-align: middle;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate01 {
  background-position: 0 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate10 {
  background-position: -40px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate02 {
  background-position: -80px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate03 {
  background-position: -120px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate21 {
  background-position: -160px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate07 {
  background-position: -320px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate15 {
  background-position: -200px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate13 {
  background-position: -240px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate09 {
  background-position: -360px 0;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate14 {
  background-position: 0 -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate24 {
  background-position: -40px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate23 {
  background-position: -80px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate06 {
  background-position: -320px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate26 {
  background-position: -280px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate34 {
  background-position: -240px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate22 {
  background-position: -200px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate25 {
  background-position: -160px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .icon.cate19 {
  background-position: -120px -40px;
}

.top1711-sideCateWrap .top1711-sideCate > li > a .txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  line-height: 17px;
  vertical-align: middle;
  letter-spacing: -.03em;
}

.top1711-sideCateWrap .top1711-sideCate > li > .lower {
  position: absolute;
  left: 225px;
  top: -6px;
  width: 338px;
  padding: 6px 5px;
  border: 1px solid #cecece \9;
  border-radius: 5px;
  background: #fff;
  z-index: 110;
  visibility: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
  opacity: 0;
  -webkit-transition: visibility 0ms 250ms, opacity 250ms ease-out, left 250ms ease-out;
  transition: visibility 0ms 250ms, opacity 250ms ease-out, left 250ms ease-out;
}

.top1711-sideCateWrap .top1711-sideCate > li > .lower a {
  display: block;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  text-decoration: none;
}

.top1711-sideCateWrap .top1711-sideCate > li > .lower a:hover {
  background: #e9f2fb;
}

.top1711-sideCateWrap .top1711-sideCate > li > .lower a .num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
}

.top1711-sideCateWrap .top1711-sideCate > li.js-active {
  background: #d3e9ff;
}

.top1711-sideCateWrap .top1711-sideCate > li.js-active > .lower {
  left: 230px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0ms, opacity 250ms ease-out, left 250ms ease-out;
  transition: visibility 0ms, opacity 250ms ease-out, left 250ms ease-out;
}

.top1711-sideCateWrap.js-active .top1711-sideCate > li .lower {
  -webkit-transition: visibility 0ms, opacity 0ms !important;
  transition: visibility 0ms, opacity 0ms !important;
}

/* --------------------------------------------------------------
.categoryPromotion（トランプバナー） copied FROM top_2015new.css
-------------------------------------------------------------- */
.categoryPromotionTopWrap {
  padding: 0;
}

.categoryPromotionTop {
  margin: 0 0 20px;
  visibility: hidden;
}

.categoryPromotionTop .promotionSet {
  padding: 0 7px;
}

.categoryPromotionTop .promotionSet .setIn {
  width: 229px;
  margin: 0 auto;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox {
  display: block;
  position: relative;
  width: 229px;
  text-decoration: none;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBoxIn {
  display: block;
  width: 229px;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox .body {
  display: block;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .itemBnrBox:active .frameB {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #2f8eef;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .itemBnrBox:active .frameT {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #2f8eef;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .itemBnrBox:active .frameR {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #2f8eef;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .itemBnrBox:active .frameL {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #2f8eef;
}

.categoryPromotionTop .promotionSet .setIn .office:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .office:active .frameB,
.categoryPromotionTop .promotionSet .setIn .office:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .office:active .frameT,
.categoryPromotionTop .promotionSet .setIn .office:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .office:active .frameR,
.categoryPromotionTop .promotionSet .setIn .office:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .office:active .frameL {
  background-color: #4088c0;
}

.categoryPromotionTop .promotionSet .setIn .oa:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .oa:active .frameB,
.categoryPromotionTop .promotionSet .setIn .oa:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .oa:active .frameT,
.categoryPromotionTop .promotionSet .setIn .oa:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .oa:active .frameR,
.categoryPromotionTop .promotionSet .setIn .oa:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .oa:active .frameL {
  background-color: #fdc043;
}

.categoryPromotionTop .promotionSet .setIn .furniture:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .furniture:active .frameB,
.categoryPromotionTop .promotionSet .setIn .furniture:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .furniture:active .frameT,
.categoryPromotionTop .promotionSet .setIn .furniture:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .furniture:active .frameR,
.categoryPromotionTop .promotionSet .setIn .furniture:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .furniture:active .frameL {
  background-color: #549f6b;
}

.categoryPromotionTop .promotionSet .setIn .life:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .life:active .frameB,
.categoryPromotionTop .promotionSet .setIn .life:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .life:active .frameT,
.categoryPromotionTop .promotionSet .setIn .life:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .life:active .frameR,
.categoryPromotionTop .promotionSet .setIn .life:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .life:active .frameL {
  background-color: #cbdd51;
}

.categoryPromotionTop .promotionSet .setIn .shop:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .shop:active .frameB,
.categoryPromotionTop .promotionSet .setIn .shop:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .shop:active .frameT,
.categoryPromotionTop .promotionSet .setIn .shop:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .shop:active .frameR,
.categoryPromotionTop .promotionSet .setIn .shop:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .shop:active .frameL {
  background-color: #f0844a;
}

.categoryPromotionTop .promotionSet .setIn .print:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .print:active .frameB,
.categoryPromotionTop .promotionSet .setIn .print:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .print:active .frameT,
.categoryPromotionTop .promotionSet .setIn .print:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .print:active .frameR,
.categoryPromotionTop .promotionSet .setIn .print:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .print:active .frameL {
  background-color: #5ebcb9;
}

.categoryPromotionTop .promotionSet .setIn .service:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .service:active .frameB,
.categoryPromotionTop .promotionSet .setIn .service:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .service:active .frameT,
.categoryPromotionTop .promotionSet .setIn .service:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .service:active .frameR,
.categoryPromotionTop .promotionSet .setIn .service:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .service:active .frameL {
  background-color: #e55f6d;
}

.categoryPromotionTop .promotionSet .setIn .randd:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .randd:active .frameB,
.categoryPromotionTop .promotionSet .setIn .randd:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .randd:active .frameT,
.categoryPromotionTop .promotionSet .setIn .randd:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .randd:active .frameR,
.categoryPromotionTop .promotionSet .setIn .randd:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .randd:active .frameL {
  background-color: #40a3d4;
}

.categoryPromotionTop .promotionSet .setIn .care:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .care:active .frameB,
.categoryPromotionTop .promotionSet .setIn .care:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .care:active .frameT,
.categoryPromotionTop .promotionSet .setIn .care:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .care:active .frameR,
.categoryPromotionTop .promotionSet .setIn .care:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .care:active .frameL {
  background-color: #f4b4c9;
}

.categoryPromotionTop .promotionSet .setIn .medical:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .medical:active .frameB,
.categoryPromotionTop .promotionSet .setIn .medical:hover .frameT,
.categoryPromotionTop .promotionSet .setIn .medical:active .frameT,
.categoryPromotionTop .promotionSet .setIn .medical:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .medical:active .frameR,
.categoryPromotionTop .promotionSet .setIn .medical:hover .frameL,
.categoryPromotionTop .promotionSet .setIn .medical:active .frameL {
  background-color: #75b7da;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox:hover .frameR,
.categoryPromotionTop .promotionSet .setIn .itemBnrBox:active .frameR {
  height: 316px;
}

.categoryPromotionTop .promotionSet .setIn .itemBnrBox:hover .frameB,
.categoryPromotionTop .promotionSet .setIn .itemBnrBox:active .frameB {
  width: 210px;
}

.categoryPromotionTop .owl-controls .owl-buttons .owl-prev,
.categoryPromotionTop .owl-controls .owl-buttons .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 39px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.categoryPromotionTop .owl-controls .owl-buttons .owl-prev {
  left: 0px !important;
  background-image: url(/resource/images/detail/2015new_btn_arrow_01.png) !important;
}

.categoryPromotionTop .owl-controls .owl-buttons .owl-next {
  right: 0px !important;
  background-image: url(/resource/images/detail/2015new_btn_arrow_02.png) !important;
}

.ie6 .categoryPromotionTop .owl-controls .owl-buttons .owl-prev,
.ie7 .categoryPromotionTop .owl-controls .owl-buttons .owl-prev,
.ie8 .categoryPromotionTop .owl-controls .owl-buttons .owl-prev {
  background-image: url(/resource/images/detail/2015new_btn_arrow_03.gif) !important;
}

.ie6 .categoryPromotionTop .owl-controls .owl-buttons .owl-next,
.ie7 .categoryPromotionTop .owl-controls .owl-buttons .owl-next,
.ie8 .categoryPromotionTop .owl-controls .owl-buttons .owl-next {
  background-image: url(/resource/images/detail/2015new_btn_arrow_04.gif) !important;
}

.categoryPromotionTop .owl-controls .owl-buttons .owl-prev:hover,
.categoryPromotionTop .owl-controls .owl-buttons .owl-prev:active,
.categoryPromotionTop .owl-controls .owl-buttons .owl-next:hover,
.categoryPromotionTop .owl-controls .owl-buttons .owl-next:active {
  background-position: 0 -39px;
}

.categoryPromotionTop .owl-controls .owl-buttons .disabled {
  background-position: 0 -78px !important;
  cursor: default !important;
}

/* --------------------------------------------------------------
メインビジュアルカルーセル部分 copied FROM top_2015new.css
-------------------------------------------------------------- */
.op50 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

.op65 {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.op70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.op80 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.op100 {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}

.categoryPromotionTopWrap .mainWrapper *, .categoryPromotionTopWrap .mainWrapper *:before, .categoryPromotionTopWrap .mainWrapper *:after {
  box-sizing: border-box;
}

.categoryPromotionTopWrap .mainWrapper {
  margin-left: -35px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBannerWrap {
  background: url(/resource/images/search/2015new_icon_loading_01.gif) no-repeat 50% 50%;
  width: 100%;
  min-width: 960px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner {
  position: relative;
  visibility: hidden;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList {
  overflow: visible;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul:after {
  content: "";
  display: block;
  clear: both;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul li {
  float: left;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul li a {
  display: block;
  position: relative;
  width: 900px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul li.currentSlide {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul li.currentSlide a::after {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .rotationList ul li:not(.currentSlide):hover a::after {
  opacity: 0.4;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .pagination {
  width: 185px;
  margin: 10px auto;
  z-index: 5;
  padding-left: 35px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .pagination li {
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 10px;
  cursor: pointer;
  z-index: 5;
  background: #cecece;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .pagination li.current {
  background: #172397;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev, .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev:after, .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev:hover, .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext:hover {
  opacity: 0.8;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev {
  left: 50%;
  margin-left: -467px;
}

.categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext {
  right: 50%;
  margin-right: -503px;
}

@media screen and (max-width: 1025px) {
  .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev {
    left: 2%;
    margin-left: 0;
  }
  .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext {
    right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev {
    left: 15px;
    margin-left: 0;
  }
  .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext {
    right: 2%;
    margin-right: 0;
  }
}

@media screen and (max-width: 930px) {
  .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contPrev {
    left: 15px;
    margin-left: 0;
  }
  .categoryPromotionTopWrap .mainWrapper .rotationBanner .controller .contNext {
    right: 3%;
    margin-right: 0;
  }
}

/* --------------------------------------------------------------
.ancTop copied FROM top_2015new.css
-------------------------------------------------------------- */
.ancTop {
  padding-top: 50px;
  text-align: right;
}

.ancTop a strong {
  padding-left: 20px;
  background: url(/resource/images/top/2015new_icon_arrow_02.png) no-repeat 0 6px;
  font-size: 130%;
  font-weight: normal;
}

.ancTop a:link,
.ancTop a:visited {
  text-decoration: none;
}

.ancTop a:hover,
.ancTop a:active {
  text-decoration: underline;
}

/*-----------------------------------
top1711 - hotKeyword REWRITING base_2014new.css
-----------------------------------*/
.btn_hotKeyword{
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: linear-gradient(#fff, #f2f2f2);
  border: 1px solid #cecece;
  font-size: 11px;
  font-weight: normal;
  line-height: 21px;
  height: 21px;
  padding: 0 11px 0 34px;
  position: relative;
  vertical-align: middle;
  margin-right: 23px;
}
.btn_hotKeyword:link,
.btn_hotKeyword:visited{
  color: #333333;
}
.btn_hotKeyword:hover{
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #fff);
  background: linear-gradient(#f2f2f2, #fff);
  text-decoration: none;
}
.btn_hotKeyword .icon{
  display: inline-block;
  background: url(/resource/images/shared/2015new_sprite_md01.png) no-repeat 10px 3px;
  background-position: -350px -211px;
  height: 14px;
  width: 17px;
  margin-right: 7px;
  position: absolute;
  top: 3px;
  left: 10px;
}
.headerN2015 .hdKeywordOuter dd ul li{
  line-height: 19px;
}
.headerN2015 .hdKeywordOuter.var1711 dd{
  margin-left: 16.8em;
}
.headerN2015 .hdKeywordOuter dt{
  border-right: 1px solid #cecece;
}

/*-----------------------------------
top1711 - side1711-sideVoice-reflect
-----------------------------------*/
.side1711-sideVoice + .side1711-sideVoice-reflect {
  margin-top: -30px;
}
.side1711-sideVoice-reflect {
  margin-bottom: 40px;
}
.side1711-sideVoice-reflect__ttl {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .02em;
  text-align: center;
}

/*-----------------------------------
追従アオイ君バナー
-----------------------------------*/
.stickyAoi {
  position: fixed;
  bottom: 0;
  right: 80px;
  min-width: 960px;
  z-index: 12001;
}
@media screen and (max-width: 1440px) {
  .stickyAoi {
    right: 0;
  }
}
.stickyAoi__body__Inner {
  position: absolute;
  right: 0;
  bottom: -9999;
}
.stickyAoi__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/resource/images/top/stickyAoi_close.png) no-repeat;
}
.stickyAoi__close:hover {
  background-position-y: -20px;
}
.stickyAoi__link {
  background: url(/resource/images/top/stickyAoi.png) no-repeat -5px -5px;
  width: 250px;
  height: 95px;
  display: block;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.stickyAoi__link:hover {
  background-position-y: -115px;
}
.js-stickyAoi .stickyFooter {
  max-width: initial;
  max-width: auto;
}
.js-stickyAoi .stickyFooter .footerIn {
  min-width: 960px;
  pointer-events: auto;
}
.js-stickyAoi .stickyFooter .stickyFooterBnr {
  pointer-events: none;
}
.js-stickyAoi .stickyFooter .stickyFooterBnr .bnrIn {
  margin-right: 250px;
  width: auto;
  pointer-events: auto;
}
@media screen and (max-width: 1440px) {
  .js-stickyAoi .returnTop {
    bottom: 110px;
  }
}

.top1711-carouselCouponWrap .label {
  margin-bottom: 10px;
}
.top1711-carouselCouponWrap .label span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #DD2C08;
  background: #FEF5D4;
  border-radius: 2px;
}
.top1711-carouselCouponWrap .label span:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  top: -2px;
  background: url(/resource/images/order/1712_icon_sprite01.png) -40px -120px no-repeat;
}