@charset "utf-8";


/* =============================================================

	top

* ============================================================= */

.coursecont dt {
    float: left;
    text-align: center;
    width: 200px;
}


/* =============================================================

	privacy

* ============================================================= */

/* top-article
--------------------------- */

.top-article {
	width: 100%;
	margin: 0 auto;
}


.top-article .lead {
	font-weight: bold;
	font-size: 122%;
	letter-spacing: 0.3px;

}

.top-article > * + *  {
	margin-top: 1.5em;
}
.top-article > h2 + *  {
	margin-top: 0;
}
.top-article > h2 {
	margin: 2.5em 0 .3em;
}

.top-article > * > a {
	text-decoration: underline;
}

.top-article > h2 {
	font-weight: bold;
}




.comment_area h2 {
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
}


.comment_area {
	line-height: 1.5;
}


.member-article {
	width: 100%;
	margin: 0 auto;
}


.member-article dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.member-article dl.second {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


.member-article dt {
	float: left;
	width: 200px;
}

.member-article dd {
	min-height: 175px;
}



.member-article dd h3{
	font-weight: bold;
	line-height: 1.3em;
}


.member-article dd h3 span{
	font-weight: normal;
	font-size: 12px;
}
.member-article dd p{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	margin-top: 6px;
}
.member-article .lead {
	font-weight: bold;
	font-size: 122%;
	letter-spacing: 0.3px;

}

.member-article > * + *  {
	margin-top: 1.5em;
}
.member-article > h2 + *  {
	margin-top: 0;
}
.member-article > h2 {
	margin: 2.5em 0 .3em;
}

.member-article > * > a {
	text-decoration: underline;
}

.member-article > h2 {
	font-weight: bold;
}





.song_article {
	width: 100%;
	margin: 0 auto 50px ;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 50px;
}


.song_lyrics {
	width: 100%;
	margin: 0 auto ;
}



.reference-article {
	width: 100%;
	margin: 0 auto;
}


.reference_article dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}



.reference_article dt {
	float: left;
	width: 400px;
}

.reference_article dt img {
	width: 380px;
}

.reference_article h3{
	font-weight: bold;
	line-height: 1.3em;
	font-size: 112%;
	margin-bottom: 10px;
}



.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}