@charset "UTF-8";


/* ----- Base ----- */ 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ul, ol, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, canvas, a{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.choiceClass,
#pagePrevButton, #pageNextButton, #commentButton, #anserCheckButton, #pageReturnResultButton,
#startButton, #allCheckBtn, .pushButtonClass, .qMediaForAndroid
{
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
}


html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
	color: #333333;
	height:1000px;
	/*height:300px;*/
	-webkit-user-select: none; /* エレメントのコンテンツをユーザが選択できるかどうかの指定 */
	-webkit-user-drag: none; /* エレメントをドラッグできない */	
}

a {
	-webkit-tap-highlight-color: rgba(00,33,99,0.3);
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

ul, ol {
	list-style: none;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}


fieldset {
	border: none;
}

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	vertical-align: middle;
}

label, button {
	cursor: pointer;
}

textarea {
	overflow: auto;
}


header, hgroup, footer,
article, section,
nav, aside, figure {
	display: block;
}

a {
	vertical-align: baseline;
}

img {
	border: none;
	vertical-align: middle;
}


/*/////////////////////////////////////////////////////////////
 Header & Footer
//////////////////////////////////////////////////////////////*/

header {
	background:url(../images/header/headerBg.png) repeat-x;
	height: 35px;
	width:100%;
	vertical-align: middle;	
	overflow: hidden;
}
header #contentTitle {
     padding: 3px 0px 0px 5px;
     display: block;
     float: left;
     text-align: left;
     color: #ffffff;
     font-weight: bold;
     overflow: hidden;
 }

header #questionNum {
    padding: 3px 5px 0px 0px;
    display: block;
    float: right;
    color: #ffffff;
    text-align: right;
    /*width: 60px;*/
}

header #watermark img{
	vertical-align: baseline;
}
header #closeBtn {
	/*
	position:absolute;
	right:0px;
	top:0px;*/
	margin-right:3px;
	float: right;

}
header #closeBtn img{
	/*width:50%;
	height:50%;*/
}


/*/////////////////////////////////////////////////////////////
 Container
//////////////////////////////////////////////////////////////*/
body #container{
	position: absolute;
	top: 35px;
	left: 0px;
	height:100%;
	clear:both;
	z-index: 0;
}

body #container .subContainer {
	display: none;
	position: absolute;
	/*top: 35px;*/
	top: 0px;
	left: 0px;
	padding-bottom:50px;
	z-index: 0;
}

body #gaeUserInputLayer {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #ffffff;
}
body #gaeUserInputLayer #userInputBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.9;
}
body #gaeUserInputLayer #userInputArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
	
/*/////////////////////////////////////////////////////////////
 OKNav
//////////////////////////////////////////////////////////////*/
#okNav  {
	visibility: hidden;
	margin-top: 5px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#okButton {
	color: #ffffff;
	padding: 10px 40px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #3164CA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*/////////////////////////////////////////////////////////////
 OKNav
//////////////////////////////////////////////////////////////*/
#pageComment  {
	/*visibility: hidden;*/
	position: absolute;
	top: 0px;
	margin-top: 2px;
	padding: 0px 0;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#pageCommentButton {
	color: #ffffff;
	padding: 8px 20px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #3164CA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*/////////////////////////////////////////////////////////////
 StartNav
//////////////////////////////////////////////////////////////*/
#startNav  {
	/*visibility: visible;*/
	margin-top: 20px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#startButton {
	color: #ffffff;
	padding: 10px 40px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
/*/////////////////////////////////////////////////////////////
 StartNav
//////////////////////////////////////////////////////////////*/
#resultNav, #closeNav {
	visibility: visible;
	/*margin-top: 20px;
	margin-bottom: 40px;*/
	margin-top:15px;
	margin-bottom:20px;
	
	/*padding: 5px 0;*/
	width: 100%;
	text-align: center;
	z-index: 0;
	height: 34px;	
}

#closeNav {
    display: none;
}


#allCheckBtn, #closeWindowBtn {
	padding: 10px 20px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
/*/////////////////////////////////////////////////////////////
 ResultImage
//////////////////////////////////////////////////////////////*/

#resultImageOKNG {
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 50%;
	/*width: 100%;*/
}

#resultImageOK, #resultImageNG, #resultImageCheck {
	position: absolute;
	z-index: 0;
	top: -48px;
	left: -48px;
	display: none;
}

/*/////////////////////////////////////////////////////////////
 PageNav
//////////////////////////////////////////////////////////////*/
#pageNav {
	display: none;
	width: 100%;
	position: absolute;
	top: 374px;
	height: 42px;
	background:url(../images/controller/controllerBg.png) repeat-x;
	overflow-y: hidden;
	z-index:3;

}
#pageNav .navCol{
    width: 25%;
}

#pageNav #pageNavCol1{
	position:absolute;
	/*width: 20%;*/
	top:0px;
	left:0px;
	text-align: center;	
}
#pageNav #pageNavCol2{
	position:absolute;
	/*width: 20%;*/
	top:0px;
	left:25%;
	text-align: center;	
}
#pageNav #pageNavCol3{
	position:absolute;
	/*width: 20%;*/
	top:0px;
    right:25%;
	text-align: center;	
}
#pageNav #pageNavCol4{
	position:absolute;
	/*width: 20%;*/
	top:0px;
	right:0px;
	text-align: center;	
}

/* **************************** */
#pageNav #pageNavCol5{
    position:absolute;
    width: 0;
    top:0px;
    left:40%;
    text-align: center;
    visibility: hidden;
}

#limitTimerDiv{
    /*display: inline-table;*/
    text-align: center;
}

#limitTimerDiv img{
}
#limitTimeValue{
    position:absolute;
    top:1px;
    width: 100%;
    /*display: table-cell;*/
    color: #ffffff;
    height: 42px;
    vertical-align: middle;
    word-wrap: normal;
    font-size: 20px;
    font-weight: bold;
}

#limitTimeValue .timeunit{
    font-size: 8px;
    font-weight: normal;
}

#timelimitBarBlock{
    position: relative;
    top: 0px;
    display: none;
    background-color: #333333;
    width: 100%;
    height: 4px;
}
#timelimitBarBlock #topLine{
    height: 1px;
    background-color: #020202;
}
#timelimitBarBlock #remainTimeBar{
    position: absolute;
    top: 1px;
    right: 0px;
    width: 0%;
    background-color: #ff9800;
    height: 2px;

}
#timelimitBarBlock #underLine{
    position: absolute;
    top: 3px;
    background-color: #8a8a8a;
    width: 100%;
    height: 1px;
}

/* **************************** */

.navCol{
	display:none;
}
#initImage{
	position:absolute;
	padding: 50px 10px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#pagePrev {
}
#answerCheck, #commentDisplay {
}
#answerCheck a, #commentDisplay a{
}

#pageNext {
}
#pageReturnResult {
}

#pageComment {
}
.pageText {
	color: #ffffff;
}

.pageButton {
	padding:0px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/*/////////////////////////////////////////////////////////////
 Question & Choice
//////////////////////////////////////////////////////////////*/
.question, .start, .result, .commentSection{
	display:block;
	line-height: 1.3;
	padding: 10px;
	margin: 0;
}
.commentSection{
	display: none;
	clear:both;
	padding-top:40px;
}

.choiceList, .choiceListToMultiCol, .choiceListTo6 {
	padding: 5px 0 0 0;
	margin: 0;
	margin-top:5px;
}

.choiceList li, .choiceListToMultiCol li, .choiceListTo6 li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 5px;
	height: 100%;
}

.choiceListToMultiCol .liRight, .choiceListTo6 .liRight {
	/*float: left;*/
	display: inline;
	/*margin: 0px 0px 5px 5px;*/
	/*margin-bottom:5px;*/
	width:50%;
	
}

.choiceListToMultiCol .liLeft, .choiceListTo6 .liLeft {
	/*float: left;*/
	display: inline;
	width:50%;
	margin-right: 5px;
	/*clear: both;*/
}

.choiceList li .choiceClass, .choiceListToMultiCol li .choiceClass {
	display: inline-block;
	height: 100%;
	margin: 0px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	padding: 7px;
}
.choiceListToMultiCol li .choiceClass {
	margin-bottom: 5px;	
}

/*#startButton, #allCheckBtn, .choiceList li .choiceClass, .choiceListToMultiCol li .choiceClass, .resultQList li a{*/
.pushButtonClass{
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	
	border-top: 1px solid #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #777;
	border-bottom: 1px solid #666;
	
	/* basic */
	background: #aaa;

	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999999));
	background: -moz-linear-gradient(top, #bbb, #999999);
	
	
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	 /* box-shadow */
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
}
.choiceList .choiceTextAreaLI{
	display: inline-block;
	height: 100%;
	margin: 5px 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;

}
.choiceList .choiceTextAreaLI p{
	color: #777777;
}


.choiceList li .choiceClass #choiceSelectMark, .choiceListToMultiCol li .choiceClass #choiceSelectMark{
	float: left;
	margin-top:3px;
	margin-left:3px;
}

.choiceList li .choiceClass p, .choiceListToMultiCol li .choiceClass p {
	margin-left: 35px;
	/*height: 100%;*/
}

body .choiceList li .choiceClass {
	overflow: hidden;
}

body .choiceList li .choiceListToMultiCol li .choiceClass {
	overflow: hidden;
}

.questionVideo, .questionSound, .commentVideo, .commentSound{
	/*display: none;*/
	/*position:absolute;*/
	z-index:0;
}
.videoDiv{
	/*position:relative;*/	
	background-color:#333333;
	z-index:0;
}
.soundDiv{
	background-color:#EEEEEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:0;
}

video, audio{
	z-index:0;
	/*visibility: hidden;*/
	/*
	position:absolute;
	top:0px;
	left:0px;*/
}

.qMediaForAndroid{
	display:block;
	text-align: center;
	vertical-align: middle;
	display:table-cell;

	background-color:#333333;
}
.qMediaForAndroid img{
	width:25px;
	height:25px;
}
/*/////////////////////////////////////////////////////////////
 ResultWindow
//////////////////////////////////////////////////////////////*/

.resultQList {
	padding: 5px 0 0 0;
	margin: 0;
	height: 100%;/* 背景、後続要素をしっかり表示させるために指定[WinIE用] */
	overflow: hidden;
}

.resultQList li{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 10px;
	height: 100%;
}

.resultQList .liRight{
	float: left;
}

.resultQList .liLeft{
	float: left;
	margin-right: 5px;
	clear: both;
}

.resultQList .col1{
	float: left;
	clear: both;
}

.resultQList .col2{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.resultQList .col3{
	float: left;
}

.resultQList li a {
	position:relative;

	display: inline-block;
	padding: 6px 5px 5px 5px;

	height: 23px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	
}

.resultQList li a p{
	float: left;
	margin: 0px 5px;
}
.resultQList li a .qResultImgDiv{
	position:absolute;
	left:50%;
}
.resultQList li a .qResultImgDiv img{
}

.resultQList li a{
	overflow: hidden;
	
}


#resultScoreBlock {
	/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: red;
	*/
	display: none;
	margin-top:5px;
	margin-bottom:20px;
	padding-top:7px;
	padding-bottom:7px;
	/*height: 34px;*/
}
#resultScoreBlockAjuster {
	overflow:hidden;
}

#resultScoreBlock #resultScoreBlockAjuster p{
	float:left;
	font-weight: bold;
	margin:0px;
	padding:0px;
	/*padding: 5px 0px 5px 0px;
	margin:2px 0px 0px 0px;*/
	text-align: center;
	vertical-align: middle;
	/*height: 20px;*/
	padding-bottom: 100px;
	margin-bottom: -100px;
}

#resultScoreBlock #resultScoreBlockAjuster #scoreBlock{
	width: 30%;
	/*border-right: 2px dotted red;*/
	border-right: 1px solid #777;
}
#resultScoreBlock #resultScoreBlockAjuster #correctRate{
	width: 39%;
	/*border-right: 2px dotted red;*/
	border-right: 1px solid #777;
}

#resultScoreBlock #resultScoreBlockAjuster #passBlock{
	width: 30%;
	float:right;
}

#passFaultMsg{
	margin:10px 0px;
}

#pagePrevImg, #pageNextImg, #commentBtnImg, #answerCheckImg, #pageReturnResultImg, #timelimitLabelImg{
	width: 56px;
	height: 42px;
}
#closeBtnImg{
	width: 54px;
	height: 21px;	
}