@charset "UTF-8";

/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
ol {
  list-style: none;
}

.w230px {
  width: 230px;
}
.h230px {
  height: 230px;
}

/* .clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}

/* .str-hdg-lv1
----------------------------------------------- */
.str-hdg-lv1 {
  display: none;
}


/* ----------------------------------------------------------------
  Breadcrumb
----------------------------------------------------------------- */
.areaBreadcrumb {
  background: #ecf0f1;
}
.topicPath {
  width: 1190px !important;
}


/* ----------------------------------------------------------------
  Footer
----------------------------------------------------------------- */
#footer, #footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer {
  background: #dae2e4;
  font-size: 12px;
  line-height: 1.6;
  padding: 20px 0 40px;
}
#footer a {
  color: #383838;
}

#footer .lytColumn.colLine > .col {
  margin-right: 30px;
}
#footer .lytColumn.colLine > .col:last-child {
  margin-right: 0;
}

/* .footerInner
----------------------------------------------- */
.footerInner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}

/* .areaFooterLinks
----------------------------------------------- */
.areaFooterLinks {
  margin: 0 0 25px;
}
.areaFooterLinks > :last-child {
  margin-bottom: 0;
}

/* .areaFooterCity
----------------------------------------------- */
.areaFooterCity {
  margin: 0 0 30px;
}
.areaFooterCity > :last-child {
  margin-bottom: 0;
}

/* トグルさせない（SP版と共通のため打ち消し） */
.areaFooterCity .toggle-trigger {
  padding: 0;
  cursor: auto;
}
.areaFooterCity .toggle-trigger .ico-toggle-01 {
  display: none;
}
.areaFooterCity .toggle-content {
  margin: 0;
  padding: 0;
  display: block !important;
}

/* .linkListCity
----------------------------------------------- */
.linkListCity {
  font-size: 11px;
  letter-spacing: -.40em;
  margin: 0 0 10px;
}
.linkListCity > li {
  letter-spacing: normal;
  margin: 0 20px 20px 0;
  display: inline-block;
}
.linkListCity > li:last-child,
.linkListCity > li > :last-child {
  margin-right: 0;
}
.linkListCity > li > :last-child {
  margin-bottom: 0;
}
.linkListCity > li > em {
  background: #bec5c7;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 4px 7px;
  display: inline-block;
}
.linkListCity > li > ul {
  display: inline-block;
}

/* .footerLinkList
----------------------------------------------- */
.footerLinkList {
  border-top: 1px solid #e9f3f5;
  border-bottom: 1px solid #e9f3f5;
  font-size: 11px;
  letter-spacing: -.40em;
  margin: 0 0 20px;
  padding: 10px;
}
.footerLinkList > li {
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}

/* .copyright
----------------------------------------------- */
.copyright {
  font-size: 11px;
  margin: 0;
  padding: 0 20px;
}
.copyright .txt {
  float: left;
}
.copyright .img {
  float: right;
}


/* ----------------------------------------------------------------
  Content
----------------------------------------------------------------- */
#content {
  background: #ecf0f1;
  padding: 16px 0 0;
  position: relative;
}
#content > :last-child {
  margin-bottom: 0;
}


/* ----------------------------------------------------------------
  .areaIE
----------------------------------------------------------------- */
.areaIE {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 15px 10px;
}
.areaIE > a {
  background: #fd3;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  display: block;
}
.areaIE .txtLead {
  font-size: 20px;
  margin: 0 0 10px;
  display: block;
}
.areaIE .bdrBtm {
  text-decoration: underline;
}


/* ----------------------------------------------------------------
  .areaCatch
----------------------------------------------------------------- */
.areaCatch {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto 10px;
  padding: 0 5px;
}
.areaCatch > :last-child {
  margin-bottom: 0;
}


/* ----------------------------------------------------------------
  .areaHead
----------------------------------------------------------------- */
.areaHead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}
.areaHead > :last-child {
  margin-top: 8px;
}


/* ----------------------------------------------------------------
  .areaNav
----------------------------------------------------------------- */
.areaNav {
  float: left;
  width: 230px;
  border-top: 2px solid #76c1e5;
  background: #fff;
  margin: 0 10px 0 0;
}
.areaNavInner {
  padding: 0 10px 10px 10px;
}

/* .areaNavHdg
----------------------------------------------- */
.areaNavHdg {
  margin: 0;
}

/* .areaNavList
----------------------------------------------- */
.areaNavList {
  margin: 0;
}
.areaNavList > li {
  margin: 0 0 7px;
}
.areaNavList > li:last-child {
  margin-bottom: 0;
}
.areaNavList > li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.areaNavList > li a:hover,
.areaNavList > li a:active,
.areaNavList > li a:focus {
  filter: alpha(opacity=60);
  opacity: .6;
}


/* ----------------------------------------------------------------
  .areaSearchWrap
----------------------------------------------------------------- */
.areaSearchWrap {
  float: left;
  margin: 0 10px 0 0;
}

/* ----------------------------------------------------------------
  .msearch_upper_area
  マルチサーチ上のバナーエリアのスタイルここから
----------------------------------------------------------------- */
.msearch_upper_area{
  padding-bottom: 5px;
  text-align: center;
}

/* ----------------------------------------------------------------
  .areaAnnotation
----------------------------------------------------------------- */
.areaAnnotation {
  font-size: 11px;
  margin: 5px 0 0;
}


/* ----------------------------------------------------------------
  .areaGpt
----------------------------------------------------------------- */
.areaGpt {
  float: left;
  width: 230px;
  background: #fff;
  margin: 0;
}
.areaGptInner {
  padding: 10px;
}


/* ----------------------------------------------------------------
  .areaContent
----------------------------------------------------------------- */
.areaContent, .areaContent * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.areaContent {
  width: 1200px;
  margin: 0 auto 25px;
  padding: 0;
}


/* ----------------------------------------------------------------
  .area1stview
----------------------------------------------------------------- */
/* 特価エリア */
.area1stview .areaSale {
  height: 230px;
  overflow: hidden;
}
.area1stview .areaSaleHdg {
  margin-bottom: 0;
}
.area1stview .areaSaleInner {
  height: 193px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.area1stview .areaSaleList > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}


/* ----------------------------------------------------------------
  .areaSale
----------------------------------------------------------------- */
.areaSale {
  width: 470px;
  position: relative;
}
.areaSaleInner {
  background: #fff;
  padding: 7px 14px;
}

.areaSale .moreBtn {
  position: absolute;
  top: 7px;
  right: 7px;
}

/* .areaSaleHdg
----------------------------------------------- */
.areaSaleHdg {
  height: 37px;
  background: #ef3838;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 9px 10px;
}
.areaSaleHdg > .label {
  background: #fff;
  color: #ef3838;
  font-size: 13px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 3px 5px;
  display: inline-block;
}

/* .areaSaleList
----------------------------------------------- */
.areaSaleList {
  margin: 0 0 0 -12px;
  padding: 0;
}
.areaSaleList > li {
  float: left;
  width: 215px;
  margin: 0 0 0 12px;
}
.areaSaleList > li > a {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px 10px 5px;
  display: table;
  position: relative;
}
.areaSaleList > li > a:before {
  content: '';
  width: 7px;
  height: 10px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-01.png") no-repeat 0 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
}
.areaSaleList > li > a:hover .name > span,
.areaSaleList > li > a:active .name > span,
.areaSaleList > li > a:focus .name > span,
.areaSaleList > li > a:hover .price > span,
.areaSaleList > li > a:active .price > span,
.areaSaleList > li > a:focus .price > span {
  text-decoration: underline;
}
.areaSaleList > li.firstLine > a {
  border-top: 0;
}
.areaSaleList > li > a .name,
.areaSaleList > li > a .price {
  vertical-align: middle;
  display: table-cell;
}
.areaSaleList > li > a .name {
  width: 100px;
}
.areaSaleList > li > a .price {
  color: #f00;
  font-size: 13px;
  text-align: right;
}
.areaSaleList > li > a .price .num {
  font-size: 18px;
  line-height: 1;
}

/* 海外ツアー */
.areaUmp .areaSaleList > li > a {
  font-size: 13px;
  padding: 12px 15px 12px 5px;
}
.areaUmp .areaSaleList > li > a .name {
  width: 125px;
  font-size: 11px;
  font-weight: normal;
}
.areaUmp .areaSaleList > li > a .name em {
  font-size: 13px;
  font-weight: bold;
}
.areaUmp .areaSaleList > li > a .price {
  font-size: 10px;
}
.areaUmp .areaSaleList > li > a .price .num {
  font-size: 13px;
}


/* ----------------------------------------------------------------
  .areaCustomer
----------------------------------------------------------------- */
.areaCustomer {
  position: relative;
  color: #444;
}
.areaCustomerInner > :last-child {
  margin-bottom: 0;
}
.areaCustomerHdg {
  margin-top: -2px;
  font-size: 10px;
}
.areaCustomerTelNo {
  margin-top: 4px;
  font-size: 27px;
  line-height: 29px;
  color: #418eb3;
  font-weight: bold;
  font-family: 'arial';
}
.areaCustomerHour {
  margin-top: 2px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.areaCustomerNoticeList {
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 6px;
  border-bottom: 1px dotted #c1c1c1;
}
.areaCustomerNoticeList span.unique{
  color:#ef3838;
}

.areaCustomer .linkList-01 {
  margin-top: 6px;
}

.areaCustomerInner .ico_aitel{
  float: left;
  margin: 0 8px 5px 0;
}

/* .areaCustomer .imgChange
----------------------------------------------- */
.areaCustomer .imgChange {
  position: absolute;
  left: 0;
  bottom: 0;
}


/* ----------------------------------------------------------------
  .areaEventPickup
----------------------------------------------------------------- */
.areaEventPickup .listLine-01 {
  float: left;
}

.areaEventPickupInner {
  background: #fff;
  padding: 10px;
}
.areaEventPickupInner > :last-child {
  margin-bottom: 0;
}

/* .areaEventPickupHdg
----------------------------------------------- */
.areaEventPickupHdg {
  float: left;
  width: 230px;
  max-height: 70px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 10px 0 0;
  padding: 11px 0;
}
.areaEventPickupHdg:before {
  content: url("//s.skygate.co.jp/pc/images/top/icon/event-02.png");
  margin: 0 8px 0 0;
  display: inline-block;
}


/* ----------------------------------------------------------------
  .areaCalendar
----------------------------------------------------------------- */
.areaCalendar {
    font-size: 18px;
}
.areaCalendarInner {
  padding: 14px;
}
.areaCalendarInner > :last-child {
  margin-bottom: 0;
}
.areaCalendar .nameColom {
  width: auto;
}
.areaCalendar .tbl-01 .areaLink a {
  font-size: 14px;
  font-weight: bold;
}
.areaCalendar .tbl-01 td a {
  width: 150px;
  font-size: 14px;
}
.areaCalendar .tbl-01 td .num {
  font-size: 20px;
}

/* ----------------------------------------------------------------
  .areaPickup
----------------------------------------------------------------- */
/* .areaPickupHdg
----------------------------------------------- */
.areaPickupHdg {
  height: 37px;
  background: #0095da;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 5px;
  padding: 11px 10px 8px;
}

/* .areaPickupItem
----------------------------------------------- */
.areaPickupItem {
  float: left;
  margin: 5px;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}
.areaPickupItem:hover,
.areaPickupItem:active,
.areaPickupItem:focus {
  border: 5px solid #ef3838 \9; /* IE8 */
  margin: 0 \9; /* IE8 */
  box-shadow: 0 0 0 5px #ef3838;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
:root .areaPickupItem:hover,
:root .areaPickupItem:active,
:root .areaPickupItem:focus {
  border: none\0/;
  margin: 5px\0/;
}

.areaPickupItem .itemInner {
  width: 470px;
  height: 230px;
  background: #fff;
  color: #333;
  text-decoration: none;
  padding: 10px;
  position: relative;
  display: block;
}
.areaPickupItem .itemInner > :last-child {
  margin-bottom: 0;
}

.areaPickupItem .tag {
  max-height: 26px;
  background: #ef3838;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 6px 5px 6px 10px;
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
}
.areaPickupItem .tag:before {
  content: '';
  width: 7px;
  height: 26px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/ribbon-01.png") no-repeat 0 0;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  right: -7px;
  display: block;
}

.areaPickupItem .itemDetail {
  font-size: 13px;
}
.areaPickupItem .itemDetail > li {
  margin: 0 0 10px;
}
.areaPickupItem .itemDetail .hdg {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.areaPickupItem .itemDetail .price {
  color: #f00;
  font-weight: bold;
}
.areaPickupItem .itemDetail .price .txt {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
.areaPickupItem .itemDetail .price .num {
  font-size: 24px;
  line-height: 1;
}
.areaPickupItem .itemDetail .airline {
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}
.areaPickupItem .itemDetail .airline:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("//s.skygate.co.jp/pc/dp/images/ico-cassette-01.png") no-repeat 0 0;
  position: absolute;
  top: .05em;
  left: 0;
  display: block;
}
.areaPickupItem .itemDetail .direct {
  display: block;
}
.areaPickupItem .itemDetail .direct > span {
  background: #eee;
  font-weight: normal;
  line-height: 1;
  padding: 4px 5px 3px 5px;
  display: inline-block;
}
.areaPickupItem .itemDetail .name {
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}
.areaPickupItem .itemDetail .name:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("//s.skygate.co.jp/pc/dp/images/ico-cassette-02.png") no-repeat 0 0;
  position: absolute;
  top: .05em;
  left: 0;
  display: block;
}
.areaPickupItem .itemDetail .grade {
  color: #d4d4d4;
  font-weight: normal;
  line-height: 1;
}
.areaPickupItem .itemDetail .grade > span {
  color: #ffd22b;
}

.areaPickupItem .lytMedia > .item {
  width: 210px;
  height: 210px;
  overflow: hidden;
}
.areaPickupItem .lytMedia > .item img {
  height: 100%;
}


/* ----------------------------------------------------------------
  .areaRank
----------------------------------------------------------------- */
/* .areaRank
----------------------------------------------- */
.areaRank {
  width: 470px;
}
.areaRankInner {
  background: #fff;
  padding: 7px 14px;
}

/* .areaRankHdg
----------------------------------------------- */
.areaRankHdg {
  height: 37px;
  background: #0095da;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 11px 10px 8px 40px;
  position: relative;
}
.areaRankHdg:before {
  content: '';
  width: 18px;
  height: 13px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/rank-01.png") no-repeat 0 0;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
}
.areaRankHdg .moreBtn {
  position: absolute;
  top: 7px;
  right: 7px;
}

/* .areaRankList
----------------------------------------------- */
.areaRankList {
  margin: 0;
}
.areaRankList > li {
  border-top: 1px solid #d9d9d9;
  line-height: 1.2;
}
.areaRankList > li:first-child {
  border-top: 0;
}
.areaRankList > li > a {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 9px 20px 9px 0;
  display: table;
  position: relative;
}
.areaRankList > li > a:before {
  content: '';
  width: 7px;
  height: 10px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-01.png") no-repeat 0 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
}
.areaRankList > li > a:hover .name > em,
.areaRankList > li > a:active .name > em,
.areaRankList > li > a:focus .name > em,
.areaRankList > li > a:hover .price > span,
.areaRankList > li > a:active .price > span,
.areaRankList > li > a:focus .price > span {
  text-decoration: underline;
}
.areaRankList > li > a .name,
.areaRankList > li > a .price {
  vertical-align: middle;
  display: table-cell;
}
.areaRankList > li > a .name {
  width: 340px;
}
.areaRankList > li > a .label {
  width: 24px;
  height: 24px;
  background: #7ce;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 5px 1px 1px;
  display: inline-block;
}
.areaRankList > li.rank1 > a .label {
  background: #dcba00;
}
.areaRankList > li.rank2 > a .label {
  background: #a0a7aa;
}
.areaRankList > li.rank3 > a .label {
  background: #d77730;
}
.areaRankList > li > a .price {
  color: #f00;
  font-size: 13px;
  text-align: right;
}
.areaRankList > li > a .price .num {
  font-size: 18px;
  line-height: 1;
}


/* ----------------------------------------------------------------
  .areaInquiry
----------------------------------------------------------------- */
.areaInquiry {
  width: 230px;
}

/* .btnInquiry
----------------------------------------------- */
.btnInquiry {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 10px;
}
.btnInquiry > a {
  border-radius: 6px;
  border: 2px solid #75c0e8;
  background: #fff;
  color: #141414;
  text-decoration: none;
  padding: 14px 30px;
  display: block;
  position: relative;
  -webkit-transition: border-color .15s ease-in-out, background .15s ease-in-out;
  transition: border-color .15s ease-in-out, background .15s ease-in-out;
}
.btnInquiry > a:before,
.btnInquiry > a:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  display: block;
}
.btnInquiry > a:before {
  width: 20px;
  height: 20px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/contact-01.png");
  margin: -10px 0 0;
  left: 8px;
}
.btnInquiry > a:after {
  width: 8px;
  height: 12px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/arrow-07.png");
  margin: -6px 0 0;
  right: 7px;
}
.btnInquiry > a:hover,
.btnInquiry > a:active,
.btnInquiry > a:focus {
  border-color: #0095da;
  background: #eaf5fb;
}


/* ----------------------------------------------------------------
  .areaNotice
----------------------------------------------------------------- */
.areaNotice {
  width: 470px;
}
.areaNotice a {
  color: #333;
}


/* .areaNoticeHdg
----------------------------------------------- */
.areaNoticeHdg {
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 8px 22px;
  position: relative;
}
.areaNoticeHdg:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/info-01.png") no-repeat 0 0;
  position: absolute;
  top: -.2em;
  left: 0;
  display: block;
}

.areaNoticeHdg .link {
  border-left: 1px solid #e6e6e6;
  font-size: 11px;
  font-weight: normal;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.areaNoticeHdg .link > a {
  color: #333;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.areaNoticeHdg .link > a:before {
  content: '';
  width: 4px;
  height: 5px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-05.png") no-repeat 0 0;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

/* .areaNotice .listDef-01
----------------------------------------------- */
.areaNotice .listDef-01 {
  overflow: auto;
  height: 185px;
}
.areaNotice .listDef-01 > dd {
  padding-right: 5px;
}

/* ----------------------------------------------------------------
  .areaInfo
----------------------------------------------------------------- */
.areaInfo {
}
.areaInfoInner {
  padding: 17px 14px 10px;
}


/* ----------------------------------------------------------------
  .colItem
----------------------------------------------------------------- */
/* .colItemWrap
----------------------------------------------- */
.colItemWrap {
  width: 240px;
}

/* .colItem
----------------------------------------------- */
.colItem {
  float: left;
  margin: 5px;
  padding: 0;
}
.colItem.floatNone {
  float: none;
}
.colItem > a {
  background: #fff;
  display: block;
}

/* .colItem[class*="color-"]
----------------------------------------------- */
.colItem[class*="color-"] {
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}
.colItem[class*="color-"]:hover,
.colItem[class*="color-"]:active,
.colItem[class*="color-"]:focus {
  border: 5px solid transparent \9; /* IE8 */
  margin: 0 \9; /* IE8 */
  box-shadow: 0 0 0 5px transparent;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
:root .colItem[class*="color-"]:hover,
:root .colItem[class*="color-"]:active,
:root .colItem[class*="color-"]:focus {
  border: none\0/;
  margin: 5px\0/;
}

/* .colItemInner
----------------------------------------------- */
.colItem .colItemInner {
  width: 230px;
  height: 230px;
  background: #fff;
  color: #333;
  font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",osaka,Arial,Helvetica,sans-serif;
  text-decoration: none;
  padding: 10px;
  position: relative;
  display: block;
  cursor: pointer;
}
.colItem .colItemInner:before {
  content: '';
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
}
.colItem .colItemInner.arrowNone:before {
  display: none;
}

/* 小さいver */
.colItem.narrow .colItemInner {
  height: 110px;
}

.colItem .colItemInner .category {
  background: #76c1e5;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 5px 5px 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.colItem .colItemInner .bnr {
  width: 210px;
  margin: 0 0 5px;
  display: block;
}

.colItem .colItemInner .txt {
  color: #333;
  font-size: 12px;
  display: block;
}
.colItem .colItemInner .txt .hdg {
  font-style: normal;
  font-weight: bold;
  display: block;
}

/* オレンジ
 * .colItem.color-01
----------------------------------------------- */
.colItem.color-01 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-01.png");
}
.colItem.color-01:hover,
.colItem.color-01:active,
.colItem.color-01:focus {
  border-color: #f78d1b \9; /* IE8 */
  box-shadow: 0 0 0 5px #f78d1b;
}
.colItem.color-01 .colItemInner .category {
  background: #f78d1b;
}

/* 赤
 * .colItem.color-02
----------------------------------------------- */
.colItem.color-02 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-02.png");
}
.colItem.color-02:hover,
.colItem.color-02:active,
.colItem.color-02:focus {
  border-color: #f30 \9; /* IE8 */
  box-shadow: 0 0 0 5px #f30;
}
.colItem.color-02 .colItemInner .category {
  background: #f30;
  padding: 0;
}

/* イエロー
 * .colItem.color-03
----------------------------------------------- */
.colItem.color-03 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-03.png?171113");
}
.colItem.color-03:hover,
.colItem.color-03:active,
.colItem.color-03:focus {
  border-color: #dcba00 \9; /* IE8 */
  box-shadow: 0 0 0 5px #dcba00;
}
.colItem.color-03 .colItemInner .category {
  background: #dcba00;
}

/* 紫
 * .colItem.color-04
----------------------------------------------- */
.colItem.color-04 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-04.png");
}
.colItem.color-04:hover,
.colItem.color-04:active,
.colItem.color-04:focus {
  border-color: #a57bc8 \9; /* IE8 */
  box-shadow: 0 0 0 5px #a57bc8;
}
.colItem.color-04 .colItemInner .category {
  background: #a57bc8;
}

/* 緑
 * .colItem.color-05
----------------------------------------------- */
.colItem.color-05 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-05.png");
}
.colItem.color-05:hover,
.colItem.color-05:active,
.colItem.color-05:focus {
  border-color: #64bb24 \9; /* IE8 */
  box-shadow: 0 0 0 5px #64bb24;
}
.colItem.color-05 .colItemInner .category {
  background: #64bb24;
}

/* ピンク
 * .colItem.color-06
----------------------------------------------- */
.colItem.color-06 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-06.png");
}
.colItem.color-06:hover,
.colItem.color-06:active,
.colItem.color-06:focus {
  border-color: #f7597e \9; /* IE8 */
  box-shadow: 0 0 0 5px #f7597e;
}
.colItem.color-06 .colItemInner .category {
  background: #f7597e;
}

/* 茶色
 * .colItem.color-07
----------------------------------------------- */
.colItem.color-07 .colItemInner:before {
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/triangle-07.png");
}
.colItem.color-07:hover,
.colItem.color-07:active,
.colItem.color-07:focus {
  border-color: #875927 \9; /* IE8 */
  box-shadow: 0 0 0 5px #875927;
}
.colItem.color-07 .colItemInner .category {
  background: #875927;
}

/* レコメンド用
 * .colItem.colRecommendXXX
----------------------------------------------- */
[class*="colRecommend"] {
  float: left;
  width: 240px;
  height: 240px;
}
[class*="colRecommend"] .colItem .category > span {
  vertical-align: top;
  padding: 3px 5px;
  display: inline-block;
}
[class*="colRecommend"] .colItem .category > .sub {
  background: #ffd6cc;
  color: #f30;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 4px;
  display: inline-block;
}
[class*="colRecommend"] .colItem .itemMedia .img {
  float: left;
  width: 120px;
  height: 90px;
}
[class*="colRecommend"] .colItem .itemMedia .info {
  float: right;
  width: 90px;
  border: 0;
  border-left: 1px solid #fff;
  background: #fbe298;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  display: block;
}
[class*="colRecommend"] .colItem .itemMedia .info .txt {
  margin: 0;
  padding: 6px 0 7px;
  display: block;
}
[class*="colRecommend"] .colItem .itemMedia .info > li {
  height: 30px;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 7px 2px 8px;
  display: block;
}
[class*="colRecommend"] .colItem .itemMedia .info > li:last-child {
  border-bottom: 0;
}
[class*="colRecommend"] .colItem .itemMedia .info .date {
  white-space: nowrap;
}

[class*="colRecommend"] .colItem .itemDetail {
  width: 210px;
  font-size: 10px;
  margin: 5px 0 0;
  display: block;
}
[class*="colRecommend"] .colItem .itemDetail > li {
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
[class*="colRecommend"] .colItem .itemDetail .name {
  color: #00c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 5px;
  display: block;
  overflow: hidden;
}
[class*="colRecommend"] .colItem .itemDetail .price {
  color: #f30;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0 0;
  display: block;
}
[class*="colRecommend"] .colItem .itemDetail .price .txtUnderline {
  text-decoration: underline;
}
[class*="colRecommend"] .colItem .itemDetail .price .num {
  font-size: 16px;
}
[class*="colRecommend"] .colItem .itemDetail .price .icon {
  vertical-align: text-bottom;
  margin: 0 0 0 3px;
  display: inline;
}

[class*="colRecommend"] .colItem .catch {
  width: 210px;
  background: #f30;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  position: absolute;
  bottom: 5px;
  display: block;
}

/* レコメンド：海外ホテル用
 * .colRecommendHtl
----------------------------------------------- */
.colRecommendHtl .colItem .itemMedia .info {
  float: left;
  border-right: 1px solid #fff;
  padding: 14px 0 6px;
}
.colRecommendHtl .colItem .itemMedia .info .icon {
  margin: 0 0 6px;
  padding: 0;
}
.colRecommendHtl .colItem .itemMedia .img {
  float: right;
  width: 120px;
  height: 90px;
  background: #ccc;
}
.colRecommendHtl .colItem .itemDetail .price {
  color: #333;
}
.colRecommendHtl .colItem .itemDetail .price .num {
  color: #f00;
  margin: 0 0 0 5px;
}


/* ----------------------------------------------------------------
  .colBox-XX
----------------------------------------------------------------- */
[class*="colBox-"] {
  background: #fff;
}
[class*="colBox-"] > .colBoxInner {
  border-top: 2px solid transparent;
  padding: 10px 10px 5px;
}
.colBox-01 > .colBoxInner {
  border-top-color: #76c1e5;
}
.colBox-02 > .colBoxInner {
  border-top-color: #7edfe8;
}


/* ----------------------------------------------------------------
  Headings
----------------------------------------------------------------- */
/* .hdgL2-01
----------------------------------------------- */
.hdgL2-01 {
  color: #383838;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0 0 0 44px;
  position: relative;
}
.hdgL2-01:before {
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
}

/* 海外旅行特集 */
.hdgL2-01.iconFeature:before {
  width: 26px;
  height: 26px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/air-01.png");
  margin: -15px 0 0;
}
/* 海外格安航空券 */
.hdgL2-01.iconAir:before {
  width: 26px;
  height: 26px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/air-01.png");
  margin: -15px 0 0;
}
/* 海外ホテル */
.hdgL2-01.iconHtl:before {
  width: 23px;
  height: 25px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/htl-01.png");
  margin: -14px 0 0;
}
/* 海外航空券＋ホテル */
.hdgL2-01.iconDp:before {
  width: 30px;
  height: 30px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/dp-01.png");
  margin: -18px 0 0;
}
/* 海外ツアー */
.hdgL2-01.iconUmp:before {
  width: 26px;
  height: 26px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/ump-01.png");
  margin: -15px 0 0;
}
/* 国内旅行 */
.hdgL2-01.iconDair:before {
  width: 30px;
  height: 30px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/dair-01.png");
  margin: -18px 0 0;
}
/* イベント・おすすめ情報 */
.hdgL2-01.iconEvent:before {
  width: 28px;
  height: 25px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/event-01.png");
  margin: -14px 0 0;
}

/* .hdgL2-02
----------------------------------------------- */
.hdgL2-02 {
  color: #383838;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0 0 0 27px;
  position: relative;
}
.hdgL2-02:before {
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

/* お支払い方法 */
.hdgL2-02.iconPayment:before {
  width: 19px;
  height: 19px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/payment-01.png");
  margin: -10px 0 0;
}
/* 海外安全インフォメーション */
.hdgL2-02.iconSafety:before {
  width: 19px;
  height: 17px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/caution-01.png");
  margin: -8px 0 0;
}
/* 海外へご出発までの流れ */
.hdgL2-02.iconFlow:before {
  width: 18px;
  height: 16px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/flow-01.png");
  margin: -8px 0 0;
}
/* 海外旅行に便利なサービス */
.hdgL2-02.iconService:before {
  width: 19px;
  height: 19px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/info-02.png");
  margin: -10px 0 0;
}
/* ウェブサイト */
.hdgL2-02.iconWebsite:before {
  width: 22px;
  height: 18px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/pc-01.png");
  margin: -9px 0 0;
}

/* .hdgL2-03
----------------------------------------------- */
.hdgL2-03 {
  color: #383838;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}

/* .hdgL3-01
----------------------------------------------- */
.hdgL3-01 {
  height: 37px;
  background: #7ce;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 5px;
  padding: 11px 15px 8px;
}

/* .hdgL3-02
----------------------------------------------- */
.hdgL3-02 {
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 18px;
  padding: 0 0 0 40px;
  position: relative;
}
.hdgL3-02:before {
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

/* 海外航空券・格安航空券、各都市最安値カレンダー */
.hdgL3-02.iconCalendar:before {
  width: 29px;
  height: 25px;
  background-image: url("//s.skygate.co.jp/pc/images/top/icon/calendar-01.png");
  margin: -14px 0 0;
}

/* .hdgL3-03
----------------------------------------------- */
.hdgL3-03 {
  background: #7ce;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 10px;
  padding: 5px 5px 4px;
}

/* .hdgL3-04
----------------------------------------------- */
.hdgL3-04 {
  color: #383838;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.hdgL3-04 > a {
  padding: 0 0 0 12px;
  position: relative;
}
.hdgL3-04 > a:before {
  content: '';
  width: 7px;
  height: 10px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-01.png") no-repeat 0 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}


/* ----------------------------------------------------------------
  Lists
----------------------------------------------------------------- */
/* .listNotice-01
----------------------------------------------- */
.listNotice-01 {
  margin: 0 0 10px;
}
.listNotice-01 > li {
  width: 100%;
  margin: 0 0 3px;
  display: table;
}
.listNotice-01 > li:last-child {
  margin-bottom: 0;
}
.listNotice-01 > li .mark, .listNotice-01 > li .note {
  display: table-cell;
}
.listNotice-01 > li .mark {
  width: 1em;
  white-space: nowrap;
  padding: 0 3px 0 0;
}

/* .listDef-01
----------------------------------------------- */
.listDef-01 {
  line-height: 1.2;
  margin: 0 0 10px;
}
.listDef-01 > dt, .listDef-01 > dd {
  padding: 8px 0;
}
.listDef-01 > dt {
  float: left;
}
.listDef-01 > dd {
  border-bottom: 1px dotted #e6e6e6;
  padding-left: 120px;
}

/* .listLine-01
----------------------------------------------- */
.listLine-01 {
  margin: 0 0 10px -10px;
}
.listLine-01 > li {
  float: left;
  width: 460px;
  margin: 0 0 0 10px;
}
.listLine-01 > li > :last-child {
  margin-bottom: 0;
}


/* ----------------------------------------------------------------
  Links
----------------------------------------------------------------- */
/* .link-01
----------------------------------------------- */
.link-01,
.link-01:link,
.link-01:visited {
  color: #383838;
  text-decoration: underline;
  padding: 0 0 0 15px;
  position: relative;
}
.link-01:before {
  content: '';
  width: 7px;
  height: 12px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-03.png") no-repeat 0 0;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}
.link-01:hover,
.link-01:active,
.link-01:focus {
  text-decoration: none;
}

/* .link-02
----------------------------------------------- */
.link-02,
.link-02:link,
.link-02:visited {
  color: #383838;
  text-decoration: underline;
  padding: 0 0 0 15px;
  position: relative;
}
.link-02:before {
  content: '';
  width: 10px;
  height: 8px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-04.png") no-repeat 0 0;
  margin: -4px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}
.link-02:hover,
.link-02:active,
.link-02:focus {
  text-decoration: none;
}

/* .link-03
----------------------------------------------- */
.link-03,
.link-03:link,
.link-03:visited {
  color: #383838;
  text-decoration: underline;
  padding: 0 0 0 10px;
  position: relative;
}
.link-03:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-06.png") no-repeat 0 0;
  position: absolute;
  top: .45em;
  left: 0;
  display: block;
}
.link-03:hover,
.link-03:active,
.link-03:focus {
  text-decoration: none;
}

/* .linkList-01
----------------------------------------------- */
.linkList-01 {
  margin: 0 0 10px;
}
.linkList-01 > li > a,
.linkList-01 > li > a:link,
.linkList-01 > li > a:visited {
  color: #383838;
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
}
.linkList-01 > li > a:before {
  content: '';
  width: 10px;
  height: 8px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-04.png") no-repeat 0 0;
  position: absolute;
  top: .3em;
  left: 0;
  display: block;
}

/* .linkList-02
----------------------------------------------- */
.linkList-02 {
  margin: 0 0 20px;
}
.linkList-02 > li {
  margin: 0 0 5px;
}
.linkList-02 > li:last-child {
  margin-bottom: 0;
}
.linkList-02 > li > a,
.linkList-02 > li > a:link,
.linkList-02 > li > a:visited {
  color: #383838;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.linkList-02 > li > a:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-06.png") no-repeat 0 0;
  position: absolute;
  top: .45em;
  left: 0;
  display: block;
}
.linkList-02 > li > .txt {
  padding: 0 0 0 10px;
}

/* .linkList-03
----------------------------------------------- */
.linkList-03 {
  letter-spacing: -.40em;
  margin: 0 0 25px;
}
.linkList-03 > li {
  letter-spacing: normal;
  margin: 0;
  display: inline-block;
}
.linkList-03 > li:after {
  content: '\FF0F';
  margin: 0 1px;
  display: inline-block;
}
.linkList-03 > li:last-child:after {
  display: none;
}

.linkList-03.lineNone > li {
  margin: 0 5px 0 0;
}
.linkList-03.lineNone > li:after {
  display: none;
}
.linkList-03.lineNone > li:last-child {
  margin-right: 0;
}

/* .linkListImg-01
----------------------------------------------- */
.linkListImg-01 {
  margin: 0 0 15px;
}
.linkListImg-01 > li {
  margin: 0 0 10px;
}
.linkListImg-01 > li:last-child {
  margin-bottom: 0;
}
.linkListImg-01 > li > a,
.linkListImg-01 > li > a:link,
.linkListImg-01 > li > a:visited {
  width: 100%;
  color: #383838;
  text-decoration: none;
  display: table;
}
.linkListImg-01 > li > a > span {
  vertical-align: middle;
  display: table-cell;
}
.linkListImg-01 > li > a > .txt {
  text-decoration: underline;
}
.linkListImg-01 > li > a:hover > .txt,
.linkListImg-01 > li > a:active > .txt,
.linkListImg-01 > li > a:focus > .txt {
  text-decoration: none;
}

/* .linkOpacity
----------------------------------------------- */
.linkOpacity {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.linkOpacity:hover,
.linkOpacity:active,
.linkOpacity:focus {
  -ms-filter: "alpha(opacity=60)"; /* ie8 */
  opacity: .6;
}


/* ----------------------------------------------------------------
  Buttons
----------------------------------------------------------------- */
/* .btn-01
----------------------------------------------- */
.btn-01 > a,
.btn-01 > a:link,
.btn-01 > a:visited {
  border-radius: 3px;
  background: #383838;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  padding: 6px 5px 5px 20px;
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.btn-01 > a:before {
  content: '';
  width: 7px;
  height: 10px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-02.png") no-repeat 0 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
}
.btn-01 > a:hover,
.btn-01 > a:active,
.btn-01 > a:focus {
  -ms-filter: "alpha(opacity=80)"; /* ie8 */
  opacity: .8;
}


/* ----------------------------------------------------------------
  Texts
----------------------------------------------------------------- */
/* .label-01
----------------------------------------------- */
.label-01 {
  background: #f00;
  color: #ff0;
  font-size: 11px;
  line-height: 1;
  padding: 3px 5px;
  display: inline-block;
}


/* ----------------------------------------------------------------
  Table
----------------------------------------------------------------- */
/* .tbl-01
----------------------------------------------- */
.tbl-01 {
  width: 100%;
  color: #575757;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.tbl-01 a {
  color: #333;
  text-decoration: none;
}
.tbl-01 a:hover,
.tbl-01 a:active,
.tbl-01 a:focus {
  text-decoration: underline;
}
.tbl-01 th,
.tbl-01 td {
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  padding: 0;
}
.tbl-01 th {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.tbl-01 td {
  font-size: 13px;
  text-align: center;
}

.tbl-01 thead th,
.tbl-01 thead td {
  width: 20%;
  font-weight: bold;
  text-align: center;
  padding: 5px 4px 5px 0;
}
.tbl-01 thead th:last-child,
.tbl-01 thead td:last-child {
  padding-right: 0;
}
.tbl-01 thead .areaName {
  width: auto;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding-left: 3px;
}
.tbl-01 thead th > span,
.tbl-01 thead td > span {
  background: #0095da;
  color: #fff;
  padding: 7px 5px;
  display: block;
}

.tbl-01 tbody th {
  padding: 10px 0;
}
.tbl-01 tbody td {
  font-weight: bold;
  padding: 0 4px 0 0;
}
.tbl-01 tbody td:last-child {
  padding-right: 0;
}
.tbl-01 tbody td > a {
  background: #f9f9f9;
  color: #f00;
  padding: 8px 20px 8px 5px;
  display: block;
  position: relative;
}
.tbl-01 tbody td.even > a {
  background: #fff;
}
.tbl-01 tbody td > a:before {
  content: '';
  width: 7px;
  height: 10px;
  background: url("//s.skygate.co.jp/pc/images/top/icon/arrow-01.png") no-repeat 0 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
}
.tbl-01 tbody td > a:hover > span,
.tbl-01 tbody td > a:active > span,
.tbl-01 tbody td > a:focus > span {
  text-decoration: underline;
}

.tbl-01 .link-01:hover,
.tbl-01 .link-01:active,
.tbl-01 .link-01:focus {
  text-decoration: none;
}

.tbl-01 .num {
  font-size: 17px;
  line-height: 1;
}


/* ----------------------------------------------------------------
  Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  text-align: center;
  margin: 0 0 10px;
}

/* .lytMedia
----------------------------------------------- */
.lytMedia {
  margin: 0 0 10px;
}
.lytMedia > .item {
  text-align: center;
  margin-bottom: 0;
}
.lytMedia > .col {
  overflow: hidden;
}
.lytMedia > .col > :last-child {
  margin-bottom: 0;
}
.lytMedia > :last-child {
  margin-bottom: 0;
}

/* .lytMedia.itemLeft
----------------------------------------------- */
.lytMedia.itemLeft > .item {
  float: left;
  margin-right: 10px;
}

/* .lytMedia.itemRight
----------------------------------------------- */
.lytMedia.itemRight > .item {
  float: right;
  margin-left: 10px;
}


/* ----------------------------------------------------------------
  Column
----------------------------------------------------------------- */
/* .lytColumn
----------------------------------------------- */
.lytColumn {
  margin: 0;
}
.lytColumn > .col {
  margin: 0;
}

/* .lytColumn.col2
----------------------------------------------- */
.lytColumn.col2 > .col {
  float: left;
  width: 595px;
}
.lytColumn.col2 > .col:nth-child(2n+1) {
  clear: both;
}

.lytColumn.col2 > .col.narrow {
  width: 480px;
}
.lytColumn.col2 > .col.wide {
  width: 720px;
}

[class*="colBox-"] .lytColumn.col2 {
  margin-left: -22px;
}
[class*="colBox-"] .lytColumn.col2 > .col {
  width: 570px;
  margin-left: 22px;
}

/* .lytColumn.col4
----------------------------------------------- */
.lytColumn.col4 > .col {
  float: left;
  width: 300px;
}
.lytColumn.col4 > .col:nth-child(4n+1) {
  clear: both;
}

[class*="colBox-"] .lytColumn.col4 {
  margin-left: -40px;
}
[class*="colBox-"] .lytColumn.col4 > .col {
  width: 260px;
  margin-left: 40px;
}

.lytColumn.col4.bdrCol > .col {
  background: url("//s.skygate.co.jp/pc/images/top/icon/line-01.png") repeat-y 0 0;
  margin-left: 20px;
  padding: 0 0 5px 20px;
}
.lytColumn.col4.bdrCol > .col:first-child {
  background: none;
  padding-left: 0;
}

[class*="colBox-"] .lytColumn.col4.bdrCol {
  margin-left: -20px;
}
[class*="colBox-"] .lytColumn.col4.bdrCol > .col {
  width: 275px;
  margin-left: 20px;
}

/* .lytColumn.colLine
----------------------------------------------- */
.lytColumn.colLine > .col {
  float: left;
}


/* ----------------------------------------------------------------
  販売促進ポップアップ用
----------------------------------------------------------------- */
.notifyui.b.r {
  right: 20px;
  bottom: 10px;
}
.notifyui.r, .notifyui.l {
  width: 320px;
}
.notifyui {
  position: fixed;
  z-index: 1000000;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.notifyui .dark {
  background: rgba(255,204,0,.9);
  color: #000;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffcc00,endColorstr=#E6ffcc00);
}
.notifyui .dark:not(:target){
  filter: none;
}
.notifyui li {
  z-index: 1000001;
  display: block;
  margin: 0;
  padding: 12px 15px;
  width: 290px;
}
.notifyui .popUpDetail{
  font-size: 15px;
}
.mpSmallNotification {
  position: absolute;
  z-index: 99;
  margin-bottom: 15px;
  font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
  line-height: 1.7;
}
#popUpsale0{
  padding:16px 15px;
  background-image:url(//s.skygate.co.jp/pc/htl/images/common/bg/bg_popup_dena.png?20150709);
  background-repeat:no-repeat;
  background-position:right bottom;
}
#popUpsale0 .popUpDetail{
  font-size: 12px;
}
.notifyui .time{
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
.notifyui .winClose{
  position: absolute;
  top: 5px;
  right:5px;
  line-height: 1;
}

.typeSetDiscount .mpSmallNotification{
  font-family:"\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3","Hiragino Kaku Gothic Pro","\ff2d\ff33\0020\ff30\30b4\30b7\30c3\30af","MS PGothic",Arial,Osaka,sans-serif;
}
.typeSetDiscount.notifyui.r, .notifyui.l {
  width: 360px;
}
.typeSetDiscount.notifyui li {
  width: 330px;
}
.typeSetDiscount.notifyui .popUpSetDiscount{
  padding:16px 15px;
}
.typeSetDiscount.notifyui .popUpSetDiscount:before{
  content: "";
  background-image:url(//s.skygate.co.jp/pc/images/ico/ico_dena_01.png);
  background-repeat:no-repeat;
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
  width: 68px;
  height: 71px;
}
.popUpSetDiscount .leadText{
  font-size:22px;
  line-height:1;
  margin-bottom:8px;
}
.popUpSetDiscount .leadText em{
  font-weight:bold;
  font-style:normal;
}
.popUpSetDiscount .leadText strong{
  color:#f00;
}
.popUpSetDiscount .descText{
  font-size:12px;
  line-height:1.4;
  margin-bottom:5px;
}
.popUpSetDiscount .descText strong{
  color:#f00;
  font-weight:bold;
}
.popUpSetDiscount .dateInfo{
  font-size:10px;
}


/* ----------------------------------------------------------------
  シス追加CSS popup用
----------------------------------------------------------------- */
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(.9)
  }
  100% {
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3)
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05)
  }
  70% {
    -moz-transform: scale(.9)
  }
  100% {
    -moz-transform: scale(1)
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3)
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05)
  }
  70% {
    -o-transform: scale(.9)
  }
  100% {
    -o-transform: scale(1)
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    transform: scale(1.05)
  }
  70% {
    transform: scale(.9)
  }
  100% {
    transform: scale(1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: both;
  animation-delay:1s;
}

.bnr_surcharge{
  text-align: center;
}


/* ----------------------------------------------------------------
  2018年11月 TOPデザイン改修スタイル
----------------------------------------------------------------- */
.areaSearchWrap {
  margin-left: 70px;
}
#content {
  background: url(//s.skygate.co.jp/pc/images/top/bg_top.jpg) no-repeat #ecf0f1 top;
}
.areaHead {
  position: relative;
}
.areaHead:before {
  background: url(//s.skygate.co.jp/pc/images/top/img_character.png) no-repeat;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 22px;
  left: -139px;
}

/* 秋山さん足元マスク ※秋山さんの足が透けないようマスクをかける。秋山さんがいなくなったら不要なスタイル
------------------------------------------------------------------------------- */
/* これがないと、レコメンドの裏やその他バナーなどに秋山さんの背景・足元マスクの背景等が上にかぶさってしまう */
.area1stviewInner .colItem,
.areaSearchWrap,
.areaGpt {
  position:relative;
}
/* 秋山さん足元マスクここまで
------------------------------------------------------------------------------- */

.areaPcr{
  position: relative;
  float: left;
  width: 230px;
  background: #fff;
  margin: 8px 0 6px;
}

.areaPcr .areaPcrInner {
  padding: 10px;
}