@charset "UTF-8";

/* timetable.css stage 7ver */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
  background-color: #ffffff;
  color: #333333;
  height:100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-image: url(../images/tt_background.gif);
  background-position: left top;
  background-repeat: repeat-y;
  height:100%;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

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;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: 0;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #0090e2;
  text-decoration: underline;
}

a:hover {
  color: #ee6500;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */

/* ---------- 2:layout  ---------- */

#wrapper {
  width: 100%;
}

#contents {
  padding-left:134px;
}

/*  LeftNavigation  =========================== */

#contents #navigationBox{
  width:134px;
  position:fixed;
  left:0;
  top:0;
  background-image: url(../images/tt_background.gif);
  background-position: left top;
  background-repeat: repeat-y;
  height:100%;
}

#contents #navigationBox ul{
  width:125px;
  margin:0 0 0 auto;
  padding:0 0 12px 0;
}

#contents #navigationBox ul li{
  padding-bottom:6px;
}

#contents #navigationBox ul li img{
  vertical-align:top;
}

/* ============================================ */

/* タイムテーブル大枠 */

#contents #timeTable{
  width:1065px;  /* ステージ数により変更 */
}

#contents #timeTable table{
  border-collapse:separate;
  width:1065px;  /* ステージ数により変更 */
}

#contents #timeTable th{
  width:40px;
  height:15px;
  padding:0 10px;
  border-right:1px solid #d2d2d2;
}

#contents #timeTable th span{
  font-weight:bold;
}

/* 左上空白セル */
#contents #timeTable th.timeLeftTitle_t{
  border-right:1px solid #00b2ec;  /* 左端のステージ画像の色を設定 */
}

#contents #timeTable th.timeRight{
  border-right:none;
  text-align:right;
}

#contents #timeTable td{
  width:134px;
  border-right:1px solid #d2d2d2;
  border-bottom:1px solid #d2d2d2;
  vertical-align:top;
  font-weight:normal;
}

#contents #timeTable td span{
  font-weight:bold;
}

#contents #timeTable td a{
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}

#contents #timeTable td a:hover{
  color:#ffffff;
  text-decoration:underline;
}

#contents #timeTable td a.canceled,
#contents #timeTable td a:hover.canceled{
  text-decoration:line-through;
}

#contents #timeTable td em{
  color:#ffffff;
  font-weight:bold;
}

/* ステージ名用クラス */
#contents #timeTable td.stageMarine{
  text-align:center;
  border-right:1px solid #00b2ec;
  border-bottom:1px solid #00b2ec;
  background-color:#00b2ec;
}

#contents #timeTable td.stageMountain{
  text-align:center;
  border-right:1px solid #009844;
  border-bottom:1px solid #009844;
  background-color:#009844;
}

#contents #timeTable td.stageSonic{
  text-align:center;
  border-right:1px solid #f5aa00;
  border-bottom:1px solid #f5aa00;
  background-color:#f5aa00;
}

#contents #timeTable td.stageDance{
  text-align:center;
  border-right:1px solid #b50005;
  border-bottom:1px solid #b50005;
  background-color:#b50005;
}

#contents #timeTable td.stageBeach{
  text-align:center;
  border-right:1px solid #c4b47e;
  border-bottom:1px solid #c4b47e;
  background-color:#c4b47e;
}

#contents #timeTable td.stageIsland{
  text-align:center;
  border-right:1px solid #89c8c5;
  border-bottom:1px solid #89c8c5;
  background-color:#89c8c5;
}

#contents #timeTable td.stageRiver{
  text-align:center;
  border-right:1px solid #4cb339;
  border-bottom:1px solid #4cb339;
  background-color:#4cb339;
}

/* ステージ用クラス */
#contents #timeTable td.change{
  background-color:#e5e5e5;
  width:126px;
  padding:4px 4px 2px 4px;
  color:#666666;
  font-weight:normal;
}

#contents #timeTable td.marine,
#contents #timeTable td.mountain,
#contents #timeTable td.sonic,
#contents #timeTable td.dance,
#contents #timeTable td.beach,
#contents #timeTable td.island,
#contents #timeTable td.river{
  width:126px;
  padding:4px 4px 2px 4px;
  color:#ffffff;
}

#contents #timeTable td.marine{
  background-color:#00b2ec;
}

#contents #timeTable td.mountain{
  background-color:#009844;
}

#contents #timeTable td.sonic{
  background-color:#f5aa00;
}

#contents #timeTable td.dance{
  background-color:#b50005;
}

#contents #timeTable td.beach{
  background-color:#c4b47e;
}

#contents #timeTable td.island{
  background-color:#89c8c5;
}

#contents #timeTable td.river{
  background-color:#4cb339;
}

#contents #timeTable td.midnight{
  background-color:#ffffff;
  padding:0 0 0 0;
  border-bottom:1px solid #ffffff;
  text-align:center;
  vertical-align:middle;
}

/* 開場時刻セル用-------------------- */
#contents #timeTable th.open{
  border-right:none;
}

#contents #timeTable td.open{
  width:auto;
  border-right:1px solid #ffffff;
  padding:8px 0;
}

#contents #timeTable td.open div{
  background-color:#e6e6e6;
  padding:3px 0;
  text-align:center;
  font-weight:bold;
}
/* ---------------------------------- */

/* Footer =========================== */
#contents #footer {
  width: 945px;  /* ステージ数により変更 */
  padding:5px 60px 20px 60px;
}

/* TextLink */
#contents #footer #txtLink{
  width:945px;  /* ステージ数により変更 */
  margin-bottom:22px;
}

#contents #footer #txtLink ul{
  width:83%;
  border-left:1px solid #000000;
}

#contents #footer #txtLink li{
  float:left;
  padding:0 10px;
  border-right:1px solid #000000;
  line-height:1.2em;
  font-weight:bold;
}

#contents #footer #txtLink li a{
  font-weight:normal;
}

/* PageTop */
#contents #footer #txtLink p{
  width:15%;
  float:right;
  text-align:right;
}

/* 注意書き */
#contents #footer p.notes{
  font-size:12px;
  text-indent:-1em;
  padding-left:1em;
  margin-bottom:6px;
}

/* Copyright */
#contents #footer p.copyright{
  padding-top:14px;
  font-size:11px;
}

