<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-----------------------------------------------
海外DP TOP(SP用)CSS
-----------------------------------------------*/
/*top_guide*/
.base_text_announce {
    padding: 10px;
    margin: 10px 0;
    color: #CC0000;
    border: 3px solid #CC0000;
	display: block;
}

/*-----------------------------------------------------
kaigai_hotel Page Style based on rentacar
------------------------------------------------------*/
.btnSeach01.hideBtn01 span {
	background:none;}
.btn.close02{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 #c32f25 inset;
  -moz-box-shadow: 0 -1px 0 #c32f25 inset;
  box-shadow: 0 -1px 0 #c32f25 inset;
  border: 2px solid #e8372a;
  background-color: #f44336;
  color: #fff !important;
  position: relative;
  padding: 10px 9px;
  font-size: 14px;
  width: 40%;
  margin-left: auto;}
.btn.close02:after{ 
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fb807d;}
.btn.close02{
  -webkit-box-shadow: 0 -1px 0 #959595 inset;
  -moz-box-shadow: 0 -1px 0 #959595 inset;
  box-shadow: 0 -1px 0 #959595 inset;
  border: 2px solid #5c5c5c;
  background-color: #7e7e7e;
  padding: 10px 9px;
  width: 100%;
  font-size:18px;}
.btn.close02:after{background: #a3a3a3;}
.btn.close02 span{
  background: url(/sp/shared2015/kaigai_hotel/images/ic_close_01.png) left center no-repeat;
  background-size:15px;
  padding-left: 18px;
  display: block;
  width: 85%;}
.formArea .formAreaInner select{
	width: 15%;
	-webkit-appearance: none;
	background: url(/sp/shared2015/common/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 19px;	
}
.formAreaInner .columnBlock01{width:100%;}
.formAreaInner .content_wrap .column2WrapA01 .check{
	background-color: #F1F1F1;
	padding: 6px;
	width: 60%;
	margin-left: 36%;
}
.formAreaInner .content_wrap .column2WrapA01 input[type="checkbox"]{vertical-align: -12px;}
.formArea .formAreaInner input[type="radio"] {vertical-align: -3px;}
.pointArea{padding:0 10px 10px 10px;}
.pointArea .pointcolumn{
	margin-bottom:10px;
	display:table;
	widows:100%;}
.pointArea .pointcolumn li{
	display:table-cell;
	vertical-align:top;}
.pointArea .pointcolumn li img{
	margin-right:13px;
	max-width:100%;
	min-width:72px;
	height:auto;}
 input[type="checkbox"] {
  margin-bottom:5px;
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #fff;
  /*For Old WebKit*/
  background: -webkit-gradient(
  linear, left top, left bottom,
  color-stop(0.00, #fff),
  color-stop(1.00, #fff)
  );
  /*For Modern Browser*/
  background: linear-gradient(
  to bottom,
  #fff 0%,
  #fff 100%
  );}
  input[type="checkbox"]:checked {
  background: #99cc00;
  background: -webkit-gradient(
 linear, left top, left bottom,
 color-stop(0.00, #99cc00),
 color-stop(1.00, #87b400)
 );
  background: linear-gradient(
 to bottom,
 #99cc00 0%,
 #87b400 100%
 );
  border: 1px solid #336600;
}
  input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  }
  input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  }
.carShopList .section h2 {padding: 0 10px;}
.carShopList .section ul li:first-child {border-top: 1px solid #cccccc;}
.carShopList .section ul li {
	border-bottom: 1px solid #cccccc;
	font-size: 14px;}
.carShopList .section ul li a {
  color: #333;
  padding: 10px;
  display: block;
  position: relative;}
.carShopList .section ul li a:after {
  background: url(/sp/shared2015/common/images/ic_09.png) right top no-repeat;
  background-size: 10px auto;
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -8px;
}
.guideList .section ul li{
	border-bottom: 1px solid #cccccc;
 	font-size: 14px;
 	background-color: #fff;
}
.guideList .section ul li:first-child {border-top: 1px solid #cccccc;}
.guideList .section ul li a{
	color: #333;
	padding: 10px;
	display: block;
	position: relative;
}
.guideList .section ul li a:after {
  background: url(/sp/shared2015/common/images/ic_09.png) right top no-repeat;
  background-size: 10px auto;
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -8px;
}

.bb{border-bottom: 1px solid #cccccc;}
.bgGrayArea .contInner02 .section.kokunai .mapTable .linkListNoIco li{width: 30%;}
.bgGrayArea .contInner02 .keywordBox ul{
	width: 100%;
	display: table;
}
.bgGrayArea .contInner02 dl.keywordBox.two dd ul{
	width: 100%;
	display: table;
}
.bgGrayArea .contInner02 dl.keywordBox.two dd ul li{
	margin-right: 0;
	display:inline-block;
	width: 50%;
}

/*-----------------------------------------------------
table
------------------------------------------------------*/
.contInner02 .mapTable tr td {background: #ffffff;}
#p_sbox02{padding: 0 10px;}
#p_sbox02 h1,#p_sbox02 h2{
	margin-bottom: 5px;
	font-size: 15px;
}
#p_sbox02 h2.bdTop{
	padding-top: 10px;
	border-top: #CCC 2px solid;
}
#p_sbox02 .box-contents{
	padding: 15px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFFFF;
}
#p_sbox02 .box-contents .con1btn{margin-bottom: 14px;}
#p_sbox02 .box-contents .con1btn input[type="button"]{
	color: #fff;
	font-size: 18px;
	background-color: #FF982D;
	border: #EF8A28 solid 1px;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 0px rgba(178,134,87,1.0),0px 2px 0px rgba(255,255,255,.2)inset;
	-moz-box-shadow: 0px 3px 0px rgba(178,134,87,1.0),0px 2px 0px rgba(255,255,255,.2)inset;
	box-shadow: 0px 3px 0px rgba(178,134,87,1.0),0px 2px 0px rgba(255,255,255,.2)inset;
	background-image: url(/sp/shared2015/common/images/icon01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	background-position: 10% 50%;
}
#p_sbox02 .box-contents table{
	margin: 0 auto 10px;
	width: 100%;
}
#p_sbox02 .box-contents table th{
	padding-bottom: 12px;
	width: 23%;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
#p_sbox02 .box-contents table td{
	padding-bottom: 12px;
	width: 77%;
}
#p_sbox02 .box-contents table td.checkBox{
	padding: 6px 6px 0;
	background-color: #F1F1F1;
}
#p_sbox02 .box-contents table td.checkBox input[type="checkbox"]{
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
#p_sbox02 .box-contents table td.checkBox ul li{margin-bottom: 8px;}
#p_sbox02 .box-contents table td label,#p_sbox .box-contents table td span{font-size: 12px;}
#p_sbox02 .box-contents table td select{
	padding: 2px 5px;
	width: 100%;
	-webkit-appearance: none;
	background-image: url(/sp/shared2015/common/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 19px;
	border: #A4ACB1 solid 1px;
}
#p_sbox02 .box-contents table td.dDay select{
	width: 35%;
	float: right;
}
#p_sbox02 .box-contents table td.dDay select:first-child{
	width: 60%;
	float: left;
}

/*-----------------------------------------------------
white button 
------------------------------------------------------*/
.btnSeach01.white {
	background: white;
    color:#666666;
	-webkit-box-shadow: 0 -1px 0 #afafaf inset;
	-moz-box-shadow: 0 -1px 0 #afafaf inset;
	box-shadow: 0 -1px 0 #afafaf inset;
	border: 1px solid #d9d9d9;
}
.btnSeach01.white:after {background: #afafaf;}
.white span{color:#666666;}
.btnSeach01 span.date {
	background: url(/shared2015/common/images/ic_cal_01.gif) left center no-repeat;
	padding-left: 15px;
	display: block;
	width: 90%;
}
#p_sbox .box-contents .formArea .formAreaInner .con1btn.tap input[type="button"],
#p_sbox .box-contents .formArea .formAreaInner .con1btn.noIc input[type="button"]{ 
    color: #20208c; 
    font-size: 14px;
    font-weight: bold;
    background-color: #fcfcfc; 
    border: #20208c solid 2px; 
    width: 100%; 
    height: 45px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    -webkit-box-shadow: 0px 3px 0px rgba(175,175,175,1.0),0px 2px 0px rgba(255,255,255,.2)inset; 
    -moz-box-shadow: 0px 3px 0px rgba(175,175,175,1.0),0px 2px 0px rgba(255,255,255,.2)inset; 
    box-shadow: 0px 3px 0px rgba(175,175,175,1.0),0px 2px 0px rgba(255,255,255,.2)inset; 
    background-image: url(/sp/shared2015/kaigai_dp/images/ic_cal_01_03.gif); 
    background-repeat: no-repeat; 
    -webkit-background-size: 20px; 
    background-size: 20px; 
    background-position: 3% 50%; 
    padding-left:10%; }
#p_sbox .box-contents .formArea .formAreaInner .con1btn.noIc input[type="button"]{
	background-image: none;
	text-align: center;
	padding-left: 0;
	 -webkit-appearance: none;}
.lightBlue{color: #254d9a;}

.kokunai .itemList2 li .thumb .tag.plan  {background: #fb7f12 !important;}

/*----------------------------------------------------
海外検索ガシェット20160817
----------------------------------------------------*/
.section3{padding:0 2%;}
.section3 .content_wrap{
	border:2px solid #CCCCCC;
	border-radius:5px;
}
.section3 .content_wrap div .kaigaiTourWrap{padding:4% 3%;}
.section3 .content_wrap .column2WrapA01 .kaigaiTourWrap select,
.section3 .content_wrap .column2WrapA01 .kaigaiTourWrap input{
	height:34px;
	border-radius:0px;
}
.section3 .content_wrap .column2WrapA01 .kaigaiTourWrap .forcia_different_days input{
	width: 26px;
	height: 26px;
}
p .base_gadget_calendar {
position: absolute;
	right: 5%;
	top: 8px;
	cursor: pointer;
	width: 27px;
	height: 30px;
}

.base_gadget_btn{
	background-image: url(//www.nta.co.jp/sp/shared2015/common/images/icon01.png);
	background-repeat: no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-position: 10% 50%;
}
.base_gadget_btn a{height: 36px;}
.kaigaiTourWrap .base_gadget_btn a span{font-size:20px;}

/*カレンダー*/
.type_calendar{
	border:1px solid #CCCCCC;
	border-top:none;
}
.section3 .base_pt10 {padding-top: 0px!important;}

/*-----------------------------------------------------
forcia_dp gadget. add 20161025
------------------------------------------------------*/
.base_gadget .base_gadget_in .base_pull_contents:before{background:none;}
.base_gadget .base_gadget_in .base_pull_contents {
    position: relative;
	top: 0;
	left: 0%;
	display:block;
}
.base_gadget .base_gadget_in .base_pull_contents.type_city {
	height: auto;
	width: 96%;
	margin: 0!important;
}
.base_gadget .base_gadget_in .city_contents li {
    float: left;
    width: 50%;
}

/*btn色*/
#Wrap .base_btn.type_next {
    box-shadow: 0 2px 0 #d6d6d6!important;
    background-color: #e61b61!important;
    border: none!important;
}</pre></body></html>