@charset "utf-8";


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

スタッフ

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

body#schedule {

}


/*コンテンツエリア
----------------------------------------*/
body#schedule div#content {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}

body#schedule div#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

body#schedule div#content div#main {
	width: 710px;
	float: left;
	display: inline;
}

body#schedule div#content div#main h3 {
	margin: 0 0 10px 0;
}

body#schedule div#content div#main h3.title_month {
	background: url(/wp_resources/wp_schedule/bg_h3.gif) no-repeat left center;
	color: #000;
	padding: 11px;
	font-size: 1.05em;
	font-weight: bold; 
}

/*カテゴリのリード文
----------------------------------------*/
body#schedule div#content div#main div.lead {
	background: url(/wp_resources/wp_method/article_bg02_btm.gif) no-repeat left bottom;
	width: 710px;
	margin: 0 auto 20px auto;
}

body#schedule div#content div#main div.lead h2 {
	margin: 0;
	padding: 0;
}

body#schedule div#content div#main div.lead p {
	line-height: 1.5;
	padding: 15px;
}


/*タイムテーブルへ
----------------------------------------*/
body#schedule div#content div#main div.moreinfo {
	width: 100%;
	text-align: right;
	margin: 16px 0 20px 0;
}


/*カレンダー
----------------------------------------*/
body#schedule div#content div#main table.month {
	width: 690px;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}

body#schedule div#content div#main table.month th {
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	width: 130px;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
	padding: 8px 0;
}

body#schedule div#content div#main table.month th.sat {
	background-color: #D2E6EC;
}

body#schedule div#content div#main table.month th.sun {
	background-color: #FFDDAA;
}

body#schedule div#content div#main table.month td {
	border: 1px solid #CCC;
	padding: 8px 3px;
	line-height: 1.5;
}

/*スケジュール詳細
----------------------------------------*/
body#schedule div#content div#main p {
	line-heiht: 1.5;
	margin: 0 0 1em 0;
}

body#schedule div#content div#main h4 {
	background: url(/floor/images/m_bg_floor.gif) no-repeat left top;
	padding: 10px 20px;
	margin: 18px 0 15px 0;
	font-size: 1.1em;
}

/*注意事項*/
body#schedule div#content div#main p span.attention {
	color: #999;
}

/*アイコン表示位置*/
body#schedule div#content div#main p img,
body#schedule div#content div#main p span img {
	padding: 0 5px 0 0;
	vertical-align: top;
}
