@charset "utf-8";
/* CSS Document */

/*index.html コース紹介*/
/*------------------------------*/
#world dl{
	margin-bottom: 30px;
	font-size: 85%;
}
#world dl:after {
content: "";
display: block;
clear: both;
}
* html #world dl {
height: 1px;
}
*+html #world dl {
min-height: 1px;
}
#world dd {
	float:left;
	margin: 1px;
	padding: 3px;
	text-align:center;
	background: #FECCCB;
	width: 32%;
}

/*コース詳細*/
/*------------------------------*/
.courseList {
	margin: 20px 10px;
}
.courseList li {
	background: url(../../common/img/icon_arrow2.gif) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}
.courseList a:link, .courseList a:visited, .courseList a:hover {
	color: #333;
}
#mainContents .courseBox {
	padding: 15px 12px;
	border: 1px solid #C00;
}

.mainCurriculum {
	padding: 15px 12px;
	border: 1px solid #666;
	margin: 15px 265px 15px 0;
}
.mainCurriculum dt {
	color: #C00;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.mainCurriculum dd {
	font-size: 90%;
	background:url(../../common/img/icon_dot.gif) no-repeat left 0.2em;
	padding: 0 5px 0 12px;
	margin-bottom: 5px;
	white-space:nowrap;
	display:inline;
	line-height: 110%;
}
*+html .mainCurriculum dd {
	white-space: normal;
	word-break:keep-all;
}

.workAim {
	padding: 3px 0 3px 12px;
	border-left: 7px solid #C00;
	margin: 15px 265px 15px 0;
	font-size: 90%;
}
.workAim dt {
	color: #C00;
	font-weight: bold;
}
.workAim dd {
	background:url(../../common/img/icon_square.gif) no-repeat left 0.35em;
	padding: 0 5px 0 12px;
	margin-bottom: 5px;
	white-space:nowrap;
	display:inline;
	line-height: 110%;
}
*+html .workAim dd {
	white-space: normal;
	word-break:keep-all;
}
.courseBox a[href^="../../event/trial_music"] {
	margin: 20px auto 0 auto;
	display:block;
	width: 406px;
}








