@charset "utf-8";
@import url(design.css);
@import url(pages.css);

#title {
	margin-bottom: 14px;
}

#pathnav a {
	color: #699;
}

#main h3 {
	font-size: 16px;
	color: #f60;
	font-weight: bold;
	margin-bottom: 12px;
}

#main h3 + p {
	margin-bottom: 30px;
}

#sublinks {
	position: absolute;
	top: 81px;
	right: 5px;
}

#sublinks li {
	float: left;
	display: inline;
	margin-left: 11px;
	background: url(../images/calendar/class-top2.png) left top no-repeat #f90;
	padding-left: 3px;
	width: 97px;
	text-align: center;
	line-height: 24px;
	height: 24px;
}

* + html #sublinks li {
	line-height: 28px;
	overflow: hidden;
}

#sublinks a {
	background: url(../images/calendar/class-bottom.png) right top no-repeat;
	padding-right: 3px;
	color: #fff;
	display: block;
}

#sublinks a:hover {
	text-decoration: none;
}

#sublinks li:first-child {
	background-image: url(../images/calendar/class-top1.png);
	padding-left: 26px;
	width: 74px;
	text-align: left;
}

.todolist {
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #333;
	width: 100%;
}

.todolist th, .todolist td {
	border: 1px solid #c7c4af;
}

.todolist th {
	background-color: #eeede7;
	color: #663;
	height: 35px;
}

.todolist td {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.todolist th:first-child {
	width: 400px;
}

#postscript {
	line-height: 18px;
	color: #000;
	margin-left: 6px;
}

#postscript li {
	padding-left: 16px;
	background: url(../images/icon/litype-star2.png) left 5px no-repeat;
	position: relative;
}

.postcheck {
	color: #f60;
}

#levelSearch {
	margin-top: 20px;
	position: relative;
}

#levelSearch dl {
	position: relative;
	padding-left: 186px;
	display: inline-block;
}

#levelSearch dt:first-child, #levelSearch dt:first-child + dd {
	position: absolute;
	left: 9px;
	top: -20px;
}

#levelSearch dt {
	margin-bottom: 8px;
	color: #f60;
}

#levelSearch dt:first-child + dd {
	top: 0;
}

#levelSend {
	display: block;
	left: 154px;
	top: -5px;
	margin-bottom: -22px;
	position: relative;
}

#levelSearch select {
	width: 134px;
	color: #666;
	font-size: 12px;
}

#calendar div {
	width: 99%;
}
 /* * 2011/2/16* edit by Hikaru */
.class-note {
	margin-top: 8px;
	margin-left: -8px;
	font-size: 11px;
	color: #333;
}

.class-note dt, .class-note dd {
	display: inline;
}

.class-note dt {
	margin-left: 10px;
}

.class-tab {
	margin-top: 8px;
}

.class-tab li {
	display: inline;
	margin-left: 15px;
}

.class-tab li a {
	color: #595959;
	padding: 3px 6px;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.class-tab .jp a {
	background-color: #D7E3F5;
}

.class-tab .add a {
	background-color: #D6E3BC;
}

.class-tab .project a {
	background-color: #FFCE33;
}

.class-tab .tp a {
	background-color: #E5B8B7;
}

.class-tab .holiday a {
	background-color: #666;
	color: #fff;
}

.class-year {
	position:absolute;
	right:0;
	top:110px;
	color:#000;
	font-family:verdana, sans-serif;
}

.class-year li {
	display:inline;
	margin-right:1em;
}

.class-year .current {
	font-weight:bold;
}

.class-year a {
	color:#999;
}

.class-level {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	font-size: 11px;
}

.class-level tbody tr:hover td {
	background-color: #f3f3f3;
}

.class-level tbody tr:hover a {
	text-decoration: underline;
}

.class-level th, .class-level td {
	border: 1px solid #a6a6a6;
}

.class-level thead th {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	height: 50px;
}

.class-level thead .sub {
	color: #548dd4;
}

.class-level thead .sort {
	width: 25px;
}

.class-level thead .class-name {
	width: 74px;
}

.class-level thead .tb-name {
	width: 228px;
	padding-left: 7px;
	text-align: left;
}

.class-level thead .total {
	width: 56px;
}

.class-level thead .time-start {
	width: 65px;
}

.class-level thead .time-end {
	width: 65px;
}

.class-level thead .month {
	width: 55px;
}

.class-level thead .calendar {
	width: 47px;
}

.class-level thead .sort-by {
	background: transparent url(../images/calendar/sort-arrow.png) right 5px no-repeat;
	text-decoration: underline;
	padding-right: 9px;
}

#tokyo-course thead th {
	background-color: #d7e3f5;
}

#additional-course thead th {
	background-color: #d6e3bc;
}

#project-course thead th {
	background-color: #ffce33;
}

#taipei-course thead th {
	background-color: #e5b8b7;
}

#taipei-course tfoot th, #taipei-course tfoot td {
	background-color: #fcf;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#taipei-course tfoot th {
	font-weight: normal;
	text-align: left;
}

.class-level tbody td {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.class-level tbody .tb-name {
	padding-left: 7px;
	text-align: left;
}

.class-level tbody td [class^="class-"] {
	display:block;
	width:12px;
	height:12px;
	margin:auto;
}

.class-level tbody .class-sp {
	background-color: #9cf;
}

.class-level tbody .class-k {
	background-color: #ff9;
}

.class-level tbody .class-bs {
	background-color: #ebd780;
}

.class-level tbody .class-n {
	background-color: #fc9;
}

.class-level tbody .class-biz {
	background-color: #cff;
}

.class-level tbody .class-m {
	background-color: #ff0;
}

.class-level tbody .class-ss {
	background-color: #0cf;
}

#holidays {
	width: 398px;
	margin-top: 20px;
	border-collapse: collapse;
}

#holidays th, #holidays td {
	border: 1px solid #a6a6a6;
}

#holidays th {
	height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: transparent url(../images/degree/ld-caption-bg.png) 0 0 repeat;
}

#holidays td {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

#holidays tbody td:first-child {
	text-align: left;
	padding-left: 6px;
}

#class-category {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	color: #000;
}

#class-category caption {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 8px;
	background: transparent url(../images/degree/ld-caption-bg.png) 0 0 repeat;
}

#class-category th, #class-category td {
	background-color: #e8e8e8;
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#class-category th {
	width: 76px;
	border-right: 2px solid #fff;
}

#class-category td {
	border-left: 1px solid #fff;
	padding-left: 8px;
}

#class-category .description {
	padding-right: 8px;
}

#class-category .summary {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
}

#class-category .summary a {
	color: #000;
}

#class-category .description em {
	color: #e36c0a;
}
