@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 35px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 50px;
}

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule {
	margin-bottom: 50px;
	font-size: 0;
}

#schedule h3 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 26px;
	color: #96835e;
}

#schedule .table {
	display: table;
	width: 100%;
	border-left: solid 1px #d6d6d5;
	border-bottom: solid 1px #d6d6d5;
}

#schedule .th {
	display: table-row;
}

#schedule .th li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
	border-top: solid 1px #d6d6d5;
	border-right: solid 1px #d6d6d5;
	background: #f3f3f2;
	font-size: 16px;
	line-height: 1.3;
}

#schedule .td {
	display: table-row;
}

#schedule .td dl {
	display: table-cell;
	vertical-align: middle;
	border-top: solid 1px #d6d6d5;
	border-right: solid 1px #d6d6d5;
}

#schedule .td dt {
	display: none;
}

#schedule .td dd {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

#schedule .td dd span {
	color: #cb0101;
}
#schedule .td dd span.closed {
	color: #333;
}

#schedule .td dd a:not(.normal) {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 32px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f18931;
	background: -moz-linear-gradient(top,  #f18931 0%, #e1655e 100%);
	background: -webkit-linear-gradient(top,  #f18931 0%,#e1655e 100%);
	background: linear-gradient(to bottom,  #f18931 0%,#e1655e 100%);
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	color: #fff;
}

#schedule .td dd a:hover {
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document note
--------------------------------------------------------- */

#note {
	padding: 35px 40px;
	background: #f3f3f2;
	text-align: left;
	font-size: 14px;
}

#note h3 {
	font-weight: normal;
	font-size: 22px;
}

#note h4 {
	margin-top: 25px;
	font-weight: normal;
	font-size: 14px;
}

#note li {
	margin-bottom: 15px;
	margin-left: 2em;
	list-style: disc;
}
