@charset "utf-8";

/*リセット*/

div.ContentsWallpaper h2 {
  background: none;
  padding-left: 0;
  margin: 0;
}

.wallpaper_content_inner {
  margin-top: 15px;
}

p.next_up {
  margin-bottom: 10px;
}

#azby_member {
  display: none;
}

#unconfirmed {
  display: none;
}

.ContentsWallpaper .wallpaper_content_inner h3 {
  background: none;
  padding: 0;
}


.travel_main_visual {
  /* 2019/11/8 広告タグ　300x250 から 300x600 表示へサイズ変更のため広告をコメントアウトし、上の絶景壁紙の旅画像をセンターに移動
	float: left;*/
  text-align: center;
}

.travel_rectangle {
  /* 2019/11/8 広告タグ　300x250 から 300x600 表示へサイズ変更のため広告をコメントアウトし、上の絶景壁紙の旅画像をセンターに移動
	float: right;*/
}

.travel_top_box {
  width: 980px;
  margin: 0 auto;
  padding-top: 15px;
}

.travel_box {
  padding: 15px;
}

.travel_inner_box {
  padding-bottom: 15px;
}

.travel_visual_box {
  float: left;
}

.travel_text_box {
  float: right;
  width: 425px;
}

.travel_text_box dl {
  margin: 0 0 15px 0;

}

.travel_text_box dl dt {
  font-size: 110%;
  font-weight: bold;
  padding: 5px 0
}

.travel_text_box dl dd {
  padding: 0;
  margin-bottom: 0;
  line-height: 1.7em;
}

.download_box {
  border: 1px solid #ececec;
  padding: 10px;
  display: none;
}

.download_box p {
  margin-left: 10px;
}
.travel_text_box ul li {
  display: inline-block;
  margin-top: 5px;
  padding-left: 30px;
}



.download_box p.app_read {
  font-size: 110%;
  text-align: center;
  margin-bottom: 10px;
}

.app_btn a {
  width: 350px;
  background-image: -moz-linear-gradient(50% 0% -90deg, rgb(254, 138, 140) 0%, rgb(195, 4, 4) 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(254, 138, 140)), color-stop(1, rgb(195, 4, 4)));
  background-image: -webkit-linear-gradient(-90deg, rgb(254, 138, 140) 0%, rgb(195, 4, 4) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(254, 138, 140) 0%, rgb(195, 4, 4) 100%);
  background-image: linear-gradient(180deg, rgb(254, 138, 140) 0%, rgb(195, 4, 4) 100%);
  border-color: rgb(200, 59, 56);
  border-width: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.27);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.27);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.27);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffe8a8c,endColorstr=#ffc83b38,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffe8a8c, endColorstr=#ffc83b38, GradientType=0);
  _background-color: rgb(226, 66, 68);
  display: block;
  line-height: 50px;
  margin: 0 auto;
  text-decoration: none;
}

.app_btn a:hover {
  opacity: 0.8;
  -moz-opacity: 0.80;
}

.app_btn a span {
  padding-left: 30px;
  display: block;
  color: #ffffff;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  background: url("/premium/privilege/images/detail/icon_arrow_04.png") no-repeat 20px center;
}

.download_box p.login_rink {
  text-align: center;
  margin: 10px 0;
}

.download_box p.login_rink a {
  background: url("/premium/members/wallpaper/images/wallpaper_arrow.gif") no-repeat scroll 0 8px;
  padding-left: 12px;
}




.map_box {
  float: left;
  width: 300px;
  height: 200px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.mall_box {
  width: 630px;
  float: right;
}

.mall_title {
  background-color: #fff8d6;
  border-bottom: 1px solid #9d8713;
  font-size: 16px;
  line-height: 1.6em;
  padding: 10px 15px 5px 15px;
  font-weight: bold;
}

.maincontents p.mall_text {
  margin: 10px 0 10px 15px;

}

.maincontents p.mall_text span {
  cursor: pointer;
  text-decoration: underline;
  color: #003399;
}

ul.mall_banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 15px;
}
ul.mall_banner li {
  width: calc((100% - (30px * 3)) / 4);
  text-align: center;
}
ul.mall_banner li img {
  margin-bottom: 3px;
}
ul.mall_banner li img.banner_border {
  border: 1px solid #cccccc;
}
ul.mall_banner li span {
  display: block;
}

.mall_box p.shoplink {
  text-align: right;
}

.mall_box p.shoplink a {
  background: url("/premium/members/wallpaper/images/wallpaper_arrow.gif") no-repeat 0 8px;
  padding: 0 10px 0 12px;
}


/*=== モーダル ===*/
.modal-body {
  max-width: 716px;
  z-index: 100;
  transform: translate(-50%,-50%);
}
.modal-inner {
  max-height: none;
  padding: 7px 6px 20px 6px;
  border: 1px solid #a59e60;
  overflow: visible;
  background-color: #fffbd5;
  border-radius: 10px;
}
.modalBody p {
  margin-bottom: 0;
}
.modalBody p.attention_text {
  text-align: right;
}
.modal_title_box {
  padding: 20px 22px 16px 141px;
  background-color: #ffffff;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.modal_title_box p {
  float: left;
  margin: 0;
}
.modal_title_box div {
  float: right;
  margin: 0;
}
.modal_title_box .close {
  cursor: pointer;
}
.modal .attention_text {
  font-size: 14px;
  text-align: right;
}


/*=== カテゴリページ ===*/
.wallpaperSpecial {
  margin-bottom: 10px;
  padding: 15px 0;
  background-color: #e6e6e6;
}
.wallpaperSpecial-txt {
  text-align: center;
}
.wallpaperSpecial-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 25px;
}
a.wallpaperSpecial-link {
  display: block;
  border: 5px solid #fff;
}
.wallpaperSpecial-caption {
  font-size: 12px;
  text-align: right;
}


div.wallpaperMain {
  margin-top: 10px;
}

.top_link {
  text-align: center;
  margin: 0 auto 30px auto;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  width: 700px;
  padding: 20px 0;
}

.top_link p {
  margin-bottom: 15px;
  font-size: 120%;
}

.top_link a.topBtn {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-size: 160%;
  padding: 10px 20px;
  background-image: -moz-linear-gradient(50% 0% -90deg, rgb(235, 242, 124) 0%, rgb(207, 225, 49) 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(235, 242, 124)), color-stop(1, rgb(207, 225, 49)));
  background-image: -webkit-linear-gradient(-90deg, rgb(235, 242, 124) 0%, rgb(207, 225, 49) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(235, 242, 124) 0%, rgb(207, 225, 49) 100%);
  background-image: linear-gradient(180deg, rgb(235, 242, 124) 0%, rgb(207, 225, 49) 100%);
  border-color: rgb(190, 202, 59);
  border-width: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.27);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.27);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.27);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebf27c,endColorstr=#ffcfe131,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebf27c, endColorstr=#ffcfe131, GradientType=0);
  _background-color: rgb(207, 225, 49);
}

.top_link a.topBtn span {
  background: url(/premium/members/wallpaper/special/travel/images/icon_arrow_03.png) no-repeat 0 5px;
  display: block;
  padding-left: 35px;
  text-align: center;
}

.div.ContentsWallpaper ul.mainCategory {
  width: 660px;
  margin: 0 auto;
}

/* ------------------------------
 add:2018/06/11
 * ------------------------------ */
.dlSizeInfoArea {
  margin: 0 0 15px;
  font-weight: bold;
}
.dlSizeInfoArea a {
  background:url(/premium/members/wallpaper/images/size_icon3.gif) no-repeat top 6px left;
  padding: 0 0 0 16px;
}
.dlSizeInfoArea p:first-child {
  padding-bottom: 5px;
}
.dlSizeInfoArea p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.dlSizeInfoArea p:first-child {
  text-align: left;
}


div.info_nav {
  margin-bottom: 20px;
}
