/*===== BASE =====*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== PAGES =====*/

input {
  writing-mode: horizontal-tb !important;
  font-style: ;
  font-variant-ligatures: ;
  font-variant-caps: ;
  font-variant-numeric: ;
  font-variant-east-asian: ;
  font-weight: ;
  font-stretch: ;
  font-size: ;
  font-family: ;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 2px;
  border-width: 1px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
select {
  writing-mode: horizontal-tb !important;
  font-style: ;
  font-variant-ligatures: ;
  font-variant-caps: ;
  font-variant-numeric: ;
  font-variant-east-asian: ;
  font-weight: ;
  font-stretch: ;
  font-size: ;
  font-family: ;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  border-radius: 0px;
}
/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

.CtsMrBox {
  width: 100%;
}

.contents {
  width: auto;
}

.wrapper-content {
  width: 960px;
  margin: 0 auto;
  color: #323232;
}
.wrapper-content a:hover {
  color: #FF9933 !important;
}

.wrapper-content .clearfix {
  display: inline-block;
}

.wrapper-content .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .wrapper-content .clearfix {
  height: 1%;
}

.wrapper-content .clearfix {
  display: block;
}

.wrapper-content *, .wrapper-content *:before, .wrapper-content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-content .trans {
  opacity: 1;
  -webkit-transition: all ease .26s;
  -moz-transition: all ease .26s;
  -o-transition: all ease .26s;
  transition: all ease .26s;
}

.wrapper-content .trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.wrapper-content .img {
  display: block;
  max-width: 100%;
}

.wrapper-content .key-visual {
  position: relative;
}

.wrapper-content .sec-ttl {
  background: #007130 url(/attending/fuk-i/1981asia/images/icon01.png) no-repeat 0 center;
  padding-left: 30px;
}
.sec-ttl_ichiosi { background: url(/attending/fuk-i/1981asia/images/ttl_ichioshi.jpg) no-repeat 0 center; width: 220px; height: 27px; color: #007130; font-weight: bold; padding-left: 25px; font-size: 18px; line-height: 27px;}
.wrapper-content .sec-ttlsetsu { background: url(/attending/fuk-i/1981asia/images/ttl05.jpg) no-repeat 0 center; position: relative; height: 32px;}
.wrapper-content .sec-ttlsetsu .tag { position: absolute; top:4px; right: 0; width: 270px; height: 22px;}
.wrapper-content .sec-ttlsetsu .tag span {float: left; margin-right: 5px;}
.wrapper-content .sec-ttl img {
  display: block;
  max-width: 100%;
}
.wrapper-content .box-bl {
  border: 4px solid #ebebeb;
  border-top: none;
  padding: 10px;
  background: #fff;
}
.wrapper-content .module {
  margin-top: 10px;
}
.wrapper-content .module .module-l {
  float: left;
  width: 730px;
}
.wrapper-content .module .module-l .ul-tour {
  border: 4px solid #ebebeb;
  border-top: none;
  padding: 2px 0 14px 0;
  background: #eafbf1;
}
.wrapper-content .module .module-l .ul-tour > li {
  width: 342px;
  float: left;
  margin: 13px 10px 0 9px;
}
.wrapper-content .module .module-l .ul-tour > li a {
  font-size: 12px;
  line-height: 1.696666666666667em;
}
.wrapper-content .module .module-l .ul-tour > li .avatar {
  width: 40px;
  float: left;
  padding-top:5px;
}
.wrapper-content .module .module-l .ul-tour > li .info {
  width: 295px;
  float: right;
  position: relative;
  margin: 8px 0 0;
  background: #fff;
  font-size: 12px;
  line-height: 1.696666666666667em;
  padding: 8px 10px;
  min-height: 56px;
}
.wrapper-content .module .module-l .ul-tour > li .info:before {
  content: ' ';
  width: 12px;
  height: 11px;
  position: absolute;
  top: 30px;
  background: url(/attending/fuk-i/1981asia/images/arrow01.png) no-repeat 0 0;
  left: -12px;
}
.wrapper-content .module .module-l .search-keywords {
  margin: 10px 0 0;
}
.wrapper-content .module .module-l .search-keywords .ul-search {
  border: 4px solid #ebebeb;
  border-top: none;
  padding: 9px 10px;
  background: #fff;
  height: 70px;
  overflow: hidden;
}
.wrapper-content .module .module-l .search-keywords .ul-search > li {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0.075em;
  color: #000;
}
.wrapper-content .module .module-l .search-keywords .ul-search > li a {
  display: inline;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0.05em;
}
.wrapper-content .module .module-l .search-keywords .ul-search > li a:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 11px;
  background: url(/attending/fuk-i/1981asia/images/bullet01.png) no-repeat 0 0;
}
.wrapper-content .module .module-r {
  float: right;
  width: 220px;
}
.wrapper-content .module .module-r .sec-ttl {
  font-size: 16px;
  line-height: 2em;
  height: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.wrapper-content .module .module-r .ul-adv {
  margin-top: -6px;
}
.wrapper-content .module .module-r .ul-adv > li {
  margin: 16px 0 0;
}
.wrapper-content .module .module-r .ul-adv > li a {
  display: block;
}
.wrapper-content .module .module-r .ul-adv > li .ttl {
  font-size: 14px;
  line-height: 1.285714285714286em;
  letter-spacing: 0.075em;
  margin: 7px 0 0;
  display: block;
}
.wrapper-content .delivering {
  margin: 10px 0 0;
}
.wrapper-content .delivering .box-bl {
  padding-bottom: 7px;
}
.wrapper-content .delivering .ul-delivering {
  margin: -17px 0 0 -17px;
}
.wrapper-content .delivering .ul-delivering > li {
  width: 220px;
  float: left;
  margin: 17px 0 0 17px;
}
.wrapper-content .delivering .ul-delivering > li a {
  display: block;
}
.wrapper-content .delivering .ul-delivering > li .ttl {
  font-size: 14px;
  line-height: 1.285714285714286em;
  margin: 7px 0 0;
  letter-spacing: 0.075em;
}
.wrapper-content .direction {
  margin: 10px 0 0;
}
.wrapper-content .direction .ul-tab {
  border: 2px solid #007130;
  padding: 0 0 5px 1px;
  margin-bottom: 10px;
}
.wrapper-content .direction .ul-tab > li {
  width: 179px;
  float: left;
  margin: 5px 0 0 5px;
}
.wrapper-content .direction .ul-tab > li a {
  height: 54px;
  display: block;
}
.wrapper-content .direction .ul-tab > li a img {
  display: block;
  max-width: 100%;
}
.wrapper-content .direction .ul-tab > li a .on {
  display: none;
}
.wrapper-content .direction .ul-tab > li a:hover .on, .wrapper-content .direction .ul-tab > li a.active .on {
  display: block;
}
.wrapper-content .direction .ul-tab > li a:hover .off, .wrapper-content .direction .ul-tab > li a.active .off {
  display: none;
}
.wrapper-content .direction .tab-content .comment .avatar {
  width: 57px;
  float: left;
}
.wrapper-content .direction .tab-content .comment .info {
  position: relative;
  width: 851px;
  float: right;
  border: 2px solid #ffd9b2;
  background: #ffffe5;
  min-height: 64px;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0.075em;
  padding: 7px 14px;
  margin-top: 8px;
  color: #000;
}
.wrapper-content .direction .tab-content .comment .info a{
  font-size: 16px;
  line-height: 1.625em;
}
.wrapper-content .direction .tab-content .comment .info:before {
  width: 27px;
  height: 20px;
  content: ' ';
  position: absolute;
  left: -27px;
  top: 31px;
  background: url(/attending/fuk-i/1981asia/images/arrow02.png) no-repeat 0 0;
}
.wrapper-content .direction .tab-content .row-highlights {
  overflow: hidden;
}
.wrapper-content .direction .tab-content .row-highlights .highlights {
  margin: 17px 0 0 -20px;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li {
  width: 456px;
  float: left;
  margin-left: 20px;
  margin-bottom:20px;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li a {
  display: block;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .price {
  height: 42px;
  position: relative;
  background: #bf1d1d;
  text-align: right;
  color: #fff;
  line-height: 1em;
  font-size: 24px;
  letter-spacing: 0.075em;
  font-weight: bold;
  padding: 9px 9px 0;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .price .icon {
  position: absolute;
  z-index: 1;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .price .icon.new {
  left: 5px;
  top: -9px;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .price .icon.jp {
  left: 2px;
  top: -7px;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .info {
  padding: 10px 9px 67px;
  position: relative;
  border: 2px solid #bf1d1d;
  border-top: none;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .info img {
  margin: 0 auto;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .info .ttl {
    font-size: 16px;
    height: 40px;
    letter-spacing: 0.075em;
    line-height: 1.375em;
    margin: 7px 0 0;
    overflow: hidden;
}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .info .desc {
	color: #000;
    font-size: 14px;
    height: 34px;
    letter-spacing: 0.075em;
    line-height: 1.28571em;
    margin: 7px 0 0;
    overflow: hidden;
	}
.wrapper-content .direction .tab-content .row-highlights .highlights > li .info .btn {
  width: 432px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -216px;
}
/*.wrapper-content .direction .tab-content .ul-news {
  margin-top: 18px;
}*/
.wrapper-content .direction .tab-content .ul-news > li {
  background: url(/attending/fuk-i/1981asia/images/line01.png) repeat-x 0 bottom;
  padding: 0;
  /*display: table;*/
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  height: 58px;
  overflow: hidden;
}
.wrapper-content .direction .tab-content .ul-news > li .ttl,
.wrapper-content .direction .tab-content .ul-news > li .price {
  border-spacing: 0;
  border-collapse: collapse;
  display: table-cell;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.075em;
  padding: 20px 0 12px;
}
.wrapper-content .direction .tab-content .ul-news > li a {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.075em;
  margin-left:10px;
}
.wrapper-content .direction .tab-content .ul-news > li .ttl {
  padding-right: 15px;
  float: left;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.wrapper-content .direction .tab-content .ul-news > li .price {
	 color: #e50000;
    float: right;
    text-align: right;
}
.wrapper-content .direction .tab-content .participate {
  margin: 24px 0 22px;
}
.wrapper-content .direction .tab-content .participate .sec-ttl .txt {
  float: left;
}
.wrapper-content .direction .tab-content .participate .sec-ttl .tag {
  float: right;
  margin: 5px 5px 0 0;
}
.wrapper-content .direction .tab-content .participate .sec-ttl .tag > span {
  float: left;
  margin-left: 10px;
}
.wrapper-content .direction .tab-content .participate .inner {
  border: 2px solid #007130;
  border-top: none;
  padding: 10px;
}
.wrapper-content .direction .tab-content .participate .inner .about {
  position: relative;
}
.wrapper-content .direction .tab-content .participate .inner .about * {
  color: #000;
}
.wrapper-content .direction .tab-content .participate .inner .about .btn {
  position: absolute;
  right: 0;
  width: 290px;
  bottom: 0;
}
.wrapper-content .direction .tab-content .participate .inner .about .info {
  width: 618px;
}
.wrapper-content .direction .tab-content .participate .inner .about .info .ol01 {
  margin-bottom: 10px;
}
.wrapper-content .direction .tab-content .participate .inner .about .info .ol01 > li {
  float: left;
  margin-right: 10px;
}
.wrapper-content .direction .tab-content .participate .inner .about .info .desc {
  font-size: 14px;
  line-height: 1.285714285714286em;
  letter-spacing: 0.075em;
}
.wrapper-content .direction .tab-content .participate .inner .about .info .venue {
  margin: 7px 0 0;
}
.wrapper-content .direction .tab-content .participate .inner .about .info .venue .tag {
  float: left;
  font-size: 14px;
  line-height: 1.285714285714286em;
  letter-spacing: 0.075em;
  background: #7fb897;
  width: 37px;
  text-align: center;
  color: #fff;
  padding: 1px 0 0;
}
.wrapper-content .direction .tab-content .participate .inner .about .info .venue .text {
  width: 560px;
  float: left;
  margin: 1px 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1.333333333333333em;
}
.wrapper-content .direction .tab-content .participate .inner .briefing {
  margin: 20px 0 0;
}
.wrapper-content .direction .tab-content .participate .inner .briefing .pttl {
  background: #007130;
}
.wrapper-content .direction .tab-content .participate .inner .briefing .ul-briefing > li {
  margin-top: 10px;
}
.wrapper-content .direction .tab-content .participate .inner .briefing .ul-briefing > li .tag {
  width: 50px;
  background: #7fb897;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.2em;
  padding: 6px 0 4px;
  height: 27px;
  float: left;
}
.wrapper-content .direction .tab-content .participate .inner .briefing .ul-briefing > li .txt {
  font-size: 14px;
  line-height: 1.285714285714286em;
  letter-spacing: 0.075em;
  margin: 5px 0 0 10px;
  width: 840px;
  color: #000;
  float: left;
}
.wrapper-content .direction .tab-content .box01 {
  margin: 10px 0 0;
  border: 2px solid #007130;
}
.wrapper-content .direction .tab-content .box01 .ttl {
  float: left;
}
.wrapper-content .direction .tab-content .box01 .ul-btn {
  float: right;
  margin: 10px 0 0;
}
.wrapper-content .direction .tab-content .box01 .ul-btn a {
  display: block;
}
.wrapper-content .direction .tab-content .box01 .ul-btn > li {
  float: left;
  margin-right: 10px;
}
.wrapper-content .direction .tab-content .sightseeing {
  margin: 20px 0 0;
}
.wrapper-content .direction .tab-content .sightseeing a {
  display: block;
}
.wrapper-content .direction .tab-content .sightseeing .ul-btn {
  margin: 0 0 0 -10px;
}
.wrapper-content .direction .tab-content .sightseeing .ul-btn > li {
  float: left;
  width: 225px;
  margin: 10px 0 0 10px;
}
.wrapper-content .direction .tab-content .sightseeing .w-col2 {
  margin: 0 0 0 -11px;
}
.wrapper-content .direction .tab-content .sightseeing .w-col2 > li {
  float: left;
  width: 460px;
  margin: 10px 0 0 11px;
}
.wrapper-content .direction .tab-content .sightseeing .w-col3 {
  margin: 0 0 0 -11px;
}
.wrapper-content .direction .tab-content .sightseeing .w-col3 > li {
  float: left;
  width: 303px;
  margin: 10px 0 0 11px;
}
.wrapper-content .direction .tab-content.tab-korea .row-highlights .highlights > li .price {
  background: #2b2bce;
}
.wrapper-content .direction .tab-content.tab-korea .row-highlights .highlights > li .info {
  border-color: #2b2bce;
}
.wrapper-content .direction .tab-content.tab-taiwan .row-highlights .highlights > li .price {
  background: #cd2a97;
}
.wrapper-content .direction .tab-content.tab-taiwan .row-highlights .highlights > li .info {
  border-color: #cd2a97;
}
.wrapper-content .direction .tab-content.tab-hk_macau .row-highlights .highlights > li .price {
  background: #cd3415;
}
.wrapper-content .direction .tab-content.tab-hk_macau .row-highlights .highlights > li .info {
  border-color: #cd3415;
}
.wrapper-content .direction .tab-content.tab-thailand .row-highlights .highlights > li .price {
  background: #e6c311;
}
.wrapper-content .direction .tab-content.tab-thailand .row-highlights .highlights > li .info {
  border-color: #e6c311;
}
.wrapper-content .direction .tab-content.tab-thailand .sightseeing .w-col2 {
  margin-left: -10px;
}
.wrapper-content .direction .tab-content.tab-thailand .sightseeing .w-col2 > li {
  width: 461px;
  margin-left: 10px;
}
.wrapper-content .direction .tab-content.tab-vn-cb .row-highlights .highlights > li .price {
  background: #815f1a;
}
.wrapper-content .direction .tab-content.tab-vn-cb .row-highlights .highlights > li .info {
  border-color: #815f1a;
}
.wrapper-content .direction .tab-content.tab-s-m .row-highlights .highlights > li .price {
  background: #209b9b;
}
.wrapper-content .direction .tab-content.tab-s-m .row-highlights .highlights > li .info {
  border-color: #209b9b;
}
.wrapper-content .direction .tab-content.tab-india-sri .row-highlights .highlights > li .price {
  background: #1a811a;
}
.wrapper-content .direction .tab-content.tab-india-sri .row-highlights .highlights > li .info {
  border-color: #1a811a;
}
.wrapper-content .direction .tab-content.tab-asian-cruise .row-highlights .highlights > li .price {
  background: #20349a;
}
.wrapper-content .direction .tab-content.tab-asian-cruise .row-highlights .highlights > li .info {
  border-color: #20349a;
}
.wrapper-content .direction .tab-content.tab-other-area .row-highlights .highlights > li .price {
  background: #6b2ee5;
}
.wrapper-content .direction .tab-content.tab-other-area .row-highlights .highlights > li .info {
  border-color: #6b2ee5;
}
.wrapper-content .choose {
  margin: 10px 0 0;
}
.wrapper-content .choose .box-bl {
  padding: 0 16px 15px 15px;
}
.wrapper-content .row-other {
  overflow: hidden;
  margin-bottom: 20px;
}
.wrapper-content .row-other .ul-other {
  margin: 10px -5px 0;
}
.wrapper-content .row-other .ul-other > li {
  float: left;
  width: 25%;
  padding: 0 5px;
}
.wrapper-content .row-other .ul-other > li.first {
  margin-left: 0;
}
.wrapper-content .row-other .ul-other > li .sec-ttl {
  background-image: url(/attending/fuk-i/1981asia/images/icon02.png);
}
.wrapper-content .row-other .ul-other > li .box-bl {
  padding: 7px 10px 42px;
  position: relative;
}
.wrapper-content .row-other .ul-other > li .box-bl .desc {
  font-size: 14px;
  line-height: 1.285714285714286em;
  letter-spacing: 0.025em;
  color: #000;
}
.wrapper-content .row-other .ul-other > li .box-bl .btn {
  display: block;
  width: 205px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.wrapper-content .srchInBlk {
  overflow: hidden;
  background: url(/attending/fuk-i/1981asia/images/line01.png) repeat-x 0 bottom;
  padding: 12px 0 15px;
}
.wrapper-content .srchBlk ul.srchBox01 {
  height: auto;
  width: 306px;
}
.wrapper-content .srchBlk ul.srchBox01 strong {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  padding-left: 20px;
  color: #e50000;
}
.wrapper-content .srchBlk ul .kMds {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  padding-left: 19px;
  position: relative;
  line-height: 1.4em;
  color: #000000;
  letter-spacing: 0.075em;
}
.wrapper-content .srchBlk ul .kMds_s {
	color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin-left: 16px;
    margin-top: 3px;
    width: 50px;
}
.wrapper-content .srchBlk ul .kMds:before {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #cc0000;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
.wrapper-content .srchBlk ul li select, .wrapper-content .srchBlk ul li input {
  float: left;
  font-size: 14px;
  margin-left: 10px;
  width: 150px;
}
.wrapper-content .srchBlk ul li select.p_min_day, .wrapper-content .srchBlk ul li select.p_max_day {
  float: left;
  font-size: 14px;
  margin-left: 10px;
  width: 60px;
}
.wrapper-content .srchBox01 ul li span, .wrapper-content .srchBlk ul li span {
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  width: 15px;
}
.wrapper-content .srchBtnBox {
  height: auto;
  margin: 0 auto;
  background: url(/attending/fuk-i/1981asia/images/line01.png) repeat-x 0 bottom;
  padding: 10px 0 12px;
  overflow: hidden;
}
.wrapper-content .srchBtnBox ul {
  float: right !important;
  overflow: hidden;
}
.wrapper-content .srchBtnBox ul.srchBox01 {
  float: left !important;
  margin: 5px 10px 0 0;
  height: auto;
  width: 290px;
}
.wrapper-content .srchBtnBox ul li {
  float: left;
}
.wrapper-content .srchBtn {
  margin-right: 10px;
}
.wrapper-content .srchBtn,
.wrapper-content .JS_Reset {
  opacity: 1;
  -webkit-transition: all ease .26s;
  -moz-transition: all ease .26s;
  -o-transition: all ease .26s;
  transition: all ease .26s;
  cursor: pointer;
  display: block;
}
.wrapper-content .srchBtn img,
.wrapper-content .JS_Reset img {
  display: block;
}
.wrapper-content .JS_Reset:hover,
.wrapper-content .srchBtn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}
.wrapper-content .srchBlk ul {
  float: left;
}
.wrapper-content .tour_phbox {
  overflow: hidden;
}
.wrapper-content .fl {
  float: left;
  width: 740px;
}

/*# sourceMappingURL=style.css.map */

.lineclamp {
	background-color: #fff;
    height: 3em;
    line-height: 1.5;
    overflow: hidden;
    padding-right: 1em;
    position: relative;
	}

.lineclamp:before {
	bottom: 0;
    content: "...";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 1em;
	}

.lineclamp:after {
	background-color: inherit;
    content: "";
    float: right;
    height: 100%;
    position: relative;
    right: -1em;
    width: 1em;
	margin-left: -1em;
	}