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

/*main-img*/

.main-img h2 {
	background-image: url(images/main-img.jpg);
}

div.title span {
	height: 105px;
	margin-top: 15px;
}


/*concept-box*/

.concept-box {
	width: 100%;
}

.concept-box .box {
	width: 900px;
	/* background-image: url(images/conceptimg.png); */
	/* background-position: right top; */
	margin-top: 15px;
	margin-bottom: 15px;
	height: 121px;
}

.concept-box h3 {
	margin-left: 50px;
	margin-top: 15px;
}

.concept-box p {
	margin-left: 50px;
}

/*contents01*/

.contents01 {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contents01-back-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 417px;
}

.contents01 .box {
	clear: both;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contents01-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 417px;
}

.contents01 .lecture-wrap {
	clear: both;
	width: 515px;
	background-image: url(images/about-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 371px;
	margin-top: 30px;
	margin-left: 50px;
}

.contents01 .lcontents {
	clear: both;
	width: 455px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}

.contents01 .l01 {
	padding-top: 105px;
	background-image: url(images/fee.png);
	background-position: left 100px;
}

.contents01 .l02 {
	background-image: url(images/contents.png);
	padding-top: 7px;
}


.contents01 .lecture-wrap h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF7BAC;
	margin-bottom: 5px;
	margin-left: 120px;
	line-height: 1.4em;
}

.contents01 .lecture-wrap h4 span.fee {
	vertical-align: bottom;
	display: inline-block;
}

.contents01 .lecture-wrap h4 span.other {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}

.contents01 .lecture-wrap p {
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	clear: both;
	margin-left: 130px;
	width: 430px;
	margin-bottom: 7px;
}

.contents01 .lecture-wrap p.small {
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	clear: both;
	margin-left: 30px;
	width: 500px;
}