@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}


/* section */
.l-content .section {
  margin-bottom: 40px;
}
.l-content .sectionInner {
  margin-bottom: 40px;
}


/* h2Ttl */
.l-content .h2Ttl {
  margin-bottom: 20px;
  border-bottom: 1px solid #888;
  padding: 9px 11px;
}
.l-content .h2Ttl span {
  padding: 0 8px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
/* color style */
.l-content .sectionOdd .h2Ttl {
  border-top: 4px solid #0f218b;
}
.l-content .sectionOdd .h2Ttl span {
  border-left: 6px solid #0f218b;
}
.l-content .sectionEven .h2Ttl {
  border-top: 4px solid #ffcc00;
}
.l-content .sectionEven .h2Ttl span {
  border-left: 6px solid #ffcc00;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  background: url(/pr/vona/fs/moving_essentials/common/img/main_20220114.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  background: #d3d3d3 url(/pr/vona/fs/moving_essentials/common/img/bg_lead.png) no-repeat left bottom;
}


/* .globalNav */
.l-content .globalNav {
  width: 950px;
  padding-top: 10px;
  border-bottom: 4px solid #ffcc00;
  background: #FFF;
}
.l-content .globalNav ul li {
  float: left;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 460px;
}
.l-content .globalNav ul li .on {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAMAAAAoauSbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABsUExURf/MAGlZG31pF52BEigoJzUyJKWHECcnJ/rIAWpaG3ZjGamLDzYzJM6mCTEvJYVvFv7LAP3LACopJ62ND21dGqyND/HBA0tCIZZ8E7SSDsiiCua5BSwrJi8tJcKdC1tOHvjHASoqJruYDD44I2fw1aEAAABSSURBVAjXVcvHEoAgEAPQiGKw9971//9RBQ6ay2beZJELKRuYFJmMI0A59HwNe23bS+5z241lZcYqIHtMHY/BvmsSF+cT+BKXFfhROuIXFSa23QBFAzjV0GgdAAAAAElFTkSuQmCC) no-repeat 16px 20px #ffcc00;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 0 8px;
  text-align: center;
}
.l-content .globalNav ul li a {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAMAAADzlqVxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABmUExURf/wsiwsKvLkqvzusP7vsfrrrygoKCcnJ5OMbZSNbXJsV5mRcfztsMq/kKmgenRvWXlzXGxnU6+lfsS5jL6ziD89Nl9bSyopKU1KQGBcTIqDZ+fao7ethC8vLKCYdZePb4B6YP3usQpIErkAAABQSURBVAjXPcxHDoAwEEPRCQRM771z/0uiyBm8epKlL3KLDtevuPLaEHeUrTEfZDTBDGSwwPTkPuIs+a9A7lC0QOoQZh62UTxAwoRCXoWI4gP6twL38pHNlAAAAABJRU5ErkJggg==) no-repeat 20px 15px #fff0b2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 0 8px;
  text-align: center;
  text-decoration: none;
  color: #333333;
}
.l-content .globalNav ul li span.txt {
  font-size: 11px;
  font-weight: normal;
  margin-left: 20px;
}


/* essentialBoxBlock */
.l-content .essentialList {
  margin: 0 -16px 0 0;
  letter-spacing: -0.4em;
  padding: 0;
}
.l-content .essentialList .essentialBox {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
}

/* categoryBox */
.l-content .categoryBox {
  padding: 0 0 20px;
  border: 1px solid #888;
}
.l-content .categoryBox .category {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: table;
}

/* category size */
.l-content .essentialList .essentialBox.boxSizeS .categoryBox .category {
  width: 143px;
}
.l-content .essentialList .essentialBox.boxSizeM .categoryBox .category {
  width: 304px;
}
.l-content .essentialList .essentialBox.boxSizeL .categoryBox .category {
  width: 465px;
}

.l-content .categoryBox .category span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  line-height: 1.3;
}

/* color style */
.l-content .sectionOdd .essentialList .essentialBox .categoryBox .category{
  border-top: 4px solid #0f218b;
}
.l-content .sectionEven .essentialList .essentialBox .categoryBox .category{
  border-top: 4px solid #ffcc00;
}

.l-content .categoryBox .btn_more {
  width: 89px;
  margin: 0 auto;
  margin-top: 5px;
}
.l-content .categoryBox .btn_more a{
  background-position: 5px center;
  padding: 3px 2px 2px 8px;
}


/* itemList */
.l-content .itemList {
  letter-spacing: -0.4em;
}
.l-content .itemList .item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 20px -1px;
  background: #FFF;
  border: 1px solid #888;
}
.l-content .itemList .item:first-child {
  margin-left: 0;
}

/* item size */
.l-content .essentialList .essentialBox.boxSizeS .itemList .item {
  width: 143px;
}
.l-content .essentialList .essentialBox.boxSizeM .itemList .item {
  width: 152px;
}
.l-content .essentialList .essentialBox.boxSizeM .itemList .item:first-child {
  width: 151px;
}
.l-content .essentialList .essentialBox.boxSizeL .itemList .item {
  width: 154px;
}
.l-content .essentialList .essentialBox.boxSizeL .itemList .item:first-child {
  width: 155px;
}

.l-content .itemList .item .inner{
  padding: 10px 0;
}
.l-content .itemList .item .inner .name {
  font-weight: bold;
  color: #004bb1;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 10px;
}
.l-content .itemList .item .inner .pic {
  width: 102px;
  margin: 0 auto;
}
.l-content .itemList .item .inner .maker {
  margin-top: 10px;
  text-align: center;
}
.l-content .itemList .item .inner .btn {
  width: 115px;
  margin: 10px auto 0;
}
.l-content .itemList .item .inner .btn a{
  padding: 9px 2px 8px 10px;
}
.l-content .itemList .item.box_hover {
  cursor: pointer;
}
.l-content .itemList .item.box_hover .inner .pic img{
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .itemList .item.box_hover .name {
  color: #ff730a;
}


