@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	width: 100%;
	font-family: "ＭＳ 明朝", Helvetica, Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
}


form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}

/*-----------------------------------------------------------------------------
 * 画面サイズ 幅640px以下の時のスタイル定義
 *-----------------------------------------------------------------------------
 */
@media all and (max-width: 640px) {
	#login-form {
		width: 90%;
	}
	#login-form #userid, #login-form #password {
		width: 90%;
	}
	#sub-content {
		display: none;
	}
	.event-table {
		width: 480px !important;
	}
	.video-frame {
		width: 320px;
		padding: 4px;
	}
	.video-clip {
		width: 320px;
		height: 240px;
	}

	.popupDialog {
		width: 320px;
	}

	#addDialog {
		width: 320px;
	}
	#viewDialog {
		width: 320px;
	}
}	/* End of @media all and (max-width: 640px) */

/*-----------------------------------------------------------------------------
 * 画面サイズ 幅640-1026px以下の時のスタイル定義
 *-----------------------------------------------------------------------------
 */
 /*
@media all and (min-width: 640px) and (max-width: 1024px) {
	#login-form {
		width: 480px;
	}
	#login-form #userid, #login-form #password {
		width: 200px;
	}
	.event-table {
		width: 480px !important;
	}
	.video-frame {
		width: 480px;
		padding: 4px;
	}
	.video-clip {
		width: 480px;
		height: 360px;
	}
}
*/

/*-----------------------------------------------------------------------------
 * 画面サイズ 幅640px以上の時のスタイル定義
 *-----------------------------------------------------------------------------
 */
@media all and (min-width: 640px) {
	#login-form {
		width: 480px;
		padding: 30px 15px 10px 15px;
	}
	#login-form div,label {
		width: auto;
		height: auto;
		vertical-align: middle !important;
	}
	#login-form label {
		width: 40%;
		display: inline-block;
	}
	#toggle-menu {
		margin: 0;
		padding: 0;
	}
	.has-side-menu {
		background: url(../img/px-ccc.gif) 290px 0 repeat-y;
	}
	#content {
		padding: 0;
		overflow: hidden;
	}
	#sub-content {
		text-align: left;
		float: left;
		width: 280px;
		margin: 5px;
	}
	#sub-content #sub-content-body .ui-listview {
		margin: 0;
	}
	.ui-popup .ui-content {
		margin: 0;
		padding: 10px;
		background: none;
	}
	.ui-popup .ui-content {
		background-position: 25%;
		overflow: hidden;
	}

	#main-content { /*
		margin: 10px 10px 10px 295px;
		*/
//		width: 100%;
//		margin: 5px 5px 5px -300px;
		margin: 5px 5px 5px 300px;
//		clear: both;
//		float: right;
//		float: left;
	}
	#main-content #main-content-body ul:first-child {
		margin-top: 0;
	}
	#main-content-body {
//		margin: 0 0 0 300px;
		margin: 0 0 0 0px;
		/*
		margin-right: 0;
		margin-left: 320px;
		margin-bottom: 10px;
		padding: 0;
		*/
	}
	.config-content {
		margin: 0px;
	}

	.type-page  .content-secondary .ui-li-divider {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.type-page .content-secondary {
		margin: 0;
		padding: 0;
	}
	.event-table {
//		width: 800px !important;
		min-width: 800px;
	}
	.video-frame {
//		width: 640px;
		padding: 4px;
	}
	.video-clip {
		width: 640px;
		height: 480px;
	}
	.popupDialog {
		width: 480px;
	}

	#addDialog {
		width: 480px;
	}
	#viewDialog {
		width: 480px;
	}

	.ui-bar, .ui-body { clear:none; }

}	/* End of @media all and (min-width: 640px) */

/*-----------------------------------------------------------------------------
 * 共通スタイル定義
 *-----------------------------------------------------------------------------
 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* clearfix for ie7 */
.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.centering {
	margin: 0 auto 0 auto;
	text-align: center;
}

.right {
	margin: 0 auto 0 auto;
	text-align: right;
}

.left {
	margin: 0 auto 0 auto;
	text-align: left;
}

.crumbs .selected {
	text-decoration: none;
	pointer-events: none;
	cursor: default;
	color: black !important;
	font-weight: normal !important;
}

.ui-dialog-background {
	opacity: 0.5;
	display: block !important;
	-webkit-transition: opacity 0.5s ease-in;
	background: #FFFFFF;
}

.ui-dialog .ui-header,.ui-dialog .ui-content,.ui-dialog .ui-footer {
	max-width: 800px;
	/*
	margin: 10% auto 15px auto;
	*/
}

.ui-li-ok {
	color: #FFFFFF;
	background: #6666FF;
}

.ui-li-ng {
	color: #FFFFFF;
	background: #FF6666;
}

.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid #327abf;
	background: #709f9f;
	color: #ffffff;
	text-shadow: 0 -1px 1px #669999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5d96cd),
		color-stop(49%, #5d96cd), color-stop(50%, #327abf), to(#73a4d1) );
	background-image: -webkit-linear-gradient(#5d96cd, #5d96cd 49%, #317abe 50%, #73a4d1);
	background-image: -moz-linear-gradient(#5d96cd, #5d96cd 49%, #317abe 50%, #73a4d1);
	background-image: -ms-linear-gradient(#5d96cd, #5d96cd 49%, #317abe 50%, #73a4d1);
	background-image: -o-linear-gradient(#5d96cd, #5d96cd 49%, #317abe 50%, #73a4d1);
	background-image: linear-gradient(#5d96cd, #5d96cd 49%, #317abe 50%, #73a4d1);
}

.ui-btn-hover-f,.ui-btn-down-f,.ui-body-f .ui-btn-active {
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #327abf;
	background: #709f9f;
	color: #ffffff;
	text-shadow: 0 -1px 1px #669999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73a4d1),
		color-stop(49%, #317abe), color-stop(50%, #5d96cd), top(#5d96cd) );
	background-image: -webkit-linear-gradient(#73a4d1, #317abe 49%, #5d96cd 50%, #5d96cd);
	background-image: -moz-linear-gradient(#73a4d1, #317abe 49%, #5d96cd 50%, #5d96cd);
	background-image: -ms-linear-gradient(#73a4d1, #317abe 49%, #5d96cd 50%, #5d96cd);
	background-image: -o-linear-gradient(#73a4d1, #317abe 49%, #5d96cd 50%, #5d96cd);
	background-image: linear-gradient(#73a4d1, #317abe 49%, #5d96cd 50%, #5d96cd);
}

/* tableview */
.table-top-wrapper,.table-bottom-wrapper {
	min-height: 32px;
	width: 100%;
	padding-top: 0px;
	vertical-align: middle;
	border-width: 0px;
}

.table-top-wrapper>div,.table-bottom-wrapper>div {
	text-align: center;
}
/* table itself - necessary?*/
.ui-tableview {
	width: 100%;
	font-size: 0.875em;
	font-weight: normal !important;
	margin: 0px;
}

.ui-tableview th,.ui-tableview td {
	text-align: right;
}

.ui-tableview  thead th a {
	color: #888;
	margin: 0px !important;
	border-width: 0px !important;
	height: inherit !important;
}

.ui-tableview th,.ui-tableview td {
	text-align: right;
}

.ui-tableview thead th {
	border: 1px solid #999;
	background: #EEEEEE;
	color: #222;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold !important;
	white-space: nowrap;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}

.ui-tableview tbody th,td {
	font-weight: normal !important;
//	border: 1px solid #CCCCCC !important;
//	text-align: left;
	padding: 5px;
}

.ui-tableview .column-sortable {
	background: url("../img/column-sortable.png") no-repeat scroll right
		center #EEEEEE;
}

.ui-tableview .column-asc {
	background: url("../img/column-asc.png") no-repeat scroll right center
		#EEEEEE;
}

.ui-tableview .column-desc {
	background: url("../img/column-desc.png") no-repeat scroll right center
		#EEEEEE;
}

.ui-tableview a.asc:after {
	content: url("../img/column-asc.png");
}

.ui-tableview a.desc:after {
	content: url("../img/column-desc.png");
}

.ui-datebox-inline {
	margin-top: 5px;
	border: 1px solid #CCCCCC !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-shadow: none;
}

.ui-datebox-inlineblind {
	margin-top: 5px;
	border: 5px solid #111111 !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #bbb;
	}

.fc-header tbody tr td {
	border: 0px !important;
}

a.fc-event {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#room-menu {
	width: 280px;
}

#room-list {
	border: 2px solid #ccc;
	width: 250px;
	height: 150px;
	overflow-y: scroll;
}

#subject-menu {
	width: 280px;
}

#subject-list, #search_subject_list {
	border: 1px solid #ccc;
	width: 250px;
	height: 150px;
	overflow-y: scroll;
}

#teacher-menu {
	width: 280px;
}

#teacher-list {
	border: 1px solid #ccc;
	width: 250px;
	height: 150px;
	overflow-y: scroll;
}


.table-header {
	margin: 0px;
	padding: 10px;
}

.table-footer {
	margin: 0px;
	padding: 5px;
}

.notice {
	color: #4040FF;
}

/*----------------------------------------------------------------------------*/

/* 学部コード */
.classCode {
	width: 20%;
}

/* 学部名 */
.className {
	width: 80%;
}

/* グループコード */
.groupCode {
	width: 20%;
}
/* グループ名 */
.groupName {
	width: 80%;
}

/*-----------------------------------------------------------------------------
 * リストテーブル
 *-----------------------------------------------------------------------------
 */
.list-table {
	margin: 0px;
	border-collapse: collapse;
	border: 1px #333333 solid;
}

.list-table th {
	text-align: left;
}

.list-table td {
	text-align: left
}

.list-table tbody tr:hover {
	background-color: #FCFCFC;
	color: #333333;
}
/*-----------------------------------------------------------------------------
 * 録画イベント表示
 *-----------------------------------------------------------------------------
 */
#event-main-content {
//	float: left;
	margin: 5px;
	padding: 0px;
}

#event-sub-content {
	margin: 5px;
	padding: 0px;
}

.event-table {
	text-align: center;
	border-collapse: collapse;
	border: 0px;
}

.event-table th {
	white-space: nowrap;
	border: solid 1px #7f7f7f !important;
	background: #CCCCFF;
}

.event-table td {
	white-space: nowrap;
	text-align: left;
	border: solid 1px #7f7f7f !important;
}

.no-border-table td {
	padding: 0;
	border: 0px !important;
	border-collapse: collapse;
}

.lesson-seq-name td {
	padding: 0px 10px 0px 3px;
}

/*-----------------------------------------------------------------------------
 * ポップアップダイアログ
 *-----------------------------------------------------------------------------
 */
.popupDialog {
	padding: 0px;
}

.popupDialog table {
	width: 100%;
	padding: 4px;
	margin: 0px;
}

.popupDialog table tr th {
	border: 1px #333333 solid;
	background: #CCCCFF;
	padding: 4px;
}

.popupDialog table tr td {
	border: 1px #333333 solid;
	background-color: #F0F0F0;
	padding: 4px;
}

.popupDialog tr td td {
	border: 0px;
}

.popupDialog p {
	text-align: center;
}

/*-----------------------------------------------------------------------------
 * 新規登録ダイアログ
 *-----------------------------------------------------------------------------
 */
#addDialog {
	padding: 0px;
}

/*-----------------------------------------------------------------------------
 * 詳細表示ダイアログ
 *-----------------------------------------------------------------------------
 */
#viewDialog {
	padding: 0px;
}

/*-----------------------------------------------------------------------------
 * カレンダーアイコン
 *-----------------------------------------------------------------------------
 */
.file-icon {
	padding-right: 20px;
	background-image: url(../img/file-clip.png);
	background-repeat: no-repeat;
	background-position: right;
}

.file-icon2 {
	padding-right: 20px;
	background-image: url(../img/file-clip2.png);
	background-repeat: no-repeat;
	background-position: right;
}

.video-icon {
	padding-right: 20px;
	background-image: url(../img/video-clip.png);
	background-repeat: no-repeat;
	background-position: right;
}

.video-icon2 {
	padding-right: 20px;
	background-image: url(../img/video-clip2.png);
	background-repeat: no-repeat;
	background-position: right;
}

/*-----------------------------------------------------------------------------
 * ページ切替リンク
 *-----------------------------------------------------------------------------
 */
.pageLink {
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000; #
	background-color: inherit;
}

.XpageLink span {
	display: block;
	position: relative; #
	top: 0px;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pageLink span {
	position: relative;
	float: left;
	background: #044062;
	border: solid 1px #044062;
	margin-top: 2px;
	margin-left: 8px;
}

.pageLink span.current,
.pageLink span a {
	display: block;
	padding: 1px 5px 1px 5px;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	background-color: #f3f3f3;
	color: #000000;
}

.pageLink span a:hover {
	background-color: #dfdfdf;
	color: #333333;
}

.pageLink span.disabled {
	display: none;
}

.pageLink span.active,
.pageLink span.current,
.pageLink span.active a,
.pageLink span.active a:hover {
	background-color: #2489ce;
	color: #ffffff;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/* Flash Message */
.message {
	color: #000;
	font-size: 140%;
	font-weight: bold;
//	margin: 0 0 1em 0;
	padding: 5px;
	text-align: center;
}
.flash-error {
	color: #DF2424;
	font-size: 140%;
	font-weight: bold;
//	margin: 0 0 1em 0;
	padding: 5px;
	text-align: center;
}

label.room_checkbox {
	background-color: gray;
	color: white;
	text-shadow: none;
}
label.room_checkbox2 {
	background-color: gray;
	color: black;
	text-shadow: none;
}

div.input label {
	margin: 8px 0px 0px 0px;
}

legend {
	margin: 8px 0px 0px 0px;
}

.time div.ui-select {
	display: inline;
}

.sel-time div.ui-select {
	display: inline;
}

div.select-date div {
	width: 8em;
}

.ui-btn-up-t {
	border: 1px solid 		#999 /*{a-bup-border}*/;
	background: 			#FFFFCC /*{a-bup-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{a-bup-color}*/;
//	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFCC /*{a-bup-background-start}*/), to( #EFEFCC /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFCC /*{a-bup-background-start}*/, #EFEFCC /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFCC /*{a-bup-background-start}*/, #EFEFCC /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFCC /*{a-bup-background-start}*/, #EFEFCC /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFCC /*{a-bup-background-start}*/, #EFEFCC /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFCC /*{a-bup-background-start}*/, #EFEFCC /*{a-bup-background-end}*/);
}
.ui-btn-up-t:visited,
.ui-btn-up-t a.ui-link-inherit {
	color: 					#000 /*{a-bup-color}*/;
}
.ui-btn-hover-t {
	border: 1px solid 		#999 /*{a-bhover-border}*/;
	background: 			#FFFFCC /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: 					#000 /*{a-bhover-color}*/;
//	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ # /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EFEFCC /*{a-bhover-background-start}*/), to( #FFFFCC /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EFEFCC /*{a-bhover-background-start}*/, #FFFFCC /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EFEFCC /*{a-bhover-background-start}*/, #FFFFCC /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EFEFCC /*{a-bhover-background-start}*/, #FFFFCC /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EFEFCC /*{a-bhover-background-start}*/, #FFFFCC /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EFEFCC /*{a-bhover-background-start}*/, #FFFFCC /*{a-bhover-background-end}*/);
}
.ui-btn-hover-t:visited,
.ui-btn-hover-t:hover,
.ui-btn-hover-t a.ui-link-inherit {
	color: 					#000 /*{a-bhover-color}*/;
}
.ui-btn-down-t {
	border: 1px solid 		#999 /*{a-bdown-border}*/;
	background: 			#FFFFCC /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: 					#000 /*{a-bdown-color}*/;
//	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EFEFCC /*{a-bdown-background-start}*/), to( #FFFFCC /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EFEFCC /*{a-bdown-background-start}*/, #FFFFCC /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EFEFCC /*{a-bdown-background-start}*/, #FFFFCC /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EFEFCC /*{a-bdown-background-start}*/, #FFFFCC /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EFEFCC /*{a-bdown-background-start}*/, #FFFFCC /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EFEFCC /*{a-bdown-background-start}*/, #FFFFCC /*{a-bdown-background-end}*/);
}
.ui-btn-down-t:visited,
.ui-btn-down-t:hover,
.ui-btn-down-t a.ui-link-inherit {
	color: 					#000 /*{a-bdown-color}*/;
}
.ui-btn-up-t,
.ui-btn-hover-t,
.ui-btn-down-t {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

/* LOG-LIST */
.log-list td {
	margin: 0 auto 0 auto;
	text-align: center;
}

/* スケジュール表示のテキストシャドーを消す */
.fc-event-time, .fc-event-title {
    padding: 0 1px;
    text-shadow: none;
}

/* Lesson Transfersリストの整形 */
table.transfer_list_table {
	width: 100%;
}
td.transfer_cell_title {
	border: none !important;
}
td.transfer_cell_center {
	border: none !important;
	text-align: center;
	padding: 2px;
}
td.transfer_cell_center * {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* fieldset内のレイアウト(項目間隔) */
fieldset div {
	margin-top: 1px;
	margin-bottom: 4px;
}

div.form_show_value {
	margin: 0 auto 15px auto;
}

div.form_show_value div {
	margin: 0 auto 0 20px;
}

div.schedule_form_div {
	margin: 10px auto 0 auto;
}

.attache_file div {
	display: inline-block;
}

#datepicker div.ui-body-c {
	padding: 0;
	border: 0;
}

tr.cycle_data_row td .ui-btn-inline {
	margin-right: 0;
}

.event-table thead td {
	padding: 0;
	border: hidden !important;
}

#ClassroomRoomColor {
	width: auto !important;
	display: inline;
}

.crumbs {
	font-size: 80%;
}

.popup_message {
	font-weight:bold;
	text-align: center;
}

.popup_header {
	margin: 0.6em 0 0.8em 0 !important;
	min-width: 350px;
}

/* For jquery file upload */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: -15px;
	left: -130px;
	right: 0px;
	width: 400px;
	height: 50px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	direction: ltr;
	cursor: pointer;
	font-size: 100px !important;
}

textarea.edit_area_monospace {
	font-family: monospace;
}
