@charset "utf-8";
/* CSS Document */

@import url("../commons/css/common.css");
@import url("../commons/css/layout.css");
@import url("sch_new.css");

div#content div#main {
	margin:0 10px;
	color:#f0f0f0;
	font-size:120%;
	font-weight:bold;
}

div#schedule {
	width:642px;
	border:4px solid #000000;
	background-color:#000000;
	margin-top:30px;
}

div#ticket_left {
	width:74px;
	height:100%;
	float:left;
}

div#ticket_left div#date {
	background:url(../assets/schedule/ticket_left.png) no-repeat center;
	height:100%;
}

div#ticket_left div#date span#month {
	font-size:150%;
	color:#000000;
	padding-top:110px;
	padding-left:7px;
}

div#ticket_left div#date span#day {
	font-size:200%;
	color:#000000;
	padding-top:10px;
	padding-left:20px;
	font-weight:bold;
}

div#ticket_left div#date span#dow {
	text-align:center;
	padding-top:112px;
	font-weight:bold;
}

.sunday {
	color:#FF3300;
}

.saturday {
	color:#0033FF;
}

div#ticket_left div#date span#locate {
	text-align:center;
	font-weight:bold;
}

div#ticket_left span {
	display:block;
}

div#ticket_right {
	width:567px;
	float:right;
  border-left:1px dashed #ffffff;  
}

.new {
	background-color:#33aa88;
}

.urikire {
	background-color:#cccc66;
}

.normal{
	background-color:#779910;
}

div#ticket_right div#ticket_title {
	width:inherit;
	text-align:center;
	border-bottom:3px solid #000000;
	margin-bottom:2px;
}

div#ticket_right div#ticket_item_left {
	width:100px;
	float:left;
}

div#ticket_right div#ticket_item_left span {
	display:block;
	width:80px;
	margin-left:10px;
	text-align:center;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
}


div#ticket_right div#ticket_item_right {
	width:467px;
	float:right;
	margin-bottom:3px;
}

div#ticket_right div#ticket_item_right span {
	display:block;
	width:inherit;
	margin-right:10px;
	margin-bottom:2px;
}

div#ticket_right div#ticket_item_right span p {
	display:inline;
}

div#ticket_right div#ticket_footer {
	width:inherit;
	border-top:3px solid #000000;
}

div#ticket_right div#ticket_footer_left {
	width:100px;
	float:left;
}

div#ticket_right div#ticket_footer_left span {
	margin-left:10px;
	text-align:center;
	font-weight:bold;
}

div#ticket_right div#ticket_footer_right {
	width:447px;
	float:right;
}

.care {
	color:#0033FF;
}

p#name {
	color:#993300;
	font-weight: bold;
}

a.map {
	color:#003399;
	font-weight:bold;
}

/* media */

div.media {
	width:642px;
	border:4px solid #000000;
	background-color:#000000;
	margin-top:20px;
}

div.media div.media_left {
	float:left;
  font-weight:bold;
  height:100%;
  width:74px;
  text-align:center;
}

div.media div.media_left p {
  font-weight:bold;
}

div.media div.media_right {
	width:567px;
	float:right;
  text-align:center;
	background-color:#779910;
  font-size:1.5em;
  border-left:1px dashed #ffffff;  
}

div.media div.media_right p {
}

div.separate {
	width:642px;
  text-align:center;
}

div#yose {
	margin-top:40px;
}

div#media {
	margin-top:50px;
}

div#end {
	margin-top:40px;
}

a.scroll:visited {
	color:#ffffff;
  font-weight:bold;
  text-decoration: underline;
	}
	
a.scroll {
	color:#ffffff;
  font-weight:bold;
  text-decoration: underline;
}

/* mokuji */

div#mokuji p {
	text-align:center;
}

div#mokuji p span {
	margin:0 10px;
}