@charset "utf-8";
/* CSS Document */

#header {
	background-color: #eab526;
}
em {
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
	border-bottom: 5px solid #FF0;
}
.lv3-content {
	margin-left: 3rem;
}
.lv3-content h4{
	border-bottom: 1px solid #000;
	margin-top: 2rem;
	margin-left: -1rem;
	margin-bottom: 0.5rem;
}
.lv3-content li{
	list-style: disc;
	margin-left: 2rem;
}

table#eventdata {
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin: 1rem 1rem;
}
table#eventdata th {
	background: #285979;
	padding: 0.5rem;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.5rem;
	color: #fff;
	padding: 0.5rem 1rem;
}
table#eventdata td {
	background: #badfd2;
	padding: 0.5rem;
	vertical-align: middle;
	text-align: left;
	padding: 0.5rem 1rem;
}

#contents-nav {
	text-align: center;
}
#contents-nav p {
	border: 2px dashed #303; 
	border-radius: 15px 15px;
	padding: 30px; 
	text-align: center; 
}
#contents-nav i {
	font-size: 200%;
}

#eventlist h4 {
	margin-top: 1rem;
}
#eventlist li {
	margin-left: 2rem;
	list-style-type: disc;
}


#timetable table, 
#timetable th, 
#timetable td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  line-height: 1.5;
  padding: 5px;
}
#timetable th {
	vertical-align: bottom;
	white-space: nowrap;
}
#timetable td {
	vertical-align: top;
	white-space: nowrap;
}
#timetable td p.room {
	font-weight: bold;
	text-decoration: underline;
}
#timetable ul {
	margin-bottom: 0.5em;
}
#timetable li {
	margin-left: 0;
	list-style-type: none;
}
.sankirou {
	background-color: #f7c1bc;
}
.kamiichi {
	background-color: #ffc000;
}
.nejimaki {
	background-color: #9fced3;
}
#timetable i {
	color: #333;
}
.add_comment {
	background-color: #fff;
	border: 1px solid #9fced3;
	border-radius: 3px 3px;
	color: #333;
	display: inline-block;
	font-size: small;
}
.add_comment2 {
	color: #009;
	font-size: small;
}
.bxslider li img {
	height: 200px;
	width: auto;
}




/*---------------
   タブレット以上用 
 ----------------*/
@media screen and (min-width : 768px){

#contents-nav i {
	font-size: 300%;
}

}