@charset "utf-8";

@import url(bridal-calender-basic.css);


/*ブライダルカレンダー●月タイトル
----------------------------------------------- */
h3.main-calender-title {
	background-image: url(../img/bridal-event/main-month-title.gif);
	height: 45px;
	width: 656px;
	color: #af420d;
	text-align: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 90%;
}
/*ブライダルカレンダー　イベントリストタイトル
----------------------------------------------- */
h3.main-eventlist-title {
	background-image: url(../img/bridal-event/main-list-title.gif);
	height: 45px;
	width: 656px;
	color: #af420d;
	text-align: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 90%;
	clear: both;
	margin-top: 35px;
}


/*ブライダルカレンダー　前・次の月ボタンボックス
----------------------------------------------- */
.main-month-btn-box {
	clear: both;
	width: 666px;
	margin-top: 15px;
	overflow: hidden;
}
.main-month-btn-box-left {
	float: left;
	width: 111px;
}
.main-month-btn-box-right {
	float: right;
}





/*■過去CSS要素
----------------------------------------------- */

.top-img {
	clear: both;
	height: 184px;
	width: 756px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}



#submenu {
	clear: both;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.submenu-head {
	float: left;
	height: 50px;
	width: 19px;
}
.submenu-news {
	float: left;
	height: 50px;
	width: 225px;
}
.submenu-advice {
	float: left;
	height: 50px;
	width: 213px;
}
.submenu-plan {
	float: left;
	height: 50px;
	width: 215px;
}
.submenu-foot {
	float: left;
	height: 50px;
	width: 296px;
}

/*●月のイベント表示
----------------------------------------------- */
#parent h1 {
	background-image: url(../img/bridal-event/main-month-title.jpg);
	height: 34px;
	width: 500px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	color: #1D9278;
	font-size: 16px;
	padding-left: 219px;
	padding-top: 18px;
}

/*カレンダーテーブル、前月次月のリンクボックス
----------------------------------------------- */
#calender-box {
	width: 666px;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.calender-container {
	clear: both;
	margin-top: 25px;
	width: 740px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}

.prev-month-button-box {
	float: left;
	width: 21px;
	margin-right: 10px;
	display: inline;
	zoom: 1;
	padding: 0px;
	margin-top: 120px;
	margin-bottom: 0px;
	margin-left: 7px;

}
.next-month-button-box {
	float: right;
	width: 21px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 120px;
	margin-right: 7px;
	margin-bottom: 0px;
	display: inline;
}

/*カレンダーのテーブル*/
* html #calender-box table {
	border: 1px solid #6a2707;
	border-spacing: 0;
	border-collapse: collapse;
	width: 666px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

*:first-child+html #calender-box table {
	border: 1px solid #6a2707;
	border-spacing: 0;
	border-collapse: collapse;
	width: 666px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#calender-box table {
	border: 1px solid #6a2707;
	border-spacing: 0;
	border-collapse: collapse;
	width: 665px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#calender-box td {
	border: 1px dotted #a78d6a;
	height: 62px;
	width: 86px;
	padding: 4px;
	vertical-align: top;
	font-size: 10px;
}

/*日～土のリスト*/
#calender-box ol {
	background-image: url(../img/bridal-event/calender-th-back.gif);
	height: 27px;
	width: 666px;
	padding: 0px;
	clear: both;
	margin: 0px;
	float: left;
}
#calender-box ol li {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	float: left;
	width: 95px;
	margin: 0px;
	text-align: center;
	display: table-cell;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.1;
}

/*日にち 右寄せ*/
.day {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #a78d6a;
	margin-bottom: 0.5em;
}

.event1 {
	background-color: #fcdadb;
}/*ブライダルフェアのセル*/

.event2 {
	background-color: #FEFDE2;
}/*ブライダル相談会のセル*/

.event3 {
	background-color: #E2F8CA;
}/*試食会のセル*/

.event4 {
	background-color: #E4F0FC;
}/*イベントのセル*/

.event5 {
	background-color: #F0F0F0;
}/*休館日のセル*/


#calender-box a {
	color: #C30;
	vertical-align: baseline;
	background-image: url(../img/bridal-event/mark_event_link.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 10px;
	background-position: left 2px;
	text-decoration: none;
	font-weight: bold;
}
#calender-box a:hover {
	text-decoration: underline;
}
#parent h2 {
	background-image: url(../img/bridal-event/main-list-title.jpg);
	clear: both;
	height: 34px;
	width: 559px;
	margin-left: auto;
	font-size: 16px;
	color: #1D9278;
	padding-left: 160px;
	margin-right: auto;
	padding-top: 18px;
	margin-top: 25px;
}

/*ブライダルイベントの中身
----------------------------------------------- */
.bridal-event-container {
	width: 664px;
	border: 1px solid #8e4a18;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}
.bridal-event-box {
	width: 664px;
	overflow: hidden;
	clear: both;
}

.bridal-event-box-left {
	display: inline;
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-left: 15px;
}

.bridal-event-box-right {
	float: right;
	width: 465px;
	margin-top: 10px;
	margin-right: 10px;
}
/*イベント名*/
h4.event-info-title {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
	line-height: 1.2;
	color: #FFFFFF;
	background-image: url(../img/bridal-event/event-info-title.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 666px;
	letter-spacing: 1px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 1em;
	padding-top: 13px;
	overflow: hidden;
}

/*イベントの日にちようのボックス、リスト*/
.event-days {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.event-days ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.event-days li {
	font-size: 90%;
	color: #8e4a18;
	font-weight: bold;
	line-height: 1.5;
	float: left;
	margin-right: 1em;
	white-space: nowrap;
}

#main-container ul {
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-container ul li {
	float: left;
	list-style-type: none;
	margin-right: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	letter-spacing: 1px;
	white-space: nowrap;
}

/*イベントの時間*/
.event-times {
	font-size: 90%;
	font-weight: normal;
	color: #333;
	margin-top: 1em;
	line-height: 1.3;
	clear: both;
	overflow: hidden;
}

/*イベントの概要*/
.event-sentens {
	font-size: 75%;
	color: #333333;
	margin-top: 0.7em;
}

/*イベントの内容のボックス、リスト*/
.event-content {
	clear: both;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	overflow: hidden;
}
.event-content dl {
	padding: 0px;
	margin: 0px;
}
.event-content dt {
	clear: both;
}
.event-content dd {
	float: left;
	font-size: 70%;
	line-height: 1.5;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 0.5em;
	white-space: nowrap;
}

/*イベント詳細、予約のボタン、ボックス*/
.event-button-box {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
	width: 145px;
	margin-bottom: 5px;
	overflow: hidden;
}
.event-button-detail {
	float: left;
}
.event-button-reserved {
	float: right;
}

