@charset "utf-8";

/* --------------------------------------------------
  GLOBAL RESET
-------------------------------------------------- */
*{
	margin:0;
	padding:0;
}

body {
	color: #555;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

h1,h2,h3,h4,h5 {
	line-height: 1;
}

img {
	border: none;
}

ul,li {
	list-style: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */


/* --------------------------------------------------
  LINK DECORATION
-------------------------------------------------- */
a {
	color: #555;
	text-decoration: none;
}

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #2f72a7;
	text-decoration: none;
}

/* --------------------------------------------------
  HEADER
-------------------------------------------------- */
#headerWrap {
	margin-bottom:10px;
	width: 100%;
	height: 83px;
	background: url(../../images/common/header_bg.gif) repeat-x #090d4f;
	text-align: center;
}

#headerInner {
	width: 690px;
	height: 83px;
	margin: 0 auto;
	position: relative;
}

#headerInner h1 a {
	width: 450px;
	height: 60px;
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#headerInner p#lead {
	display:none;
}

#headerInner p#sub {
	width: 189px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 44px;
}

/* --------------------------------------------------
  CONTENTS
-------------------------------------------------- */
#contents {
	margin: 0 auto;
	text-align: center;
}

/* --------------------------------------------------
  hidden
-------------------------------------------------- */
#mainNavi,#sideNavi,
#pageNavi,
#newTopics,#scheduleEC #top,
.tabNav,h3,
#flash,
#footerWrap{
	display						: none;
}


/* --------------------------------------------------
  about this site
-------------------------------------------------- */

#scheduleEC {
	width: 697px;
	text-align:left;
}

/* --------------------------------------------------
  schedule
-------------------------------------------------- */
#tab1,#tab2,#tab3{
	page-break-after:always ;
}

table.schedule {
	width: 690px;
}

table.schedule th {
	width: 67px;
	padding: 18px 4px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-size: 9px;
	line-height: 1.7;
	background-color: #d3d3d3;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff;
}

table.schedule th.on {
	background-color: #ABABAB;
}

table.schedule td {
	width: 277px;
	padding: 7px 8px 18px;
	vertical-align: top;
	font-size: 9px;
	line-height: 1.3;
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
}

table.schedule td.on {
	background-color: #DEDEDE;
}

table.schedule th span.sat {
	color: #1d7eb7;
}

table.schedule th span.sun {
	color: #ce0707;
}

table.schedule td.thumb dl {
	width: 230px;
}

table.schedule td.thumb dt {
	position: relative;
	width: 190px;
	margin-bottom: 10px;
	padding-left: 69px;
	color: #2576A6;
	font-weight: bold;
}

table.schedule td.thumb dt img {
	position: absolute;
	top: 0;
	left: 0;
}

table.schedule td.thumb dt a {
	color: #2576A6;
}

table.schedule td.thumb dt a:hover {
	text-decoration: underline;
}

table.schedule td.thumb dd {
	width: 198px;
	min-height: 36px;
	padding-left: 69px;
	margin-bottom: 10px;
}
table.schedule td.thumb dd:empty{
	min-height: 48px;
}