html,body {
	width:100%;
	min-width:1280px;
	height:100%;
	background-image:url(../img/bg.png)
    }

html {
	overflow-y: scroll;
    }

body {
	margin:0;
    }


#wrapper {
	width:100%;
	height:100%;
    }

	
img {
	border:none;
    }


p {
	color:#000;
	line-height: 2.4em;
	font-size: 15px;
	margin:0;
	clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
	
.pink {
	color: #FF9999;
	}
.red {
	color: #8C1F1F;
    }
.gray {
	color: #999999;
	}
.yellow {
	color: #FFCC00;
	}
.white {
	color: #FFFFFF;
	}
.brown {
	color: #663300;
	}
.green {
	color: #838E27;
	}
.orange {
	color: #CC3300;
	}
.blue {
	color: #003F8E;
	}

/* Style_text
--------------------------------------------------- */
.small {
	font-size:11px
    }
.medium {
	font-size:20px;
	line-height:28px;
    }
.large {
	font-size:32px;
	line-height:38px;
    }		
.bold {
	font-weight: bold;
	}
.big {
	font-size:24px;
	}


/* Navi
-----------------------------------------------------------------------------*/

#Navi_wrapper {
	width:100%;
	min-width: 1280px;
	height:120px;
	background-image:url(../img/bg.png);
	z-index:100;
	box-shadow:0 3px 5px #999;
    -webkit-box-shadow:0 3px 5px #999;
    -moz-box-shadow:0 3px 5px #999;
	}

#globalNavi {
	width:1100px;
	height:120px;
	margin:0 auto;
	}

#logo {
	float:left;
	width:340px;
	height:120px;
    }

#reserve_button {
	float:right;
	width:150px;
	height:80px;
	padding-top:20px;
    }

#sub_navi {
	float:left;
	width:410px;
	height:55px;
	margin-left:170px;
    }
  
#main_navi {
	float:left;
	width:580px;
	height:65px;
    }


/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
	}


/* main_column
----------------------------------------------------------------------------*/
.maincol {
	width: 100%;
	height:1280px;
	margin:0 auto;
	padding:0;
	position:relative;
	background-image:url(../img/body_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}


.maincol_orange {
	width: 100%;
	height:1960px;
	margin:0 auto;
	padding:0;
	position:relative;
	background-color:#FFF3B5;
	}

.maincol_white {
	width: 100%;
	height:170px;
	margin:0;
	background-color:#FFF;
	padding:0;
	position:relative;
	}
　　.maincol_white:after{
     content: ""; 
     display: block; 
     clear: both;
    }

.maincol_plan {
	width: 100%;
	height:1020px;
	margin:0 auto;
	padding:0;
	position:relative;
	background-image:url(../img/plan_bg.jpg);
	}
　　.maincol_plan:after{
     content: ""; 
     display: block; 
     clear: both;
    }

.contentsbox_greeting {
	width: 1140px;
	height:1280px;
	margin: 0px auto;
	text-align:left;
	background-image:url(../img/body_01.png);
	}
	.contentsbox_greeting:after{
     content: ""; 
     display: block; 
     clear: both;
    }
	
.list {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
    }
    .list li {
	margin: 0;
	float: left;
	transition: .8s;
    }

.list-mv01 {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    }
	
.mv01 {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
    }

.contentsbox {
	width: 1100px;
	margin: 0px auto 20px auto;
	text-align:left;
	overflow: hidden;
	}
	.contentsbox:after{
     content: ""; 
     display: block; 
     clear: both;
    }
 
.search {
	width: 1000px;
	margin: 0px auto;
	padding:40px 50px;
	text-align:left;
	}
	.search:after{
     content: ""; 
     display: block; 
     clear: both;
    }





/* Movie
-----------------------------------------------------------------------------*/

#movArea {
	height: 100%;
	width: 100%;
	overflow: hidden;
	}
	
#main_movie {
	width: 100%;
	height: 750px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	}
	#index #main_movie {
		background-image: url(movie/top.jpg);
		height: auto;
	}
	#main_movie video {
	z-index: -1;
	width: 100%;
	object-fit: cover;
	object-position: 50%;
	}



/* Footer
-----------------------------------------------------------------------------*/
	
#footer_wrapper {
	width:100%;
	min-width: 1280px;
	height:250px;
	background-color:#E1DCBD;
	background-position:bottom;
	clear: both;
	}	

#footer {
	width:1100px;
	height:250px;
	margin:0 auto;
    }
			
#footer_add {
	height: auto;
	width: 500px;
	text-align: left;
	float: left;
	color: #000;
	font-size: 13px;
	vertical-align: 20px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	}

#footernavi {
	margin: 30px auto 0px auto;
	width: 420px;
	padding: 0px;
	color: #000;
	font-size: 14px;
	float: right;
	text-align: left;
	}
	#footernavi ul {
	border-left: 3px solid #838E27 ;
	float: left;
	margin-right: 25px;
	margin-bottom: 2px;
	padding-left:10px;
	width:auto;
	}
　　#footernavi ul .item01, #footernavi ul.item02, #footernavi ul.item03 {
    float: left;
	display: block;
	}	
	#footernavi li {
	padding: 0px;
	display: block;
	list-style:none;
	}
	#footernavi a {
	color: #000;
	}
	#footernavi a:hover {
	color: #000;
	}

#page-top {
    position: fixed;
    bottom: 20px;
	margin-left:90%;
    font-size: 77%;
	z-index:2000;
    }
    #page-top a {
    background: #CC9900;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    }
    #page-top a:hover {
    text-decoration: none;
    background: #996600;
    }
	

/* Style float margin padding
---------------------------------------------------*/ 

.alignleft {text-align:left;}
.alignright {text-align: right;}

.lfloat {float: left;}
.rfloat {float: right; text-align:left;}


img.lfloat {float: left; margin-right: 10px; margin-bottom: 10px;}
img.rfloat {float: right; margin-bottom: 10px; margin-left: 10px;}

.lfloatmrb5 {float: left; margin-right: 5px; margin-bottom: 5px;}
.rfloatmbl5 {float: right; margin-bottom: 5px; margin-left: 5px;}
.lfloatmrb10 {float: left; margin-right: 10px; margin-bottom: 10px;}
.lfloatmrb15 {float: left; margin-right: 15px; margin-bottom: 15px;}
.lfloatmrb20 {float: left; margin-right: 20px; margin-bottom: 20px;}
.rfloatmbl10 {float: right; margin-left: 15px; margin-bottom: 10px; }
.lfloatmr20 {float: left; margin-right: 20px;}
.lfloatmr30 {float: left; margin-right: 30px;}

.lfloatbox {width:240px; float: left; margin-top:5px; margin-right: 0px; margin-bottom: 5px;}
.rfloatbox {width:240px; float: right; margin-top:5px; margin-left: 0px; margin-bottom: 5px; }

.m5 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m30 { margin: 30px;}
.m40 { margin: 40px;}

.mr5 { margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr25 {	margin-right: 25px;}
.mr30 {	margin-right: 30px;}

.mrb5 { margin-right: 5px; margin-bottom: 5px;}
.mrb10 { margin-right: 10px; margin-bottom: 10px;}
.mrb20 { margin-right: 20px; margin-bottom: 20px;}

.mtb40 { margin-top: 40px; margin-bottom: 40px;}
.mtb6010 { margin-top: 60px; margin-bottom: 10px;}
.mtb6020 { margin-top: 60px; margin-bottom: 20px;}
.mtb6040 { margin-top: 60px; margin-bottom: 40px;}
.mtb60 { margin-top: 60px; margin-bottom: 60px;}
.mtb8020 { margin-top: 80px; margin-bottom: 20px;}
.mtb8060 { margin-top: 80px; margin-bottom: 60px;}


.mb0 { margin-bottom: 0px;}
.mb3 { margin-bottom: 3px;}
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}


.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}
.ml30 {	margin-left: 30px;}

.mside10 { margin-right: 10px; margin-left: 10px;}
.mside15 { margin-right: 15px; margin-left: 15px;}
.mside20 { margin-right: 20px; margin-left: 20px;}

.p5 { padding: 5px;}
.p10 { padding: 10px;}
.p20 { padding: 20px;}

.ptb5 { padding-top: 5px; padding-bottom: 5px;}
.ptb10 { padding-top: 10px; padding-bottom: 10px;}
.ptb20 { padding-top: 20px; padding-bottom: 20px;}

.pside10 { padding-right: 10px; padding-left: 10px;}
.pside20 { padding-right: 20px; padding-left: 20px;}

.pt5 { padding-top: 5px;}
.pr5 { padding-right: 5px;}
.pb5 { padding-bottom: 5px;}
.pl5 { padding-left: 5px;}

.pt20 { padding-top: 20px;}

clear{ clear:both;}


	
/* リストの余計な空白削除 
------------------------------------------------ */
ul, ol, li {
	margin: 0 0 0 0;
	padding: 0;
}
ul, li {
	list-style-type:none;
}


/* h1 の余計な空白削除
------------------------------------------------ */ 
h1 {
	margin: 0;
	padding: 0;
}


	
/* Index page
-----------------------------------------------------------------------------*/

#greeting {
	width:1100px;
	height:670px;
	margin:0px auto;
	background-image:url(../img/greeting_bg.png);
	background-repeat:no-repeat;
	position: relative;
	}

#greeting .copy {
	width: 430px;
	position:absolute;
	top: 170px;
	right: 0;
	}
	
.index_bn {
	width:100%; 
	height:600px;
	background-image:url(../img/charm_bg.jpg);
	background-repeat:repeat-x;  
	overflow: hidden;
	display:block; 
	cursor:default;
	text-align: center;
	}

.index_bn p{
	width: auto;
	margin-top: 50px;
	text-align: left;
	font-weight: bold;
	line-height: 1.9em;
	display: inline-block;
}

.f_left {
	float:left;
	}
	
.f_right {
	float:right;
	}
	
.index_bn_box{ 
	width:50%;
	height:600px; 
	position:relative;
	text-align:center;
	display:inline;
	}
	.index_bn_box img { 
	margin:0 auto;
	display:block; 
	text-align:center;
	}

.index_bn_cuisine{ 
	width:50%;
	height:600px; 
	background-image:url(../img/cuisine.jpg);
	background-size:cover;
	position:relative;
	display:inline;
    }
		 	 
.index_bn_garden{ 
	width:50%;
	height:600px; 
	background-image:url(../img/garden.jpg);
	background-size:cover;
	position:relative;
	display:inline;
	}		 

.title_img {
	margin:120px auto 40px auto;
	text-align:center;
	}
	
.slider_bg {
	width: 100%;
	height:270px;
	background-color:#E1DCBD;
	padding-top:30px;
    }	
	
.slider01_wrap {
	width: 100%;
	height:240px;
    }

#slider01 {
	width: 100%;
	height: 240px;
	margin:0;
    }

#slider01 li{
	height: 240px;
	margin-right:30px;
    }
.add_box{
	position:relative;	
}
.qr{
	position: absolute;
	right: 80px;
   	bottom: 0px;
	line-height: 1.3em;
	text-align: left;
	display:table;
	width: 160px;
}
.qr a{
	text-decoration: none;
	width:100px;
	padding-top: 5px;
	font-size: 1em;
}
.qr img{
	padding-right: 5px;
	display:block;
	float: left;
	width:60px;
}
.qr a:hover{
	opacity: 0.6;
}


/* Garden page
-----------------------------------------------------------------------------*/

#garden_main {
	width: 100%;
	height:750px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../garden/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #garden_main img {
	padding-top:230px;
    }
	
	
#slider2 {
	width:900px;
	height:600px;
	margin:0px;
    }

.bx-pager2{
	width: 150px;
	height:auto;
	display:inline;
	margin-top:20px;
    }
    .bx-pager2 img {
	float:left;
	width: 150px;
	height:100px;
	display:block;
	margin-top:10px;
    }
	.bx-pager2 img:hover {
	opacity:0.5;
	}

#garden_promenade{
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../garden/promenade1.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
	
	
	
/* cuisine page
-----------------------------------------------------------------------------*/

#cuisine_main {
	width: 100%;
	height:750px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../cuisine/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #cuisine_main img {
	padding-top:230px;
    }
	
	
.slider03_wrap {
	width: 100%;
	height:360px;
    }

#slider03 {
	width: 100%;
	height: 360px;
	margin:0;
    }

#slider03 li{
	height: 360px;
	margin:0px;
    }	



/* spa page
-----------------------------------------------------------------------------*/

#spa_main {
	width: 100%;
	height:750px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../spa/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #spa_main img {
	padding-top:230px;
    }


table.spa {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
    table.spa th {
	width: 180px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
    table.spa td {
	width: 840px;
	text-align:left;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }	
	
	
	
/* facilities page
-----------------------------------------------------------------------------*/

#facilities_main {
	width: 100%;
	height:750px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../facilities/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #facilities_main img {
	padding-top:230px;
    }

#lobby {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin:0 0 80px 0;
	background-image:url(../facilities/main.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}

.room {
	width:1100px;
	height:400px;
	margin:0 auto 60px auto;
	background-image:url(../facilities/room_bg.png);
	background-repeat:no-repeat;
    }
	
.room_copy {
	width:auto;
	height:auto;
	padding:25px;
    }

.room_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.r_rev{flex-direction:row-reverse}
.r_slider{
	width: 80%; 
	margin: 0!important; 
	position: relative; 
	z-index: 100; 
	font-size: 0;
	overflow:hidden;
}
.r_slider img{width: 100%;}
.r_slider02{
	width: 100%;
	height: auto;
}
.r_slider02 img{width: 100%;}
.slick-dots{bottom:2%!important;}
.slick-prev{left:10px!important; z-index: 10!important;}	
.slick-next{right:10px!important; z-index: 10!important;}	
.r_txt{
	width: 18%;
	height: 100%;
	text-align: center;
}
.r_txt h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(135deg, #eec800, #c4a74e 80%);
	box-shadow: 10px 10px 0 hsla(0,0%,0%,0.30);
	padding: 25px;
	box-sizing: border-box;
	line-height: 1.5em;
	text-shadow: 0 0 15px hsla(0,0%,0%,0.50);
	height: 250px;
	position: relative;
}
.r_txt h3::before{
	content:"";
	background: url("../facilities/r_name_bg.png") repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 200px;
}
.r_name div{
	font-size: 2.2em;
	line-height: 1em;
}
.r_name01{
	font-size: 1.3em;
	color: #FFFFFF;	
	line-height: 1em;
	letter-spacing: 0.08em;
	font-weight: bolder;
	border-bottom: 2px solid hsla(0,0%,100%,0.30);
	padding-bottom: 15px;
}
.r_name02{
	font-size: 2.2em;
	color: #FFFFFF;
	line-height: 0.8em;
}
.r_txt h3 .en{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 0.4em;
	letter-spacing: 0.1em;
}

#kochou{
	display: inline-block;
	background: url("../facilities/momiji_bg.png") no-repeat;
	background-position: right bottom;
}
#kochou .r_slider{
	width: 100%; 
}
#kochou .r_txt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1%;
}	
#kochou .r_txt h3{
	/*background-image: linear-gradient(135deg, #eec800, #c4a74e 90%);*/
	width: 32%;
	height: 200px;
	margin-bottom: 0;
}
#kochou .r_txt h3::before{
	content:"";
	background: url("../facilities/r_name_bg.png") repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 200px;
}	
#kochou .r_txt .r_detail{
	width: 63%;
	text-align: left;
	line-height: 1.8em;
}
#asuka h3, #akebono h3{
	box-shadow: -10px 10px 0 hsla(0,0%,0%,0.30);
}


/* access page
-----------------------------------------------------------------------------*/

#access_main {
	width: 100%;
	height:750px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../access/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #access_main img {
	padding-top:230px;
    }

#sakura{
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../access/sakura.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}

table.access {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
    table.access th {
	width: 380px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
    table.access td {
	width: 640px;
	text-align:left;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }	
	
	
	
	
/* reserve page
-----------------------------------------------------------------------------*/

#reserve_main {
	width: 100%;
	height:750px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../reserve/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #reserve_main img {
	padding-top:230px;
    }
	
table.cancel {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
    }
    table.cancel th, table.cancel td {
    border: solid 1px #999999;
    }
    table.cancel th {
	width: 170px;
	padding: 10px;
	vertical-align: middle;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
    table.cancel td {
	width: 170px;
	text-align:center;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
    }	
	
.plan_bnr {
	width: 1100px;
	margin: 0px auto 20px auto;
	text-align:left;
	}
    .plan_bnr img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    }




#mini {
	padding: 20px;
	display: block;
	height: 200px;
	width: 700px;
	margin: 0px;
	background-color: rgb(255,255,255);
}
#mini hr {width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both; border-style: none; visibility: hidden;}

/*プラン*/
#mini #minileft {
	width: 410px;
	float: right;
	word-wrap: break-word;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mini #minileft p {
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#mini #minileft h4 {
	margin: 0 0 5px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0 0 5px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}
#mini #minileft h4 a{
	margin: 0px;
	padding: 0;
	color: #52542E;
	text-decoration: none;
	font-weight: bold;
}
#mini #minileft h4 a:hover {
	color: #52542E;
	font-weight: bold;
	text-decoration: underline;
}

#mini #miniright {
	width: 266px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
}
#mini #miniright img {
	margin: 0px 0px 0px;
	padding: 0px;
	border-style: none;
}


/*プランボタン*/
#mini #miniright p {margin: 0px; padding: 0px; display: block;}
#mini #miniright p a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	background: url(m_plan02.gif) no-repeat;
}
#mini #miniright p a:hover { background: url(m_plan02_ov.gif) no-repeat;}

#mini #miniright strong {display: none;}
.mini hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}
.search .search_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.search .plan_form {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 800px;
	position: relative;
}

.plan_form p{
	margin:0;
	padding:0;
}
.search .plan_form form .check_in p #datepicker {
	width: 90px;
}

.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width: 238px;
	float: left;
	margin-right: 22px;
	margin-left: 22px;
}
.plan_form .guests{
	width:220px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form .type{
	width:224px;
	float:left;
}
.plan_form .price{
	width:340px;
	float:left;
}
.plan_form .search_btn{
	width: 117px;
	height: 24px;
	float: left;
	position: absolute;
	right: 60px;
	top: 50px;
}
.plan_form hr{
	clear: both;
	width: 0;
	height: 0;
	float: none;
}
.search hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}

.search .ui-datepicker td a{
	
text-align: center;
	padding: .1em;
}
