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

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

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

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

/*サブタイトル1*/
#Lesson_editorDance .cleditorList h3, /* 編集ボタン */
#Lesson_editorDance_iframe h3, /*編集内iframe*/
#Lesson_editorDance #editorBox table td h3, /* 確認画面 */
#Lessons_index.Dance_index h3 {
    margin: 0 0 10px 0;
    padding: 0 20px;
    border: #666666 solid;
    border-width: 0 0 0 5px;
}

/*サブタイトル2*/
#Lesson_editorDance .cleditorList h4, /* 編集ボタン */
#Lesson_editorDance_iframe h4, /*編集内iframe*/
#Lesson_editorDance #editorBox table td h4, /* 確認画面 */
#Lessons_index.Dance_index h4 {
    border: #666666 solid;
    border-width: 1px;
    margin: 30px 0 10px 0;
    padding: 10px 20px;
    font-size: 100%;
    line-height: 1.5em;
    text-align: center;
	font-weight: normal;
	border-radius: 5px;
	width: 100%;
}

/*装飾1*/
#Lesson_editorDance .cleditorList h5, /* 編集ボタン */
#Lesson_editorDance_iframe h5, /*編集内iframe*/
#Lesson_editorDance #editorBox table td h5, /* 確認画面 */
#Lessons_index.Dance_index h5 {
    border: #666666 solid;
    border-width: 0;
    margin: 30px 0 10px 0;
    padding: 20px 40px!important;
    font-size: 100%;
    text-align: left;
	font-weight: normal;
	background-color: #f0f0f0;
	border-radius: 5px;
}

/*装飾2*/
#Lesson_editorDance .cleditorList h6, /* 編集ボタン */
#Lesson_editorDance_iframe h6, /*編集内iframe*/
#Lesson_editorDance #editorBox table td h6, /* 確認画面 */
#Lessons_index.Dance_index h6 {
    border: #666666 dashed;
    border-width: 1px;
    margin: 30px 0 10px 0;
    padding: 20px 40px!important;
    font-size: 100%;
    text-align: left;
	font-weight: normal;
	border-radius: 5px;
}



/********************** 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;
}


