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

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

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

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

#Guide_editor .cleditorList h3, /* 編集ボタン */
#Guide_editor_iframe h3, /*編集内iframe*/
#Guide_editor #editorBox table td h3, /* 確認画面 */
body#Guide_editor_iframe h3,
#Guide h3 {
	font-size: 120%;
	border: #666666 solid;
	border-width: 0 0 1px 0;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: normal!important;
}

/*サブタイトル2*/
#Guide_editor .cleditorList h4, /* 編集ボタン */
#Guide_editor_iframe h4, /*編集内iframe*/
#Guide_editor #editorBox table td h4, /* 確認画面 */
body#Guide_editor_iframe h4,
#Guide h4 {
    margin: 50px 0 10px 0;
	padding: 10px 0;
    line-height: 1.5em;
    font-size: 100%;
	border: #666666 solid;
	border-width: 1px 0;
	text-align: center;
	font-weight: normal!important;
}

#Guide_editor .cleditorList h5, /* 編集ボタン */
#Guide_editor_iframe h5, /*編集内iframe*/
#Guide_editor #editorBox table td h5, /* 確認画面 */
body#Guide_editor_iframe h5,
#Guide h5 {
    margin: 50px 0 0 0;
	padding: 10px 0;
    line-height: 1.5em;
    font-size: 120%;
	border: #666666 dashed;
	border-width: 1px;
	text-align: center;
	font-weight: normal!important;
	background-color: #ededed;
}

/********************** Lessonの装飾 **********************/
#Guide_editor_iframe ul,
#Guide_editor #editorBox ul,
#Guide ul {
	list-style: disc;
	margin: 20px 0 0 1.5em;
	padding: 0;
}

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

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

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


