@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2009/06/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




#contents .calendar_month,
#contents .calendar_week {
/*	「幅指定のマージンauto」FireFoxでTableの右側のボーダーが崩れる
	width: 720px;
	margin: 0 auto;
*/
	margin: 0 15px;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  プラン一覧共通
 **
 **/
#contents .calendar_month,
#contents .calendar_week {
	background: url(calendar_month_bgi_middle.png) repeat-x left 30px;
	margin-bottom: 20px;
}


/* 空室状況カレンダー（1ヶ月）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month {
	clear: both;
	margin-bottom: 12px;
	background: url(calendar_month_block_middle.png) repeat-y left top;
}

#contents .calendar_month .calendar_month_inner{
	padding: 0 30px 10px;
}


#a_calendar_month {
	display: block;
	clear: both;
}

/* yms_header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_header {
	padding-top: 5px;
	background: url(calendar_month_title.png) no-repeat left top;
	color: #fff;
	height: 45px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contents .calendar_month .yms_header p {
	padding: 2px 0;
}
#contents .calendar_month .yms_header p img {
	vertical-align: middle;
}
#contents .calendar_month .yms_header .yms_calendar_title {
	display: inline;
	float: left;
	margin-left: 215px;
	width: 380px;
}
#contents .calendar_month .yms_header .yms_calendar_title_sub {
	float: left;
	width: 130px;
	margin-top: 2px;
}
		

/* yms_footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_footer {
	background: url(calendar_month_block_bottom.png) no-repeat left top;
	padding: 3px 10px;
	color: #fff;
	height: 16px;
}

	
/* preparation 準備中
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_calendar_preparation {
	width: 600px;
	margin: 10px auto 20px;
	padding: 50px 0;
	border: solid 1px #6B5D50;
	color: #6B5D50;
	background: #FBFAFA;
	text-align: center;
	line-height: 1.6;
}
#contents .calendar_month .yms_calendar_preparation p {
	font-size: 116%;
	font-weight: bold;
}
#contents .calendar_month .yms_calendar_preparation p.yms_telephone {
	font-size: 197%;
	width: 250px;
	margin: 20px auto;
	padding: 5px 0;
	border: solid 3px #B5AEA8;
	background: #F9F9F3;
}


/* yms_explanation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_explanation {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background: url(icon_calendar_month_explanation.png) no-repeat 5px center;
	color: #666;
}


/* yms_condition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_condition {
	margin: 0 0 7px 0;
	padding: 0;
}
#contents .calendar_month .yms_condition dl {
	padding-left: 4px;
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
}
#contents .calendar_month .yms_condition dt {
	float: left;
	width: 100px;
	margin: 5px 0 5px 0;
	color: #6b5d50;
}
#contents .calendar_month .yms_condition dd {
	margin: 10px 0 5px 100px;
	text-indent: 0;
	font-size: 116%;
}
#contents .calendar_month .yms_condition dd span {
}

/* yms_navi_person
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_navi_person {
	margin: 0;
	padding: 0;
}

#contents .calendar_month .yms_navi_person ul {
	style-type: none;
	margin: 0;
	padding: 0;
}

#contents .calendar_month .yms_navi_person ul li {
	display: inline;
}
#contents .calendar_month .yms_navi_person ul li a {
	display: block;
	float: left;
	outline: none;
	margin: 0;
	padding: 10px 15px 5px;
	background: url(bgi_block_04.png) repeat top left;
	color: #000;
	font-weight: normal;
	letter-spacing: .1em;
	text-decoration: underline;
}
#contents .calendar_month .yms_navi_person ul li.yms_current a {
	background: url(bgi_calendar_tab_active.png) repeat-x left top;
	color: #ece3e3;
	font-weight: bold;
	text-decoration: none;
}

#contents .calendar_month .yms_navi_person li a:hover {
	background: url(bgi_calendar_tab_active.png) repeat-x left top;
	color: #fff;
	text-decoration: underline;
}
#plan #contents .calendar_month .yms_navi_person a:link {
	color: #560b04;
}
#plan #contents .calendar_month .yms_navi_person a:visited {
	color: #560b04;
}
#plan #contents .calendar_month .yms_navi_person a:hover {
	color: #783c36;
}
#plan #contents .calendar_month .yms_navi_person a:active {
	color: #783c36;
}


/* yms_navi_month
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_navi_month {
	clear: both;
	min-height: 32px;
	_height: 32px;
	margin: 0;
	padding: 0;
	background: #fff url(bgi_calendar_belt.png) repeat-x left top;
	color: #fff;
}
#contents .calendar_month .yms_navi_month_inner {
	margin: 0;
	padding: 4px 0 4px;
	text-align: center;
}
#contents .calendar_month .yms_navi_month ul li {
	display: inline;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 108%;
	vertical-align: bottom;
	letter-spacing: .1em;
}
#contents .calendar_month .yms_navi_month ul li.yms_current {
	display: inline;
	line-height: 100%;
	font-size: 138.5%;
	font-weight: bold;
	letter-spacing: .1em;
}
#contents .calendar_month .yms_navi_month ul li.yms_pre a,
#contents .calendar_month .yms_navi_month ul li.yms_next a {
	text-decoration: none;
}
#plan #contents .calendar_month .yms_navi_month a:link {
	color: #ece3e3;
}
#plan #contents .calendar_month .yms_navi_month a:visited {
	color: #ece3e3;
}
#plan #contents .calendar_month .yms_navi_month a:hover {
	color: #bc9f9c;
}
#plan #contents .calendar_month .yms_navi_month a:active {
	color: #bc9f9c;
}


/* yms_calendar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_calendar {
	margin: 0 0 30px;
	padding: 0 1px 1px;
	background: #560B04;
}
#contents .calendar_month .yms_calendar table {
	width: 100%;
	border-top: 1px solid #B5AEA8;
	border-left: 1px solid #B5AEA8;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	table-layout: fixed;
}

#contents .calendar_month .yms_calendar table th {
	padding: 0;
	border-right: 1px solid #B5AEA8;
	border-bottom: 1px solid #B5AEA8;
	background: url(bgi_block_04.png) repeat top left;
	color: #000;
	text-align: center;
	font-size: 93%;
	font-weight: bold;
}
#contents .calendar_month .yms_calendar table td {
	border-right: 1px solid #B5AEA8;
	border-bottom: 1px solid #B5AEA8;
	background: #fff;
	vertical-align: top;
}

#contents .calendar_month .yms_calendar table span.yms_mild_word {
	font-size: 77%;
}

#plan #contents .calendar_month .yms_calendar table td a {
	color: #000;
	text-decoration: none;
/*
*/
}
#contents .calendar_month .yms_calendar table td a:link {
}
#contents .calendar_month .yms_calendar table td a:visited {
}
#contents .calendar_month .yms_calendar table td a:hover {
}
#contents .calendar_month .yms_calendar table td a:active {
}



/* 日付 */
#contents .calendar_month .yms_calendar table td .yms_date {
	margin: 0 10px 5px 10px;
	padding: 1px 1px 2px 1px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	text-align: center;
	font-weight: bold;
}

/* 大人人数合計の値段 */
#contents .calendar_month .yms_calendar table td .yms_price_total {
	height: 16px;
	padding: 0px 15px 0 0;
	text-align: right;
	font-size: 100%;
	line-height: 1;
/*
	font-weight: bold;
*/
}

/* 大人1人分の値段 */
#contents .calendar_month .yms_calendar table td .yms_price_person {
	height: 15px;
	padding: 0px 15px 0 0;
	color: #666;
	text-align: right;
	font-size: 93%;
	line-height: 1;
}


/* 過ぎた日 */
#contents .calendar_month .yms_calendar table .yms_past_date {
	padding: 5px 0;
	background: #f0f0f0;
}
#contents .calendar_month .yms_calendar table .yms_past_date .yms_date {
	color: #999;
}

/* yms_other_month その月以外の部分（先月の終わり、来月の頭） */
#contents .calendar_month .yms_calendar table .yms_other_month {
	background: #ddd;
}
#contents .calendar_month .yms_calendar table .yms_other_month .yms_date {
	border: none;
	color: #999999;
}
#contents .calendar_month .yms_calendar table .yms_room_status {
	height: 18px;
	padding-top: 3px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 93%;
}

/* 空きがあるとき
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_calendar .yms_active_links {
	padding: 1px 0 5px;
	border-color: #FEFEFE #CCCCCC #CCCCCC #FFFFFF;
	border-style: solid;
	border-width: 3px;
}

/* 満だったとき
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_calendar .yms_disabled_links {
	height: 100%;
	padding: 5px 0;
	background: #f6f6f6;
}
#contents .calendar_month .yms_calendar .yms_disabled_links .yms_date,
#contents .calendar_month .yms_calendar .yms_disabled_links .yms_price_total,
#contents .calendar_month .yms_calendar .yms_disabled_links .yms_price_person {
	color: #999;
}

/* yms_now_date
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_now_date {
	color: #999;
}


/* yms_comment_calendar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_comment_calendar {
	clear: both;
	margin: 0 0 30px 0;
	font-size: 93%;
}
#contents .calendar_month .yms_comment_header {
	margin: 0 0 15px 0;
	background: url(bgi_block_04.png) repeat top left;
	padding: 3px;
	color: #333;
	font-weight: bold;
}
#contents .calendar_month .yms_sentence {
	padding: 0 0 0 15px;
}

/* yms_comment_figure */
#contents .calendar_month .yms_comment_calendar .yms_comment_figure {
	float: left;
	width: 130px;
	padding: 30px 0;
	border: solid 1px #ccc;
	background: #fff;
	font-size: 93%;
	line-height: 200%;
	text-align: center;
}

/* yms_comment_room_status */
#contents .calendar_month .yms_comment_room_status {
	margin: 0 0 15px 150px;
}
#contents .calendar_month .yms_comment_room_status ul {
	list-style: none;
}
#contents .calendar_month .yms_comment_room_status li {
	display: inline;
	padding-right: 15px;
}

/* yms_comment_day */
#contents .calendar_month .yms_comment_calendar .yms_comment_day {
	margin-left: 150px;
}
#contents .calendar_month .yms_comment_calendar .yms_comment_day ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#contents .calendar_month .yms_comment_calendar .yms_comment_day li {
	padding-right: 15px;
}


/* yms_comment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_month .yms_comment {
	clear: both;
	margin: 0 0 10px 0;
}
#TB_window .yms_control,
#TB_window .yms_control {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 70px;
	height: 20px;
	padding-top: 5px;
	background: #000;
	text-align: center;
}
#TB_window #TB_ajaxContent .yms_control a,
#TB_window #TB_ajaxContent .yms_control a {
	color: #f0f0f0;
}


/* 満室＝赤 */
#contents .calendar_month .yms_occupied {
	color: #666;
	font-size: 138%;
	font-weight: bold;
}
/* 満室だが、他のプランに在庫がある場合 */
#contents .calendar_month .yms_occupied_other {
	font-weight: bold;
	background: #366;
}
#contents .calendar_month .yms_occupied_other img {
	margin: -2px 0 0 2px;
	vertical-align: middle;
}
/* 予約可能＝青 */
#contents .calendar_month .yms_available {
	font-size: 138%;
}
/* 設定なし＝黒 */
#contents .calendar_month .yms_not_available {
	width: 100%;
	color: #000;
}



/* 空室状況カレンダー（1週間）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week {
	clear: both;
	margin: 0 0 40px 0;
}
#contents .calendar_week .calendar_week_inner{
	margin: -2px 0 0 0;
	padding: 15px 30px 15px 30px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #f7f7f7;
}

/* yms_header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week .yms_header {
	margin: 0;
	background: url(other_list_bgi_yms_header_left.png) no-repeat left top;
}
#contents .calendar_week .yms_header p {
	height: 25px;
	padding: 10px 0 0 40px;
	background: url(other_list_bgi_yms_header_right.png) no-repeat right top;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}


/* yms_explanation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week .yms_explanation {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(icon_calendar_month_explanation.png) no-repeat left center;
}


/* yms_condition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week .yms_condition {
	margin: 0 0 30px 0;
	padding: 0;
}
#contents .calendar_week .yms_condition dl {
	padding: 0;
	font-weight: bold;
}
#contents .calendar_week .yms_condition dt {
	float: left;
	width: 100px;
}
#contents .calendar_week .yms_condition dd {
	margin: 0 0 0 100px;
}
#contents .calendar_week .yms_condition dd span {
	color: #c00;
}

/* yms_calendar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week .yms_calendar {
	margin: 0;
}
#contents .calendar_week .yms_calendar table {
	width: 100%;
	margin: 0 0 30px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	empty-cells: show;
	table-layout: fixed;
}

#contents .calendar_week .yms_calendar table th {
	padding: 6px 2px 4px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #F4F3F2;
	font-size: 93%;
	text-align: center;
	white-space: nowrap;
}
#contents .calendar_week .yms_calendar table td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

#contents .calendar_week .yms_calendar table tr.yms_current th,
#contents .calendar_week .yms_calendar table tr.yms_current td {
	background: #FFEB9B;
}
#contents .calendar_week .yms_calendar table .yms_current_point {
	font-weight: bold;
}

/* yms_navi_next
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week .yms_navi_next {
	margin: 0 0 70px 0;
	padding: 0 15px;
}
#contents .calendar_week .yms_navi_next ul {
}
#contents .calendar_week .yms_navi_next li {
	display: inline;
}
#contents .calendar_week .yms_navi_next li.yms_reserve {
	float: right;
	width: 260px;
	height: 40px;
}
#contents .calendar_week .yms_navi_next li.yms_reserve a {
	display: block;
	width: 260px;
	line-height: 40px;
	padding: 0 0 0 60px;
	background: url(calendar_week_btn_reserve.png) no-repeat;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}
#contents .calendar_week .yms_navi_next li.yms_reserve a:hover {
	background: url(calendar_week_btn_reserve_o.png) no-repeat;
}

/* yms_calendar_other
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .calendar_week .yms_calendar_other {
	clear: both;
	margin: 0;
}
#contents .calendar_week .yms_calendar_other table {
	width: 100%;
	margin: 0 0 30px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	empty-cells: show;
}
#contents .calendar_week .yms_calendar_other table th {
	padding: 6px 5px 4px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #F4F3F2;
	font-size: 85%;
	text-align: center;
}
#contents .calendar_week .yms_calendar_other table td {
	padding: 0 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
#contents .calendar_week .yms_calendar_other table tr.yms_current th,
#contents .calendar_week .yms_calendar_other table tr.yms_current td {
	background: #FFEB9B;
}

