@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: schedule setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: schedule layout
	   1-1:main setting
	   1-2:table.searchBox setting
		 1-3 table#result setting

==========================================================
*/

/* -------------------------------------------------------
  1: schedule  layout
------------------------------------------------------- */

/*  1-1 main setting */


#rMainBox h3.period {
	font-size: large;
	background: url(../../news/img/bg_period.gif) no-repeat left bottom;
	width: 680px;
	padding: 10px 0 10px;
	margin: 0 auto 5px;
	clear: both;
}

.rContentsBox {
	width  : 709px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 15px;
}

/*  1-2 table.searchBox setting  */

.rContentsBox table.searchBox {
	width: 680px;
	background-color:#E7E7D7;
	border:none;
	margin:0 auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.rContentsBox table.searchBox td {
	padding: 10px 5px;
}

.rContentsBox table.searchBox td.date {
	width: 150px;
	text-align:center;
}

.rContentsBox table.searchBox td.category {
	width: 150px;
}

.rContentsBox table.searchBox td.keyword {
}

.rContentsBox table.searchBox td input.keyTxt {
	width: 215px;
	color: #5F5F5F;
}

.rContentsBox #month {
	width: 650px;
	padding: 0;
	margin: 10px auto;
}

.rContentsBox #month a {
	width:40px;
	padding: 0 0.5em;
}

/*  1-3 table#result setting  */

.rContentsBox table#result {
	line-height: 1.6;
	width: 680px;
	margin : 0 auto;
	clear: both;
}

.rContentsBox table#result th.date {
	vertical-align: top;
	width: 150px;
	padding: 10px 0px 10px 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.rContentsBox table#result td.iconTd {
	vertical-align: top;
	width: 76px;
	padding: 13px 5px 10px 0;
	border-top: 1px dotted #999999;
	border-bottom: dotted 1px #999999;
}

.rContentsBox table#result td.detail {
	padding: 10px 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.rContentsBox table#result td.detail table,
.rContentsBox table#result td.detail table th,
.rContentsBox table#result td.detail table td {
	border: 1px solid #999999;
}

.rContentsBox table#result td.detail table th,
.rContentsBox table#result td.detail table td {
	padding: 5px;
}

.rContentsBox table#result h4 {
	font-size: 110%;
}

.rContentsBox table#result .firstChild {
	border-top: dotted 1px #999999;
}

#result hr {
	display: block;
}

#result em {
	font-style: italic;
}

/* -------------------------------------------------------
  2: for IE
------------------------------------------------------- */

/*    2-1: for IE6     */

#ie6 table.searchBox td.keyword {
	vertical-align:-2;
}

#ie6 table.searchBox td input {
	vertical-align:-4px;
}

#ie6 table.searchBox td input.keyTxt {
	vertical-align:-3px;
	padding-bottom:2px;
}
/*    2-2: for IE7     */

#ie7 table.searchBox td.keyword {
	vertical-align:-2;
}

#ie7 table.searchBox td input {
	vertical-align:-4px;
}

#ie7 table.searchBox td input.keyTxt {
	vertical-align:-3px;
	padding-bottom:3px;
}

