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

/* ------ ツアー検索 ------ */

/* jquery.tab-change.js */
.tab-change-motion {
  display: none;
}
#motionArea1 {
  display: block;
}

.search {
	width:60%;
	margin:auto;
}

@media screen and (max-width: 600px) {
.search {
	width:90%;
	margin:auto;
}
}


#wrapper .search .box {
	width:100%;
    background: #e1eafc;
    clear: both;
    padding: 10px 10px 0px 10px;
	border:#3366cc solid 1px;
}

@media screen and (max-width: 600px) {
.search .box {
	width:90%;
    background: #e1eafc;
    clear: both;
    padding: 10px 10px 0px 10px;
	border:#3366cc solid 1px;
}
}

.search .box form {
}
.search .box table {
    margin: 5px auto;
    width: 95%;
}
.search .box table td {
    padding: 5px 0;
}

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.search .box table td {
    padding: 3px 0;
}
}

.search .box td.morearea {
    text-align: right;
}
.search .box select {
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
}
.search .box button {
    border: medium none;
    cursor: pointer;
}
.search .box .width_m {
    width: 60%;
	font-size:100%;
}
.search .box .width_l {
    width: 100%;
	font-size:100%;
}

.search .box .ym {
	font-size:100%;
    width:80%;
 }

.search .box .d {
	font-size:100%;
    width:80%; 
	margin-left:20px;
}

.search .box .text{
	font-size:14px;
	font-weight:bold;
}

.search .box div.submitarea {
	margin:14px 0;
    text-align: center;
}

.search .box div.submitarea .opacity{
	margin:0;
	padding:0;
	-moz-margin:-5px 0 0 -5px;
}

iframe {
	background-color:#e1eafc;
}

select{
-moz-appearance: none;
border: medium none;
background-color: transparent;
background-image: url("../imgs/select_bg.png");
background-repeat: no-repeat;
background-position: right center;
border-radius: 4px;
text-align: left;
font-size: 14px;
color: #333;
margin-bottom: 10px;
padding: 0px 30px 0px 10px;
-webkit-appearance: none;
}

</pre></body></html>