@charset "utf-8";

#search {
	height: 600px;
	width: 100%;
	min-width: 1263px;
	background: url(../img/search.jpg) no-repeat center;
	position: relative;
}
#search .center {
	height: 60px;
	width: 600px;
	background: #000;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -223px;
    padding: 0;
    opacity: 0.6;
    border-radius: 7px;
}
#search .search {
	height: 52px;
	width: 446px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -219px;
    border-radius: 7px;
    border: 0;
    padding: 0;
    font-size: 27px;
    background: #eee;
}
#search .button {
	height: 52px;
	width: 143px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 230px;
    border-radius: 7px;
    border: 0;
    font-size: 27px;
    background: #eee;
}
#tour {
    width: 1263px;
    height: 1200px;
/*    background: red;*/
    margin: 0 auto;
}
#tour .center {
    text-align: center;
    color: #999;
}
#tour h1 {
    margin: 35px 0 0 0;
    font-size: 60px;
}
#tour h2 {
    margin: 15px 0 0 0;
    font-weight: normal;
}
#tour figure {
    width: 380px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
    position: relative;
    float: left;
    margin: 30px 15px 0 15px;
}
#tour .title {
    color: #000;
    font-weight: normal;
}
#tour .price {
    color: #f60;
    font-size: 13px;
}
#tour .price strong {
    font-size: 20px;
    padding: 0 4px;
}
#tour .sat {
    float: right;
    font-style: normal;
    position: relative;
    top: 5px;
}
#tour .type {
    background: #59b200;
    color: #fff;
    font-size: 15px;
    width: 90px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 4px;
}