/* --- 展示会スケジュール --- */

.center{
	text-align:center;
}

#schedule_list_container{
	width:500px;
	margin:0px auto;
	text-align:left;
}

	#schedule_current{
		text-align:center;
		padding:10px;
		margin-bottom:20px;
		/*font-size:0.75em;*/
		line-height:130%;
		background-color:#eed;
		border-bottom:1px solid #987;
	}

		#schedule_current a{
			text-decoration:none;
			color:#ccc;
		}
		#schedule_current a.valid{
			color:#55a;
			cursor:pointer;
		}
		#schedule_current a.valid:hover{
			text-decoration:underline;
		}

		#schedule_current strong{
			font-size:1.4em;
			font-family:Arial Black;
			letter-spacing:0.05em;
			color:#987;
		}

	#schedule_areas{
		margin-bottom:10px;
	}

		#schedule_areas a{
			padding-right:8px;
			margin-right:8px;
			/*font-size:0.75em;*/
			border-right:1px solid #ccc;
		}

	#schedule_list{

	}

		#schedule_list div.up{
			text-align:right;
			padding:4px;
			margin-bottom:20px;
			/*font-size:0.75em;*/
			background-color:#eee;
		}

		#schedule_list .schedule_area{
			margin-bottom:10px;
			padding:4px;
			background-color:#008;
			text-align:left;
			color:#fff;
			font-weight:bold;
			width:500px;
		}
		/* hack for modern browser except IE */
		html>/**/body #schedule_list .schedule_area{
			width:492px;
		}

		#schedule_list .exhibition{
			margin-bottom:20px;
		}

			#schedule_list .exhibition_header{
				height:22px;
				padding:0px 5px;
				font-size:12px;
				line-height:22px;
				background-color:#b9daff;
			}

				#schedule_list .exhibition_term{
					float:left;
				}

				#schedule_list .exhibition_place{
					float:right;
					font-weight:bold;
				}

				#schedule_list .exhibition_name{
					clear:both;
					padding:4px 0px 2px;
					font-size:9pt;/*0.85em;*/
					font-weight:bold;
				}
				/*#schedule_list .exhibition_name a{
					font-size:1.2em;
					font-weight:bold !important;
				}*/

				#schedule_list .exhibition_name_e{
					padding:0px 0px 4px;
					/*font-size:0.7em;*/
					/*font-style:italic;*/
				}

					#schedule_list .exhibition_name a,
					#schedule_list .exhibition_name_e a{
						text-decoration:none;
					}

					#schedule_list .exhibition_name_e a{
						color:#48b;
					}

					#schedule_list .exhibition_name a:hover,
					#schedule_list .exhibition_name_e a:hover{
						text-decoration:underline;
					}

				#schedule_list table.exhibition_table{
					font-size:11px;/*0.75em;*/
					width:100%;
					border-collapse:collapse;
				}
					#schedule_list table.exhibition_table th,
					#schedule_list table.exhibition_table td{
						border:1px solid #ccc;
						padding:4px;
					}

					#schedule_list table.exhibition_table th{
						width:20%;
						/*font-size:0.75em;*/
						color:#555;
						background-color:#eee;
					}

				#schedule_list .exhibition_link{
					padding-top:4px;
					/*font-size:0.75em;*/
					text-align:right;
				}

#schedule_list div.exhibition_name a.exhibition_detail_link{
	color:#00f;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
	margin-left:5px;
}


#schedule_list div.exhibition_name a.exhibition_detail_link:hover{
	text-decoration:underline;
}
