@charset "UTF-8";
/** Common CSS Code**/

/* 編集ボタン */
#Lesson_editorMusical .cleditorList h2,
#Lesson_editorMusical .cleditorList h3,
#Lesson_editorMusical .cleditorList h4,
#Lesson_editorMusical .cleditorList h5,
#Lesson_editorMusical .cleditorList h6
{
	margin: 3px 0!important;
	padding: 5px 10px!important;
	font-size: 100%!important;
}

/********************** Lessonの装飾 **********************/

body#Lesson_editorMusical_iframe {
	line-height: 1.8em;
	padding: 20px;
}


/*サブタイトル1*/
#Lesson_editorMusical .cleditorList h3, /* 編集ボタン */
#Lesson_editorMusical_iframe h3, /*編集内iframe*/
#Lesson_editorMusical #editorBox table td h3, /* 確認画面 */
#Lessons_index.Musical_index h3 {
	font-size: 120%;
	margin: 0 auto 30px auto;
	padding: 10px 0;
	border: #666666 solid;
	border-width: 1px;
	display: block;
	text-align: center;
	width: 80%;
	border-radius: 5px;
	background-color: #f0f0f0;
	font-weight: normal;
}

/*サブタイトル2*/
#Lesson_editorMusical .cleditorList h4, /* 編集ボタン */
#Lesson_editorMusical_iframe h4, /*編集内iframe*/
#Lesson_editorMusical #editorBox table td h4, /* 確認画面 */
#Lessons_index.Musical_index h4 {
	font-size: 120%;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	text-align: center;
	font-weight: normal;
}

/*本文*/
#Lesson_editorMusical .cleditorList h5, /* 編集ボタン */
#Lesson_editorMusical_iframe h5, /*編集内iframe*/
#Lesson_editorMusical #editorBox table td h5, /* 確認画面 */
#Lessons_index.Musical_index h5 {
	font-size: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
	text-align: center;
	font-weight: normal;
}


#Lesson_editorMusical .cleditorList img.arrowDown, /* 編集ボタン */
#Lesson_editorMusical_iframe img.arrowDown, /*編集内iframe*/
#Lesson_editorMusical #editorBox table td img.arrowDown, /* 確認画面 */
#Lessons_index.Musical_index img.arrowDown {
	width:50px;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto 30px auto;
}




/********************** Lessonの装飾 **********************/
/* レッスンテーブル（iframe表示用にcommon.cssと同じものを入れる） */
table {
    border: #666666 solid;
    border-width: 1px 0 0 1px;
    width: 100%;
    margin: 10px 0 0 0;
	border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: #666666 solid;
    border-width: 0 1px 1px 0;
	padding: 5px 20px;
}

table th {
    background-color: #ededed;
    font-weight: normal;
	text-align: center;
}


