
body {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
	line-height: 1.3;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
}
a {
	overflow: hidden;
	outline: none;
}
a:link ,a:visited {
	color: #A9FFFF;
	text-decoration: underline;
}
a:hover {
	color: #0FF;
	text-decoration: underline;
}
a:active {
	color: #09F;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.scroll {
	height: 300px;
	overflow: auto;
}
strong {
	font-weight: bold;
	color: #F2D268;
}


.youtube, .mp3, .drive, .photo {
	padding-left: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	line-height: 2.2em;
	margin-right: 10px;
	margin-bottom: -12px;
	background-image: url("/img/youtube.png");
	background-position: left center;
}

.mp3 {
	background-image: url("/img/mp3.png");
	background-position: 5px center;
}

.drive {	background-image: url("/img/drive.png");}
.photo {	background-image: url("/img/photo.png");}

#rokuon li {
	margin: 10px 0 0 15px;
}

.gcal {
	margin: 1em 15px 0;
}


#content {
	margin: auto;
}
#logo {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 10px;
}
#topImage {
	background-image: url("/img/top_back2021.jpg");
	background-repeat: no-repeat;
	height: 529px;
	position: relative;
}
#nav1 {
	position: absolute;
	left: 278px;
	top: 0;
}
#nav2 {
	position: absolute;
	left: 503px;
	top: 0;
}
#nav3 {
	position: absolute;
	left: 166px;
	top: 195px;
}
#nav4 {
	position: absolute;
	left: 616px;
	top: 195px;
}
#nav5 {
	position: absolute;
	left: 278px;
	top: 389px;
}
#nav6 {
	position: absolute;
	left: 503px;
	top: 389px;
}
.box {
	background-color: #686868;
	padding: 0 15px 10px;
	margin: 30px 5px 20px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #F2D268;
	border-radius: 9px 9px 0 0;
}
.box h2 {
	color: #F2D268;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2D268;
	padding-bottom: 2px;
	padding-top: 2px;
	letter-spacing: .3em;
}
.box dl dt, .box h3 {
	color: #F2D268;
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 15px;
}
.box dl dd, .box p{
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 15px;
	line-height: 1.7em;
}
.box ul li{
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 15px;
}
footer p{
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.calendar ul {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}
.calendar ul li {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

.entry {
	font-size: 24px;
	height: 35px;
	width: 300px;
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
	color: #FFF;
	background-color: #F30;
	border: 10px double #FFF;
	line-height: 35px;
}
.entry a {
	color: #FFF;
	display: block;
	height: 35px;
	width: 300px;
	text-decoration: none;
	padding: 10px;
	margin: -10px;
}
.entry:hover {
	background-color: #FF7553;
}
.entry_glay {
	font-size: 24px;
	height: 35px;
	width: 300px;
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	border: 10px double #FFF;
	line-height: 35px;
}
.gNav {
	font-size: 19px;
	margin: 30px auto 0;
}

.gNav ul li {
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 2px;
}
.gNav > ul.concertNav > li:first-child {
	display: inline-block;
	width: 9.75em;
	margin: 0 auto;
}


.entryNowBox {
	width: 100%;
	overflow: hidden;
	margin: 1em auto 0;
}

.entryNowBox iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin-top: -1.85em;
}

.summer {
	font-size: 24px;
	height: 35px;
	width: 300px;
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
	color: #FFF;
	background-color: #00BFFF;
	border: 10px double #FFF;
	line-height: 35px;
}

.table_entry {
	margin: 20px auto;
	width: 100%;
}
.table_entry th {
	background-color: #FF99A0;
	font-weight: normal;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 0;
	/* [disabled]text-shadow: 0 0 1px #000; */
}
.table_entry td{
	padding: 10px 15px;
	text-align: center;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font-size: 14px;
	padding: 0;
}

.table_entry th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table_entry td {
	min-width:2em;
}

.table_entrynow {
	margin: 20px auto;
	width: 100%;
}
.table_entrynow th {
	background-color: #FF99A0;
	font-weight: normal;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 0;
	/* [disabled]text-shadow: 0 0 1px #000; */
}
.table_entrynow td{
	padding: 10px 15px;
	text-align: center;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font-size: 14px;
	padding: 0;
}
.table_entrynow th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table_entrynow td {
	min-width:2em;
}
.table_entrynow .odd {
	background-color: #888;
}
.table_entrynow .sum th, .table_entrynow th.sum {
	background-color: #FF6675;
}
.table_entrynow th:last-child,
.table_entrynow td:last-child {
	border-left: 3px double #fff;
}
.table_entrynow tr:last-child {
	border-top: 3px double #fff;
}
.poster {
	float: left;
	margin: 5px 10px 0 30px;
}



/* 演奏会終了とか利用不可 */
.endBox, .endedBox {
	display: inline-block;
	position: relative;
	margin: 5px 0 1em;
}


div.ended {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	padding-bottom: .5em;
	border: none;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	text-align: center;
	overflow: hidden;
	line-height: 1.6em;
}

div.ended div {
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
}

div.ended span {
	position: relative;
	left: -50%;
	top: -1.6em;
}

div.ended.one span {
	top: -.8em;
}

/* ここまで */
