/* 講師ページ用スタイルシート */
/*
 * ZANTEI リニューアル後削除要 070112
 * 受講者,講師マイページでのみ利用すること
 */

/* formのマージン調整 */
form {
	margin: 8px 0px;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	color: #33b;
	text-decoration: none;
}

a:hover {
	color: #f44;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: medium;
}

/**********************************************/
/* 講師メニュースタイル */
.menu {
	margin: 10px, 10px;
	padding: 0px;
	background: #fff;
	list-style: none;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

.menu li {
	line-height: 160%;
	border-bottom: #ccc solid 1px;
}

.menu li a {
	display: block;
	color: #000;
	padding-left: 8px;
	text-decoration: none;
}

.menu li a:hover {
	background: #eef;
	color: #33f;
	text-decoration: none;
}

.menu .teacher-title {
	text-align: center;
	color: #fff;
	background: #66a;
}

.menu .student-title {
	text-align: center;
	color: #fff;
	background: #a66;
}

/* ページの説明 */
.page-comment {
	margin: 0px 0px 16px 0px;
	padding: 12px;
	border: #ddd double 3px;
	line-height: 140%;
}

/**********************************************/
/* 講座内容の表示 */

/* 講座タイトル */
.lecture-title{
	margin: 16px 0px 4px 0px;
	padding: 4px;
	color: #fff;
	background: #999;
	font-weight: bold;
	border: #000 dashed 1px;
}

/* 章と節 */
#lecture-contents {
	width: 100%;
}

/* 章 */
#lecture-contents .chapter {
	margin: 16px 0px 4px 0px;
	padding: 4px 0px 0px 4px;
	border-left: #f83 solid 3px;
	border-bottom: #ccc solid 1px;
}

#lecture-contents .chapter-line {
	background: #fdfaea;
}

/* 節 */
#lecture-contents .section {
	padding-left: 32px;
}

#lecture-contents .section a {
	text-decoration: none;
}

/* 移動削除ボタン */
#lecture-contents .up, #lecture-contents .down, #lecture-contents .delete, #lecture-contents .edit {
	padding: 4px 0px;
} 

#lecture-contents .up a, #lecture-contents .down a, #lecture-contents .delete a, #lecture-contents .edit a  {
	padding: 2px 1px;
	font-weight: bold;
	text-decoration: none;
	border: #ccc solid 1px;
}

#lecture-contents .up a:hover, #lecture-contents .down a:hover, #lecture-contents .delete a:hover, #lecture-contents .edit a:hover {
	border: #f33 solid 1px;
}

#lecture-contents .up a {
	color: #36d;
}

#lecture-contents .down a {
	color: #3a6;
}

#lecture-contents .delete a {
	color: #f46;
}

#lecture-contents .edit a {
	color: #f63; 
}


/**********************************************/
/* 教材アップロード */

/* 章選択のタブ */
#chapter-tab {
	margin: 16px 0px 8px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

#chapter-tab li {
	float: left;
	width: 64px;
	text-align: center;
	border: #aaa solid 1px;
}

#chapter-tab .selected {
	border-bottom: #fff solid 1px;
}

#chapter-tab a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #aaa;
}

#chapter-tab .selected a {
	color: #333;
}

#chapter-tab a:hover {
	background: #eee;
}

/* 章 */
#upload .chapter {
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 0px 4px;
	background: #ddf;
	border-left: #f33 solid 3px;
	border-bottom: #ccc solid 1px;
}

/* 節 */
#upload .section {
	margin-top: 16px;
	margin-left: 32px;
	border-bottom: #ccc solid 1px;
}

#upload .file-list {
	margin-left: 32px;
	color: #000;
}

/* ファイルアイコン */
#upload .file {
	float: left;
	width: 96px;
	margin: 4px;
	padding: 2px;
	text-align: center;
	border: #aaf solid 1px;
}

#upload .file a {
	text-decoration: none;
	color: #000;
}

#upload .file img {
	border 0px;
}

/* ファイルアイコンの最後 .fileのfloatをクリアする */
#upload .clear {
	clear: both;
}

/**********************************************/
/* テスト入力 */
#input-test .input-title {
	margin-right: 8px;
	width: 4em;
	text-align: right;
}

#input-test textarea {
	vertical-align: top;
}

/**********************************************/
/* テスト編集 */

/* 章 */
#edit-test .chapter {
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 0px 4px;
	background: #ddf;
	border-left: #f33 solid 3px;
	border-bottom: #ccc solid 1px;
}

/* 問題 */
#edit-test .question {
	width: 320px;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 16px;
	vertical-align: top;
/*	white-space: nowrap;
	overflow: hidden;*/
}

#edit-test a {
	padding: 1px;
	border: 1px solid #ccc;
	text-decoration: none;
}

#edit-test a:hover {
	border: 1px solid #f00;
}

#edit-test .up {
	font-weight: bold;
	color: #12d;
}

#edit-test .down {
	font-weight: bold;
	color: #1a2;
}

#edit-test .edit {
	font-weight: bold;
	color: #f63;
}

#edit-test .delete {
	font-weight: bold;
	color: #f12;
}

.preview {
	font-size: xx-small;
	float: right;
}

/**********************************************/
/* 受講者マイページ */
#student-main h1 {
	padding: 8px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ddd;
}

#student-main h2 {
	margin-top: 8px;
	padding: 2px 4px;
	font-size: 14px;
	border-left: 6px solid #fa0;
}
