@charset "utf-8";
/*********************************************************************
*
*  </j/tokyo/common/css/common.css>
*
*********************************************************************/


/* ----- #gallery ----- */
#gallery .slide_thumbnail ul li span {
  background: url(/j/tokyo/common/img/nav_gallery_thum_current.png) no-repeat 0 0;
}

/* ----- .photoChange ----- */
.item_block .photo_thum li.current {
  border: 1px solid #04126A;
}

/* ----- parts ----- */
/* .tab_top */
.tab_menu.tab_top {
  border-bottom: 5px solid #04126A;
}
.tab_menu.tab_top li.select {
  color: #fff;
  background: #04126A;
  border-top: 1px solid #04126A;
  border-right: 1px solid #04126A;
  border-left: 1px solid #04126A;
}
.tab_menu.tab_top li.select:before {
   content:url(/j/tokyo/common/img/bg_tab_top_left.gif);
   background-image: url(/j/tokyo/common/img/bg_tab_top_right.gif);
}
/* tab_bottom */
.tab_menu.tab_bottom {
  border-top: 5px solid #04126A;
}
.tab_menu.tab_bottom li.select {
  background-color: #04126A;
  border-bottom: 1px solid #04126A;
  border-right: 1px solid #04126A;
  border-left: 1px solid #04126A;
}
.tab_menu.tab_bottom li.select:after {
   content:url(/j/tokyo/common/img/bg_tab_btm_left.gif);
   background-image: url(/j/tokyo/common/img/bg_tab_btm_right.gif);
}

/*restaurant_darker*/
.tab_menu.darker li {
  color: #404040;
}
.tab_menu.tab_top.darker li {
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  border-left: 1px solid #404040;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#efefef), color-stop(100%,#e1e1d9));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 1%,#e1e1d9 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#efefef 1%,#e1e1d9 100%);
}
.tab_menu.tab_top.darker li.select {
  color: #fff !important;
  background: #04126A !important;
  border-top: 1px solid #04126A;
  border-right: 1px solid #04126A;
  border-left: 1px solid #04126A;
}
.tab_menu.tab_top.darker li:before {
  content:url(/j/common/img/bg_tab_top_left_02.bmp);
  margin: -7px -6px 3px -6px;
  background-image: url(/j/common/img/bg_tab_top_right_02.bmp);
  background-position: top right;
}
.tab_menu.tab_top.darker li.select:before {
   content:url(/j/tokyo/common/img/bg_tab_top_left.gif);
   background-image: url(/j/tokyo/common/img/bg_tab_top_right.gif);
}

/* ----- footer ----- */
footer {
  padding: 0 0 126px 0;
  background: #000000 url(/j/tokyo/common/img/bg_footer.png) repeat-x left top;
}
footer .category .lodging {
	width: 456px !important;
}
footer .category .lodging .container {
	width: auto;
}
footer .category .lodging dd {
	margin-bottom: 30px;
}
footer .category .lodging dd.first {
	margin-bottom: 0;
}
footer .lodging dd dl {
	padding-left: 5px;
	padding-right: 0;
}
footer .basic_link .container {
  border-top: 1px solid #343D78;
}
footer .lodging dd dl {
  width: 105px;
}
footer .lodging dd dl:nth-child(3) {
  width: 115px;
}
footer .restaurant_banquet {
	width: 150px !important;
}
footer .aside .container {
  border-left: 1px solid #343D78;
}
footer .address .container {
  border-top: 1px solid #343D78;
}
footer .aside ul {
  border-left: 1px solid #343D78;
}
footer .aside .other_link {
  padding: 15px 0 15px 30px;
  border-top: 1px solid #343D78;
  box-sizing: border-box;
  font-size: 0;
}
footer .aside .other_link li {
  display: inline-block;
  text-align: left;
}
footer .aside .other_link li + li {
	margin-left: 20px;
}
footer .aside .other_link .tav > div {
  display: inline-block;
  width: 32px;
}
footer .aside .other_link li.lhw {
	display: block;
	margin: 15px 0 0 0;
	text-align: left;
}
footer .aside .col {
  display: table;
  width: 100%;
  padding: 20px 10px 30px 0;
}
footer .aside .col li {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

/* ----- Traveller Madeのロゴをフッターに追加----- */
footer .aside .other_link li.tm {
    display: block;
    margin: 15px 0 0 0;
    text-align: left;
}

/* ----- 12月公開 宿泊ハウスカウント改定対応----- */
footer .lodging dd dt{
  padding-bottom: 5px;
}
footer .category .lodging dd dd{
  padding-bottom: 8px;
}
