@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:opencampus.css */
/* creation date:2013年9月18日 */
/* last updated:2013年9月18日 */
/* -------------------------------------------------- */

/* schedule */
#scheduleBlock {
	text-align: center;
	margin-top: 10px;
}
#scheduleBlock .feature {
	height: 37px;
	margin-bottom: 1px;
}
#scheduleBlock >h1 {
	color: #fff;
	line-height: 22px;
	background: #fedad9
}
#scheduleBlock .blockInner {
	background: #fff4f4;
}
#scheduleBlock ul {
	padding-bottom: 10px;
}
#scheduleBlock li {
	width: 100px;
	height: 70px;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative
}
#scheduleBlock li.sun {
	background: url(../../images/opencampus/opencampus_schedule_date_sun_bg.png);
	background-size: 100px auto
}
#scheduleBlock li.sat {
	background: url(../../images/opencampus/opencampus_schedule_date_sat_bg.png);
	background-size: 100px auto
}
#scheduleBlock li.day {
	background: url(../../images/opencampus/opencampus_schedule_date_day_bg.png);
	background-size: 100px auto
}
#scheduleBlock li:nth-child(3n) {
	margin-right: 0;
}
#scheduleBlock li p.date {
	font-size: 229%;
	margin-bottom: -1px;
	line-height: 48px;
}
#scheduleBlock li p.date span {
	font-size: 63%;
	line-height: 39px;
	vertical-align: text-bottom;
}
#scheduleBlock li .youbi {
	width: 31px;
	font-size: 86%;
	margin-top: -1px;
	float: left;
	display: inline-block;
}
#scheduleBlock li.sun .youbi {
	color: #ee8aa0;
}
#scheduleBlock li.sat .youbi {
	color: #89cdd6;
}
#scheduleBlock li.day .youbi {
	color: #8e8e8e;
}
#scheduleBlock li .time {
	font-size: 79%;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-left: 2px;
	float: left;
}
/* program */
#programBlock {
	text-align: center;
	border-top: 1px solid #fedad9;
	margin-top: 1px;
	padding-top: 6px;
}
#programBlock > h1 {
	margin: 13px 0 15px;
}
#programBlock .blockInner {
	width: 310px;
	height: 221px;
	background: url(../../images/opencampus/opencampus_program_bg.png) no-repeat center top;
	background-size: 310px auto;
	padding: 0 2px;
}
#programBlock .blockInner h1 {
	padding-top: 30px;
}
#programBlock .blockInner .slider {
	margin-top: 30px;
	position: relative;
}
#programBlock .blockInner ul.slides li .cf {
	margin: 12px;
}
#programBlock .blockInner ul.slides li p {
	font-size: 86%;
	text-align: left;
	letter-spacing: -0.06em;
	line-height: 1.6;
	padding-top: 3px;
	overflow: hidden;
}
#programBlock .blockInner ul.slides li figure {
	float: left;
	margin-right: 7px;
}
#programBlock .flex-direction-nav a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 0
}
#programBlock .flex-direction-nav .flex-prev {
	background: url(../../images/opencampus/opencampus_program_prev.png) no-repeat left top;
	background-size: 15px auto;
	left: 10px;
}
#programBlock .flex-direction-nav .flex-next {
	background: url(../../images/opencampus/opencampus_program_next.png) no-repeat left top;
	background-size: 15px auto;
	right: 10px;
}
/* accessLink */
#accessLink {
	height: 60px;
	background: #fdf4f6;
	margin-top: 15px;
}
#accessLink a {
	display: block;
	margin-left: 6px;
	margin-top: 8px;
	float: right;
}
/* matsuri */
#matsuriBlock {
	height: 448px;
	background: url(../../images/opencampus/opencampus_matsuri_bg.png) repeat-x center top;
	background-size: 480px auto;
	margin-top: 10px;
	padding-top: 20px;
}
#matsuriBlock .blockInner>p {
	margin: 10px;
}
#matsuriBlock .box {
	background: #fff;
	border-radius: 3px;
	padding: 12px;
}
#matsuriBlock .box figure {
	margin-left: 10px;
	float: right;
}
#matsuriBlock .box h1 {
	line-height: 0.7;
	margin-bottom: 10px;
	margin-top: 5px;
}
#matsuriBlock .box p {
	font-size: 92%;
}
/* event */
#eventBlock {
	margin-top: 20px;
}
#eventBlock h1 {
	text-align: center;
	margin-bottom: 13px;
}
#eventBlock li {
	background: #fceef1
}
#eventBlock li:nth-child(even) {
	background: #fadce2
}
#eventBlock li a {
	display: block;
	background: url(../../images/opencampus/opencampus_event_arrow.png) no-repeat 279px center;
	background-size: 7px auto;
	padding: 14px 30px 13px 10px;
}
#eventBlock li figure {
	margin-right: 10px;
	float: left;
}
#eventBlock li:nth-of-type(4) figure {
	margin-top: 8px;
}
#eventBlock li p {
	font-size: 86%;
	letter-spacing: -0.01em;
	overflow: hidden;
}
