﻿body {
}

button {
   width:100%;
}
a {
   color: black;
   text-decoration: none;
}

a visited {
   color: black;
}

a hover {
   color: pink;
}


select {
   width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(sp_obj/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(sp_obj/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
   font-family: メイリオ;
}

input {
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
   padding-left:5px;
}

.chkbox {
   font-size:14px;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    margin: -50px 0px -5px -27px !important;
}

.departure_info {
    float: left;
    color: #fff;
    background-color: #e60012;
    font-weight: normal;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    margin-left:4px;
}
/* ツアーステータス */
  .oneok {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #0094ff;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #0094ff;
      margin-top:4px;
      padding-top:2px;
  }
  .oneng {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #CCC;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #AAA;
      background-color:#EEE;
      margin-top:4px;
      padding-top:2px;
  }
  .soineok {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #0094ff;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #0094ff;
      left: 85px;
      padding-top:2px;
  }
  .soineng {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #CCC;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #AAA;
      background-color:#EEE;
      left: 85px;
      padding-top:2px;
  }
    .hukurook {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #0094ff;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #0094ff;
      top: 141px;
      padding-top:2px;
  }
    .hukurong {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #CCC;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #AAA;
      background-color:#EEE;
      top: 141px;
      padding-top:2px;
  }
    .rentok {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #0094ff;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #0094ff;
      left: 85px;
      top: 141px;
      padding-top:2px;
  }
    .rentng {
      font-family :"ＭＳ Ｐゴシック","IPA Pゴシック",sans-serif;
      /* position:absolute ; */
      border: solid 1px #CCC;
      height:16px;
      width:80px;
      font-size: 10px;
      text-align: center;
      color:  #AAA;
      background-color:#EEE;
      left: 85px;
      top: 141px;
      padding-top:2px;
  }
.ranking_box {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    width: auto;
    height:auto;
    /* border: 2px #669acc solid; */
}

.ranking_box .tour_img {
    position:absolute;
    float: left;
    margin-right: 15px;

}

.ranking_box .tour_right {
    float: right;
    width: 78%;
}

.ranking_box .tour_pricebox_gray {
    /* background: url("../ranking/pricebox_gray.png") no-repeat;
    width: 106px;
    height: 56px;
    background-size: 106px 56px;
    float: left;
    margin-right: 2px; */
    display:none;
}

.ranking_box .ranking_crown {
    float: left;
    margin: 0 26px 0 12px;
}

.ranking_box .departure_info {
    float: left;
    color: #fff;
    background-color: #e60012;
    font-weight: bold;
    padding-left:-10px;
    font-size: 11px;
    margin-top: 1px;
}

.ranking_box .tour_title {
    font-weight: bold;
    color: #000;
    line-height: 1.7;
    font-size: 15px;
    height: 80px;
}

.ranking_box .tour_price_list {
    margin-top: 10px;
    margin-left: 5px;
    padding: 6px 5px;
    width: auto;
    /* background: #fff url("../ranking/ranking_bg03.gif") repeat; */
}

.ranking_box .tour_price_box {
    background: url("../ranking/pricebox.png") no-repeat;
    width: 106px;
    height: 56px;
    background-size: 106px 56px;
    float: left;
    margin-right: 2px;
}


.ranking_box .tour_price_box .period {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 1px;
    padding-top:1px;
}

.ranking_box .tour_price_box .price {
    /*font-family: "メイリオ", "MS PGothic", sans-serif;*/
    text-align: center;
    margin-top: 3px;
    font-size: 14px;
    /*font-weight: bold;*/
}

.ranking_box .tour_price_box .price a {
    color: #e60012;
    text-decoration: underline;
}


#ranking .see_more_button {
    margin: 36px auto 0;
    text-align: center;
    width: 390px;
    height: 41px;
}

#ranking .see_more_button a {
    font-size: 20px;
    font-weight: bold;
    background-color: #cf0b23;
    /* box-shadow */
    box-shadow:0px 2px 9px -3px #000000;
    -moz-box-shadow:0px 2px 9px -3px #000000;
    -webkit-box-shadow:0px 2px 9px -3px #000000;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 9px;
    background: #cf0b23 url("ranking/arrow04.png") no-repeat top 16px left 40px;
    background-size: 9px 17px;
}

#ranking .see_more_button a:hover {
    background: #e3717f url("ranking/arrow04.png") no-repeat top 16px left 40px;
    background-size: 9px 17px;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#dbfff9 0%,
		#005e75);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#dbfff9),
		to(#005e75));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0087b8;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}


.top_kousin_image {
    background: url("../obj2/arrow1.gif") left no-repeat;
    background-position-x: 5px;
    text-align: left;
    padding-left:5px;
}
.top_kousin_title {
    font-size:12px;
    font-weight:bold;
    color: #04589E;
    margin-left: 20px;
}

.top_osusume_title {
    font-size:12px;
    font-weight:bold;
    color: #04589E;
    text-align: left;
}

.top_osusume_detail {
   padding-left:5px;
   padding-right:5px;
}

.dlDest {
   width: 100%;
height: 35px;
font-size: 12px;
vertical-align: middle;
-webkit-tap-highlight-color: rgba(208, 208, 208, 0.5);
text-indent: 6px;
font-size: 14px;
}

.dlDpt {
   width: 100%;
height: 35px;
font-size: 12px;
vertical-align: middle;
-webkit-tap-highlight-color: rgba(208, 208, 208, 0.5);
text-indent: 6px;
font-size: 14px;
}

.search {
   font-family: 'メイリオ';
	font-size: 14px;
   width:96%;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ff8b4c 0%,
		#f53100);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff8b4c),
		to(#f53100));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #ff5f59;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

#inq {
   position:absolute;
   top:12px;
   right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#30cfff 0%,
		#0030ab);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#30cfff),
		to(#0030ab));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btOn {
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffb74c 0%,
		#f55600) !important;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffb74c),
		to(#f55600)) !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #ff5f59 !important;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7) !important;
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7) !important;
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.7) !important;
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3) !important;
}

.btDpt {
   text-align:center;
}

.btDpt a {
   display:block;
	font-size: 14px;
   text-align:center;
	color: #fffaff;
	padding: 8px 10px;
	background: -moz-linear-gradient(
		top,
		#82baff 0%,
		#0261c7);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#82baff),
		to(#0261c7));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #5056c7;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(70,122,212,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(70,122,212,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(70,122,212,0.6);
	text-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btTel {
   text-align:center;
   width:100%;
}

.btTel a {
   width:90%;
   display:table;
   margin: 0 auto;
	font-size: 16px;
	color: #fffaff;
	padding: 8px 10px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff2819),
		to(#ab0000));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btOption {
   text-align:center;
   width:100%;
}

.btOption a {
   width:90%;
   display:table;
   margin: 0 auto;
	font-size: 16px;
	color: #fffaff;
	padding: 8px 10px;
	background: -moz-linear-gradient(
		top,
		#ff8b4c 0%,
		#f53100);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff8b4c),
		to(#f53100));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ff5f59;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.top_osusume_table td {
   padding-left:3px;
   padding-right:3px;
}

#ltMsg {
   color:deeppink;
}

