@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2009/06/08
	
	■プラン詳細共通
	プラン詳細							.plan_detail
	他の部屋タイプ						.other_roomtype

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* プラン詳細共通
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents #first_column .inner {
	width: 830px;
	margin: 0 auto;
}

#contents .plan_detail_outer,
#contents .other_roomtype_outer {
	width: 780px;
	margin: 0 auto;
}
#contents .plan_detail {
}


/* ナビ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .search_navigation {
	width: 780px;
	margin: 0 auto;
}
#contents .search_navigation a.btn_back_plan_list {
	display: block;
	background:transparent url(search_navigation_btn_back_plan_list.png) no-repeat scroll left center;
	width: 156px;
	height: 26px;
	text-indent: -999px;
}
#contents .search_navigation a.btn_back_plan_list:hover {
	background-position: right bottom;
}


/* プラン詳細
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* outer */
#contents .plan_detail_outer {
	background: url(plan_list_bgi_block_body.png) repeat top left;
	padding-top: 0;
	padding-bottom: 1px;
	border-top: solid 1px #D4CCC2; /* firefox,safariなど .yms_boxのmargin-topが外側に吸収されるのを防ぐ */
}
#contents .plan_detail_outer .plan_detail {
	margin: 10px;
	background: url(plan_list_bgi_box_body.png) repeat-y top left;
}
#contents .plan_detail_outer .plan_detail .yms_box_head {
	height: 3px;
	overflow: hidden;
	background: url(plan_list_bgi_box_head.png) no-repeat top left;
}
#contents .plan_detail_outer .plan_detail .yms_box_foot {
	clear: both;
	height: 3px;
	padding-top: 0;
	overflow: hidden;
	background: url(plan_list_bgi_box_foot.png) no-repeat bottom left;
}
* html body #contents .plan_detail_outer .plan_detail .yms_box_foot {
	padding-top: 0; /* ie6  */
	height: 16px; /* ie6  */
}

/* outer( other_roomtype ) */
#contents .other_roomtype_outer {
	background: url(plan_list_bgi_block_body.png) repeat top left;
	padding-top: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-top: solid 1px #DFD7CC; /* firefox,safariなど .yms_boxのmargin-topが外側に吸収されるのを防ぐ */
}
#contents .other_roomtype_outer .other_roomtype {
	margin: 10px;
	background: url(plan_list_bgi_box_body.png) repeat-y top left;
}
#contents .other_roomtype_outer .other_roomtype .yms_box_head {
	height: 3px;
	overflow: hidden;
	background: url(plan_list_bgi_box_head.png) no-repeat top left;
}
#contents .other_roomtype_outer .other_roomtype .yms_box_foot {
	clear: both;
	height: 3px;
	padding-top: 0;
	overflow: hidden;
	background: url(plan_list_bgi_box_foot.png) no-repeat bottom left;
}
* html body #contents .other_roomtype_outer .other_roomtype .yms_box_foot {
	padding-top: 0; /* ie6  */
	height: 16px; /* ie6  */
}



/* plan_detail */
#contents .plan_detail {
	margin-bottom: 20px;
}

/* タイトル　プラン名／値段／期間（上部）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_title {
	margin: 0 3px 15px;
	background: url(plan_list_bgi_title.png) repeat-x left top;
}
#contents .plan_detail .yms_title_inner {
	margin: 0 8px 2px 3px;
	padding-top: 8px;
	padding-bottom: 2px;
}
#contents .plan_detail .yms_title .yms_name {
	padding-left: 8px;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.4;
}
#contents .plan_detail .yms_title_sub {
	float: right;
	width: 285px;
}
/* 販売期間 */
#contents .plan_detail .yms_title_sub li.yms_icon_sales_term {
	float: left;
	margin-top: 3px;
	margin-bottom: 12px;
	padding-left: 45px;
	padding-right: 5px;
	background: url(icon_sales_term_bgdark.gif) no-repeat left center;
	font-size: 92%;
	font-weight: bold;
}
/* チェックイン・アウト */
#contents .plan_detail .yms_title_sub li.yms_icon_checkin {
	display: block;
	clear: both;
	float: left;
	width: 100px; /* ie6 型崩れ対策 */
	background: url(icon_checkin_bgdark.png) no-repeat left top;
	padding-left: 60px;
	font-weight: bold;
}
#contents .plan_detail .yms_title_sub li.yms_icon_checkout {
	display: block;
	float: right;
	background: url(icon_checkout_bgdark.png) no-repeat left top;
	padding-left: 66px;
}
/* メッセージ（宿泊可能） */
#contents .plan_detail .yms_title_sub li.yms_icon_reserve_message {
	display: block;
	float: right;
	min-width: 100px; /* ie7 型崩れ対策 */
}






/* サマリー　チェックイン、アウト／食事
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_summary {
	clear: both;
	margin: 0 0 15px 0;
}
#contents .plan_detail .yms_summary ul {
	width: 100%;
}
#contents .plan_detail .yms_summary li {
	display: block;
	float: left;
	padding-right: 20px;
	color: #666;
	font-size: 93%;
}
#contents .plan_detail .yms_summary li.yms_icon_checkin {
	background: url(icon_summary_checkin.gif) no-repeat left top;
	padding-left: 50px;
}
#contents .plan_detail .yms_summary li.yms_icon_checkout {
	background: url(icon_summary_checkout.gif) no-repeat left top;
	padding-left: 56px;
}
#contents .plan_detail .yms_summary li.yms_icon_meal {
	padding-left: 29px;
	background: url(icon_summary_meal.gif) no-repeat left top;
}



/* 写真
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_photo {
	float: left;
	width: 274px;
	margin-bottom: 20px;
	padding-left: 15px;
}
#contents .plan_detail .yms_photo .yms_photo_unit {
	clear: both;
	padding-bottom: 15px;
	background: url(bgi_block_01.png) repeat left top;
}
#contents .plan_detail .yms_photo p {
	margin: 0 0 3px 0;
}
#contents .plan_detail .yms_photo span {
}
#contents .plan_detail ul.yms_thumbnail {
	margin-left: 15px;
}
#contents .plan_detail ul.yms_thumbnail li {
	display: block;
	float: left;
	margin-left: 1px;
}
#contents .plan_detail ul.yms_thumbnail li.yms_first {
	margin-left: 0;
}

#contents .plan_detail .yms_photo .yms_photo_title {
	margin-bottom: 2px;
	padding: 1px 2px;
/*	background: url(bgi_block_02.png) repeat left top; */
}
#contents .plan_detail .yms_photo span.yms_photo_caption_header {
	display: inline;
	font-size: 85%;
	color: #6b5d50;
}
#contents .plan_detail .yms_photo span.yms_photo_caption {
	line-height: 1.4;
	display: inline;
	font-size: 93%;
}
#contents .plan_detail a.yms_photo_main {
	display: block;
	width: 242px;
	border: solid 1px #888;
	margin: 0 auto 5px;
}



/* 説明
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_explanation {
	display: inline;
	float: left;
	width: 439px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 108%;
}
#contents .plan_detail .yms_explanation .yms_inner {
}

/* 文章 */
#contents .plan_detail .yms_sentence {
	margin-bottom: 30px;
	font-size: 108%;
}

/* 特典 */
#contents .plan_detail .yms_plan_merit_detail {
/*	width: 429px; 幅を指定するとie6で型崩れ */
	background: url(bgi_plan_merit_detail.png) repeat-y top left;
	margin: 10px 0 20px 0;
}
#contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_head {
	height: 16px;
	overflow: hidden;
	background: url(bgi_plan_merit_detail_head.png) no-repeat top left;
}
#contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_foot {
	height: 3px;
	overflow: hidden;
	background: url(bgi_plan_merit_detail_foot.png) no-repeat bottom left;
}
* html #contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_foot {
	height: 13px; /* ie6 高さが3pxのままだとフッターが消えてしまう。13pxからオッケー */
}
*:first-child+html #contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_foot {
	height: 20px; /* ie7 高さが3pxのままだとフッターが消えてしまう。20pxからオッケー */
}

#contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_body {
	padding: 10px 10px 7px;
}

/* ボタン、クリック */
#contents .yms_btn_click {
	width: 60%;
	margin: 10px 0 0;
	padding-left: 15px;
	height: 22px;
	background: url(bgi_click_left.png) no-repeat top left;
	color: #fff;
	font-size: 85%;
}
#contents .yms_btn_click .yms_btn_click_inner {
	padding-top: 3px;
	height: 19px;
	background: url(bgi_click_right.png) no-repeat top right;
}
/* theme.cssに負けないようにidを追加 */
#plan #contents .yms_btn_click a:link {
	color: #fff;
}
#plan #contents .yms_btn_click a:visited {
	color: #fff;
}
#plan #contents .yms_btn_click a:hover,
#plan #contents .yms_btn_click a:active {
	color: #fff;
}


/* 共通 */
#contents .plan_detail .yms_detail_label {
	margin-right: 15px;
	font-size: 85%;
}


/* 角丸、枠 */
#contents .plan_detail .yms_board_top {
	height: 3px;
	overflow: hidden;
	background: url(bgi_board_top.png) no-repeat top left;
}
#contents .plan_detail .yms_board_bottom {
	height: 3px;
	overflow: hidden;
	background: url(bgi_board_bottom.png) no-repeat bottom left;
}
* html #contents .plan_detail .yms_board_bottom {
	height: 16px; /* ie6 高さが3pxのままだとフッターが消えてしまう。16pxからオッケー */
}
*:first-child+html #contents .plan_detail .yms_board_bottom {
	height: 20px; /* ie7 高さが3pxのままだとフッターが消えてしまう。20pxからオッケー */
}

#contents .plan_detail .yms_board_middle {
	padding: 10px 10px 7px;
}
/* 角丸、枠 説明その他 */
#contents .plan_detail .yms_explanation .yms_sub {
	background: url(bgi_board_middle.png) repeat-y left top;
}


/* 部屋タイプ説明 */
#contents .plan_detail .yms_roomtype_detail {
	margin-bottom: 30px;
	background: url(bgi_board_middle.png) repeat-y left top;
}
#contents .plan_detail .yms_roomtype_detail .yms_detail_title {
	margin-bottom: 15px;
	margin-left: 1px;
	padding: 3px 5px 5px;
	background: #5D574E url(bgi_board_title.png) repeat-x left top;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#contents .plan_detail .yms_roomtype_detail .yms_detail_title img {
	vertical-align: middle;
}
#contents .plan_detail .yms_roomtype_detail .yms_detail_inner {
	padding: 0 15px 15px;
}


/* 料理説明 */
#contents .plan_detail .yms_meal_detail {
	margin-bottom: 30px;
	background: url(bgi_board_middle.png) repeat-y left top;
}
#contents .plan_detail .yms_meal_detail .yms_detail_title {
	margin-bottom: 15px;
	margin-left: 1px;
	padding: 3px 5px 5px;
	background: #5D574E url(bgi_board_title.png) repeat-x left top;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#contents .plan_detail .yms_meal_detail .yms_detail_title img {
	vertical-align: middle;
}
#contents .plan_detail .yms_meal_detail .yms_detail_inner {
	padding: 0 15px 15px;
}

/* 角丸　タイトルだけで情報がなかった場合 */
#contents .plan_detail .yms_title_only .yms_board_bottom {
	background: url(bgi_board_title_bottom.png) no-repeat top left;
}
#contents .plan_detail .yms_title_only .yms_board_top {
	background: url(bgi_board_title_top.png) no-repeat top left;
}
#contents .plan_detail .yms_title_only .yms_detail_title {
	margin-bottom: 0;
	padding-bottom: 2px;
}
* html #contents .plan_detail .yms_title_only .yms_board_bottom {
	height: 3px; /* ie6 高さが3pxのままだとフッターが消えてしまう。13pxからオッケー */
}


/* オプション説明 */
#contents .plan_detail .yms_option_detail {
	margin-bottom: 20px;
}
#contents .plan_detail .yms_option_detail .yms_detail_title {
	margin-bottom: 15px;
	padding: 5px;
	background: #5D574E url(bgi_board_title.png) repeat-x left top;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#contents .plan_detail .yms_option_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 1px;
}
#contents .plan_detail .yms_option_detail .yms_detail_inner {
	padding: 0 10px 0;
}

/* 料金説明 */
#contents .plan_detail .yms_price_detail {
	margin-bottom: 20px;
}
#contents .plan_detail .yms_price_detail .yms_detail_title {
	margin-bottom: 15px;
	padding: 5px;
	background: #5D574E url(bgi_board_title.png) repeat-x left top;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#contents .plan_detail .yms_price_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 1px;
}
#contents .plan_detail .yms_price_detail .yms_detail_inner {
	padding: 0 10px 0;
}

/* アメニティ説明 */
#contents .plan_detail .yms_amenity_detail {
	margin-bottom: 20px;
}
#contents .plan_detail .yms_amenity_detail .yms_detail_title {
	margin-bottom: 15px;
	padding: 5px;
	background: #5D574E url(bgi_board_title.png) repeat-x left top;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#contents .plan_detail .yms_amenity_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 1px;
}
#contents .plan_detail .yms_amenity_detail .yms_detail_inner {
	padding: 0 10px 0;
}

/* その他説明 */
#contents .plan_detail .yms_others_detail {
	margin-bottom: 10px;
}
#contents .plan_detail .yms_others_detail .yms_detail_title {
	margin-bottom: 15px;
	padding: 5px;
	background: #5D574E url(bgi_board_title.png) repeat-x left top;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
}
#contents .plan_detail .yms_others_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 1px;
}
#contents .plan_detail .yms_others_detail .yms_detail_inner {
	padding: 0 10px 0;
}
#contents .plan_detail .yms_others_detail .yms_others_detail_sub {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
}




/* 他の部屋タイプから選ぶ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contents .other_roomtype {
	margin: 0 0 40px 0;
}




/* 帯
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .summary_table_info {
	margin: 10px 15px 2px;
	padding: 10px;
	background: url(bgi_block_deep_red.png) repeat left top;
	color: #fff;
}
#contents .other_roomtype .summary_table_info .yms_title {
	font-size: 116%;
}
#contents .other_roomtype .summary_table_info .yms_title_sub {
}
#contents .other_roomtype .summary_table_info .yms_title .yms_name {
}
#contents .other_roomtype .summary_table_info .yms_title_sub {
	float: right;
	width: 170px;
	font-size: 108%;
}




#contents .other_roomtype .yms_box {
	margin: 0 15px;
	padding-bottom: 8px;
	border-top: solid 1px #fff;
	border-left: solid 1px #D6CBBF;
	border-right: solid 1px #D6CBBF;
	border-bottom: solid 1px #D6CBBF;
}
#contents .other_roomtype .yms_even {
	background: #F1F8FF;
}
#contents .other_roomtype .yms_current {
	background: #FFF8DD;
}

#contents .other_roomtype .yms_first {
	border-top: solid 1px #D6CBBF;
}

/* タイトル　プラン名／値段／期間
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .yms_box .yms_title {
	padding: 8px 5px;
}

#contents .other_roomtype .yms_box .yms_title .yms_icon {
	float: left;
}
#contents .other_roomtype .yms_box .yms_title .yms_icon p {
	margin-bottom: 1px;
}
#contents .other_roomtype .yms_box .yms_title .yms_name {
	float: left;
	font-size: 116%;
	margin-top: 2px;
	margin-left: 8px;
}
#contents .other_roomtype .yms_box .yms_title_sub {
	float: right;
	width: 260px;
	margin-top: 2px;
}
#contents .other_roomtype .yms_box .yms_title_sub li {
	float: right;
	margin-left: 10px;
}
#contents .other_roomtype .yms_box .yms_title_sub li.yms_price {
	font-size: 123%;
	font-weight: bold;
}


/* 写真
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .yms_photo {
	display:inline; /* ie6 double margin */
	float: left;
	width: 122px;
	margin-left: 5px;
}


/* 説明
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .yms_explanation {
	display:inline; /* ie6 double margin */
	float: left;
	width: 150px;
	margin-left: 10px;
}
#contents .other_roomtype .yms_explanation .yms_capacity {
	border-left: solid 5px #AC977F;
	padding-left: 3px;
}

#contents .other_roomtype .yms_sentence {
	height: 6em;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	font-size: 93%;
	text-align: justify;
}
#contents .other_roomtype .yms_sentence .yms_to_next {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 4px;
	background: #eee;
	font-size: 77%;
}


/* 表
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .yms_detail_table {
	display:inline; /* ie6 double margin */
	float: left;
	width: 426px;
	margin-left: 10px;
}
#contents .other_roomtype .yms_detail_table h4.yms_header {
	border-left: solid 5px #AC977F;
	padding-left: 3px;
	margin-bottom: 2px;
}
#contents .other_roomtype .yms_detail_table table {
}
#contents .other_roomtype .yms_detail_table table tr {
	width: 100%;
}
#contents .other_roomtype .yms_detail_table table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	table-layout:fixed;
	width: 100%;
	border-top: solid 1px #D6CBBF;
	border-left: solid 1px #D6CBBF;
}
#contents .other_roomtype .yms_detail_table th {
	white-space: nowrap;
	padding: 5px 2px;
	border-right: solid 1px #D6CBBF;
	border-bottom: solid 1px #D6CBBF;
	background: #F3F0ED;
	font-size: 93%;
	font-weight: normal;
	text-align: center;
}
#contents .other_roomtype .yms_detail_table td {
	background-color: #fff;
	padding: 5px 2px;
	border-right: solid 1px #D6CBBF;
	border-bottom: solid 1px #D6CBBF;
	text-align: center;
}



/* タイトル帯
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/** 01　薄い茶          light_brown
 **/
#contents .plan_detail_outer .yms_box_light_brown .yms_title {
	background: url(../../../block/light_brown/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_light_brown .yms_title_inner {
	background: url(../../../block/light_brown/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 02　こげ茶          deep_brown
 **/
#contents .plan_detail_outer .yms_box_deep_brown .yms_title {
	background: url(../../../block/deep_brown/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_deep_brown .yms_title_inner {
	background: url(../../../block/deep_brown/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 03　エンジ          deep_red
 **/
#contents .plan_detail_outer .yms_box_deep_red .yms_title {
	background: url(../../../block/deep_red/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_deep_red .yms_title_inner {
	background: url(../../../block/deep_red/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 04　ピンク          pink
 **/
#contents .plan_detail_outer .yms_box_pink .yms_title {
	background: url(../../../block/pink/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_pink .yms_title_inner {
	background: url(../../../block/pink/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 05　明るいオレンジ          yellow_orange
 **/
#contents .plan_detail_outer .yms_box_yellow_orange .yms_title {
	background: url(../../../block/yellow_orange/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_yellow_orange .yms_title_inner {
	background: url(../../../block/yellow_orange/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 06　オレンジ          orange
 **/
#contents .plan_detail_outer .yms_box_orange .yms_title {
	background: url(../../../block/orange/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_orange .yms_title_inner {
	background: url(../../../block/orange/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 07　黄緑          yellow_green
 **/
#contents .plan_detail_outer .yms_box_yellow_green .yms_title {
	background: url(../../../block/yellow_green/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_yellow_green .yms_title_inner {
	background: url(../../../block/yellow_green/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 08　緑          green
 **/
#contents .plan_detail_outer .yms_box_green .yms_title {
	background: url(../../../block/green/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_green .yms_title_inner {
	background: url(../../../block/green/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 09　水色          sky
 **/
#contents .plan_detail_outer .yms_box_sky .yms_title {
	background: url(../../../block/sky/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_sky .yms_title_inner {
	background: url(../../../block/sky/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 10　青          blue
 **/
#contents .plan_detail_outer .yms_box_blue .yms_title {
	background: url(../../../block/blue/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_blue .yms_title_inner {
	background: url(../../../block/blue/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 11　紫          purple
 **/
#contents .plan_detail_outer .yms_box_purple .yms_title {
	background: url(../../../block/purple/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_purple .yms_title_inner {
	background: url(../../../block/purple/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 12　赤          red
 **/
#contents .plan_detail_outer .yms_box_red .yms_title {
	background: url(../../../block/red/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_red .yms_title_inner {
	background: url(../../../block/red/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}

/** 13　朱色          vermilion
 **/
#contents .plan_detail_outer .yms_box_vermilion .yms_title {
	background: url(../../../block/vermilion/plan_title/plan_list_bgi_title.png) no-repeat left top;
	color: #FCFCFC;
}
#contents .plan_detail_outer .yms_box_vermilion .yms_title_inner {
	background: url(../../../block/vermilion/plan_title/plan_list_bgi_title_bottom.png) repeat-x left bottom;
	color: #FCFCFC;
}



/* 写真共通
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.photo_bgi_600x450 {
	display: block;
	width: 600px;
	height: 450px;
	padding: 1px;
	border: solid 1px #D6CBBF;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 450px;
	text-indent: -9999em;
}
.photo_bgi_240x180 {
	display: block;
	width: 240px;
	height: 180px;
	border: solid 1px #fff;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 180px;
}
.photo_bgi_120x90 {
	display: block;
	width: 120px;
	height: 90px;
	border: solid 1px #D6CBBF;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 90px;
	text-indent: -9999em;
}
.photo_bgi_85x64 {
	display: block;
	width: 85px;
	height: 64px;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 64px;
	text-indent: -9999em;
}
.photo_bgi_58x43 {
	display: block;
	width: 60px;
	height: 45px;
	background-color: #DAD7D4;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 43px;
	text-indent: -9999em;
}

.photo_bgi_no_photo {
	margin: 3px 0 0 20px;
}

.photo_bgi_nowprinting {
	margin: 3px 0 0 20px;
}


/* 早割り、当時割り
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
ul.block_plan_discount{
	margin-top: 5px;
}
#contents ul.block_plan_discount li{
	font-size: 90%;
	font-weight: bold;
	color: #C00;
	display: block;
	float: left;
	padding-right: 10px;
	margin-bottom: 8px;
}
#contents ul.block_plan_discount li .prev_plan{
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	background: #C66;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
#contents ul.block_plan_discount li .today_plan{
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	background: #39F;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
#contents ul.block_plan_discount li .just_before_plan{
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	background: #20611f;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
