@charset "utf-8";
/* CSS Document */


/* 飛び出せフルコト in きたまちWeek 2016
------------------------------------------------------------*/
#tobifuru2016kw .overview {
	width: 700px;
	margin: 0 auto;
}
#tobifuru2016kw .notes {
	width: 640px;
	margin: 30px auto;
	background-color:#FF9;
	padding: 30px;
}
#tobifuru2016kw .notes li {
	color: #F00;
	list-style-type: disc;
}
#tobifuru2016kw .overview tr{
	background-color: #eee;
	border-bottom: 2x dotted #fff;
}

#tobifuru2016kw h1 {
	margin-bottom: 30px;
	font-size: 200%;
	color: #666666;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d4eff1;
	line-height: 1.4;
}
#tobifuru2016kw .course {
	width: 700px;
	margin: 30px auto 100px auto;
}
#tobifuru2016kw .course>h2 {
	color: #00008c;
	font-size: 130%;
	margin: 30px auto 15px auto;
}
#tobifuru2016kw .course p {
	margin-bottom: 1em;
}
#tobifuru2016kw .course .info {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 30px
}
#tobifuru2016kw .course .info dt {
	width: 7rem;
	padding: 0 10px;
}
#tobifuru2016kw .course .info dt:after {
	content: '：';
}
#tobifuru2016kw .course .info dd {
	clear: both;
	margin-left: 7rem;
	margin-top: -1.5rem;
	padding: 0 5px;
}
#tobifuru2016kw .course figure img {
	width: 32%;
	height: auto;
}
#tobifuru2016kw .course .applyform p {
	background-color: #6C3;
	border-radius: 10px;
	font-weight: bold;
	display: block;
	padding: 10px 15px;
	margin: 30px auto;
	text-align: center;
	width: 20em;
}
#tobifuru2016kw .course .applyform a {
	text-decoration: none;
	color: #fff;
}
#tobifuru2016kw .course .applyform a:hover {
	border-bottom: 1px solid #fff;
}
#tobifuru2016kw .course .w600 {
	width: 600px;
	margin: 30px auto;
}
#tobifuru2016kw .course ul {
	list-style-type: disc;
}
#tobifuru2016kw .course li {
	margin-left: 3em;
}
#tobifuru2016kw .course .teacher {
	background-color: #eff;
	box-sizing: border-box;
	padding: 10px;
}
#tobifuru2016kw .course .teacher dl {
	line-height: 1.5em;
	margin: 5px 0 5px 14px;
}
#tobifuru2016kw .course .teacher dt {
	margin-bottom: 1em;
}
