@charset "utf-8";
/*

スケジュールページ用CSS

*/

.schelules #content-view-area {
	/*
	width: 920px;
	width: 100%;
	*/
}

.schelules #content-view-area {
	/*
		margin-left: 0px;
	*/
}
.schelules #select-month {
	width: auto;
}
.schelules #select-month table th {
	width: 60px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #333333;
	background-color: #333333;
}
.schelules #select-month table td {
	width: 847px;
	padding: 2px 0 2px 12px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #333333;
	white-space: nowrap;
}
.schelules #select-month table td a {
	width: 40px;
}
.schelules #select-month table td span.view-month,
.schelules #select-month table td span.other-month {
	width: 40px;
}
.schelules #select-month table td span.view-month {
	background-image: url("/img/common/h-dark-stripe.png");
	background-repeat: repeat-x;
}
.schelules #select-month table td span.other-month {
	color: #8B8B8B;
}

.schelules fieldset {
}
.schelules legend.hall {
	letter-spacing: 3px;
	color: #000066;
	font-size: 105%;
	font-weight: bold;
}
/* テーブル */
.schelules .days-detail h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.schelules table {
	width: 600px;
	border: none;
}
.schelules .days-detail th {
	height: 22px;
	font-size: 16px;
	border: 1px solid #333333;
	border-right: 1px solid #696969;
}
.schelules .days-detail table td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2px;
	/*white-space: nowrap;*/
	border: 1px solid #333333;
}
.schelules .days-detail th,
.schelules .days-detail td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.schelules tr.sc-table-header {
	background-color: #2A2A2A;
}
.schelules .days-detail td.times {
	width: 65px;
	text-align: right;
	white-space: nowrap;
}
.schelules .days-detail td.court {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #f3f3f3;
}
.schelules .days-detail td.event {
	width: auto;
	height: 30px;
	text-align: left;
	text-indent: 16px;
	font-weight: bold;
}
.schelules .days-detail td.blockname {
	width: 55px;
	white-space: nowrap;
}
.schelules .days-detail td.section {
	width: 53px;
}
.schelules .days-detail td.home-team {
	width: 150px;
	border-right: none;
}
.schelules .days-detail td.versus {
	width: auto;
	padding: 0;
	border: none;
	border-bottom: 1px solid #333333;
}
.schelules .days-detail td.away-team {
	width: 150px;
	border-left: none;
}
.schelules .days-detail td.officials {
	width: 190px;
	text-align: left;
}

/* RESULT */
.schelules .days-detail td.result-blockname {
	width: 55px;
}
.schelules .days-detail td.result-section {
	width: 53px;
}
.schelules .days-detail td.result-home-team {
	width: 150px;
	height: 26px;
	text-align: right;
	border-right: none;
}
.schelules .days-detail td.result-away-team {
	width: 150px;
	height: 26px;
	text-align: left;
	border-left: none;
}
.schelules .days-detail td.result-home-team a,
.schelules .days-detail td.result-away-team a {
	display: block;
	line-height: 26px;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
}
.schelules .days-detail td.result-home-team a:hover,
.schelules .days-detail td.result-away-team a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000066;
	background-color: #c8c8c8;
}
.schelules .days-detail td.result-score {
	width: 80px;
	border: none;
	border-bottom: 1px solid #333333;
}
.schelules .days-detail td.result-detail {
	width: 50px;
}
.schelules .days-detail td.result-detail input {
	font-size: 11px;
}

/*
.schelules .days-detail .w-15 {
	width: 15px;
}
.schelules .days-detail .w-40 {
	width: 40px;
}
.schelules .days-detail .w-50 {
	width: 50px;
}
.schelules .days-detail .w-60 {
	width: 60px;
}
.schelules .days-detail .w-100 {
	width: 100px;
}
.schelules .days-detail .w-150 {
	width: 150px;
}
*/