@charset "utf-8";
/* ===================================================================
CSS information

 file name  :dp.css
 author     :Ability Consultant
style info  :航空券付宿泊プランページ設定　ハックは最下部に記述
 1. 共通
 2. index.php 航空券付宿泊プランTOP
=================================================================== */


/*----------------------------------------------------
	共通
----------------------------------------------------*/
#dp #main h3 {
	margin: 0 0 20px 0;
}



/* con_catch キャッチ
-----------------------------------------------
#dp .con_catch {

	margin-bottom:50px;
	width: 710px;

}

#dp .con_catch .ph_catch,
#dp .con_catch .txt_catch,
#dp .con_catch .txt_timetable{
	margin-bottom:15px;
}

#dp .con_catch .txt_catch span {
	font-size:120%;
	font-weight:bold;
}
*/

/* con_catch キャッチ
-----------------------------------------------*/
#dp .con_catch {
	width: 370px;
	margin: 0 0 50px 0;
	background: url(../dp/images/img_catch.jpg) no-repeat left top;
	padding: 150px 290px 40px 50px;
}

#dp .con_catch h3,
#dp .con_catch h4,
#dp .con_catch p {
	margin: 0 0 15px 0;
}

#dp .con_catch .txt {
	color:#fff;
}

/* con_dp プラン
-----------------------------------------------*/
#dp .con_dp {
	width: 710px;
	margin: 0 0 60px 0;
	overflow:hidden;
}


#dp .con_dp .artcile p,
#dp .con_dp .artcile ul {
	margin: 0 0 15px 0;
}

#dp .con_dp .artcile li {
	margin: 0 0 0 10px;
	text-indent:-10px;
	font-size:90%;
}

#dp .con_dp .artcile p.imgR {
	float:left;
	margin:5px 30px 10px 20px;
}

#dp .con_dp .artcile ul {
	margin: 0 0 15px 210px;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

