@charset "utf-8";
/* CSS Document */

/* ===============================================
	初期設定
=============================================== */
.searchPanel {
	width: 1000px;
	margin: 0 0 0 0px;
	padding: 40px 0 40px 0; /*テスト時の余白*/
	font-family: "メイリオ", Meiryo, sans-serif;
}


/* ===============================================
	タブの設定
=============================================== */

.searchPanel .tab{
	width: auto;
	height: auto;
	margin-bottom: 0;
}

/* タブの背景・文字色など */
.searchPanel .tab .li01 {
	cursor: pointer;
	display: block;
	line-height: 50px;
	width: 350px;
	text-align: center;
	background: #58cd51; /*タブの背景*/
	color: #fff; /*文字色*/
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0;
}
.searchPanel .tab .li02 {
	cursor: pointer;
	display: block;
	line-height: 50px;
	width: 350px;
	text-align: center;
	background: #008437; /*タブの背景*/
	color: #fff; /*文字色*/
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0;
}

/* 選択中のタブの背景・文字色など */
.searchPanel .tab .li01.cur{
	background: #fff; /*タブの背景*/
	color: #333; /*文字色*/
	border-top: #58cd51 solid 4px; /*ボーダーの色*/
	border-left: #DDDCDC solid 1px;
	border-right: #DDDCDC solid 1px;
	line-height: 46px;
	font-size: 120%;
}
.searchPanel .tab .li02.cur{
	background: #fff; /*タブの背景*/
	color: #333; /*文字色*/
	border-top: #008437 solid 4px; /*ボーダーの色*/
	border-left: #DDDCDC solid 1px;
	border-right: #DDDCDC solid 1px;
	line-height: 46px;
	font-size: 120%;
}

.searchPanel .tab .li01 span {
	background: url(../img/img_byu2.png) no-repeat left center;
	padding: 10px 0 10px 55px;
	line-height: 30px;
}
.searchPanel .tab .li01.cur span {
	background: url(../img/img_byu.png) no-repeat left center;
}

.searchPanel .tab .li02 span {
	background: url(../img/img_drp2.png) no-repeat left center;
	padding: 10px 0 10px 40px;
	line-height: 30px;
}
.searchPanel .tab .li02.cur span {
	background: url(../img/img_drp.png) no-repeat left center;
}

.searchPanel .tab li:last-child{
	margin: 0;
}


/* ===============================================
	表示パネルの初期設定
=============================================== */
.searchPanel .panel {
	border: #DDDCDC solid 1px;
	background: #FFF;
	padding: 19px;
	margin: -1px 0 0 0;
	zoom: 1;
	display:none;
}

.searchPanel .show {
	display:block;
}


/* ===============================================
	パッケージツアーを探すのパネル
=============================================== */
.searchPanel #SEARCH1 .titleArea01{
	padding: 0 0 15px 0;
	border-bottom: #DBDBDB solid 1px;
}
.searchPanel #SEARCH1 .titleArea01 h2.title{
	color: #008533; /*文字色*/
	font-size: 16px;
	font-weight: bold;
	background: url(../img/img_byu.png) no-repeat left center;
	padding: 3px 0 0 55px;
	float: left;
}
.searchPanel #SEARCH1 .titleArea01 p.reservation{
	font-size: 12px;
	background: url(../img/icon_blank.png) no-repeat left center;
	padding: 5px 0 0 15px;
	float: right;
}
.searchPanel #SEARCH1 .searchArea dl{
	float: left;
	border-bottom: #DBDBDB solid 1px;
}
.searchPanel #SEARCH1 .searchArea dl.rightside{
	margin: 0 0 0 20px;
}
.searchPanel #SEARCH1 .searchArea dl dt {
	clear: both;
	float: left;
	width: 160px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	min-height: 35px;
	padding: 10px 0;
}
.searchPanel #SEARCH1 .searchArea dl dt span{
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}
.searchPanel #SEARCH1 .searchArea dl dd {
	width: 310px;
	padding: 10px 0 10px 160px;
	min-height: 34px;
}
.searchPanel #SEARCH1 .searchArea select {
	padding: 0;
	border: 1px solid #DBDBDB;
	background: #F4F4F4;
	width: 280px;
	height: 34px;
	color: #333;
	line-height: 28px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
    font-family: "メイリオ", Meiryo, sans-serif;
}
.searchPanel #SEARCH1 .searchArea select.lectPrice {
	width: 130px;
}
.searchPanel #SEARCH1 .searchArea input[type="text"] {
	padding: 0 8px;
	border: 1px solid #DBDBDB;
	background: #F4F4F4;
	width: 265px;
	height: 32px;
	line-height: 30px \9; /* IE8 */
	color: #333;
	font-family: inherit;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px; 
}
.searchPanel #SEARCH1 .searchArea input[type="checkbox"]:focus {
	-webkit-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
	-moz-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
	box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
}
.searchPanel #SEARCH1 .searchArea dd .inputWater {
	color: #888;
}
.searchPanel #SEARCH1 .searchArea dd.dateForm select {
	margin-right: 5px;
	width: 80px;
}
.searchPanel #SEARCH1 .searchArea dd.dateForm select:first-child {
	width: 100px;
}
.searchPanel #SEARCH1 .searchArea dd.dateForm select:nth-child(3) {
	margin-right: 10px;
}
.searchPanel #SEARCH1 .searchArea dd.dateForm select:last-child {
	width: 80px;
	margin-right: 0;
}

.searchPanel #SEARCH1 .searchArea dd.dateForm .days {
	margin-right: 4px;
}
.searchPanel #SEARCH1 .searchArea .btnmokuteki {
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 240px;
	line-height: 34px;
	background: url(../img/icon_plus.png) no-repeat 25px center #FFE2CB;
}
.searchPanel #SEARCH1 .searchArea .btnmokuteki:hover {
	cursor: pointer;
}
.searchPanel #SEARCH1 .searchArea .btnmokuteki.open {
	background: url(../img/icon_minus.png) no-repeat 25px center #FFE2CB;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea {
	display: none;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea  ul{
	border-top: #DBDBDB solid 1px;
	border-bottom: #DBDBDB solid 1px;
	padding: 20px 0 10px 0;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea  ul li {
	float: left;
	width: 215px;
	margin: 0 20px 10px 0;
	padding: 0 5px;
	background: #F4F4F4;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea  ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea  ul li input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:12px;
	height:12px;
	border: #DBDBDB 1px solid;
	border-radius:2px;
	background:transparent;
	opacity:1;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea  ul li input[type="checkbox"]:checked{
  background: #555555;
  opacity:1;
}
.searchPanel #SEARCH1 .searchArea .mokutekiArea  ul li label{
    width: 88%;
    display: inline-block;
    padding: 10px 0 10px 5px;
}
.searchPanel #SEARCH1 .numberSelectWrap,
.searchPanel #SEARCH1 .shukuhakuchiSelectWrap {
	position: relative;
	border: 1px solid transparent;
	width: 260px;
	height: 30px;
}
.searchPanel #SEARCH1 .numberSelect,
.searchPanel #SEARCH1 .shukuhakuchiSelect {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 34px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.searchPanel #SEARCH1 #searchNotes,
.searchPanel #SEARCH1 .number,
.searchPanel #SEARCH1 .shukuhakuchi {
	display: none;
}
.searchPanel #SEARCH1 .searchArea .selectBox01Pos {
	position: absolute;
	margin-top: 8px;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01Pos {
	z-index: 12;
}
.searchPanel #SEARCH1 .searchArea .shukuhakuchi .selectBox01Pos {
	z-index: 13;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	width: 430px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 {
	width: 320px;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 .selectBox01V01 {
	border-top: 4px solid #555555;
	padding: 20px 20px 13px 20px;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 .selectBox01V01 dl{
	float: none;
	border: none;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 .selectBox01V01 {
	padding: 13px 40px 13px 20px;
}
.searchPanel #SEARCH1 .searchArea .selectBox01:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
	left: 50%;
    width: 9px;
    height: 5px;
	background: url(../img/bg_balloon_select.png) no-repeat;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 select:focus {
	border: 1px solid #666 !important;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 select.w200 {
	width: 200px !important;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 select.w60 {
	width: 60px !important;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 dl dt {
	clear: both;
	float: left;
	width: 90px;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	padding: 10px 0;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 dl dt .required {
	display: block;
	float: right;
	margin-top: 8px;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 dl dd {
	border-bottom: none;
	width: 300px;
	padding: 10px 0 10px 100px;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 dl dt {
	padding-right: 10px;
	line-height: 34px;
	width: 180px;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 dl dt .font85 {
    font-size: 85%;
    line-height: inherit;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 dl dt .font75 {
    font-size: 85%;
    line-height: inherit;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 .setting {
	text-align: center;
	margin: 15px 0 0 0;
}
.searchPanel #SEARCH1 .searchArea .selectBox01 .setting input[type="button"] {
	width: 150px;
	height: 34px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/icon_arrow.png) no-repeat 30px center #FF6C00;
	cursor: pointer;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 .setting {
	margin-top: -5px;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 .setting input {
	width: 150px;
	height: 36px;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 .note01 {
	margin-bottom: 15px;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 .note01 li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.searchPanel #SEARCH1 .searchArea .number .selectBox01 .note01 li:first-child {
	margin-top: 0;
}
.searchPanel #SEARCH1 #searchNotes .titleMain01 {
	padding-left: 30px;
	min-height: 24px;
	background: url(../image/top/icn_caution_g.png) no-repeat;
	font-weight: bold;
	float: none;
	width: auto;
}
.searchPanel #SEARCH1 #selinkListarchNotes ul {
	margin-top: 15px;
}
.searchPanel #SEARCH1 #searchNotes ul li {
	margin-top: 8px;
	padding-left: 16px;
	background: url(../image/top/icn_dot_small.png) no-repeat 0 0.4em;
	line-height: 1.4;
}
.searchPanel #SEARCH1 #searchNotes ul li:first-child {
	margin-top: 0;
}
.searchPanel #SEARCH1 .searchArea .buttonArea {
	padding: 14px 0 0 0;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .submit {
	text-align: center;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .submit input[type="button"] {
	width: 240px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/icon_arrow.png) no-repeat 70px center #FF6C00;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea {
	margin-top: 20px;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .required{
	margin: -15px 0 0 0;
	width: 100%;
	text-align: right;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .required span{
	color: #0000FF;
	cursor: pointer;
	line-height: 22px;
	display: inline-block;
	text-decoration: underline;
	padding: 0 0 0 25px;
	background: url(../img/icon_plus.png) no-repeat left center;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .required.active span{
	background: url(../img/icon_minus.png) no-repeat left center;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .requiredArea {
	display:none;
	margin: 2% 1%;
    padding: 2%;
    width: 94%;
	background: #F4F4F4;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .requiredArea h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .requiredArea p{
	line-height: 2.0;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .textArea .requiredArea p a.blank{
	background: url(../img/icon_blank.png) no-repeat left center;
	padding: 0 0 0 11px;
    margin: 0 0 0 3px;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .linkList {
	margin-top: 12px;
	padding-bottom: 18px;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .linkList li.li01 {
	float: left;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .linkList li.li02 {
	float: right;
}
.searchPanel #SEARCH1 .iPop01 {
	padding-left: 14px;
	text-indent: -14px;
}
.searchPanel #SEARCH1 .iPop01 .imgPop01 {
	margin-right: 5px;
	vertical-align: middle;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .link {
	padding-right: 3px;
	text-align: right;
}
.searchPanel #SEARCH1 .searchArea .buttonArea .link a {
	display: inline-block;
	padding-left: 21px;
	background: url(../image/top/icn_link_orange.png) no-repeat 0 50%;
}
.searchPanel #SEARCH1 .searchArea .searchError01Pos {
	margin: 5px 0 0 0;
}
.searchPanel #SEARCH1 .searchArea .searchError01 {
	display: inline-block;
	padding: 8px 10px 6px 10px;
	border: 1px solid #F00;
	background: #FFE1E7;
	color: #F00;
	margin: 2px 0 0 0;
}


/* ===============================================
	JR東日本ダイナミックレールパック （JR＋宿泊）検索
=============================================== */
.searchPanel #SEARCH2 .titleArea01{
	padding: 0 0 15px 0;
	border-bottom: #DBDBDB solid 1px;
}
.searchPanel #SEARCH2 .titleArea01 h2.title{
	color: #008533; /*文字色*/
	font-size: 16px;
	font-weight: bold;
	background: url(../img/img_drp.png) no-repeat left center;
	padding: 0 0 0 40px;
	line-height: 30px;
	float: left;
}
.searchPanel #SEARCH2 .titleArea01 p.reservation{
	font-size: 12px;
	background: url(../img/icon_blank.png) no-repeat left center;
	padding: 5px 0 0 15px;
	float: right;
}
.searchPanel #SEARCH2 .searchArea dl{
	float: left;
	border-bottom: #DBDBDB solid 1px;
}
.searchPanel #SEARCH2 .searchArea dl.rightside{
	margin: 0 0 0 20px;
}
.searchPanel #SEARCH2 .searchArea dl dt {
	clear: both;
	float: left;
	width: 160px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	min-height: 35px;
	padding: 10px 0;
}
.searchPanel #SEARCH2 .searchArea dl dt span{
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}
.searchPanel #SEARCH2 .searchArea dl dd {
	width: 310px;
	padding: 10px 0 10px 160px;
	min-height: 34px;
}

.searchPanel #SEARCH2 .searchArea select {
	padding: 0;
	border: 1px solid #DBDBDB;
    background: #F4F4F4;
	width: 280px;
	height: 34px;
	color: #333;
	line-height: 28px;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.searchPanel #SEARCH2 .searchArea input[type="text"] {
	padding: 0 8px;
	border: 1px solid #DBDBDB;
	background: #F4F4F4;
	width: 265px;
	height: 34px;
	line-height: 30px \9; /* IE8 */
	color: #333;
	font-family: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.searchPanel #SEARCH2 .searchArea input[type="checkbox"]:focus {
	-webkit-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
	-moz-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
	box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
}
.searchPanel #SEARCH2 .searchArea dd .inputWater {
	color: #888;
}
.searchPanel #SEARCH2 .searchArea dd.dateForm select {
	margin-right: 5px;
	width: 80px;
}
.searchPanel #SEARCH2 .searchArea dd.dateForm select:first-child {
	width: 100px;
}
.searchPanel #SEARCH2 .searchArea dd.dateForm select:nth-child(3) {
	margin-right: 10px;
}
.searchPanel #SEARCH2 .searchArea dd.dateForm .days {
	margin-right: 4px;
}
.searchPanel #SEARCH2 .searchArea .btnKodawari {
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 240px;
	line-height: 34px;
	background: url(../img/icon_plus.png) no-repeat 25px center #FFE2CB;
}
.searchPanel #SEARCH2 .searchArea .btnKodawari:hover {
	cursor: pointer;
}
.searchPanel #SEARCH2 .searchArea .btnKodawari.open {
	background: url(../img/icon_minus.png) no-repeat 25px center #FFE2CB;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea {
	display: none;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  h4{
	font-weight: bold;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  ul{
	margin: 10px 0;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  ul li {
	float: left;
	width: 215px;
	margin: 0 20px 10px 0;
	padding: 0 5px;
	background: #F4F4F4;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  ul li input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:12px;
	height:12px;
	border: #DBDBDB 1px solid;
	border-radius:2px;
	background:transparent;
	opacity:1;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  ul li input[type="checkbox"]:checked{
  background: #555555;
  opacity:1;
}
.searchPanel #SEARCH2 .searchArea .kodawariArea  ul li label{
    width: 88%;
    display: inline-block;
    padding: 10px 0 10px 5px;
}
.searchPanel #SEARCH2 .numberSelectWrap,
.searchPanel #SEARCH2 .shukuhakuchiSelectWrap {
	position: relative;
	border: 1px solid transparent;
	width: 260px;
	height: 30px;
}
.searchPanel #SEARCH2 .numberSelectJR,
.searchPanel #SEARCH2 .shukuhakuchiSelectJR {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 34px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.searchPanel #SEARCH2 #searchNotesJR,
.searchPanel #SEARCH2 .numberJR,
.searchPanel #SEARCH2 .shukuhakuchiJR {
	display: none;
}
.searchPanel #SEARCH2 .searchArea .selectBox01Pos {
	position: absolute;
	margin-top: 8px;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01Pos {
	z-index: 12;
}
.searchPanel #SEARCH2 .searchArea .shukuhakuchiJR .selectBox01Pos {
	z-index: 13;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 {
	position: relative;
	border: 1px solid #ccc;
    background: #fff;
	width: 430px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 {
	width: 320px;
}
.searchPanel #SEARCH2 .searchArea .noteBox01 {
	position: relative;
	border: 1px solid #FFA743;
	background: #FFEEDA;
	width: 620px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 500;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 .selectBox01V01 {
	border-top: 4px solid #555555;
	padding: 20px 20px 13px 20px;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 .selectBox01V01 dl{
	float: none;
	border: none;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 .selectBox01V01 {
	padding: 13px 40px 13px 20px;
}
.searchPanel #SEARCH2 .searchArea .noteBox01 .noteBox01V01 {
	padding: 13px 20px 10px 20px;
}
.searchPanel #SEARCH2 .searchArea .selectBox01:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
	left: 50%;
    width: 9px;
    height: 5px;
	background:  url(../img/bg_balloon_select.png) no-repeat;
}
.searchPanel #SEARCH2 .searchArea .noteBox01 .close,
.searchPanel #SEARCH2 .searchArea .selectBox01 .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 select:focus {
	border: 1px solid #666 !important;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 select.w200 {
	width: 200px !important;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 select.w60 {
	width: 60px !important;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 dl {
    float: none;
    border: none;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 dl dt {
	clear: both;
	float: left;
	width: 90px;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	padding: 10px 0;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 dl dt .required {
	display: block;
	float: right;
	margin-top: 8px;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 dl dd {
	border-bottom: none;
	width: 300px;
	padding: 10px 0 10px 100px;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 dl dt {
	padding-right: 10px;
	line-height: 34px;
	width: 180px;
}
.searchPanel #SEARCH1 .searchArea .numberJR .selectBox01 dl dt .font85 {
    font-size: 85%;
    line-height: inherit;
}
.searchPanel #SEARCH1 .searchArea .numberJR .selectBox01 dl dt .font75 {
    font-size: 85%;
    line-height: inherit;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 .setting {
	text-align: center;
	margin: 15px 0 0 0;
}
.searchPanel #SEARCH2 .searchArea .selectBox01 .setting input[type="button"] {
	width: 150px;
	height: 34px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/icon_arrow.png) no-repeat 30px center #FF6C00;
	cursor: pointer;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 .setting {
	margin-top: -5px;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 .setting input {
	width: 150px;
	height: 36px;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 .note01 {
	margin-bottom: 15px;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 .note01 li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.searchPanel #SEARCH2 .searchArea .numberJR .selectBox01 .note01 li:first-child {
	margin-top: 0;
}
.searchPanel #SEARCH2 #searchNotesJR .titleMain01 {
	padding-left: 30px;
	min-height: 24px;
	background: url(../image/top/icn_caution.png) no-repeat;
	font-weight: bold;
	float: none;
	width: auto;
}
.searchPanel #SEARCH2 #searchNotesJR ul {
	margin-top: 15px;
}
.searchPanel #SEARCH2 #searchNotesJR ul li {
	margin-top: 8px;
	padding-left: 16px;
	background: url(../image/top/icn_dot_small.png) no-repeat 0 0.4em;
	line-height: 1.4;
}
.searchPanel #SEARCH2 #searchNotesJR ul li:first-child {
	margin-top: 0;
}
.searchPanel #SEARCH2 .searchArea .buttonArea {
	padding: 14px 0 0 0;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .submit {
	text-align: center;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .submit input[type="button"] {
	width: 240px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/icon_arrow.png) no-repeat 70px center #FF6C00;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea {
	margin-top: 20px;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .required{
	margin: -15px 0 0 0;
	width: 100%;
	text-align: right;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .required span{
	color: #0000FF;
	display: inline-block;
	cursor: pointer;
	line-height: 22px;
	text-decoration: underline;
	padding: 0 0 0 25px;
	background: url(../img/icon_plus.png) no-repeat left center;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .required.active span{
	background: url(../img/icon_minus.png) no-repeat left center;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .requiredArea {
	display:none;
	margin: 2% 1%;
    padding: 2%;
    width: 94%;
	background: #F4F4F4;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .requiredArea h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .requiredArea p{
	line-height: 2.0;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .textArea .requiredArea p a.blank{
	background: url(../img/icon_blank.png) no-repeat left center;
	padding: 0 0 0 11px;
    margin: 0 0 0 3px;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .linkList {
	margin-top: 12px;
	padding-bottom: 12px;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .linkList li.li01 {
	float: left;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .linkList li.li02 {
	float: right;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .linkList li.li02 p:first-child {
	margin-bottom: 10px;
}
.searchPanel #SEARCH2 .iPop01 {
	padding-left: 14px;
	text-indent: -14px;
}
.searchPanel #SEARCH2 .iPop01 .imgPop01 {
	margin-right: 5px;
	vertical-align: middle;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .link {
	padding-right: 3px;
	text-align: right;
}
.searchPanel #SEARCH2 .searchArea .buttonArea .link a {
	display: inline-block;
	padding-left: 21px;
	background: url(../image/top/icon_arrow.png) no-repeat 0 50%
}
.searchPanel #SEARCH2 .searchArea .searchError01Pos {
	margin: 5px 0 0 0;
}
.searchPanel #SEARCH2 .searchArea .searchError01 {
	display: inline-block;
	padding: 8px 10px 6px 10px;
	border: 1px solid #F00;
	background: #FFE1E7;
	color: #F00;
}


/* ===============================================
	JR東日本ダイナミックレールパック （宿泊のみ）検索
=============================================== */
.searchPanel #SEARCH3 .titleArea01{
	padding: 0 0 15px 0;
	border-bottom: #DBDBDB solid 1px;
}
.searchPanel #SEARCH3 .titleArea01 h2.title{
	color: #008533; /*文字色*/
	font-size: 16px;
	font-weight: bold;
	background: url(../img/img_drp.png) no-repeat left center;
	padding: 0 0 0 40px;
	line-height: 30px;
	float: left;
}
.searchPanel #SEARCH3 .titleArea01 p.reservation{
	font-size: 12px;
	background: url(../img/icon_blank.png) no-repeat left center;
	padding: 5px 0 0 15px;
	float: right;
}
.searchPanel #SEARCH3 .searchArea dl{
	float: left;
	border-bottom: #DBDBDB solid 1px;
}
.searchPanel #SEARCH3 .searchArea dl.rightside{
	margin: 0 0 0 20px;
}
.searchPanel #SEARCH3 .searchArea dl dt {
	clear: both;
	float: left;
	width: 160px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	min-height: 35px;
	padding: 10px 0;
}
.searchPanel #SEARCH3 .searchArea dl dt span{
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}
.searchPanel #SEARCH3 .searchArea dl dd {
	width: 310px;
	padding: 10px 0 10px 160px;
	min-height: 34px;
}

.searchPanel #SEARCH3 .searchArea select {
	padding: 0;
	border: 1px solid #DBDBDB;
    background: #F4F4F4;
	width: 280px;
	height: 34px;
	color: #333;
	line-height: 28px;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.searchPanel #SEARCH3 .searchArea input[type="text"] {
	padding: 0 8px;
	border: 1px solid #DBDBDB;
	background: #F4F4F4;
	width: 265px;
	height: 34px;
	line-height: 30px \9; /* IE8 */
	color: #333;
	font-family: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.searchPanel #SEARCH3 .searchArea input[type="checkbox"]:focus {
	-webkit-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
	-moz-box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
	box-shadow:rgba(102, 102, 102, 0.65098) 0px 0px 1px 1px;
}
.searchPanel #SEARCH3 .searchArea dd .inputWater {
	color: #888;
}
.searchPanel #SEARCH3 .searchArea dd.dateForm select {
	margin-right: 5px;
	width: 80px;
}
.searchPanel #SEARCH3 .searchArea dd.dateForm select:first-child {
	width: 100px;
}
.searchPanel #SEARCH3 .searchArea dd.dateForm select:nth-child(3) {
	margin-right: 10px;
}
.searchPanel #SEARCH3 .searchArea dd.dateForm .days {
	margin-right: 4px;
}
.searchPanel #SEARCH3 .searchArea .btnKodawariDaytrip {
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 240px;
	line-height: 34px;
	background: url(../img/icon_plus.png) no-repeat 25px center #FFE2CB;
}
.searchPanel #SEARCH3 .searchArea .btnKodawariDaytrip:hover {
	cursor: pointer;
}
.searchPanel #SEARCH3 .searchArea .btnKodawariDaytrip.open {
	background: url(../img/icon_minus.png) no-repeat 25px center #FFE2CB;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea {
	display: none;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea h4{
	font-weight: bold;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea ul{
	margin: 10px 0;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea ul li {
	float: left;
	width: 215px;
	margin: 0 20px 10px 0;
	padding: 0 5px;
	background: #F4F4F4;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea  ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea  ul li input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:12px;
	height:12px;
	border: #DBDBDB 1px solid;
	border-radius:2px;
	background:transparent;
	opacity:1;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea  ul li input[type="checkbox"]:checked{
	background: #555555;
	opacity:1;
}
.searchPanel #SEARCH3 .searchArea .kodawariDaytripArea  ul li label{
    width: 88%;
    display: inline-block;
    padding: 10px 0 10px 5px;
}
.searchPanel #SEARCH3 .numberSelectWrap,
.searchPanel #SEARCH3 .shukuhakuchiSelectWrap {
	position: relative;
	border: 1px solid transparent;
	width: 260px;
	height: 30px;
}
.searchPanel #SEARCH3 .numberSelectDaytrip,
.searchPanel #SEARCH3 .shukuhakuchiSelectDaytrip {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 34px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.searchPanel #SEARCH3 #searchNotesDaytrip,
.searchPanel #SEARCH3 .numberDaytrip,
.searchPanel #SEARCH3 .shukuhakuchiDaytrip {
	display: none;
}
.searchPanel #SEARCH3 .searchArea .selectBox01Pos {
	position: absolute;
	margin-top: 8px;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01Pos {
	z-index: 12;
}
.searchPanel #SEARCH3 .searchArea .shukuhakuchiDaytrip .selectBox01Pos {
	z-index: 13;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 {
	position: relative;
	border: 1px solid #ccc;
    background: #fff;
	width: 430px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 {
	width: 320px;
}
.searchPanel #SEARCH3 .searchArea .noteBox01 {
	position: relative;
	border: 1px solid #FFA743;
	background: #FFEEDA;
	width: 620px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 500;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 .selectBox01V01 {
	border-top: 4px solid #555555;
	padding: 20px 20px 13px 20px;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 .selectBox01V01 dl{
	float: none;
	border: none;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 .selectBox01V01 {
	padding: 13px 40px 13px 20px;
}
.searchPanel #SEARCH3 .searchArea .noteBox01 .noteBox01V01 {
	padding: 13px 20px 10px 20px;
}
.searchPanel #SEARCH3 .searchArea .selectBox01:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
	left: 50%;
    width: 9px;
    height: 5px;
	background:  url(../img/bg_balloon_select.png) no-repeat;
}
.searchPanel #SEARCH3 .searchArea .noteBox01 .close,
.searchPanel #SEARCH3 .searchArea .selectBox01 .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 select:focus {
	border: 1px solid #666 !important;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 select.w200 {
	width: 200px !important;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 select.w60 {
	width: 60px !important;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 dl {
    float: none;
    border: none;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 dl dt {
	clear: both;
	float: left;
	width: 90px;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	padding: 10px 0;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 dl dt .required {
	display: block;
	float: right;
	margin-top: 8px;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 dl dd {
	border-bottom: none;
	width: 300px;
	padding: 10px 0 10px 100px;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 dl dt {
	padding-right: 10px;
	line-height: 34px;
	width: 180px;
}
.searchPanel #SEARCH1 .searchArea .numberDaytrip .selectBox01 dl dt .font85 {
    font-size: 85%;
    line-height: inherit;
}
.searchPanel #SEARCH1 .searchArea .numberDaytrip .selectBox01 dl dt .font75 {
    font-size: 85%;
    line-height: inherit;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 .setting {
	text-align: center;
	margin: 15px 0 0 0;
}
.searchPanel #SEARCH3 .searchArea .selectBox01 .setting input[type="button"] {
	width: 150px;
	height: 34px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/icon_arrow.png) no-repeat 30px center #FF6C00;
	cursor: pointer;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 .setting {
	margin-top: -5px;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 .setting input {
	width: 150px;
	height: 36px;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 .note01 {
	margin-bottom: 15px;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 .note01 li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.searchPanel #SEARCH3 .searchArea .numberDaytrip .selectBox01 .note01 li:first-child {
	margin-top: 0;
}
.searchPanel #SEARCH3 #searchNotesDaytrip .titleMain01 {
	padding-left: 30px;
	min-height: 24px;
	background: url(../image/top/icn_caution.png) no-repeat;
	font-weight: bold;
	float: none;
	width: auto;
}
.searchPanel #SEARCH3 #searchNotesDaytrip ul {
	margin-top: 15px;
}
.searchPanel #SEARCH3 #searchNotesDaytrip ul li {
	margin-top: 8px;
	padding-left: 16px;
	background: url(../image/top/icn_dot_small.png) no-repeat 0 0.4em;
	line-height: 1.4;
}
.searchPanel #SEARCH3 #searchNotesDaytrip ul li:first-child {
	margin-top: 0;
}
.searchPanel #SEARCH3 .searchArea .buttonArea {
	padding: 14px 0 0 0;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .submit {
	text-align: center;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .submit input[type="button"] {
	width: 240px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/icon_arrow.png) no-repeat 70px center #FF6C00;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea {
	margin-top: 20px;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .required{
	margin: -15px 0 0 0;
	width: 100%;
	text-align: right;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .required span{
	color: #0000FF;
	display: inline-block;
	cursor: pointer;
	line-height: 22px;
	text-decoration: underline;
	padding: 0 0 0 25px;
	background: url(../img/icon_plus.png) no-repeat left center;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .required.active span{
	background: url(../img/icon_minus.png) no-repeat left center;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .requiredArea {
	display:none;
	margin: 2% 1%;
    padding: 2%;
    width: 94%;
	background: #F4F4F4;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .requiredArea h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .requiredArea p{
	line-height: 2.0;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .textArea .requiredArea p a.blank{
	background: url(../img/icon_blank.png) no-repeat left center;
	padding: 0 0 0 11px;
    margin: 0 0 0 3px;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .linkList {
	margin-top: 12px;
	padding-bottom: 12px;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .linkList li.li01 {
	float: left;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .linkList li.li02 {
	float: right;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .linkList li.li02 p:first-child {
	margin-bottom: 10px;
}
.searchPanel #SEARCH3 .iPop01 {
	padding-left: 14px;
	text-indent: -14px;
}
.searchPanel #SEARCH3 .iPop01 .imgPop01 {
	margin-right: 5px;
	vertical-align: middle;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .link {
	padding-right: 3px;
	text-align: right;
}
.searchPanel #SEARCH3 .searchArea .buttonArea .link a {
	display: inline-block;
	padding-left: 21px;
	background: url(../image/top/icon_arrow.png) no-repeat 0 50%
}
.searchPanel #SEARCH3 .searchArea .searchError01Pos {
	margin: 5px 0 0 0;
}
.searchPanel #SEARCH3 .searchArea .searchError01 {
	display: inline-block;
	padding: 8px 10px 6px 10px;
	border: 1px solid #F00;
	background: #FFE1E7;
	color: #F00;
}



/* ===============================================
	ボタンのホバー効果
=============================================== */
.searchPanel .buttonArea .submit input[type="button"] {
	cursor: pointer;
}
.searchPanel .buttonArea .submit input[type="button"]:hover {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }