@charset "utf-8";

/*
 * CSS for SmartPhone
 * @date     2020.11.04
 * @author   shingo sato
 */

/*--------------------------------------------
	grpheaderArea
--------------------------------------------*/

div#grpheaderArea {
  border-bottom: 2px solid #69B82A;
}
div#grpheaderArea p#grpTagLine {
  display: none;
}
div#grpheaderArea p#grpSiteID {
  width: 64px;
  margin: 3px 0 5px 3px;
}
div#grpheaderArea p#grpSiteID img {
  width: 64px;
  height: 32px;
}
div#grpheaderArea p#grpServiceTitle {
  display: none;
}
div#grpheaderArea dl#grpRemoteNav {
  display: none;
}
div#grpheaderArea dl#grpSectionDomestic,
div#grpheaderArea dl#grpSectionForeign,
div#grpheaderArea dl#grpSubSectionForeign {
  display: none;
}
div#grpheaderArea dl#sectionNav {
  display: none;
}
#spBnrThn {
  display: none;
}
#grpLocationArea {
  display: none;
}
#wideEventBanner a {
  display: none;
}

/* ------------------------------------------
	contentsArea
------------------------------------------ */

#contentsArea {
  position: relative;
}
#contentsArea a {
  color: #333333;
}
#contentsArea a:link,
#contentsArea a:visited {
  text-decoration: none;
}
#contentsArea a:visited:hover,
#contentsArea a:link:hover,
#contentsArea a:visited:active,
#contentsArea a:link:active {
  text-decoration: underline;
}

/* ------------------------------------------
	keyVisual
------------------------------------------ */

#keyVisual {
  position: relative;
  margin-bottom: 10px;
}
#keyVisual:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#keyVisual h1 {
  overflow: hidden;
  width: 100%;
}
#keyVisual.newKV h1 span {
  font-size: 83%;
  display: block;
  text-align: center;
  font-weight: normal;
  padding: 5px 0;
}
#keyVisual h1.slide_h1 {
  font-weight: normal;
}
#keyVisual h1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#keyVisual .rslides {
  margin-bottom: 7px;
}
#keyVisual .rslides li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#keyVisual .rslides_tabs {
  position: relative;
  left: 50%;
  float: left;
  margin-top: 7px;
}
#keyVisual .rslides_tabs:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#keyVisual .rslides_tabs li {
  position: relative;
  left: -50%;
  float: left;
  width: 40px;
  margin: 0 4px;
}
#keyVisual .rslides_tabs li a {
  display: block;
  padding: 5px 10px;
  background-color: #FFF;
  border: 1px solid #333;
  text-align: center;
}
#keyVisual .btn {
  width: 100%;
}
#keyVisual .btn:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#keyVisual .btn li {
  float: left;
  width: 50%;
  height: 44px;
  margin: 0;
}
#keyVisual .btn li a {
  display: block;
  height: 44px;
  background: #CCC;
}

/* ------------------------------------------
	term
------------------------------------------ */

#term {
  margin-bottom: 15px;
  padding: 10px;
  background: #60502E;
  font-size: 90%;
  color: #FFF;
  line-height: 1.2;
}
#term dl dt {
  margin-bottom: 5px;
}
#term dl dd {
  margin-bottom: 10px;
}
#term p {
  font-size: 86%;
}

/* ------------------------------------------
	pageTab
------------------------------------------ */

#pageTab {
  clear: both;
  margin: 10px 10px 0 10px;
}
#pageTab ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#pageTab ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  list-style-type: none;
  text-align: center;
}
#pageTab ul.tab3 li,
#pageTab ul.tab4 li,
#pageTab ul.tab5 li,
#pageTab ul.tab6 li {
  margin-bottom: 8px;
}
#pageTab ul.tab2 li:first-child,
#pageTab ul.tab3 li:nth-child(2n-1),
#pageTab ul.tab4 li:nth-child(2n-1),
#pageTab ul.tab5 li:nth-child(2n-1),
#pageTab ul.tab6 li:nth-child(2n-1) {
  margin-left: 0;
}
#pageTab ul li a {
  display: block;
  height: 44px;
}
#pageTab ul li em {
  display: block;
  height: 44px;
  font-style: normal;
  font-weight: bold;
}

/* ------------------------------------------
	contents
------------------------------------------ */

#contents {
  padding: 10px 0;
  background-color: #f0ebdf;
}
#contents .pagetop {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 5px;
  width: 40px;
  height: 30px;
}
#contents .pagetop a {
  display: block;
  width: 40px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px 4px 0 0;
  color: #FFF;
  text-indent: -9999px;
}
#contents .pagetop a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

/* ----- pageBtn -----*/

.pageBtn {
  margin: 10px;
}
.pageBtn p.btn1 {
  width: 100%;
}
.pageBtn p.btn1 a {
  display: block;
  height: 44px;
  text-align: center;
}
.pageBtn ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.pageBtn ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  list-style-type: none;
  text-align: center;
}
.pageBtn ul.btn3 li,
.pageBtn ul.btn4 li,
.pageBtn ul.btn5 li,
.pageBtn ul.btn6 li {
  margin-bottom: 8px;
}
.pageBtn ul.btn2 li:first-child {
  margin-left: 0;
}
.pageBtn ul.btn3 li:nth-child(2n-1),
.pageBtn ul.btn4 li:nth-child(2n-1),
.pageBtn ul.btn5 li:nth-child(2n-1),
.pageBtn ul.btn6 li:nth-child(2n-1) {
  margin-left: 0;
}
.pageBtn ul li a {
  display: block;
  height: 44px;
}
.pageBtn ul li em {
  display: block;
  height: 44px;
  font-style: normal;
  font-weight: bold;
}

/* ----- search-box -----*/


/* --検索開閉用--*/

#search-box-body {
  display: none;
}
#search-box {
  margin: 0 10px 15px 10px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  background-color: #FFF;
}
#search-box h1 {
  margin: 7px 7px 3px 7px;
  font-size: 100%;
  color: #60502E;
  position: relative;
  line-height: 1.7;
}
#search-box h1.open,
#search-box h1.close {
  /* -----background: url(https://img.travel.rakuten.co.jp/special/smap/images/btn_openclose.png) no-repeat;
	background-size: 23px 41px;-----*/
}
#search-box h1.close {
  /* -----background-position: right 2px;-----*/
}
#search-box h1.open {
  /* -----background-position: right -23px;-----*/
}
#search-box h1.open:after {
  content: "+";
  border: 1px solid #cbc2a0;
  width: 12px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  line-height: 0.8;
  text-align: center;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
#search-box h1.close:after {
  content: "-";
  border: 1px solid #cbc2a0;
  width: 12px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  line-height: 0.8;
  text-align: center;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
#search-box .explain {
  margin-bottom: 10px;
  font-size: 82%;
  line-height: 1.4;
  color: #CC0000;
}
#search-box #domestic-search-box,
#search-box #overseas-search-box {
  padding: 10px;
}

/*radio button*/

#search-box .searchCategory li,
#search-box .squeeze li,
#search-box .setCars p,
#search-box .searchSelectCar li {
  margin-bottom: 7px;
  padding: 6px 0 6px 6px;
  border: 1px dotted #cdcdcd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeeeee;
  color: #444;
  line-height: 1.2;
}
#search-box input[type="radio"],
#search-box input[type="checkbox"] {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  transform: scale(1.6);
  margin-left: 5px;
  margin-right: 7px;
}

/* input field */

#search-box .inputDate {
  width: 95%;
  min-height: 28px;
  margin-bottom: 7px;
  padding-left: 3%;
  background-color: #f0f0f0;
  border: 1px solid #878787;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  /*background image*/
  background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/calendarIcon001_72px.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 28px 23px;
  -moz-background-size: 28px 23px;
  -o-background-size: 28px 23px;
  /*Text setting*/
  color: #333;
  font-size: 90%;
  line-height: 2.4;
}
#search-box .number ul li.child a,
#search-box #oa-arv1 {
  background: -moz-linear-gradient( top, #f0f0f0 0%, #f0f0f0);
  background: -webkit-gradient( linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #777777;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  color: #333333;
  line-height: 1.7;
  padding: 7px 1em;
}

/* select */

#oap-airline,
#oa-airline,
#oh-area-dai {
  width: 260px;
}
#search-box select {
  color: #333333;
  border: 1px solid #777777;
  height: 38px;
  font-size: 105%;
  line-height: 1;
  padding-left: 4px;
  margin-right: 5px;
  min-width: 4em;
}

/* tab */

#search-box .switch {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #CCC;
}
#search-box .switch:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .switch li {
  float: left;
  position: relative;
  bottom: -1px;
  z-index: 3;
  width: 45.5%;
  margin-left: 3%;
}
#search-box .switch li a {
  display: block;
  padding: 10px 0 5px 0;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: #EEE;
  font-size: 90%;
}
#search-box .switch li a.active {
  padding-bottom: 6px;
  border-style: solid solid hidden solid;
  background-color: #FFF;
}

/*searchCategory*/

#search-box .searchCategory {
  margin-bottom: 15px;
  font-size: 90%;
}
#search-box .searchCategory li span {
  font-size: 90%;
}

/* search structure */

#search-box .structure dt {
  font-size: 90%;
  font-weight: bold;
}
#search-box .structure dd {
  margin-bottom: 10px;
  font-size: 90%;
}
#search-box .number ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .number ul li {
  float: left;
  width: 50%;
}
#search-box .number ul li.adult {
  width: 70%;
  max-width: 170px;
  white-space: nowrap;
}
#search-box .number ul li.adult span {
  font-size: 1.1rem;
}
#search-box .number ul li.adult select {
  margin-right: 0px!important;
}
#search-box .number ul li.child {
  width: auto;
  margin-top: 7px;
  white-space: nowrap;
  text-align: right;
}
#search-box ul.searchSelectCar li {
  margin-bottom: 7px;
}
#search-box #dr-garea,
#search-box #dr-barea {
  margin-top: 7px;
}
#search-box ul.selectArea li {
  margin-bottom: 7px;
}
#search-box #oa-arv1-sgst {
  position: relative;
  padding: 10px;
  border: 3px solid #CCC;
  background-color: #FFF;
  margin-right: 3%;
  margin-left: 3%;
  box-shadow: 0px 3px 5px #666;
}
#search-box #oa-arv1-sgst:after,
#search-box #oa-arv1-sgst:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#search-box #oa-arv1-sgst:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#search-box #oa-arv1-sgst:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #CCC;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
div#dap-child-num-contents .sltBox:before,
div#dap-child-num-contents .sltBox:after {
  display: none;
}
.childBox.popup-contents {
  z-index: 110;
}
#dap-child-num-contents {
  width: 100%;
  left: 0!important;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* sltBox */

.sltBox {
  position: relative;
  padding: 10px;
  border: 3px solid #CCC;
  background-color: #FFF;
  margin-right: 3%;
  margin-left: 3%;
  box-shadow: 0px 3px 5px #666;
}
div#dap-child-num-contents .sltBox {
  font-size: 1.4rem;
  min-width: 260px;
  margin-left: 0;
  margin-right: 0;
}
.sltBox:after,
.sltBox:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sltBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.sltBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #CCC;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
.sltBox table {
  font-size: 90%;
  margin-bottom: 2px;
}
#dap-child-num-contents .sltBox table {
  width: 100%;
}
#dap-child-num-contents .sltBox tr {
  width: 100%;
}
.sltBox th {
  background-color: #eeeeee;
  color: #888888;
  font-weight: bold;
  width: 3.6em;
}
#dap-child-num-contents .sltBox th {
  width: 20%;
  min-width: 3.6em;
}
.sltBox tr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.sltBox td {
  width: 8em;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
#dap-child-num-contents .sltBox td {
  width: 40%;
  min-width: 8em;
}
#dap-child-num-contents .sltBox td span.sp {
  display: block;
}
.sltBox td span.child-select-des {
  display: block;
}
.sltBox td span.child-select-contents {
  display: block;
  vertical-align: middle;
}
.sltBox .tbClose {
  display: block;
  z-index: 5;
  position: absolute;
  top: -10px;
  right: -10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sltBox .tbClose a.close {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0px 0px;
  height: 23px;
  width: 23px;
  background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/closeBtn_72px.png);
  background-repeat: no-repeat;
}

/* submit */

#search-box p.searchSubmit a {
  display: block;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  background: -moz-linear-gradient( top, #CA2828 0%, #BA1313);
  background: -webkit-gradient( linear, left top, left bottom, from(#CA2828), to(#BA1313));
  background-color: #BA1313;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E66B19;
  -moz-box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.2), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 0px 0px rgba(255, 255, 255, 0);
  line-height: 1.4;
  font-size: 110%;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
#search-box p.searchSubmit a:hover {
  color: #FFF;
}

/* ----- mainContents -----*/

.htlBox {
  height: auto !important;
  margin: 10px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  line-height: 1.2;
  background-color: #FFF;
}
.htlBox a {
  display: block;
}
.htlBox .basic {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBC2A0;
}
.htlBox .basic:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox .area {
  margin: 0;
  padding: 7px 7px 5px 7px;
  font-size: 72%;
}
.htlBox h1 {
  margin: 5px 7px;
  font-size: 100%;
  word-wrap: break-word;
}
.htlBox .chara {
  width: 94%;
}
.htlBox .chara:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox .basic .chara {
  margin: 0;
}
.htlBox .chara li {
  float: left;
  margin-left: 7px;
  margin-bottom: 7px;
  padding: 3px 5px;
  background-color: #60502E;
  border-radius: 3px;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
  white-space: normal;
  word-break: normal;
  word-wrap: normal;
}
.htlBox .explain {
  margin: 7px;
  font-size: 90%;
}
.htlBox3 .explain,
.htlBox4 .explain {
  float: right;
  position: relative;
  width: 64%;
  margin: 0 7px 7px 0;
}
.htlBox .photo {
  width: 80%;
  margin: 0 auto;
}
.htlBox3 .photo,
.htlBox4 .photo {
  float: left;
  width: 30%;
  margin-left: 7px;
}
.htlBox .photo .thumPhotos {
  width: 100%;
  margin-top: 5px;
}
.htlBox .photo .thumPhotos:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox .photo .thumPhotos li {
  float: left;
  overflow: hidden;
  max-height: 80px;
  margin-right: 1.6%;
  list-style-type: none;
}
.htlBox1 .photo .thumPhotos li {
  width: 23.8%;
}
.htlBox2 .photo .thumPhotos li {
  width: 32%;
}
.htlBox .photo .thumPhotos li:last-child {
  margin-right: 0;
}
.htlBox .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.htlBox3 .photo img,
.htlBox4 .photo img {
  width: 100%;
  max-width: 100%;
}
.htlBox .rate a,
.htlBox .rank {
  position: relative;
  margin: 7px;
  padding: 10px 0;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  text-align: center;
  font-size: 90%;
}
.htlBox .rate .hide,
.htlBox .rank .hide {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.htlBox .rate em,
.htlBox .rank em {
  padding-top: 2px;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/sprite.png) no-repeat;
  background-size: 120px 1000px;
  font-style: normal;
  font-weight: bold;
  color: #CC0000;
  font-size: 115%;
}
.htlBox .rate em {
  padding-left: 100px;
}
.htlBox .rank em {
  padding-left: 115px;
}
.htlBox .rate em.rating50 {
  background-position: 5px 5px;
}
.htlBox .rate em.rating45 {
  background-position: 5px -20px;
}
.htlBox .rate em.rating40 {
  background-position: 5px -45px;
}
.htlBox .rate em.rating35 {
  background-position: 5px -70px;
}
.htlBox .rate em.rating30 {
  background-position: 5px -95px;
}
.htlBox .rate em.rating25 {
  background-position: 5px -120px;
}
.htlBox .rate em.rating20 {
  background-position: 5px -145px;
}
.htlBox .rate em.rating15 {
  background-position: 5px -170px;
}
.htlBox .rate em.rating10 {
  background-position: 5px -195px;
}
.htlBox .rate em.rating05 {
  background-position: 5px -220px;
}
.htlBox .rate em.rating00 {
  background-position: 5px -245px;
}
.htlBox .rank em.ranking50 {
  background-position: 5px -495px;
}
.htlBox .rank em.ranking45 {
  background-position: 5px -520px;
}
.htlBox .rank em.ranking40 {
  background-position: 5px -545px;
}
.htlBox .rank em.ranking35 {
  background-position: 5px -570px;
}
.htlBox .rank em.ranking30 {
  background-position: 5px -595px;
}
.htlBox .rank em.ranking25 {
  background-position: 5px -620px;
}
.htlBox .rank em.ranking20 {
  background-position: 5px -645px;
}
.htlBox .rank em.ranking15 {
  background-position: 5px -670px;
}
.htlBox .rank em.ranking10 {
  background-position: 5px -695px;
}
.htlBox .rank em.ranking05 {
  background-position: 5px -720px;
}
.htlBox .rank em.ranking00 {
  background-position: 5px -745px;
}
.htlBox .plan li {
  margin: 7px;
}
.htlBox .plan li a {
  position: relative;
  padding: 7px 14px 7px 7px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
}
.htlBox .plan li a .chara li {
  margin: 0 7px 7px 0;
}
.htlBox .plan li a .planName {
  font-size: 90%;
}
.htlBox .plan li a .price {
  text-align: right;
  font-size: 82%;
}
.htlBox .plan li a .price span {
  color: #CC0000;
}
.htlBox .plan li a .price span em {
  font-weight: bold;
  font-size: 120%;
}
.htlBox .btn:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.htlBox .btn li {
  float: left;
  width: 50%;
  margin-bottom: 7px;
}
.htlBox .btn li a {
  padding: 10px 0;
  text-align: center;
  background: #544526;
  background: -moz-linear-gradient(top, #706142, #544526);
  background: -webkit-gradient(linear, left top, left bottom, from(#706142), to(#544526));
  color: #FFF;
  border-radius: 5px;
  font-size: 90%;
}
.htlBox .btn li:nth-child(2n-1) a {
  margin-left: 7px;
  margin-right: 3px;
}
.htlBox .btn li:nth-child(2n) a {
  margin-left: 3px;
  margin-right: 7px;
}
#contentsArea .htlBox .btn li a {
  color: #FFF;
}
.htlBox .basic:before,
.htlBox .rate a:before,
.htlBox .rank a:before,
.htlBox .plan li a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

/* air */

.air h1 {
  margin-bottom: 10px;
  font-size: 120%;
}
.airBox {
  position: relative;
  height: auto !important;
  margin: 10px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
  border-radius: 5px;
  line-height: 1.2;
}
.airBox a,
.airBox .innner {
  display: block;
  position: relative;
  padding: 7px;
}
.airBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.airBox a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.airBox h2 {
  margin-bottom: 5px;
  font-size: 120%;
}
.airBox .chara {
  width: 100%;
  margin-bottom: 5px;
}
.airBox .chara:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.airBox .chara li {
  float: left;
  margin-right: 7px;
  padding: 3px 5px;
  background-color: #60502E;
  border-radius: 3px;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
}
.airBox .caption {
  margin-bottom: 7px;
  font-size: 82%;
  font-weight: bold;
}
.airBox .price {
  font-size: 78%;
}
.airBox .price span {
  display: block;
  color: #B20000;
}
.airBox .price em {
  font-weight: bold;
  font-style: normal;
  font-size: 192%;
}
.airBox .note {
  font-size: 82%;
}

/* dp */

.dp h1 {
  margin-bottom: 10px;
  font-size: 120%;
}
.dpBox {
  position: relative;
  height: auto !important;
  margin: 10px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
  border-radius: 5px;
  line-height: 1.2;
}
.dpBox a,
.dpBox .innner {
  display: block;
  position: relative;
  padding: 7px;
}
.dpBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.dpBox a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.dpBox h2 {
  margin-bottom: 5px;
  font-size: 120%;
}
.dpBox .chara {
  width: 100%;
  margin-bottom: 5px;
}
.dpBox .chara:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.dpBox .chara li {
  float: left;
  margin-right: 7px;
  padding: 3px 5px;
  background-color: #60502E;
  border-radius: 3px;
  color: #FFF;
  font-size: 82%;
  line-height: 1.1;
}
.dpBox .photo {
  float: left;
  width: 30%;
}
.dpBox .photo img {
  width: 100%;
  height: auto;
}
.dpBox .info {
  float: right;
  width: 64%;
  margin-right: 7px;
}
.dpBox .info .caption {
  margin-bottom: 7px;
  font-size: 82%;
  font-weight: bold;
}
.dpBox .info .price {
  margin-bottom: 7px;
  font-size: 78%;
}
.dpBox .info .price span {
  display: block;
  color: #B20000;
}
.dpBox .info .price em {
  font-weight: bold;
  font-style: normal;
  font-size: 154%;
}
.dpBox .info .note {
  font-size: 82%;
}

/* spots */

.spots h1 {
  margin-bottom: 10px;
  font-size: 100%;
}
.spotBox {
  position: relative;
  height: auto !important;
  margin: 10px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
  border-radius: 5px;
}
.spotBox:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox a,
.spotBox .innner {
  display: block;
  position: relative;
  padding: 7px;
}
.spotBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.spotBox h2 {
  margin-bottom: 5px;
  font-size: 100%;
}
.spotBox .photo {
  float: left;
  width: 30%;
  margin: 0 0 10px 0;
}
.spotBox1 .photo {
  float: none;
  width: 80%;
  margin: 0 auto 10px;
}
.spotBox .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.spotBox .photo .thumPhotos {
  width: 100%;
  margin-top: 5px;
}
.spotBox .photo .thumPhotos:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox .photo .thumPhotos li {
  float: left;
  overflow: hidden;
  max-height: 80px;
  margin-right: 1.6%;
  list-style-type: none;
}
.spotBox1 .photo .thumPhotos li {
  width: 23.8%;
}
.spotBox2 .photo .thumPhotos li {
  width: 32%;
}
.spotBox1 .photo .thumPhotos li:last-child {
  margin-right: 0;
}
.spotBox .explain {
  float: right;
  width: 64%;
  margin-right: 7px;
  line-height: 1.4;
}
.spotBox1 .explain {
  float: none;
  width: auto;
  margin: 0;
}
.spotBox .explain p,
.spotBox .explain ul,
.spotBox .explain dl {
  font-size: 90%;
  margin-bottom: 7px;
}
.spotBox .detail {
  clear: both;
  border-top: 1px solid #CBC2A0;
}
.spotBox .detail li {
  margin: 7px;
  position: relative;
  padding: 7px 14px 7px 7px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  font-size: 90%;
}
.spotBox .detail dl {
  margin-bottom: 0;
}
.spotBox .detail dt {
  font-weight: bold;
}
.spotBox .detail dd {
  line-height: 1.4;
}
.spotBox .subPhoto {
  margin: 0 7px 10px;
  font-size: 90%;
}
.spotBox .subPhoto:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox .subPhoto img {
  float: left;
  width: 30%;
}
.spotBox .subPhoto ul {
  float: right;
  width: 64%;
  margin-right: 7px;
  list-style-type: none;
}
.spotBox .btn {
  clear: both;
}
.spotBox .btn:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.spotBox .btn li {
  float: left;
  width: 50%;
  margin-bottom: 7px;
}
.spotBox .btn li a {
  padding: 10px 0;
  text-align: center;
  background: #544526;
  background: -moz-linear-gradient(top, #706142, #544526);
  background: -webkit-gradient(linear, left top, left bottom, from(#706142), to(#544526));
  color: #FFF;
  border-radius: 5px;
  font-size: 90%;
}
.spotBox .btn li:nth-child(2n-1) a {
  margin-left: 7px;
  margin-right: 3px;
}
.spotBox .btn li:nth-child(2n) a {
  margin-left: 3px;
  margin-right: 7px;
}
#contentsArea .spotBox .btn li a {
  color: #FFF;
}
.spotBox .btn li a:before {
  border: none;
}

/* accessBox */

.accessBox {
  margin: 10px;
  border: 1px solid #CBC2A0;
  background-color: #FFF;
  border-radius: 5px;
}
.accessBox h1 {
  margin: 7px;
  font-size: 100%;
}
.accessBox .map {
  margin: 0 7px 10px;
}
.accessBox .map img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.accessBox .route {
  margin: 0 7px 10px;
  font-size: 90%;
}
.accessBox .route dt {
  font-weight: bold;
}
.accessBox .route dd {
  padding-left: 1em;
}
.accessBox .route li {
  list-style-type: none;
}

/* racoupon */

.racoupon {
  position: relative;
  margin: 0 10px 15px 10px;
  padding: 2px;
  border: 1px solid #E0C180;
  background: #FFF;
  text-align: center;
  line-height: 1.2;
}
.racoupon:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 7px;
  margin-top: -7px;
  border-top: 3px solid #BF0A0A;
  border-right: 3px solid #BF0A0A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.racoupon a {
  display: block;
  border: 1px solid #AE7B5C;
}
.racoupon .catch {
  padding: 5px;
  background-color: #C8AC62;
  background: -moz-linear-gradient(left, #C8AC62, #FCF8D3 50%, #C8AC62);
  background: -webkit-gradient(linear, left top, right top, from(#C8AC62), color-stop(0.5, #FCF8D3), to(#C8AC62));
  color: #6D0C15;
  font-size: 100%;
  font-weight: bold;
}
.racoupon .number {
  margin: 7px;
  font-size: 100%;
  color: #BF0A0A;
}
.racoupon .number br {
  display: none;
}
.racoupon .number em {
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
}
.racoupon .price {
  margin: 7px;
  color: #BF0A0A;
  font-size: 140%;
  font-weight: bold;
}
.racoupon .price span {
  display: inline-block;
}
.racoupon .term {
  font-size: 82%;
  list-style-type: none;
}
.racoupon .term li {
  margin: 3px;
  color: #4F2B2D;
}
.racoupon .note {
  margin: 5px;
  font-size: 65%;
}

/* utility */

.utility {
  margin: 0 10px 15px 10px;
}
.utility .boxL {
  margin-bottom: 5px;
}

/* login */

#login {
  margin: 0 10px 15px 10px;
}
#login a:link {
  text-decoration: underline;
}
#login .title {
  margin-bottom: 0;
  padding: 10px 10px 5px 10px;
  text-align: left;
  background-color: #BF0A0A;
  color: #FFF;
  font-size: 96%;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  line-height: 1.2;
}
#login .loginBox {
  margin-bottom: 15px;
  padding: 5px 10px 25px 10px;
  border: 2px solid #BF0A0A;
  background-color: #FFF;
}
#login .note {
  clear: both;
  font-size: 14pt;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
#login #l_rtitle,
#login #l_etitle {
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #BF0A0A;
  font-size: 100%;
  font-weight: bold;
  color: #BF0A0A;
}
#login .message {
  margin-bottom: 10px;
  font-size: 82%;
  color: #BF0A0A;
}
#login .input {
  margin: 0 15px;
}
#login .input dt {
  font-size: 82%;
  font-weight: bold;
  color: #666;
}
#login .input dt span {
  font-weight: normal;
}
#login .input #inputID,
#login .input #inputPass {
  width: 90%;
}
#login .input dd {
  margin-bottom: 10px;
  text-align: center;
}
#login .txt {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3;
}
#login .attention {
  padding: 0 0 0 22px;
  font-size: 82%;
  color: #BF0A0A;
  line-height: 1.5;
  background: url(https://img.travel.rakuten.co.jp/special/smap/images/sprite.png) no-repeat -82px -395px;
  background-size: 120px 1000px;
}
#login .l_submit {
  margin: 10px 5px;
  text-align: center;
}
#login .l_submit input {
  width: 100%;
  font-size: 100%;
  border: 1px solid #cccccc;
  background: #eaeaea;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#FEFEFE, endColorStr=#EAEAEA, GradientType=0);
  background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
}
#login .l_submit #nextstep {
  border: 1px solid #bf0c0b;
  background: #bd0a0a;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#e0312b, endColorStr=#bd0a0a, GradientType=0);
  background: -moz-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0312b), color-stop(100%, #bd0a0a));
  background: -webkit-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: -o-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: -ms-linear-gradient(top, #e0312b 0%, #bd0a0a 100%);
  background: linear-gradient(to bottom, #e0312b 0%, #bd0a0a 100%);
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
#login .tabimado {
  margin-bottom: 10px;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 82%;
  line-height: 1.5;
}
#login .privacy {
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #EAEAEA;
  border-radius: 5px;
  font-size: 82%;
  line-height: 1.5;
}

/* permission */

#login .txt1 {
  margin: 0 auto;
  line-height: 1.3;
  font-weight: bold;
}
#login .txt2 {
  text-align: center;
  margin-top: 15px;
}
#login .text2 {
  font-weight: bold;
  font-size: 19px;
}
#login .l_submit input.disabled {
  cursor: default;
}
#login .privacy2 {
  margin: 10px 0;
  padding: 10px 15px;
  background-color: #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 1.5;
}

/* #mapList */

#mapList {
  margin-bottom: 15px;
}
#mapList .title {
  margin-bottom: 10px;
  font-size: 100%;
}
#mapList dl,
#mapList .mapArea,
#mapList .mapBtn {
  margin: 0 10px;
  background-color: #FFF;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
#mapList .mapBtn dl {
  margin: 0;
  background-color: transparent;
  border: none;
}
#mapList dl dt {
  padding: 5px 7px;
  text-align: left;
  font-weight: bold;
  font-size: 90%;
  color: #FFF;
  background-color: #60502E;
  border: none;
}
#mapList .mapBtn dl dt {
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}
#mapList dl dd {
  width: 100%;
  font-size: 90%;
}
#mapList .mapBtn dl dd {
  width: auto;
  font-size: 100%;
}
#mapList dl dd ul {
  width: auto;
}
#mapList dl dd ul:after,
#mapList .mapArea:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#mapList dl dd li,
#mapList .mapArea li {
  float: left;
  list-style-type: none;
  border-style: none;
  border-bottom: 1px solid #CCC;
  line-height: 1.4;
}
#mapList.domestic dl dd li {
  width: 25%;
}
#mapList.domestic dl.tokyo dd li {
  width: 50%;
  font-size: 90%;
}
#mapList.domestic dl.izuhakone dd li {
  width: 50%;
}
#mapList.overseas dl dd li {
  width: 50%;
}
#mapList .mapArea li {
  width: 33%;
  font-size: 90%;
}
#mapList .mapArea li:nth-child(3n-1) {
  width: 34%;
}
#mapList .mapArea li#map_idn,
#mapList .mapArea li#map_phl,
#mapList .mapArea li#map_aus {
  width: 67%;
}
#mapList .mapBtn li {
  list-style-type: none;
  border-style: none;
  border-bottom: 1px solid #CCC;
  line-height: 1.4;
}
#mapList dl dd li a,
#mapList .mapArea li a {
  position: relative;
  display: block;
  padding: 12px 0 12px 7px;
  background: -moz-linear-gradient(top, #FFF, #D9D9D9);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D9D9D9));
  border-right: 1px solid #CCC;
  text-decoration: none;
  color: #333;
}
#mapList.domestic dl.tokyo dd li a {
  height: 35px;
  padding: 7px 12px 7px 7px;
}
#mapList .mapBtn li a {
  position: relative;
  display: block;
  padding: 7px 20px 7px 7px;
  text-decoration: none;
  font-size: 90%;
  color: #333;
}
#mapList dl dd li a:after,
#mapList .mapArea li a:after,
#mapList .mapBtn li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

/* category */

.category {
  margin: 10px;
}
.category ul:after,
.category ul .catBox a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.category ul .catBox {
  width: 48%;
  margin-bottom: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
  list-style-type: none;
  border-radius: 5px;
}
.category ul .catBox:nth-child(2n-1) {
  float: left;
}
.category ul .catBox:nth-child(2n) {
  float: right;
}
.category ul .catBox a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
}
.category ul .catBox a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.category ul .catBox a:after {
  border: none¥9;
}
.category ul .catBox dl {
  float: right;
  width: 48%;
}
.category ul .catBox dl dt {
  font-size: 90%;
  font-weight: bold;
}
.category ul .catBox dl dd {
  font-size: 82%;
}
.category ul .catBox .photo {
  float: left;
  width: 48%;
}
.category ul .catBox .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.category ul .parent {
  height: auto !important;
  margin-bottom: 10px;
  border: 1px solid #CBC2A0;
  line-height: 1.2;
  background-color: #FFF;
  list-style-type: none;
  border-radius: 5px;
}
.category ul .parent a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
}
.category ul .parent a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.category ul .parent a:before {
  border: none¥9;
}
.category ul .parent dl dt {
  margin-bottom: 7px;
  font-size: 90%;
  font-weight: bold;
}
.category ul .parent dl dd {
  font-size: 82%;
}
.category ul .parent dl dd:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.category ul .parent dl dd img {
  float: left;
  width: 25%;
  margin-right: 10px;
}
.category ul .parent .child {
  padding-top: 10px;
  border-top: 1px solid #CBC2A0;
}
.category ul .parent .child:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.category ul .parent .child li {
  float: left;
  width: 29.6%;
  height: 44px;
  margin-left: 2.8%;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 90%;
  background: #CCC;
}
.category ul .parent .child li a {
  padding: 0;
  height: 44px;
}

/* ----- subContents -----*/


/* keywordSearch */

#keywordSearch {
  margin: 10px 10px 15px 10px;
  padding: 7px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  background-color: #FFF;
}
#keywordSearch h1 {
  margin-bottom: 5px;
  font-size: 100%;
  color: #60502E;
}
#keywordSearch #f_query {
  width: 62%;
  font-size: 82%;
  height: 30px;
}

/* browsHistory */

#browsHistory {
  margin: 0 10px 15px 10px;
  padding: 7px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  background-color: #FFF;
}
#browsHistory h1 {
  margin-bottom: 5px;
  font-size: 100%;
  color: #60502E;
}

/* bnrs, bnr2 */

.bnrs {
  margin: 10px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  background-color: #FFF;
}
.bnrs li {
  margin: 15px 10px;
  list-style-type: none;
}
.bnrs li a {
  display: block;
  font-size: 90%;
  line-height: 1.2;
}
.bnrs li a:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.bnrs li a img {
  float: left;
  margin: 0 5px 0 0;
}
.bnrs2 {
  margin: 10px;
  padding: 10px;
  border: 1px solid #CBC2A0;
  border-radius: 5px;
  background-color: #FFF;
}
.bnrs2 ul:after,
.bnrs2 ul li:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
.bnrs2 ul li {
  float: left;
  width: 48%;
  margin: 0 4% 10px 0;
  list-style-type: none;
}
.bnrs2 ul li:nth-child(2n) {
  margin-right: 0;
}
.bnrs2 ul li img {
  float: left;
  margin: 0 5px 0 0;
}
.bnrs2 ul li a {
  display: block;
  min-height: 60px;
  font-size: 90%;
  line-height: 1.2;
}

/* ----- text field -----*/

#login .input #inputID,
#login .input #inputPass,
#keywordSearch #f_query {
  min-height: 20px;
  padding: 3px 9px;
  background-color: #f0f0f0;
  border: 1px solid #878787;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  line-height: 2.4;
}

/*--------------------------------------------
	grpRakutenLinkArea
--------------------------------------------*/

#grpRakutenLinkArea {
  margin-bottom: 7px;
  padding-top: 7px;
  border-top: 2px solid #CCCCCC;
}
#grpRakutenLinkArea ul.grpSpelinlk,
#grpRakutenLinkArea dl#grpKeyword,
#grpRakutenLinkArea div#grpFooter,
#grpRakutenLinkArea div#grpFooterNav dl dt,
#grpRakutenLinkArea div#grpFooterNav dl dd ul {
  display: none;
}
#grpRakutenLinkArea div#grpFooterNav dl dd p.grpCopyright {
  text-align: center;
  font-size: 65%;
}

/* ----- text field -----*/

.agreeToPolicy {
  font-size: 14px;
  text-align: center;
}
.agreeToPolicy .revisionDate {
  color: #666;
}

.ui-datepicker{position: fixed !important; top: 50% !important; transform: translateY(-50%) !important;}

/* PR TAG */
.pr_absolute {
    position: relative;
}
.pr_absolute::before {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    line-height: 1;
    padding: 4px 0;
    content: "PR";
}
.pr_absolute.bg-black50::before {background-color: rgba(0, 0, 0, .5);}
.pr_absolute.bg-black60::before {background-color: rgba(0, 0, 0, .6);}
.pr_absolute.bg-black70::before {background-color: rgba(0, 0, 0, .7);}
.pr_absolute.bg-black80::before {background-color: rgba(0, 0, 0, .8);}
.pr_absolute.bg-white50::before {background-color: rgba(255, 255, 255, .5);color: #333;}
.pr_absolute.bg-white60::before {background-color: rgba(255, 255, 255, .6);color: #333;}
.pr_absolute.bg-white70::before {background-color: rgba(255, 255, 255, .7);color: #333;}
.pr_absolute.bg-white80::before {background-color: rgba(255, 255, 255, .8);color: #333;}