@charset "UTF-8";

/* timetable.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #EBEBEB;
  font-size: 13px;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 13px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family:Arial, Helvetica, sans-serif;
}

address,cite,dfn,em,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
}

fieldset {
  border: none;
}

a,a:link,a:active{
  color:#cccccc;
  text-decoration:none;
}

a:visited{
  color:#999999
}

a:hover{
  color:#9702d4;
  text-decoration:underline;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* --------- /2:clearfix --------- */

/* ---------- 2:layout  ---------- */

#wrapper {
  width: 900px;
  margin:0 auto;
  text-align:center;
}

#left1017 {
  width:420px;
  margin:0 auto;
  padding:10px 15px 20px 0;
  float:left;
  text-align:left;
}

#right1018 {
  width:420px;
  margin:0 auto;
  padding:10px 0 20px 15px;
  float:right;
  text-align:left;
}

td.time {
  text-align:left;
  font-size:11px;
  font-weight:bold;
  color:#FFCC00;
  width:10%;
}

th.stage {
  text-align:center;
  width:30%;
  height:45px;
  border:#666666 solid 1px;
}

th.stage p{
  font-size:15px;
  font-weight:bold;
  color:#ffffff;
  margin:15px;
}

table.tt-box {
  width:100%;
}

div.artist-box{
  padding:10px;
}

.artist-box p{
  font-size:11px;
  color:#FFCC00;
}

div.artist-box2{
  padding:3px 10px 3px 10px;
}

.artist-box2 p{
  font-size:11px;
  color:#FFCC00;
}

div.center{
  padding:5px;
  text-align:center;
  color:#000000;
  font-size:14px;
  font-weight:bold;
}

.ultimate{
  background-color:#003366;
  vertical-align:top;
  border:#666666 solid 1px;
}

.bigrock{
  background-color:#990000;
  vertical-align:top;
  border:#666666 solid 1px;
}

.sanctuary{
  background-color:#006633;
  vertical-align:top;
  border:#666666 solid 1px;
}

.empty{
  background-color:#000000;
  border:#666666 solid 1px;
}

.doors{
  background-color:#666666;
  border:#666666 solid 1px;
}

.break{
  background-color:#666666;
  border:#666666 solid 1px;
  text-align:center;
  color:#000000;
  font-size:11px;
}

.date{
  color:#FFCC00;
  font-size:20px;
  font-weight:bold;
  margin:15px 0 10px 0;
}

#footer {
  width: 900px;
  text-align:center;
  color:#888888;
  font-size:11px;
  padding:50px 0 20px 0;
  clear:both;
  margin:0 auto;
}

.attention {
  width: 900px;
  text-align:center;
  color:#FFCC00;
  font-size:11px;
  padding:0 0 70px 0;
  clear:both;
}

.autograph-attention {
  text-align:left;
  color:#ffffff;
  font-size:12px;
  padding:10px;
  clear:both;
  background-color:#990000;
}


#footer a,a:link,a:active{
  color:#999999;
  text-decoration:none;
}

#footer a:visited{
  color:#cccccc;
}

#footer a:hover{
  color:#cccccc;
  text-decoration:underline;
}

#footer img{
  margin-bottom:-6px;
  margin-left:10px;
}

#autograph{
text-align:center;
margin:0 auto;
}

.autograph-box{
width:200px;
text-align:center;
}

.middle-box{
width:10px
}

.autograph-artist{
border:#666666 solid 1px;
background-color:#666666;
text-align:left;
}

.autograph-time{
padding:3px 15px;
}

.timetable-hr{
border:#666666 1px solid;
margin:30px 0;
}

  

