<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "shift-jis";
/* =================================================================================================
セゾンポイントモール - 旅行特集 -これからの旅-
https://www.a-q-f.com/contents/extra/travel-special/index.html
Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
/*
 *
 *  updated --- 2021/8/24
 *
 */
/* ----------------------------------------------------------------------------
 common
---------------------------------------------------------------------------- */
div#wrapper {
	padding: 0;
}
div#wrapper #container {
	padding: 0;
	width: auto;
}
div#wrapper #container #contentWrapper {
	margin-bottom: 0;
	width: auto;
}
div#wrapper #mainContent {
	float: none;
	margin: 0 auto;
	width: auto!important;
}
div#wrapper #container #endContent {
	width: 1252px;
}
div#template a:hover img {
	opacity: 0.7;
}

/* Clearfix */
div#template .sec,
div#template .box,
.clearfix {
	zoom:1;
}
div#template .sec:after,
div#template .box:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
div#template {
  margin: 0;
	padding: 0 0 0 0;
	font-size: 116.667%;
}

/* sectionBread */
div#template.type02 #sectionBread {
  background: #fff;
}
div#template #sectionBread .sectionWrapper #breadCrumb {
	width: 950px;
	margin: 15px auto 15px;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
div#template #sectionBread .sectionWrapper #breadCrumb li {
	display: inline;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
div#template #sectionBread .sectionWrapper #breadCrumb li strong {
	font-size: 12px;
}
div#template #sectionBread .sectionWrapper #breadCrumb li a {
	color: #3399ff;
	text-decoration: none;
}
div#template #sectionBread .sectionWrapper #breadCrumb li a:hover {
	text-decoration: underline;
}

/* fonts */
div#template h2,
div#template h3,
div#template .tabMenu li,
div#template .alertArea p,
div#template .point .tit,
div#template .api_shopname,
div#template .sectionInner p,
div#template .sectionInner ul li,
div#template .sectionInner dl dt,
div#template .pointInner .api_displaypoint,
div#template .pointInner ul li,
div#template .shopAttention p {
	font-family: "Noto Serif JP", serif , "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}



/* ----------------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------------- */
div#template #sectionMain .sectionWrapper {
	width: auto; 
	height: 410px;
	margin: 0 auto;
	background: url(/resources/common/pc/img/contents/extra/travel-special/mainvisual_bg.png?date=2311280900) no-repeat center;
}
div#template #sectionMain .sectionWrapper .sectionInner {
	width: 950px;
	margin: 0 auto;
}
#sectionMain h1 {
	padding-top: 45px;
	/*padding-top: 15px;
	padding-right: 205px;*/
	text-align: center;
}



/* ----------------------------------------------------------------------------
 SNS
---------------------------------------------------------------------------- */
#sns .sectionInner {
	width: 950px;
	margin: 0 auto;
}
#sns .sectionInner ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0;
}
#sns .sectionInner ul li+li {
	margin-left: 20px;
}



/* ----------------------------------------------------------------------------
 anchor
---------------------------------------------------------------------------- */
#anchor {
	padding: 14px 0 40px;
}
/*#anchor .sectionInner {
	width: 950px;
	margin: 0 auto;
}*/
#anchor .sectionInner {
	width: 920px;
	margin: 0 auto;
	border: 2px #1d4294 solid;
	padding: 15px;

}
#anchor .sectionInner p {
	line-height: 1.5;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
#anchor .sectionInner p.ttl {
	line-height: 1.5;
	color: #1d4294;
	font-size: 20px;
	text-align: center;
	font-weight:bold;
}
#anchor .sectionInner p + p {
	margin-top: 8px;
}
#anchor .sectionInner a {
	position: relative;
	color: #365c95;
	font-weight: 600;
}
#anchor .sectionInner a:hover {
	color: #365c95;
	text-decoration: none;
}
#anchor .sectionInner a::after {
	content: '';
	position: absolute;
	top: 1px;
	right: -16px;
	width: 6px;
	height: 6px;
	margin-top: 4px;
	border-top: 2px solid #365c95;
	border-right: 2px solid #365c95;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}



/* ----------------------------------------------------------------------------
 bnrArea
---------------------------------------------------------------------------- */
#bnrArea {
	margin-bottom: 60px;
}
#bnrArea .sectionWrapper {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}



/* ----------------------------------------------------------------------------
 Slider
---------------------------------------------------------------------------- */

/* slick_base */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*　arrows　*/
.slick-next {
	right: -40px;
}
.slick-prev {
	left: -38px;
}
.slick-next::before {
	background: url(/resources/common/pc/img/contents/extra/travel-special/arrow_right.png) !important;
	background-size: contain !important;
}
.slick-prev::before {
	background: url(/resources/common/pc/img/contents/extra/travel-special/arrow_left.png) !important;
	background-size: contain !important;
}
.slick-arrow {
	width: 34px !important;
	height: 34px !important;
}
.slick-arrow::before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

/*　Slider　*/
#slider div {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 0 4px;
  text-align: center;
  background-color: #FFFFFF;
}
.slick-slider {
	width: 950px;
	margin: 0 auto;
}
.slick-slide img {
	width: 300px;
	height: auto;
}



/* ----------------------------------------------------------------------------
 ショップリスト
---------------------------------------------------------------------------- */
#shoplist {
	margin-top: 80px;
}
#shoplist .tab01,
#shoplist .tab02,
#shoplist .tab03,
#shoplist .tab04,
#shoplist .tab05 {
	padding: 50px 0 80px;
	background: #f5f5f5;
	border-top: 4px solid #1d4294;
	border-bottom: 4px solid #1d4294;
}
#shoplist .tabMenu,
#shoplist .tabInner {
	width: 950px;
	margin: 0 auto;
}

/* tab */
#shoplist .tabMenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#shoplist .tabMenu li {
	width: 230px;
	margin-top: 10px;
	padding: 11px 0;
	background-color: #fff;
	color: #1d4294;
	border: 1px solid #1d4294;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
#shoplist .tabMenu .active {
	width: 230px;
	margin-top: 0;
	padding: 16px 0;
	background-color: #1d4294;
	color: #fff;
	font-size: 17px;
}
#shoplist .tabBox &gt; div {
	display: none;
}
#shoplist .tabBox &gt; .active {
	display: block;
}

/* tabInner */
#shoplist h3 {
	margin: 0 0 20px;
	color: #1d4294;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#shoplist h3:nth-child(n+2) {
	margin-top: 50px;
}

#shoplist .shopContents {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* shopContent */
#shoplist .shopContent {
	width: 280px;
	margin-left: 10px;
	padding: 26px 15px;
	background: #FFFFFF;
	text-align: center;
}
#shoplist .shopContent:nth-child(3n+1) {
	margin-left: 0;
}
#shoplist .shopContent:nth-child(n+4) {
	margin-top: 14px;
}
#shoplist .shopContentInner &gt; a {
	color: #365c95;
}
#shoplist .shopInfo dd {
	display: table;
	width: 100%;
	height: 62px;
}
#shoplist .shopInfo .api_shopname {
	padding: 14px 0 0;
	font-size: 14px;
	text-decoration: underline;
}
#shoplist .shopInfo .api_shopname:hover {
	text-decoration: none;
}

/* point */
#shoplist .point {
	padding: 14px 20px 24px;
	background: #f9f9f9;
}
#shoplist .point .tit,
#shoplist .pointInner .api_displaypoint {
	color: #333;
	font-size: 13px;
	font-weight: 500;
}
#shoplist .pointInner .api_displaypoint {
	color: #b90000;
}

#shoplist .point .tit {
	padding-bottom: 8px;
	border-bottom: 1px solid #b0b0b0;
}
#shoplist .pointInner {
	width: 200px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding-top: 14px;
}
#shoplist .pointInner .api_displaypoint span {
	font-size: 22px;
	font-weight: bold;
}

/* shopAttention */
#shoplist .shopAttention {
	padding-top: 14px;
	font-size: 10px;
}
#shoplist .shopAttention p + p {
	padding-top: 5px;
}
#shoplist .shopAttention p a {
	color: #7d7d7d;
	text-decoration: underline;
}
#shoplist .shopAttention p a:hover {
	color: #7d7d7d;
	text-decoration: none;
}



/* ----------------------------------------------------------------------------
 for-a-trip
---------------------------------------------------------------------------- */
#for-a-trip {
	padding: 60px 0;
}
#for-a-trip .sectionInner {
	width: 950px;
	margin: 0 auto;
}
#for-a-trip h2 {
	position: relative;
	margin-bottom: 30px;
	color: #1d4294;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#for-a-trip h2::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 224px;
	height: 9px;
	background: url(/resources/common/pc/img/contents/extra/travel-special/title_left.png) center no-repeat;
	background-size: 224px 9px;
	top: 14px;
	bottom: 0;
	left: 0;
}
#for-a-trip h2::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 224px;
	height: 9px;
	background: url(/resources/common/pc/img/contents/extra/travel-special/title_right.png) center no-repeat;
	background-size: 224px 9px;
	top: 14px;
	bottom: 0;
	right: 0;
}
#for-a-trip .sectionInner ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}
#for-a-trip .sectionInner ul li {
	line-height: 1.5;
	width: 254px;
	padding: 30px 28px;
	background: #eff4fa;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
#for-a-trip .sectionInner ul li:nth-child(n+4) {
	margin-top: 12px;
}
#for-a-trip .sectionInner ul li:last-of-type {
	position: relative;
}
#for-a-trip .sectionInner ul li:last-of-type::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 83px;
	height: 30px;
	background: url(/resources/common/pc/img/contents/extra/travel-special/logo.png) center no-repeat;
	background-size: 83px 30px;
	top: 10px;
	right: 10px;
}
#for-a-trip .sectionInner ul li p + p {
	padding-top: 20px;
}
#for-a-trip .sectionInner ul li p a {
	color: #365c95;
}
#for-a-trip .sectionInner ul li p a:hover {
	color: #365c95;
}

p.Attention {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}
p.Attention a {
    color: #1d4294!important;
}

/*----------------------------------------------
 ColorBox（モーダル）
----------------------------------------------*/
#slider .shopDetails {
	cursor: pointer;
}
#slider .shopDetails:hover img {
	opacity: 0.7;
}
#cboxOverlay {
	background: #111;
	z-index: 2147483643;
}
#colorbox {
	z-index: 2147483644;
	position: fixed;
	top: 50%;
	width: 500px;
}
#cboxLoadedContent {
	background: #fff;
	border-radius: 4px;
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
}
#cboxClose {
	width: 33px;
	height: 33px;
	top: -40px;
	right: 0;
	background: url(/resources/common/sp/img/contents/extra/travel-special/close.png) no-repeat 0 0;
	background-size: 33px 33px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxTitle {
	color: #fff;
}
#cboxContent {
    margin-top: 42px;
}
#cboxContent * {
    box-sizing: border-box;
}
#cboxContent #cboxClose:hover {
    background-position: 0 0;
}
.modalWrapper {
	display: none;
}
.frame {
	padding: 25px 20px 20px;
    min-width: 500px;
    box-sizing: border-box;
}

#cboxLoadedContent .shopContent + .shopContent {
    margin-top: 16px;
}

.modalShop p.api_shopname,
.modalShop .api_campaignperiod,
.modalShop .shopInfo .point,
.frame .special p,
.frame .special .specialInner ul li,
.ctBtn a,
.frame .shopAttention li a {
	font-family: "Noto Serif JP", serif , "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

/* modalShop */
.modalShop {
	padding: 5% 0 4%;
	background: #f9f9f9;
}
.modalShop p.api_shopname {
	padding-bottom: 2.4%;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px dotted #b8b8b8;
	text-align: center;
}
.modalShop .shopInfo {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 5%;
}
.modalShop .shopInfo dt {
	margin-right: 6.67%;
}
.modalShop .shopInfo .point {
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
.modalShop .shopInfo .point .api_displaypoint {
	color: #b90000;
	font-size: 20px;
	font-weight: bold;
}
.modalShop .shopInfo .point .api_displaypoint span {
	font-size: 28px;
	font-weight: 900;
}
.modalShop .api_campaignperiod {
	padding-top: 2%;
	color: #b90000;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

/* special */
#colorbox .frame .special {
	padding: 5.33% 0 6.67%;
}
#colorbox .frame .special &gt; p {
	line-height: 1.5;
	color: #333;
	font-size: 2.93vw;
	text-align: center;
}
#colorbox .frame .special &gt; p a {
	color: #365c95;
	text-decoration: underline;
} 
#colorbox .frame .specialInner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4% 0;
}
#colorbox .frame .specialInner img {
	width: 29.5vw;
	height: auto;
}
#colorbox .frame .special .specialInner ul {
	margin-left: 0;
}
#colorbox .frame .special .specialInner ul li {
	margin-left: 0;
	margin-bottom: 0;
	color: #333;
	font-size: 2.93vw;
	list-style: none;
	text-indent: inherit;
}
#colorbox .frame .special .specialInner ul li p {
	display: inline-block;
	color: #b90000;
	font-weight: bold;
}
#colorbox .frame .special .specialInner ul li p span {
	font-size: 5.06vw;
	font-weight: 900;
}

/* ctBtn */
#colorbox .ctBtn {
	margin-bottom: 3%;
    margin-top: 3%;
}
#colorbox .ctBtn a {
    display: block;
    position: relative;
    line-height: 120%;
    margin: 0 auto;
    padding: 19px 2px;
    border-radius: 5px;
    background-color: #b90000;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 306px;
    transition: opacity 0.2s;
}
#colorbox .ctBtn a::before {
	content: '';
    position: absolute;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(-12px, 3px);
    top: 50%;
}

#colorbox .ctBtn a:hover {
    opacity: 0.7;
}

/* shopAttention */
#colorbox .frame .shopAttention {
	display: flex;
	line-height: 24px;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 102%;
	margin-left: -1%;
	font-size: 10px;
}
#colorbox .frame .shopAttention li a {
	color: #7d7d7d;
  font-size: 2.66vw;
	text-decoration: underline;
}

#colorbox .api_logourl {
	max-width: 85px;
}

/* ----------
mainslider 
----------------------------*/
#mainslider div{
  font-size: 2rem;
  color: #666;
  text-align: center;
}

#mainslider {
	margin-bottom: 40px;
}
.mainslider a {
	text-decoration: none;
}
.mainslider ul.shopContents li.shopContent {
	width: 674px;
	margin: 0 auto;
}
.mainslider.blandpanelAreaa {
	width: 714px;
	margin: 0 auto;
	padding-top: 10px;
}
.mainslider.blandpanelAreaa .panelItem {
	width: 714px !important;
	margin: 0 auto !important;
	padding: 20px;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
}
.mainslider .pagination {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 0 -5px 50px;
	width: 960px;
}
.mainslider .shopContentBox01 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: 16px 0 0;
	background: #fff;
}
.mainslider .shopContentBox01 .lBox01 {
	width: 354px;
}
.mainslider .shopContentBox01 .rBox01 {
	width: 310px;
}
.mainslider .shopContentBox02 {
	width: 674px;
	background: #fff;
}
.mainslider.shopContentBox02 {
	box-shadow: none;
}

/* banner */
.mainslider div.banner {
	margin: 0;
}
.mainslider .banner img {
	width: 674px;
	height: auto;
}
.mainslider .shopInfo {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.4;
	font-size: 15px;
	text-align: left;
}
.mainslider .shopInfo dt {
	margin-right: 10px;
}
.mainslider .shopInfo dt img {
	width: 85px;
	height: auto;
}
.mainslider .shopInfo dd {
	margin-right: 20px;
}
.mainslider .shopInfo dd .txt {
	color: #365c95;
	text-decoration: underline;
}
.mainslider .shopInfo dd .txt:hover {
	text-decoration: none;
}

/* point */
.mainslider div.point {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 13px 0;
	background: #f5f5f5;
	box-sizing: border-box;
	text-align: center;
}
.mainslider div.point .pointContents {
	line-height: 1;
}
.mainslider div.point .pointInner {
	display: inline-block;
}
.mainslider div.point .tit {
	padding: 7px 0 0;
	color: #333;
	font-size: 12px;
}
.mainslider div.point .txtArea {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	text-align: left;
	color: #333;
}
.mainslider div.point .txtArea .txt {
	line-height: 1;
	font-size: 15px;
}
.mainslider div.point .txt span.normalmaxpoint.has_sale,
.mainslider div.point .txt span.api_normalmaxpoint.has_sale {
	display: inline;
	margin: 0 6px 0 0;
	padding: 2px 12px 0 0;
	background: url(/resources/common/pc/img/contents/extra/template/arr_point01.png) no-repeat right center;
}
.mainslider div.point .txt span.normalmaxpoint,
.mainslider div.point .txt span.api_normalmaxpoint {
	display: none;
	color: #333;
}
.mainslider div.point .txt span.normalmaxpoint span,
.mainslider div.point .txt span.api_normalmaxpoint span {
	font-size: 126.667%;
}
.mainslider div.point .txt strong {
	color: #ba0000;
	font-size: 100%;
	font-weight: 500;
}
.mainslider div.point .txt strong span {
	color: #ba0000;
	font-size: 153.333%;
}

/* shop-caution */
.mainslider .shopAttention {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	line-height: 1.4;
	margin: 12px 0 0;
}
.mainslider p.att + .att {
	padding-left: 20px;
}
.mainslider .shopAttention p a {
	color: #7d7d7d;
	font-size: 11px;
	text-decoration: underline;
}
.mainslider .shopAttention p a:hover {
	text-decoration: none;
}



</pre></body></html>