@charset "UTF-8";

/** General Style Info  **/
body {
	background: #FFFFFF;
	color: #000000;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/** Layout **/
#container {
	text-align: left;
	padding: 10px;
}

#header {
	margin: 0;
}

#header div .left {
	float: left;
	margin: 0;
}

#header div .right {
	float: right;
	margin-top: 5px;
	text-align: right;
}

#header .headermain {
	font-size: 1.3em;
}

.headermain,h1.headermain {
	float: left;
	margin: 0;
	padding: 0;
}

.headermain {
	font-weight: bold;
}

.intro {
	float: left;
}

.introMenu {
	float: left;
}

.user {
	float: right;
	padding: 10px;
}


table,td,th {
	border-collapse: collapse;
}

#footer {
	text-align: center;
}

#copy {
	color: #000;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	background: #fff;
	clear: both;
	color: #333;
	/*padding: 10px 20px 40px 20px;*/
	/*overflow: auto;*/
	min-height: 400px;
}
/*A { font-size:18px; font-weight:bold; }*/
A:link {
	color: #0000ff;
}

A:visited {
	color: #0000ff;
	text-decoration: inherit;
}

A:active {
	color: #0000ff;
}

A:hover {
	color: #0000ff;
	text-decoration: inherit;
}

.ime-mode-on {
	ime-mode: active;
}

.ime-mode-off {
	ime-mode: inactive;
}

.ime-mode-disabled {
	ime-mode: disabled;
}

table.login {
	padding: 20px;
}

.coursebox {
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	margin-bottom: 15px;
	width: 400px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 15px;
	margin-left: 35%;
	margin-top: 15px;
}

table.tblMenu {
	margin-top: 30px;
	color: #656565 !important;
}

#container {
	width: 98%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
	color: black
}

label.left {
	width: 200px;
	float: left;
	padding-right: 30px;
	text-align: right;
}

label.right {
	width: 110px;
	float: left;
	padding-right: 30px;
	text-align: left;
}

.label_incorrect {
	width: 60px;
	text-align: center;
	padding-right: 10px;
}

.label_correct {
	width: 60px;
	text-align: center;
	padding-right: 12px;
	padding-left: 30px;
}

.spp-table th {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
/* BBS 2012.11 */
.spp-table td {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	word-break: break-all;
}

#frm-add-user {
	width: 708px;
	margin: 0 auto;
}

#frm-add-user input[type=text] {
	width: 300px;
}

#frm-add-user input[type=password] {
	width: 300px;
}

#frm-add-user .checkbox {
	float: left
}

#frm-add-user .chb-item {
	float: left;
	margin-right: 30px;
}

#frm-add-user .chb-item fieldset {
	float: right;
	margin-right: 30px;
	width: 150px;
	padding: 0;
	height: auto;
	margin-left: 17px;
	display: none;
}

.actions {
	text-align: center;
	margin-top: 30px;
}

.actions-edit-role,.actions-new-role {
	margin-top: 30px;
	padding-left: 200px;
}

.actions button {
	margin-left: 5px;
}

.msg {
	margin-top: 30px;
	/*margin: 0 auto;*/
	/*padding-left: 0px;
	float:left*/
}

.msg label.msg-title {
	float: left;
}

.msg .msg-error {
	float: left;
	/*margin-left: 320px;*/
	margin-left: 38%;
	color: red;
	margin-bottom: 30px;
}

.message {
	color: red
}

.frm-item,.mark_item {
	margin-top: 10px;
	width: 800px;
	height: auto;
}

.filter-form {
	text-align: center;
}

#txtFilter {
	width: 250px;
	margin-right: 20px;
}

a#btn-add-new-user {
	float: right
}

.tblUser {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.tblUser th {
	border: solid 1px #000;
	text-align: center;
}

.tblUser td {
	border: solid 1px #000;
	padding-left: 5px;
	padding-right: 5px;
}

.tblUser tr {
	
}

.paging-action {
	border: 1px dashed #000000;
	float: right;
	margin-top: 15px;
	padding: 2px 10px;
}

.login-form {
	margin: 0 auto;
	width: 500px;
	margin-top: 30px;
}

.login-form input[type=text] {
	width: 200px;
}

.login-form input[type=password] {
	width: 200px;
}

.change-pwd-form input[type=password] {
	width: 300px;
}

.change-pwd-form,.mark-master {
	margin: 0 auto;
	width: 550px;
}

.login-form .password {
	margin-top: 10px;
}

.login-form .submit {
	margin-left: 230px;
	margin-top: 30px;
}

.login-form input[type=submit] {
	width: 100px;
}

table.tblMenu tr,td {
	border: none;
	height: 30px;
}

.tblMenu a , .menu a{
	text-decoration: none;
	color: #656565 !important;
}
.tblMenu a:visited, .menu a:visited {
	color: #656565 !important;
}
.back-link {
	text-align: right;
	margin-top: 5px;
}

label.intro {
	margin-top: -10px;
	position: absolute;
}

.button_filter {
	width: 75px;
	height: 25px;
}

.button_ok {
	width: 90px;
	height: 25px;
	margin-right: 20px;
}

.mark_button_ok {
	width: 90px;
	height: 25px;
}

.button_cancel {
	width: 91px;
	height: 25px;
	margin-right: 20px;
}

.button_delete {
	width: 98px;
	height: 25px;
}

.add-msg-form {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}

#add-msg-form-button {
	float: right;
	margin-top: -60px;
}

/* refs 11501 */
.add-msg-form #btnConfirm {
	margin-left: 100px;
}

.add-msg-form #btnCancel {
	margin-left: -100px;
}

#add-msg-error {
	text-align: center;
	color: red;
}

div.lbtitle {
	width: 80px;
	float: left;
	font-weight: bold;
}

.form-group {
	height: 30px;
}

.quiz_item {
	cursor: pointer;
}

div.required:after {
	content: "*";
	color: red;
}

.mark-button {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

.button_area {
	width: 550px;
	height: 100px;
}

.mark-master-input {
	width: 300px;
}

.mark-master-input-small {
	width: 90px;
}

*[readonly='readonly'],*[disabled='disabled'] {
	background-color: #ececec;
}

.hasDatepicker {
	background-color: white;
}

table.highlight tr:nth-child(even) {
	background-color: #F1F1F1;
}

table.highlight tr.header, table.highlight thead {
	background-color:#f5fdfe;
	min-height: 30px;
}

.btn-custom {
	background-size: 100px 26px;
	background-repeat: no-repeat;
	width: 100px;
	height: 26px;
	border: none;
	cursor: pointer;
	padding-top: 20px;
}

.searchBtn {
	background-image: url("../img/search.png");
}

.csvOutputBtn {
	background-image: url("../img/csv_out.png");
}

.csvInportBtn {
	background-image: url("../img/csv_in.png");
}

.loginBtn {
	background-image: url("../img/login.png");
}

.logoutBtn {
	background-image: url("../img/logout.png");
}

.deleteBtn {
	background-image: url("../img/delete.png");
}

.cancelBtn {
	background-image: url("../img/cancel.png");
}

.registerBtn {
	background-image: url("../img/register.png");
}

.searchNotAnswerBtn {
	background-image: url("../img/notrespond.png");
}

.filterBtn {
	background-image: url("../img/filter.png");
	vertical-align: middle;
	margin-left: 10px;
}

.insertBtn {
	background-image: url("../img/insert.png");
}

.clearBtn {
	background-image: url("../img/clear.png");
}

.messageBtn {
	background-image: url("../img/message.png");
}

.pointBtn {
	background-image: url("../img/point.png");
}

.backMenuBtn {
	background-image: url("../img/back.png");
}

.templateBtn {
	background-image: url("../img/template.png");
	background-color: transparent;
	padding-top: 0 !important;
	color: #e6e6e6;
}

.absoluteBtn{
	position: absolute;
}
.top-header {
	background-color:#f5fdfe;
	width: 100%;
	height:40px;
}
.top-header h1 {
	padding: 10px;
}
.menu {
	margin: 0 auto;
	width: 450px;
	color: #656565 !important;
}

.menu-item-top-1 {
	background: url("../img/icon_menu1.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
	padding-left: 60px;
	height: 40px;
}

.menu-item-top-2 {
	background: url("../img/icon_menu2.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
	padding-left: 60px;
	height: 40px;
}

.menu-item-top-3 {
	background: url("../img/icon_menu3.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
	padding-left: 60px;
	height: 40px;
}

.menu-item-title {
 	padding-top:10px;
 	font-size: 20px;
}
.menu-item-left {
	width: 50%;
	float:left;
	margin-left: 20px;
	margin-top: -10px;
}
.menu-item-right {
	margin-top: -10px;
}
.menu li {
	padding: 0 0 10px 0;
}
.menu1 li { 
    color: #f1d58c;
}
.menu2 li { 
    color: #7fbcd2;
}
.menu3 li { 
    color: #ce81af;
}
