/* =====================================================================
clear-setting
===================================================================== */
.clrFix:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
*:first-child+html .clrFix { display:inline-block; }
html {
    color: #2f353d;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.6;
	overflow: auto;
}
body{overflow-x: hidden;}
li{list-style:none;}
p{padding:0; margin:0;}



/* =====================================================================
search TOP
===================================================================== */
.read{	float: left;}
.date{ font-size: 85%;}
a.s5-link { font-size: 85%;}

@media (max-width:960px) {
.read{	float: none;
}
}

#select-flow{
	max-width: 1200px;
	margin: 30px auto;
	clear: both;
}

.select1{clear: both;}

.select1,
.select2,
.select3,
.select4{
	float: left;
	width: 24%;
	color: #FFF;
	margin-right: 1%;
}
.select1 .step,
.select2 .step,
.select3 .step,
.select4 .step{
	background: url(../images/sch_step_bg.gif) no-repeat right;
	width:100%;
	height: 54px;
	margin-top: 20px;
}
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
}
/*ie10以下*/
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	display: inline-block\9;
	top: 15%\9;
	transform: translateY(-15%)\9;
}

.select-box{
	width: 100%;
	padding: 0;
	margin: 5px 0 10px 0;
}
select {
	width: 90%;
	margin: 2vh 0 0 0.5vw;
	color: #222;
	font-size: 14px;
	padding: 6px;
}

.select2,
.select3,
.select4{
	display: none;
}

#re-search {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
}

@media screen and (min-width: 641px) and (max-width:930px) {
select {
	width: 100%;
}
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	padding: 0 20px 0 10px;
	font-size: 14px;
}
}


@media (max-width:640px){
.select1,
.select2,
.select3,
.select4{
	width: 100%;
}
	
.select1 .step,
.select2 .step,
.select3 .step,
.select4 .step {
	background:#00a7ae;
	background-image: none;
	height: auto;
	height: 2em;
}
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	padding:0px 10px;
	font-size: 13px;
}
select {
width: 100%;
border-radius: 10px;
border: 1px solid #d3d3d3;
background: url(../images/sch_slct_bg.gif) repeat-x 0 0;
color: #222;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
text-align: center;
font-weight: bold;
font-size: 16px;
padding: 10px;
overflow: visible;
}
.select-box{
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
}


.btn_search{
	width: 100%;
	text-align: center;
	margin: 60px 0;
}
.btn_search img{
	max-width: 300px;
}

@media (max-width:640px){
.btn_search{
	margin: 0;
	padding: 0 0 60px 0
}
.btn_search img{
	width: 80%;
}
}


/* =====================================================================
search result
===================================================================== */
.nohit{
	text-align: center;
	margin: 80px 0;
}
.machine{
	width: 100%;
	margin-top: 10px;
}
.machine ul{
margin: 0;
padding: 0;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.machine ul li{
	font-size: 16px;
	font-weight: bold;
	padding: 1%;
	position: relative;
	float: left;
	width: 47%;
	margin: 0 1% 0 0;
}
.machine ul li.gray{
	 background: #F3F4F6;
}
.machine ul li span.day{
font-size: 12px;
font-weight: normal;
margin: -5px 0 0 10px;
}
.machine ul li span.note{
display: block;
font-size: 12px;
font-weight: normal;
}

@media (max-width:640px){
.machine ul li{
	float: none;
	width: 94%;
	font-size: 85%;
	font-weight: bold;
	padding: 3%;
}
.machine ul li.gray{
	 background: #fff;
}
.machine ul li:nth-child(2n+1) {
	background: #F3F4F6;	
}
	.machine ul li:nth-child(2n) {
	background: #FFFFFF;
}
}


.comment{
	border: 1px solid #e4e7ec;
	margin-top: 40px;
	padding: 20px;
	/*
	background: #fbfbfd;
	*/
	color: #666666;
}
.comment ul{
	margin: 5px 0 0 0;
	padding: 0;	
}
.comment ul li{
	list-style: none;
	margin: 0 0 0 20px;
	line-height: 1.6;
}
