@charset "UTF-8";

body {
	font-size: 13px;
}

/* ヘッダ */
#header {
	padding: 5px 10px 5px 10px;
	background: #183b56;
	color: #FFF;
}

#header h1 {
	font-size: 18px;
	font-weight: bold;
}

#logoBox {
	width: 180px;
	float: left;
}

#headerRightBox {
	float: left;
}

#content {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* フッタ */
#footer {
	padding: 15px 0 15px;
	height: 50px;
	background: #efece0;
	border-top: 2px solid #af5220;
}

div#footerLink {
	text-align: right;
	padding: 5px 15px;
}

#footer a {
	text-decoration: none;
	color: #0000cc;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

p#copyright {
	text-align: right;
	font-size: 11px;
	margin: 20px 10px;
}

/* 回答するためのエリア */
div#playBox {
	margin: 10px auto;
	width: 580px;
	background-color: #FAFAFA;
	padding: 10px 10px;
}

/* 時間切れだったよ箱 */
div.TimeUpBox {
	text-align: center;
	background-color: #FFDDDD;
	font-weight: normal;
	margin: 0 auto;
	padding: 8px 0;
	width: 500px;
	font-size: 80%;
	height: 2em;
}

div.noTimeUpBox {
	text-align: center;
	background-color: #FFF;
	font-weight: normal;
	margin: 0 auto;
	padding: 8px 0;
	width: 500px;
	font-size: 80%;
	height: 2em;
}

/* 残り時間 */
div#timeLimitBox {
	background: #EEF;
}

/* 採点結果 */
h2.resultHeader{
	font-size: 23px;
	font-weight: bold;
	padding: 5px 10px 5px 15px;;
	margin: 15px 10px 10px;
	border-left: 4px solid #AAA;

}



h2.workHeader{
	font-weight: bold;
	padding: 5px 10px 5px 12px;
	border-bottom: 2px solid #ccc;
	margin: 15px 10px 10px 10px;
	}



h2.qTitle {
	font-size: 19px;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 10px;
	border-top: 2px dotted #22A;
	border-bottom: 2px dotted #22A;
}

/* 採点結果問題No */
div.resultQuestionNo{
	font-size: 13px;
}
div.resultQuestionNo span.qNo{
	font-size: 18px;
	font-weight: bold;
	}



/* 問題文 */
div.questionSentenceBox {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 21px;
	margin: 10px 0 10px;
	padding: 10px 10px;
	background: #FEFEFE;
	word-wrap: break-word;
	line-height: 1.2em;
}

/* 選択肢 */
div.choiceBox {
	font-family: Arial;
	font-size: 20px;
	margin: 10px 10px;
	border: 1px solid #DCC;
	padding: 15px 10px;
	width: 240px;
	float: left;
	cursor: pointer;
	background: #FFF;
}

/* 選択した回答 */
div.selectedChoice {
	background: #ffca6f;
}

/* 回答：ホバー */
div.choiceBox:hover {
	background: #fff2Cf;
}

/* 選択した回答：ホバー */
div.selectedChoice:hover {
	background: #ffca6f;
}

div.selectedBox {

}

#btnToNext {
	width: 200px;
	height: 40px;
}

div#questionInfoBox {
	width: 100%;
}

div#questionNoBox {
	font-size: 16px;
	padding: 10px 5px;
	width: 150px;
	float: left;
	text-align: center;
}

span.now_qNo{
	font-size: 32px;
	padding: 0 10px;
	font-weight: bold;
}



div#timeLimitBox {
	font-size: 16px;
	padding: 10px 5px;
	text-align: center;
	width: 150px;
	float: right;
	letter-spacing: 0.5em;
	height: 1.5em;
}

/* のこり秒数 */
span#timeLimitSec {
	font-size: 140%;
	font-weight: bold;
}

span.timeCaution {
	color: #E00;
}

span.timeOverStr {
	font-size: 140%;
	font-weight: bold;
}

div.submitBtnBox {
	text-align: center;
}

div.passBtnBox {
	text-align: right;
}




/* ボタンCSS */

.button {
	display: inline-block;
	width: 160px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button {
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #f56778;
}

.button, .button:hover {
	border-bottom: 4px solid #cb5462;
	background-color: #f56778;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
	box-shadow: inset 1px 1px 0 #fbc1d0;
}

.button::before, .button::after {
	bottom: -1px;
	left: -1px;
	width: 160px;
	height: 30px;
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}

.button::before {
	height: 28px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}

.button:hover {
	background: #f56778;
	background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
	background-image: linear-gradient(to bottom, #f56778, #f997b0);
	color: #913944;
	text-shadow: 0px 1px 0px #f9a0ad;
}

.button:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}

.button:active::before, .button:active::after {
	border: none;
	box-shadow: none;
}















div.scoreSheetBox {
	margin: 15px auto;
	width: 740px;
}

h2.titleH2 {
	border-bottom: 2px solid #183b56;
	background: #efefef;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 140%;
}

div.quizInfoBox {
	width: 640px;
	margin: 15px auto 10px;
	padding: 10px 15px 10px 15px;
	border-radius: 8px;
	background-color: #EFEFEF;
}

div.quizInfoBox p {
	margin: 5px 10px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

/* スコア評価の表 */
table.scoreTable {
	margin: 12px 10px;
	border: 2px solid #afaf99;
}

table.scoreTable td {
	padding: 10px 10px;
	border: 1px solid #afaf99;
}

table.scoreTable td.scoreNum {
	color: #F00;
	font-size: 21px;
	font-weight: bold;
	width: 90px;
	text-align: center;
}

/* 自分のスコア */
table.scoreTable td.yourScore {
	background: #ffffbf;
}






div.actionMenuBox{
	margin: 12px 5%;
	border: 4px solid #F5F5F5;
	border-radius: 6px;
	padding: 12px;
}
div.actionMenuBox ul li{
	display block;
	float: left;
	margin: 10px 15px;
	padding: 4px 10px;
}
div.actionMenuBox ul li a{
	font-weight: bold;
}





/* ユーザアクション */
div.userActionBox{
		margin: 20px 10px 20px;
	padding: 12px 12px 12px 12px;
		text-align: right;
}




h3.userInfo{
	margin: 10px 10px 10px 10px;
	font-weight: bold;

}



table.userInfoTable{
	margin: 10px 10px 10px 10px;
	border: 2px solid #EEE;
}


table.userInfoTable th{
	background-color: #FAFAFA;
	text-align: right;
	padding: 12px;
	border: 1px solid #DDD;
	width: 120px;
	font-weight: bold;
}
table.userInfoTable td{
	background-color: #FFF;
	padding: 12px;
	border: 1px solid #DDD;
	width: 480px;
}




div#loginInfoBox{
	padding: 4px 10px;
	background: #FAFAFA;
	border-bottom: 2px solid #EEE;
}





/**/


table.userEditForm{
	margin: 15px 10px 10px;

}

table.userEditForm th{
	text-align: right;
	border: 1px solid #FFF;
	background: #EEE;
	width: 140px;
	padding : 12px 10px;
}

table.userEditForm td input{
	padding : 3px 3px;
}


p.formNotice{
	margin: 4px 0 4px 0;
	font-size: 11px;
	color: #F00;

}

/* 受講可能な試験 */
ul.enableExams{
	list-style: disc;
}
ul.enableExams li{
	margin: 3px 10px 3px 10px;
	padding: 3px 5px 3px ;
}


/* フォーム エラーメッセージ */

div.error-message{
	background-color: #FF4a4a;
	color: #FFF;
	padding: 5px 10px;
	font-size: 11px;
}





/* ログインフォーム */
table.loginForm{
	margin: 15px 10px 10px;
}
table.loginForm th{
	text-align: right;
	border: 1px solid #FFF;
	background: #EEE;
	width: 140px;
	padding : 12px 10px;
}
table.loginForm td{
	border: 1px solid #EEE;
	width: 360px;
	padding : 12px 10px;
}

input.loginUsername,
input.loginPasswd{
	width: 300px;
	pading: 3px;
}








/* 試験選択 */

div.examInfoBox{
	margin: 15px 10px 10px;
	padding: 12px 10px;;
	border-radius: 8px;
	background: #F4F4F4;
	text-align: center;
}
div.examInfoBox p{
	margin: 15px 10px 10px;
}
div.examSelectBox{
	border: 2px solid #EEE;
	margin: 15px 10px 10px;
	padding: 12px;
	}

ul.examSelectList{
	margin: 10px 15px 10px 15px;
}
ul.examSelectList li{
	font-size: 26px;
	font-weight: bold;
	margin: 12px 10px 12px 10px;
	padding: 5px 10px;
}
ul.examSelectList li a{
	text-decoration: none;
	color: #4060A4;
}
ul.examSelectList li a:hover{
	text-decoration: none;
	color: #F06044;
}



div.startBox{
		text-align: center;
		padding: 12px;

}




/* ユーザ一覧 */
table.usersList{
	margin: 15px auto 10px;
}


table.usersList th{
	padding: 5px 4px;
	border: 1px solid #FFF;
	background: #CCC;
	text-align: center;
	font-size: 12px;
}

td.role{
	font-size: 11px;
	text-align: center;
}
td.name{
	width: 120px;
}


td.mailaddress{
	width: 260px;
	font-family: monospace;
}
















/* 管理者メニュー */

#adminMenuBox{
	padding: 2px;
	width: 100px;
	position: fixed;
	right: 0;
	top: 0;
	border: 3px solid #BBB;
	background: #FFF;
}

#adminMenuBox h3{
	font-size: 12px;
	background: #009;
	padding: 2px;
	color: #FFF
}

#adminMenuBox ul li{
	font-size: 12px;
	padding: 4px 4px;
}
#adminMenuBox ul li a {
	text-decoration: none;
}

ul#userMenu  li{
	float: left;
	display: block;
	padding: 4px 10px;

}





















/*  flush メッセージ */
div.message {
	margin: 10px 10px 10px 10px;
	padding: 12px 10px 12px 10px;
	border-radius: 8px;
	border: 3px solid #00BF3E;
}

/* 認証メッセージ */
div#authMessage {
	border: none;
	background-color: #ff8080;
	color: #FFF;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}