@charset "UTF-8";
/* ===================================================================

 style.css

======================================================================*/


/*----------------------------------------------------------
 import
------------------------------------------------------------*/

/* ヘッダー */
@import url("/jalan/common/styles/global.css");

/* ブラウザデフォルト */
@import url("/theme/common/css/br_default.css");

/* ページ共通 */
@import url("/theme/common/css/common.css");


/*----------------------------------------------------------
 Anchors
------------------------------------------------------------*/

a:link {
  color: #1b47ff;
  text-decoration: none;
}
a:visited {
  color: #9720c9;
  text-decoration: none;
}
a:hover {
  color: #ff7d00;
  text-decoration: none;
}


/*----------------------------------------------------------
 base
------------------------------------------------------------*/

body { font-family: "メイリオ" }
#contents { font-size: 75%; }


/*----------------------------------------------------------
 headerArea
------------------------------------------------------------*/

h1 { display: inline; font-weight: normal;}

.headerArea { margin-bottom: 15px; }

.textNotes { margin-top: 15px; }

.textNotes li {
  padding-left: 1em;
  font-size: 12px;
  color: #1d140f;
  line-height: 1.5em;
  text-indent: -1em;
}

.textNotes .textAttention { color: #d12026; }

.textNotes .textAttentionEm {
  color: #d12026;
  font-weight: bold;
}

/*----------------------------------------------------------
 mapArea
------------------------------------------------------------*/

.mapArea {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: relative;
  height: 532px;
  margin-bottom: 10px;
  padding: 20px;
  background: #cfeaf0 url(../images/bg_map.png) no-repeat 20px 40px;
}

.mapArea-area {
  position: absolute;
  z-index: 2;
  background: url(../images/stripe_map_area.png) no-repeat 0 150px;
}
.mapArea-area.mapDisabled { z-index: 1; }

.mapArea-area dt {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: absolute;
}

.mapArea-area dt .mapIcon {
  display: block;
  width: 62px;
  height: 62px;
  background: url(../images/sprite_map_icon.png) no-repeat;
  text-indent: -9999px;
}

.mapArea-area dt .mapLine {
  display: block;
  position: absolute;
  background: url(../images/sprite_map_line.png) no-repeat;
}


/* .couponInfo
--------------------------------------------------*/

.couponInfo {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: absolute;
  width: 169px; /* 175 */
  height: 58px; /* 70 */
  padding: 6px 3px;
  background: #fff;
  border: 3px solid #999;
  cursor: pointer;
}

.couponInfo .couponInfoTail {
  display: block;
  position: absolute;
  background: url(../images/sprite_map_tail.png) no-repeat;
}

.mapHover .couponInfo {
  background: #fff;
  border-color: #cc0d06;
}

.couponInfo a {
  display: block;
  color: #333;
  text-decoration: none;
}

.couponInfo span { display: block; }

.couponListLink {
  position: absolute;
  width: 181px;
  text-align: right;
}
.couponListLink a {
  padding-left: 7px;
  background: url("../images/icon_arrow_orange.png") no-repeat 0 50%;
  font-size: 12px;
  text-decoration: underline;
}


/* textCouponArea ----------------------*/

.textCouponArea { font-size: 11px; }

.textPrefecture {
  margin-right: 3px;
  font-size: 13px;
  font-weight: bold;
}


/* textCouponCampaign ------------------*/

.textCouponCampaign {
  margin-top: 1px;
  font-size: 12px;
  color: #d12026;
  font-weight: bold;
}

.couponInfo a:hover .textCouponCampaign { text-decoration: underline; }


/* textCouponUsed ----------------------*/

.textCouponUsed { margin-bottom: 2px; }

.textService {
  color: #d12026;
  font-weight: bold;
}


/* textCouponPrice ---------------------*/

.textCouponPrice { font-size: 11px; }

.textPrice {
  margin: 0 3px;
  font-size: 17px;
  color: #d12026;
  font-weight: bold;
}


/* 北海道
--------------------------------------------------*/

.mapHokkaido {
  top: 107px;
  left: 561px;
  width: 133px;
  height: 108px;
}
.mapHokkaido.mapHover { background-position: 0 0; }
.mapHokkaido.mapDisabled { background-position: 0 -150px; }

.mapHokkaido dt {
  top: -60px;
  left: 108px;
}

.mapHokkaido dt .mapIcon { background-position: 0 0; }
.mapHokkaido.mapHover dt .mapIcon { background-position: 0 -100px; }
.mapHokkaido.mapDisabled dt .mapIcon { background-position: 0 -200px; }

.mapHokkaido dt .mapLine {
  top: 100%;
  left: -41px;
  width: 75px;
  height: 65px;
  background-position: 0 0;
}
.mapHokkaido.mapHover dt .mapLine { background-position: 0 -100px; }
.mapHokkaido.mapDisabled dt .mapLine { background-position: 0 -200px; }

.mapHokkaido .couponInfo {
  top: -87px;
  left: 186px;
}

.mapHokkaido .couponInfoTail {
  top: 27px;
  left: -15px;
  width: 15px;
  height: 29px;
  background-position: 0 0;
}
.mapHokkaido.mapHover .couponInfoTail{ background-position: 0 -85px; }

.mapHokkaido .couponListLink {
  top: -5px;
  left: 186px;
}


/* 東北
--------------------------------------------------*/

.mapTohoku {
  top: 210px;
  left: 513px;
  width: 80px;
  height: 123px;
}
.mapTohoku.mapHover { background-position: -143px 0; }
.mapTohoku.mapDisabled { background-position: -143px -150px; }

.mapTohoku dt {
  top: 2px;
  left: 116px;
}

.mapTohoku dt .mapIcon { background-position: -100px 0; }
.mapTohoku.mapHover dt .mapIcon { background-position: -100px -100px; }
.mapTohoku.mapDisabled dt .mapIcon { background-position: -100px -200px; }

.mapTohoku dt .mapLine {
  top: 31px;
  left: -68px;
  width: 68px;
  height: 33px;
  background-position: -84px 0;
}
.mapTohoku.mapHover dt .mapLine { background-position: -84px -100px; }
.mapTohoku.mapDisabled dt .mapLine { background-position: -84px -200px; }

.mapTohoku .couponInfo {
  top: -74px;
  left: 234px;
}

.mapTohoku .couponInfoTail {
  top: 27px;
  left: -57px;
  width: 57px;
  height: 62px;
  background-position: -100px 0;
}
.mapTohoku.mapHover .couponInfoTail{ background-position: -100px -85px; }

.mapTohoku .couponListLink {
  top: 5px;
  left: 234px;
}


/* 北関東
--------------------------------------------------*/

.mapKitakanto {
  top: 316px;
  left: 491px;
  width: 56px;
  height: 46px;
}
.mapKitakanto.mapHover { background-position: -233px 0; }
.mapKitakanto.mapDisabled { background-position: -233px -150px; }

.mapKitakanto dt {
  top: -42px;
  left: 102px;
}

.mapKitakanto dt .mapIcon { background-position: -200px 0; }
.mapKitakanto.mapHover dt .mapIcon { background-position: -200px -100px; }
.mapKitakanto.mapDisabled dt .mapIcon { background-position: -200px -200px; }

.mapKitakanto dt .mapLine {
  top: 31px;
  left: -72px;
  width: 72px;
  height: 35px;
  background-position: -162px 0;
}
.mapKitakanto.mapHover dt .mapLine { background-position: -162px -100px; }
.mapKitakanto.mapDisabled dt .mapLine { background-position: -162px -200px; }

.mapKitakanto .couponInfo {
  top: -64px;
  left: 256px;
}

.mapKitakanto .couponInfoTail {
  top: 27px;
  left: -91px;
  width: 91px;
  height: 27px;
  background-position: -200px 0;
}
.mapKitakanto.mapHover .couponInfoTail{ background-position: -200px -85px; }

.mapKitakanto .couponListLink {
  top: 18px;
  left: 256px;
}


/* 首都圏
--------------------------------------------------*/

.mapShutoken {
  top: 335px;
  left: 495px;
  width: 45px;
  height: 42px;
}
.mapShutoken.mapHover { background-position: -299px 0; }
.mapShutoken.mapDisabled { background-position: -299px -150px; }

.mapShutoken dt {
  top: 12px;
  left: 143px;
}

.mapShutoken dt .mapIcon { background-position: -300px 0; }
.mapShutoken.mapHover dt .mapIcon { background-position: -300px -100px; }
.mapShutoken.mapDisabled dt .mapIcon { background-position: -300px -200px; }

.mapShutoken dt .mapLine {
  top: -4px;
  left: -132px;
  width: 132px;
  height: 37px;
  background-position: -244px 0;
}
.mapShutoken.mapHover dt .mapLine { background-position: -244px -100px; }
.mapShutoken.mapDisabled dt .mapLine { background-position: -244px -200px; }

.mapShutoken .couponInfo {
  top: 33px;
  left: 252px;
}

.mapShutoken .couponInfoTail {
  top: 27px;
  left: -46px;
  width: 46px;
  height: 25px;
  background-position: -300px 0;
}
.mapShutoken.mapHover .couponInfoTail{ background-position: -300px -85px; }

.mapShutoken .couponListLink {
  top: 115px;
  left: 252px;
}


/* 東海
--------------------------------------------------*/

.mapTokai {
  top: 319px;
  left: 422px;
  width: 78px;
  height: 65px;
}
.mapTokai.mapHover { background-position: -354px 0; }
.mapTokai.mapDisabled { background-position: -354px -150px; }

.mapTokai dt {
  top: 59px;
  left: 107px;
}

.mapTokai dt .mapIcon { background-position: -400px 0; }
.mapTokai.mapHover dt .mapIcon { background-position: -400px -100px; }
.mapTokai.mapDisabled dt .mapIcon { background-position: -400px -200px; }

.mapTokai dt .mapLine {
  top: -33px;
  left: -73px;
  width: 73px;
  height: 66px;
  background-position: -386px 0;
}
.mapTokai.mapHover dt .mapLine { background-position: -386px -100px; }
.mapTokai.mapDisabled dt .mapLine { background-position: -386px -200px; }

.mapTokai .couponInfo {
  top: 137px;
  left: 181px;
}

.mapTokai .couponInfoTail {
  top: -44px;
  left: -17px;
  width: 59px;
  height: 44px;
  background-position: -400px 0;
}
.mapTokai.mapHover .couponInfoTail{ background-position: -400px -85px; }

.mapTokai .couponListLink {
  top: 219px;
  left: 181px;
}


/* 甲信越
--------------------------------------------------*/

.mapKoshinetsu {
  top: 279px;
  left: 466px;
  width: 72px;
  height: 83px;
}
.mapKoshinetsu.mapHover { background-position: -442px 0; }
.mapKoshinetsu.mapDisabled { background-position: -442px -150px; }

.mapKoshinetsu dt {
  top: -86px;
  left: -13px;
}

.mapKoshinetsu dt .mapIcon { background-position: -500px 0; }
.mapKoshinetsu.mapHover dt .mapIcon { background-position: -500px -100px; }
.mapKoshinetsu.mapDisabled dt .mapIcon { background-position: -500px -200px; }

.mapKoshinetsu dt .mapLine {
  left: 27px;
  bottom: -83px;
  width: 9px;
  height: 83px;
  background-position: -469px 0;
}
.mapKoshinetsu.mapHover dt .mapLine { background-position: -469px -100px; }
.mapKoshinetsu.mapDisabled dt .mapLine { background-position: -469px -200px; }

.mapKoshinetsu .couponInfo {
  top: -221px;
  left: -76px;
}

.mapKoshinetsu .couponInfoTail {
  left: 83px;
  bottom: -57px;
  width: 18px;
  height: 57px;
  background-position: -500px 0;
}
.mapKoshinetsu.mapHover .couponInfoTail{ background-position: -500px -85px; }

.mapKoshinetsu .couponListLink {
  top: -240px;
  left: -76px;
}


/* 北陸
--------------------------------------------------*/

.mapHokuriku {
  top: 292px;
  left: 424px;
  width: 60px;
  height: 50px;
}
.mapHokuriku.mapHover { background-position: -524px 0; }
.mapHokuriku.mapDisabled { background-position: -524px -150px; }

.mapHokuriku dt {
  top: -32px;
  left: -50px;
}

.mapHokuriku dt .mapIcon { background-position: -600px 0; }
.mapHokuriku.mapHover dt .mapIcon { background-position: -600px -100px; }
.mapHokuriku.mapDisabled dt .mapIcon { background-position: -600px -200px; }

.mapHokuriku dt .mapLine {
  top: 19px;
  right: -21px;
  width: 23px;
  height: 49px;
  background-position: -488px 0;
}
.mapHokuriku.mapHover dt .mapLine { background-position: -488px -100px; }
.mapHokuriku.mapDisabled dt .mapLine { background-position: -488px -200px; }

.mapHokuriku .couponInfo {
  top: -118px;
  left: -170px;
}

.mapHokuriku .couponInfoTail {
  left: 78px;
  bottom: -34px;
  width: 40px;
  height: 34px;
  background-position: -600px 0;
}
.mapHokuriku.mapHover .couponInfoTail{ background-position: -600px -85px; }

.mapHokuriku .couponListLink {
  top: -137px;
  left: -170px;
}


/* 近畿
--------------------------------------------------*/

.mapKinki {
  top: 324px;
  left: 395px;
  width: 53px;
  height: 64px;
}
.mapKinki.mapHover { background-position: -594px 0; }
.mapKinki.mapDisabled { background-position: -594px -150px; }

.mapKinki dt {
  top: 60px;
  left: 34px;
}

.mapKinki dt .mapIcon { background-position: -700px 0; }
.mapKinki.mapHover dt .mapIcon { background-position: -700px -100px; }
.mapKinki.mapDisabled dt .mapIcon { background-position: -700px -200px; }

.mapKinki dt .mapLine {
  top: -20px;
  left: -16px;
  width: 16px;
  height: 51px;
  background-position: -521px 0;
}
.mapKinki.mapHover dt .mapLine { background-position: -521px -100px; }
.mapKinki.mapDisabled dt .mapLine { background-position: -521px -200px; }

.mapKinki .couponInfo {
  top: 132px;
  left: -5px;
}

.mapKinki .couponInfoTail {
  top: -19px;
  left: 86px;
  width: 24px;
  height: 16px;
  background-position: -700px 0;
}
.mapKinki.mapHover .couponInfoTail{ background-position: -700px -85px; }

.mapKinki .couponListLink {
  top: 214px;
  left: -5px;
}


/* 山陰・山陽
--------------------------------------------------*/

.mapSaninsanyo {
  top: 318px;
  left: 321px;
  width: 88px;
  height: 40px;
}
.mapSaninsanyo.mapHover { background-position: -657px 0; }
.mapSaninsanyo.mapDisabled { background-position: -657px -150px; }

.mapSaninsanyo dt {
  top: -32px;
  left: -71px;
}

.mapSaninsanyo dt .mapIcon { background-position: -800px 0; }
.mapSaninsanyo.mapHover dt .mapIcon { background-position: -800px -100px; }
.mapSaninsanyo.mapDisabled dt .mapIcon { background-position: -800px -200px; }

.mapSaninsanyo dt .mapLine {
  top: 27px;
  right: -66px;
  width: 66px;
  height: 28px;
  background-position: -547px 0;
}
.mapSaninsanyo.mapHover dt .mapLine { background-position: -547px -100px; }
.mapSaninsanyo.mapDisabled dt .mapLine { background-position: -547px -200px; }

.mapSaninsanyo .couponInfo {
  top: -95px;
  left: -301px;
}

.mapSaninsanyo .couponInfoTail {
  top: 27px;
  right: -53px;
  width: 50px;
  height: 49px;
  background-position: -800px 0;
}
.mapSaninsanyo.mapHover .couponInfoTail{ background-position: -800px -85px; }

.mapSaninsanyo .couponListLink {
  top: -13px;
  left: -301px;
}


/* 四国
--------------------------------------------------*/

.mapShikoku {
  top: 354px;
  left: 339px;
  width: 61px;
  height: 38px;
}
.mapShikoku.mapHover { background-position: -755px 0; }
.mapShikoku.mapDisabled { background-position: -755px -150px; }

.mapShikoku dt {
  top: 96px;
  left: -41px;
}

.mapShikoku dt .mapIcon { background-position: -900px 0; }
.mapShikoku.mapHover dt .mapIcon { background-position: -900px -100px; }
.mapShikoku.mapDisabled dt .mapIcon { background-position: -900px -200px; }

.mapShikoku dt .mapLine {
  top: -84px;
  left: 29px;
  width: 39px;
  height: 84px;
  background-position: -623px 0;
}
.mapShikoku.mapHover dt .mapLine { background-position: -623px -100px; }
.mapShikoku.mapDisabled dt .mapLine { background-position: -623px -200px; }

.mapShikoku .couponInfo {
  top: 101px;
  left: -247px;
}

.mapShikoku .couponInfoTail {
  top: 23px;
  right: -24px;
  width: 24px;
  height: 20px;
  background-position: -900px 0;
}
.mapShikoku.mapHover .couponInfoTail{ background-position: -900px -85px; }

.mapShikoku .couponListLink {
  top: 184px;
  left: -247px;
}


/* 九州
--------------------------------------------------*/

.mapKyushu {
  top: 348px;
  left: 287px;
  width: 53px;
  height: 72px;
}
.mapKyushu.mapHover { background-position: -826px 0; }
.mapKyushu.mapDisabled { background-position: -826px -150px; }

.mapKyushu dt {
  top: 21px;
  left: -67px;
}

.mapKyushu dt .mapIcon { background-position: -1000px 0; }
.mapKyushu.mapHover dt .mapIcon { background-position: -1000px -100px; }
.mapKyushu.mapDisabled dt .mapIcon { background-position: -1000px -200px; }

.mapKyushu dt .mapLine {
  top: -7px;
  right: -41px;
  width: 42px;
  height: 32px;
  background-position: -672px 0;
}
.mapKyushu.mapHover dt .mapLine { background-position: -672px -100px; }
.mapKyushu.mapDisabled dt .mapLine { background-position: -672px -200px; }

.mapKyushu .couponInfo {
  top: -9px;
  left: -267px;
}

.mapKyushu .couponInfoTail {
  top: 27px;
  right: -17px;
  width: 17px;
  height: 24px;
  background-position: -1000px 0;
}
.mapKyushu.mapHover .couponInfoTail{ background-position: -1000px -85px; }

.mapKyushu .couponListLink {
  top: 73px;
  left: -267px;
}


/* 沖縄
--------------------------------------------------*/

.mapOkinawa {
  top: 99px;
  left: 125px;
  width: 139px;
  height: 68px;
}
.mapOkinawa.mapHover { background-position: -889px 0; }
.mapOkinawa.mapDisabled { background-position: -889px -150px; }

.mapOkinawa dt {
  top: 29px;
  left: -89px;
}

.mapOkinawa dt .mapIcon { background-position: -1100px 0; }
.mapOkinawa.mapHover dt .mapIcon { background-position: -1100px -100px; }
.mapOkinawa.mapDisabled dt .mapIcon { background-position: -1100px -200px; }

.mapOkinawa .couponInfo {
  top: -59px;
  left: -105px;
}

.mapOkinawa .couponInfoTail {
  left: 69px;
  bottom: -22px;
  width: 30px;
  height: 22px;
  background-position: -1100px 0;
}
.mapOkinawa.mapHover .couponInfoTail{ background-position: -1100px -85px; }

.mapOkinawa .couponListLink {
  top: -78px;
  left: -105px;
}


/*----------------------------------------------------------
 banner
------------------------------------------------------------*/

.bannerKyushu {
  margin-bottom: 40px;
  text-align: center;
}
.bannerKyushu a:hover {
  opacity: 0.8;
}


/*----------------------------------------------------------
 couponArea
------------------------------------------------------------*/

.couponArea h2 { margin-bottom: 40px; }


/* areaSection
--------------------------------------------------*/

.areaSection {
  clear: both;
  margin-bottom: 70px;
  overflow: hidden;
}

.areaSection h3,
.couponList li {
  float: left;
  margin: 0 10px 10px 0;
}
/* .couponList li:nth-of-type(3n+2) { margin-right: 0; } */
.couponList li.couponListRight { margin-right: 0; }

.couponList li a {
  display: block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: relative;
  width: 306px;
  border: 2px solid #000;
  text-decoration: none !important;
}


/* couponHead --------------------------*/

.couponHead {
  display: block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 52px; /* 68 */
  padding: 8px 90px 8px 14px;
  background: #000 url(../images/sprite_coupon_type.png) no-repeat;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}
.couponList a:hover .couponHead { background-position: right -400px; }

.couponHead .prefectureName { display: block; }


/* couponBody --------------------------*/

.couponBody {
  display: block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 70px;
  padding: 8px 5px 25px 13px;
}
.couponList a:hover .couponBody { background: #fceaeb; }

.couponUsed,
.couponPrice {
  display: block;
  color: #000;
  line-height: 1.5em;
}

.couponUsed {
  margin-bottom: 7px;
  font-size: 18px;
}
.couponUsed span {
  margin-right: 5px;
  font-size: 20px;
  color: #d12026;
  font-weight: bold;
}

.couponPrice {
  font-size: 16px;
  font-weight: bold;
}

.couponPrice .couponPriceNum {
  margin-right: 3px;
  font-size: 42px;
  color: #d12026;
}

.couponPrice .couponPriceNum span { font-size: 26px; }

.couponBtn {
  display: inline-block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 119px;
  height: 17px;
  padding: 5px 0 0 7px;
  background: url(../images/sprite_coupon_btn.png) no-repeat 0 0;
  color: #fff;
  text-align: center;
}

.couponList a:hover .couponBtn { background-position: 0 -50px; }


/* 配布終了
--------------------------------------------------*/

.couponExpired a:hover .couponBody { background: #fcfaf1; }

.expiredText {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.expiredText span { font-size: 26px; }


/* 都道府県タイプ
--------------------------------------------------*/

.typePrefectures .couponHead { background-position: right 0; }
.typePrefectures.couponExpired a:hover .couponHead { background-position: right -100px; }

.typePrefectures .couponBody { background: #fffae0; }

.typePrefectures .prefectureName {
  padding-top: 5px;
  font-size: 36px;
}

.typePrefectures.couponExpired a:hover .couponBtn { background-position: 0 -100px; }


/* 市区町村タイプ
--------------------------------------------------*/

.typeMunicipality .couponHead {
  background-position: right -200px;
  font-size: 24px;
  line-height: 1.2em;
}
.typeMunicipality.couponExpired a:hover .couponHead { background-position: right -300px; }

.typeMunicipality .couponBody { background: #e9f2df; }

.typeMunicipality .prefectureName { font-size: 28px; }

.typeMunicipality.couponExpired a:hover .couponBtn { background-position: 0 -150px; }


/* couponArea-header
--------------------------------------------------*/

.couponArea-header {
  margin-bottom: 30px;
  overflow: hidden;
}

.couponArea-header-areaName {
  float: left;
  margin-right: 20px;
}

/* couponArea-otherArea
--------------------------------------------------*/

.couponArea-otherArea {
  margin-top: 30px;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}
.couponArea-header-areaName + .couponArea-otherArea { margin-top: 0; }

.couponArea-otherArea-top { margin-bottom:30px; }

.couponArea-otherArea-area {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.couponArea-otherArea-area dt {
  padding-left: 15px;
  background: url("../images/icon_arrow_red.png") no-repeat 0 50%;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.couponArea-otherArea-area dd {
  margin-top: 10px;
}
.couponArea-otherArea-list li {
  display: inline;
  margin-left: 20px;
  color: #888;
}
.couponArea-otherArea-list li:first-child {
  margin-left: 0;
}
.couponArea-otherArea-list li:first-child:after {
  content: '|';
  margin-left: 20px;
}
.couponArea-otherArea-area dt.couponArea-otherArea-area-title {
  float: left;
  margin-right: 20px;
}
.couponArea-otherArea-area dt.couponArea-otherArea-area-title:after{
  content: '|';
  margin-left: 20px;
  font-weight: normal;
}
.couponArea-otherArea-area dd.couponArea-otherArea-area-description {
  margin-top: 0;
}
.couponArea-otherArea-area-description .couponArea-otherArea-list li:first-child{
  margin-left:0;
}
.couponArea-otherArea-area-description .couponArea-otherArea-list li:first-child:after {
  content: none;
  margin-left:0;
}
.couponArea-otherArea-list li.current {
  color: #333;
  font-weight: bold;
}

.couponArea-otherArea-list li a { text-decoration: underline; }


/* couponArea-notesArea
--------------------------------------------------*/

.couponArea-notesArea { margin-top: 10px; }
.couponArea-notesArea li {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.couponArea-notesArea li:first-child { margin-top: 0; }
.couponArea-notesArea li a { text-decoration: underline; }


/* couponArea-nav
--------------------------------------------------*/

.couponArea-nav {
  margin: 0 0 45px -25px;
  overflow: hidden;
}

.couponArea-nav li {
  float: left;
  margin: 0 0 10px 25px;
}

.couponArea-nav li img { vertical-align: top; }


/* couponArea-section
--------------------------------------------------*/

.couponArea-section {
  padding-bottom: 30px;
  overflow: hidden;
}

.couponArea-section h2 {
  margin-bottom: 20px;
}

.couponArea-section-couponListLarge,
.couponArea-section-couponListSmall {
  overflow: hidden;
}

.couponArea-section-couponListLarge li {
  float: left;
  width: 306px;
  margin: 0 16px 16px 0;
}

.couponArea-section-couponListSmall li {
  float: left;
  width: 231px;
  margin: 0 8px 16px 0;
  cursor: pointer;
}

.couponArea-section-couponListLarge li.mr0,
.couponArea-section-couponListSmall li.mr0 { margin-right: 0; }
.couponArea-section-couponListLarge li.mr0 + li,
.couponArea-section-couponListSmall li.mr0 + li { clear: left; }


/* ご当地じゃらん
-------------------------------------------------*/

.couponLocalJalan-list { overflow: hidden; }

.couponLocalJalan-list li {
  position: relative;
  float: left;
  width: 151px;
  margin-right: 49px;
  padding: 2px 2px 65px;
  border: 1px solid #fff;
}
.couponLocalJalan-list li:hover {
  background: #eee;
  border-color: #bfbfbf;
}

.couponLocalJalan-area > .couponLocalJalan-list { margin: -40px 0 0 -48px; }
.couponLocalJalan-area > .couponLocalJalan-list li { margin: 40px 0 0 48px; }

.couponLocalJalan-list li a {
  display: block;
  color: #333;
}

.couponLocalJalan-list span { display: block; }

.couponLocalJalan-list-item-thumb { height: 202px; }

.couponLocalJalan-list-item-area { margin-top: 5px; }

.couponLocalJalan-list-item-date {
  margin-top: 5px;
  padding: 5px 1px 0;
  border-top: 1px solid #ccc;
}
.couponLocalJalan-list-item-btn {
  position: absolute;
  left: 2px;
  bottom: 2px;
}

.btn-eBook {
  display: inline-block;
  width: 145px;
  height: 51px;
  background: url("/theme/furusato_coupon2016/images/btn_ebook.png") no-repeat 0 0;
  text-indent: -9999px;
}
.btn-eBook:hover { background-position: 0 -51px; }


/* ご当地愛Facebook
-------------------------------------------------*/

.couponLocalFB-list { overflow: hidden; }

.couponLocalFB-list li {
  float: left;
  width: 176px;
  margin-right: 20px;
  padding: 2px;
  border: 1px solid #fff;
  cursor: pointer;
}
.couponLocalFB-list li:hover {
  background: #eee;
  border-color: #bfbfbf;
}

.couponLocalFB-area > .couponLocalFB-list { margin: -14px 0 0 -17px; }
.couponLocalFB-area > .couponLocalFB-list li { margin: 14px 0 0 17px; }

.couponLocalFB-list li a {
  display: block;
  color: #333;
}

.couponLocalFB-list span { display: block; }

.couponLocalFB-list-item-thumb {
  width: 100%;
  min-height: 168px;
  border: 1px solid #bfbfbf;
}

.couponLocalFB-list-item-area { margin-top: 5px; }

.couponLocalFB-list-item-title {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
  color: #1b47ff;
  text-decoration: underline;
  font-weight: bold;
}
.couponLocalFB-list-item-title:hover {
  color: #ff7d00;
  text-decoration: none;
}

.couponLocalFB-list-item-text { margin-top: 5px; }


/* ご当地VR動画
-------------------------------------------------*/

.couponLocalVR-list { overflow: hidden; }

.couponLocalVR-list li {
  position: relative;
  float: left;
  width: 229px;
  padding: 2px;
  margin-right: 6px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.couponLocalVR-list li:hover {
  background: #eee;
  border-color: #bfbfbf;
}

.couponLocalVR-area > .couponLocalVR-list { margin: -25px 0 0 -11px; }
.couponLocalVR-area > .couponLocalVR-list li { margin: 25px 0 0 11px; }

.couponLocalVR-list span { display: block; }

.couponLocalVR-list-item-thumb { min-height: 125px; }

.couponLocalVR-list-item-thumb img {
  width: 100%;
  height: auto;
}

.couponLocalVR-list-item-area { margin-top: 5px; }

.couponLocalVR-list-item-text {
  margin: 5px 0 65px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.couponLocalVR-list-item-btn {
  position: absolute;
  left: 2px;
  bottom: 2px;
}

.btn-movieVr {
  display: inline-block;
  width: 223px;
  height: 51px;
  background: url("/theme/furusato_coupon2016/images/btn_movie_vr.png") no-repeat 0 0;
  text-indent: -9999px;
}
.btn-movieVr:hover { background-position: 0 -51px; }

.btn-movie {
  display: inline-block;
  width: 223px;
  height: 51px;
  background: url("/theme/furusato_coupon2016/images/btn_movie.png") no-repeat 0 0;
  text-indent: -9999px;
}
.btn-movie:hover { background-position: 0 -51px; }


/* couponItem
--------------------------------------------------*/

.couponItem {}

.couponItem a {
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #333;
  text-decoration: none !important;
}

.couponItem a:hover {
  background: #eee;
  border: 1px solid #ddd;
}

.couponItem span {
  display: block;
}

.couponItem-image img {
  width: 100%;
  height: auto;
}

.couponItem-area {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.couponItem-title {
  margin-top: 5px;
  font-size: 15px;
  color: #00f;
  font-weight: bold;
}
.couponItem a:hover .couponItem-title { text-decoration: underline; }

.couponItem-description {
  font-size: 12px;
}


/* bnrLst-all @copy by tabitopi_common.css
--------------------------------------------------*/

.couponSpecial-list {
  margin-left: -12px;
  overflow: hidden;
}

.couponSpecial-list li {
  *display: inline;
  float: left;
  width: 180px;
  margin: 0 0 15px 12px;
  _margin-left: 6px;
  *zoom: 1;
}

.couponSpecial-list a {
  display: block;
  position: relative;
  width: 180px;
  *width: 178px;
  height: 100%;
  background: #f7f6f1;
  border: 1px solid #e8e4d3;
  border-radius: 0 0 3px 3px;

}

.couponSpecial-list a:hover {
  background: #fff;
  border-color: #eaeaea;
  cursor: pointer;
}

.couponSpecial-list-thumb {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
}

.couponSpecial-list-area {
  display: inline-block;
  margin: 105px 0 3px 10px;
  padding: 3px 6px;
  background: #000;
  border-radius: 3px;
  font-size: 10px;
  color: #fff;
}
.couponSpecial-list a:hover .couponSpecial-list-area { background: #ff52bc; }

.couponSpecial-list-text {
  display: block;
  margin: 0 10px 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}


/* to_pagetop_a @copy by basic_style.css
--------------------------------------------------*/

.to_pagetop_a {
  padding-left: 12px;
  background: url(/jalan/doc/theme/common/images/totop_icon003.gif) no-repeat left top;
  text-align: left;
  text-decoration: underline !important;
}


/*----------------------------------------------------------
 carousel
------------------------------------------------------------*/

.carousel { position: relative; }
.carousel ul { margin-left: 50px; }

/* btnArrow */
.carousel-btnArrow {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 40px;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.carousel-btnArrow:hover { opacity: 0.7; }

.carousel-btnArrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 43px;
  margin: -21px 0 0 -12px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.carousel-btnPrev { left: 0; }
.carousel-btnPrev:after { background-image: url("../images/btn_carousel_prev.png"); }
.carousel-btnNext { right: 0; }
.carousel-btnNext:after { background-image: url("../images/btn_carousel_next.png"); }

.carousel-btnArrow.disabled {
  opacity: 0.2;
  cursor: default;
}
.carousel-btnArrow.disabled:hover { opacity: 0.2; }

/* dotsNav */
.carousel-dotsNav {
  margin-bottom: -15px;
  padding-bottom: 15px;
  text-align: center;
}

.carousel-dotsNav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 30px 5px 0;
  background: url("/theme/furusato_coupon2016/images/btn_carousel_dotNav.png") no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
.carousel-dotsNav li:hover { background-position: 0 -10px; }

.carousel-dotsNav li.active,
.carousel-dotsNav li.active:hover {
  background-position: 0 -10px;
  cursor: default;
}


/*----------------------------------------------------------
 modal
------------------------------------------------------------*/

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -192px 0 0 -360px;
  background: #fff;
}

.modal-btnClose {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 36px;
  height: 36px;
  background: url("/theme/furusato_coupon2016/images/btn_modal_close.png") no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
.modal-btnClose:hover { opacity: 0.8; }

.modal-main {
  width: 740px;
  height: 405px;
  padding: 15px;
}

.modal-main iframe {
  width: 100%;
  height: 100%;
}
