@charset "UTF-8";

/*会員公演案内*/
#playing-contents {
	width: 830px;
	margin: 0 auto;
}
	
#playing-contents h1 {
	background: url(../images/h1_playing_back.jpg) no-repeat;
	font-size: 130%;
	height: 20px;
	padding: 16px 25px 16px 25px;
	margin-bottom: 8px;
	color: #ffffff;
}

#playing-contents h3 {
	clear: both;
	background: url(../images/h3_playing_back.jpg) no-repeat;
	padding: 6px 12px 6px 12px;
	font-size: 115%;
	width: 806px;
	height: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#playing-contents h4 {
	clear: both;
	background: url(../images/h4_playing_back.jpg) no-repeat;
	padding: 4px 12px 4px 12px;
	font-size: 105%;
	width: 806px;
	height: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#playing-contents h5 {
	clear: both;
	background: url(../images/h5_playing_back.jpg) no-repeat;
	padding: 1px 12px 1px 12px;
	font-size: 100%;
	width: 806px;
	height: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

ul#search-area li {
	width: 78px;
	list-style-type: none;
	font-size: 90%;
	float: left;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #cecece;
	margin-bottom: 20px;
}

ul#search-month li {
	width: 45px;
	list-style-type: none;
	font-size: 90%;
	float: left;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #cecece;
	margin-bottom: 10px;
}

ul#search-select li {
	list-style-type: none;
	font-size: 90%;
	text-align: left;
	padding: 4px 10px 4px 10px;
}

li.playing-on {
	font-weight: bold;
	background: #cde855;
}

#select-all {
	width: 200px;
}

#playing-txt {
	margin-top: 30px;
	padding-left: 10px;
}

table#playing-table {
	width: 830px;
}

table#playing-table th {
	font-size: 93%;
	line-height: 1.5;
	padding: 7px;
	border: 1px solid #cecece;
	border-bottom: 2px solid #cecece;
	text-align: center;
	color: #493f0b;
}

table#playing-table td {
	font-size: 95%;
	line-height: 1.5;
	padding: 7px;
	border: 1px solid #cecece;
}

.playing-keyword {
	font-size: 90%;
	color: #666666;
}

th.date {
	width: 40px;
}

th.time {
	width: 40px;
}

th.playing-name {
	width: 120px;
}

th.fee {
	width: 100px;
}

th.place {
	width: 80px;
}

th.pcontact {
	width: 100px;
}

th.area {
	width: 40px;
}



/*会員公演案内一覧下のメニュー*/
#playing-menu {
	margin-top: 30px;
	background-color: #007130;
	padding: 15px;
	width: 800px;
}

#playing-menu a:link {
	color: #ffffff;
}

#playing-menu a:visited {
	color: #ffffff;
}

#playing-menu a:hover {
	color: #cde855;
}

.p-menu {
	font-size: 97%;
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 10px;
}

.p-submenu {
	line-height: 1.6;
	font-size: 95%;
	color: #ffffff;
}


/*詳細*/
table.playing-dt td {
	font-size: 93%;
	padding: 3px 10px 3px 0px;
}

.playing-title {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.to-urapdf {
	margin-top: 15px;
	font-size: 95%;
}

.playing-title img {
	vertical-align: middle;
}

#chirashi {
	float: left;
	margin-bottom: 15px;
}

#chirashi p {
	margin-right: 30px;
}

#playing-spec {
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

#hosoku {
	clear: both;
}

#playing-details p {
	font-size: 93%;
	line-height: 1.5;
}

#playing-details th {
	line-height: 1.5;
	padding: 5px;
	border: none;
}

#playing-details td {
	line-height: 1.5;
	padding: 5px;
	border: none;
}

table.playing-enmoku {
	margin-bottom: 15px;
}

table.playing-enmoku td {
	font-size: 95%;
	padding: 3px 5px;
	vertical-align: top;
}

/*体験教室用 2011/07/14追加 start*/
table#taiken-table {
	width: 810px;
	border-collapse:separate;
	border-spacing: 10px;
	margin-left: 15px;
}

table#taiken-table td {
	font-size: 95%;
}

td.taiken-name {
	width: 65px;
}

td.taiken-ten {
	width: 15px;
}

td.taiken-detail {
	width: 730px;
}

th.t-date {
	width: 50px;
}

th.t-name {
	width: 55px;
}

th.t-place {
	width: 55px;
}

th.t-naiyo {
	width: 80px;
}

th.t-joken {
	width: 120px;
}

th.t-kingaku {
	width: 45px;
}

th.t-toiawase {
	width: 90px;
}

th.t-area {
	width: 25px;
}

#playing-txt2 {
	margin-top: 20px;
	padding-left: 10px;
}

ul#taikennaiyo li {
	font-size: 95%;
	margin-left: 35px;
}

/*体験教室用 2011/07/14追加 end*/

