@charset "utf-8";
/* ===================================================================
CSS information

 file name  :reserves.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* 各ページタイトル画像
----------------------------------------------------------- */
#reserves #header h1 {
	background:url(../reserves/images/title.jpg) center 0 no-repeat;
}




/* .con_intro		INTRO
----------------------------------------------------------- */
#reserves #main .con_intro {
	margin-bottom:40px;
	width:705px;
	background:url(../reserves/images/bgreserves.jpg) right 69px no-repeat;
}

#reserves #main .con_intro p {
	margin:15px 0 0 30px;
	width:370px;
}

#reserves #main .con_intro span {
	color:#E80404;
}




/*----------------------------------------------------
	#ypro_search		予約PRO新版の幅設定	
----------------------------------------------------*/

#reserves #main #ypro_search {
	width:703px;
}

#reserves #main #ypro_search,
#reserves #main #ypro_planname,
#reserves #main #ypro_planlist,
#reserves #main #ypro_error_con{
	width:703px;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


