@charset "utf-8";
/* ===================================================================
CSS information

 file name  :reserve.css
 author     :Ability Consultant
style info  :ご予約・宿泊プラン設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	予約プロ部分修正
----------------------------------------------------------- */
#ypro_body #ypro_planlist div.ypro_photo p.bigImg img {
	width: 217px;
	height: 145px;
	padding: 3px;
	margin-top:10px;
}

#ypro_body #ypro_planlist div.ypro_photo p.thumbs a {
	height:42px;
	margin:0 3px 5px 0;
	width:52px;
}

#ypro_body #ypro_planlist div.ypro_photo p.thumbs img {
	height:42px;
	width:52px;
}

#ypro_body #ypro_planlist div.ypro_photo p.thumbs a:hover,
#ypro_body #ypro_planlist div.ypro_photo p.thumbs a.active {
	height:42px;
	width:52px;
}


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

#reserve #side .con_search h3 {
	text-align: center;
}

#reserve .ypro_category_wrap h2 p {
	font-size: 110%;
}

#reserve #footer ul {
	margin-left: 20px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html #reserve #side ul {
	position: relative;
	left: -18px;
}


*:first-child+html #ypro_body #reserve #side ul {
	position: relative;
	left: 0;
}

/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #reserve #side ul {
	position: relative;
	left: -18px;
}

* html #ypro_body #reserve #side ul {
	position: relative;
	left: 0;
}