@CHARSET "UTF-8";
/******************************************************************************
     Search
 ******************************************************************************/
.searchWrap {
	background-image: url("../../../img/user/sp/common/cmn_back.jpg");
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 3px #5d5d5d;
	-webkit-box-shadow: 0px 1px 3px #5d5d5d;
	-moz-box-shadow: 0px 1px 3px #5d5d5d;
}
.searchTit {
	width: 98%;
	margin: 0 auto 15px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-shadow:
		0px 0px 5px #FF94AD,
		0px 0px 5px #FF94AD;
}
.searchMain {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #FF5685;
	border-top: 1px solid #FF5685;
	box-shadow: 0px 1px 3px #480014 inset;
	-webkit-box-shadow: 0px 1px 3px #480014 inset;
	-moz-box-shadow: 0px 1px 3px #480014 inset;
}
.searchMain h3 {
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FF8CAC;
}
.searchTitTop {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	box-shadow: 0px 1px 3px #480014 inset;
	-webkit-box-shadow: 0px 1px 3px #480014 inset;
	-moz-box-shadow: 0px 1px 3px #480014 inset;
}
.searchBtnStyle {
	overflow: auto;
}
.searchSelBtnWrap {
	text-align: center;
	background-color: #FFEDF4;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	box-shadow: 0px 1px 3px #480014 inset;
	-webkit-box-shadow: 0px 1px 3px #480014 inset;
	-moz-box-shadow: 0px 1px 3px #480014 inset;
}
.searchSelBtn {
	width: 40%;
	padding: 5px 10px;
	margin: 20px 10px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	border: 1px solid rgb( 86, 86, 86 );
	background: -webkit-gradient(linear, left bottom, left top,
			from(rgb(217,217,217)),
			color-stop(0.25, rgb(217,217,217)),
			color-stop(0.69, rgb(233,233,233)),
			to(rgb(249,249,249)));
	background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	background-image: -o-linear-gradient(left bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	background-image: -ms-linear-gradient(left bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	background-image: linear-gradient(left bottom, rgb(217,217,217) 0%,
			rgb(217,217,217) 25%,
			rgb(233,233,233) 69%,
			rgb(249,249,249));
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 1px 1px 1px #FFFFFF, 0px 1px 3px #888888 inset;
	-webkit-box-shadow: 1px 1px 1px #FFFFFF, 0px 1px 3px #888888 inset;
	-moz-box-shadow: 1px 1px 1px #FFFFFF, 0px 1px 3px #888888 inset;
}
.searchSelBtn a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #5C5C5C;
}
.searchSelBtnOne {
	margin: 0 auto !important;
	float: none !important;
}
.allHyouji,
.allCheck {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px #b9b9b9;
	-webkit-box-shadow: 1px 1px 1px #b9b9b9;
	-moz-box-shadow: 1px 1px 1px #b9b9b9;
	background: #FFFCEC !important;
	color: #FF618E;
	width: 98% !important;
	font-weight: bold;
	text-align: center !important;
}
.allHyouji a,
.allCheck {
	color: #FF618E !important;
}
.searchCheck select {
	margin-left: 1%;
}
.selected {
	color: #FFFFFF;
	font-weight: bold;
	background: -webkit-gradient(linear, left bottom, left top,
			from(rgb(255,83,136)),
			color-stop(0.50, rgb(255,83,136)),
			color-stop(0.53, rgb(255,106,152)),
			to(rgb(255,128,167)));
	background-image: -moz-linear-gradient(bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
	background-image: -o-linear-gradient(left bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
	background-image: -ms-linear-gradient(left bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
	background-image: linear-gradient(left bottom, rgb(255,83,136) 0%,
			rgb(255,83,136) 50%,
			rgb(255,106,152) 53%,
			rgb(255,128,167));
}
.checkBtn {
	height: 50px;
	line-height: 50px;
	position: relative;
	display: block;
}
.searchDetailBtn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.searchDetailBtn input {
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgb( 255, 79, 137 );
	text-shadow: 0px -1px 1px rgb( 210, 56, 136 );
	background-image: -webkit-gradient(linear, left 73%, left 7%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to bottom, rgb(255,138,179), rgb(255,86,134));
	box-shadow: 0px 1px 2px 0px #777777;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.searchDetailBtn input:hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to top, rgb(255,138,179), rgb(255,86,134));
}


/*   いっぱつ検索   */
#ippatsuModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1000;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	z-index: 10;
}
#ippatsuKensaku {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-x: hidden;
	z-index: 30;
}
.topPinkLine {
	width: 100%;
	height: 20px;
	background-color: #FF8CAC;
}
.rosenSet {
	display: none;
}
.ARSetWrap table {
	width: 100%;
	margin-bottom: 10px;
}
.ARSetWrap td {
	text-align: right;
}
.ARSetSel {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 5px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #FFA6BF;
	background-color: #FFF1F5;
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 10px 16px;
	-webkit-background-size: 10px 16px;
	-moz-background-size: 10px 16px;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7d7d7d;
	cursor: pointer;
}
.changeIco {
	display: inline-block;
	position: relative;
}
.kensakuSetWrap {
	width: 100%;
	overflow: auto;
}
.freewordSetWrap,
.ippatsuBtnWrap {
	width: 100%;
	padding: 10px 1%;
	border-top: 1px solid #FF8CAC;
	border-bottom: 1px solid #FF8CAC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
}
.tipped {
	color: #AAAAAA;
}
.kensakuKekka p {
	font-size: 16px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
}
.ippatsuBtn {
	width: 80%;
	height: 50px;
	line-height: 50px;
	box-shadow: 0px 1px 2px 0px #777777;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	display: block;
}
.resetBtn {
	background-image: -webkit-gradient(linear, left 73%, left 7%, from(rgb(255,255,255)), to(rgb(220,220,220)));
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255), rgb(220,220,220));
	background-image: -o-linear-gradient(bottom, rgb(255,255,255), rgb(220,220,220));
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255), rgb(220,220,220));
	background-image: linear-gradient(to bottom, rgb(255,255,255), rgb(220,220,220));
}
.resetBtn:hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,255,255)), to(rgb(220,220,220)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(220,220,220));
	background-image: -o-linear-gradient(top, rgb(255,255,255), rgb(220,220,220));
	background-image: -ms-linear-gradient(top, rgb(255,255,255), rgb(220,220,220));
	background-image: linear-gradient(to top, rgb(255,255,255), rgb(220,220,220));
}
.kensakuBtn,
.modoruBtn,
.setteiBtn {
	border: 1px solid rgb( 255, 79, 137 );
	background-image: -webkit-gradient(linear, left 73%, left 7%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(bottom, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to bottom, rgb(255,138,179), rgb(255,86,134));
}
.kensakuBtn:hover,
.modoruBtn:hover,
.setteiBtn:hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,138,179)), to(rgb(255,86,134)));
	background-image: -moz-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -o-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: -ms-linear-gradient(top, rgb(255,138,179), rgb(255,86,134));
	background-image: linear-gradient(to top, rgb(255,138,179), rgb(255,86,134));
}
.setteiBtn {
	text-shadow: 0 -1px 1px #FF4F89;
}
.cancelBtn {
	margin: 0 auto;
}
.cancelBtn:hover {
	background-image: -webkit-gradient(linear, left 7%, left 73%, from(rgb(255,234,243)), to(rgb(255,216,229)));
	background-image: -moz-linear-gradient(top, rgb(255,234,243), rgb(255,216,229));
	background-image: -o-linear-gradient(top, rgb(255,234,243), rgb(255,216,229));
	background-image: -ms-linear-gradient(top, rgb(255,234,243), rgb(255,216,229));
	background-image: linear-gradient(to top, rgb(255,234,243), rgb(255,216,229));
}
#searchSetAreaSel {
	display: none;
}
.ippatsuBigArea {
	width: 98%;
	border: 1px solid #FF6C96;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-webkit-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-moz-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	cursor: pointer;
	overflow: hidden;
}
.open { background-image: url("../../../img/user/sp/search/close_arrow.png") !important; }
.open2 { background-image: url("../../../img/user/sp/search/close2_arrow.png") !important; }
.close {
	display: none;
}
.allCheck {
	cursor: pointer;
	height: 50px;
	line-height: 50px;
}
#searchSetRosenSel {
	display: none;
}
.ippatsuRail {
	width: 98%;
	border: 1px solid #FF6C96;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-webkit-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	-moz-box-shadow: 0px 1px 0px 0px rgb( 78, 78, 78 );
	cursor: pointer;
}
#searchSetStationSel {
	display: none;
}

.ippatasuModoru,
.ippatsuClose {
	position: absolute;
	cursor: pointer;
}
.ippatasuModoru {
	left: 10px;
	display: none;
}
