@charset "UTF-8";

@import'reset.css';
@import'fonts.css';

img {vertical-align: bottom;}
a, a:visited {
	color: #fb4182;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

a.external {
	background: url(../img/main/icon_external.gif) left top no-repeat;
	padding-left: 15px;
}

.pt15 {padding-top: 15px;}

#defaultSet,
#patternSet {display: none;}



/* =============================================
	loading, noscript, pre initiation
============================================= */
#loading {
	width: 640px;
	height: 480px;
	position: absolute;
}
#loading div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -7px;
	zoom: 1;
}

#preInitiation, #loadError, #noScript {
	width: 640px;
	height: 480px;
	position: absolute;
}
#preInitiation, #loadError {display: none;}
#preInitiation p, #loadError p, #noScript p {
	text-align: center;
	line-height: 2;
	padding-top: 250px;
}

#preInitiation p {font-size: 105%;}

/* =============================================
	quizContainer
============================================= */
#quizContainer {
	background: url(../img/bg.png) left top no-repeat;
	font-size: 120%;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}


/* =============================================
	quizGate
============================================= */
#quizGate {
	text-align: center;
	width: 640px;
	height: 480px;
	position: absolute;
	
}

#gateLogo { padding-top: 85px;}

h1 {padding: 20px 0 30px;}

#btnStart {
	margin: 0 0 23px;
}
#btnStart img {
	cursor: pointer;
}

.quizGate_info {
	background: url(../img/gate/bg_gate.gif) left top no-repeat;
	text-align: center;
	width: 409px;
	height: 137px;
	margin: 0 auto;
	padding: 18px 0 0 0;
}
/*.quizGate_info p {padding-bottom: 17px;}*/

.gateAnnotation {
	position: absolute;
	top: 322px;
	left: 148px;
}

/* =============================================
	quizMain
============================================= */
#quizMain {
	display: none;
	width: 640px;
	position: absolute;
	height: 480px;
}

h2 {
	position: absolute;
	left: 28px;
	top: 38px;
}
#correctCounter {
	width: 164px;
	position: absolute;
	right: 27px;
	top: 38px;
}
#correctCounter p {
	float: left;
}
#correctCounter ul{
	overflow: hidden;
	zoom: 1;
}
#correctCounter ul li {
	float: left;
	padding: 0 5px;
}

#quizArea {
	border-top: 1px solid #fbc7cf;
	width: 595px;
	position: absolute;
	left: 23px;
	top: 71px;
	margin: 0 auto;
}

h3 {
	position: absolute;
	left: 25px;
	top: 28px;
}

h3 span {
	position: absolute;
	left: 55px;
	top: 0;
}

#quizAreaQuestion {
	position: absolute;
	left: 83px;
	top: 92px;
}
#quizAreaQuestion ul li {
	list-style: none;
	margin-bottom: 20px;
}
#quizAreaQuestion ul li img {cursor: pointer;}

#quizAreaQuestion ul.choiceBox26 {
	padding-top: 65px;
}

#quizAreaQuestion ul.choiceBox35 li {
	margin-bottom: 10px;
}

#quizAreaQuestion .imgR {
	position: absolute;
	right: -130px;
}

#quizAreaAnswer,
#correct,
#incorrect {
	display: none;
	position: absolute;
}

#correct {
	left: 50%;
	top: 73px;
	margin-left: -135px;
	z-index: 800;
}
#incorrect {
	left: 50%;
	top: 73px;
	margin-left: -140px;
	z-index: 800;
}

#quizAreaAnswer {
	left: 30px;
	top: 82px;
	height: 310px;
}

#quizAreaAnswer.quizArea26 {
	top: 146px;
	height: 250px;
}

h4 img {vertical-align: top;}
h4 span {padding-left: 5px;}

#quizAreaComment {
	line-height: 1.4;
	width: 550px;
	padding-top: 10px;
	position: relative;
	z-index: 1000;
}
.imgR {
	float: right;
	padding: 0 0 10px 6px;
}
.imgL {
	float: left;
	padding: 0 10px 10px 0;
}

p.popup {padding-top: 7px;}
p.popup span {
	background: url(../img/main/icon_arrow.gif) left center no-repeat;
	color: #fb4182;
	text-decoration: underline;
	padding-left: 10px;
	cursor: pointer;
}

div.popupBox {
	display: none;
	position: absolute;
	left: 20px;
	top: -30px;
	background: url(../img/quiz/bg_popup_01.png) left top no-repeat;
	width: 511px;
	height: 312px;
}
div.popupTxt {
	padding: 15px 20px 15px 15px;
	width: 476px;
	height: 282px;
}

p.popupClose {
	position: absolute;
	right: 13px;
	top: 10px;
	cursor: pointer;
}

div.popupBox h5 {text-align: left;}

div.popupSelfCheck.target01 .popupSelfCheck01 {display: block;}
div.popupSelfCheck.target01 .popupSelfCheck02 {display: none;}
div.popupSelfCheck.target01 .popupSelfCheck03 {display: none;}
div.popupSelfCheck.target01 .popupSelfCheck04 {display: none;}
div.popupSelfCheck.target01 #popupNavPrev {display: none;}
div.popupSelfCheck.target02 .popupSelfCheck01 {display: none;}
div.popupSelfCheck.target02 .popupSelfCheck02 {display: block;}
div.popupSelfCheck.target02 .popupSelfCheck03 {display: none;}
div.popupSelfCheck.target02 .popupSelfCheck04 {display: none;}
div.popupSelfCheck.target03 .popupSelfCheck01 {display: none;}
div.popupSelfCheck.target03 .popupSelfCheck02 {display: none;}
div.popupSelfCheck.target03 .popupSelfCheck03 {display: block;}
div.popupSelfCheck.target03 .popupSelfCheck04 {display: none;}
div.popupSelfCheck.target03 #popupNavNext {display: none;}
div.popupSelfCheck .popupSelfCheck01,
div.popupSelfCheck .popupSelfCheck02,
div.popupSelfCheck .popupSelfCheck03{
	height: 290px;
}

#patternA5Popup {top: -56px;}
div.popupSelfCheck h5 {padding-bottom: 13px;}
div.popupSelfCheck ul{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
div.popupSelfCheck ul li{
	background: url(../img/quiz/icon_disc_02.gif) left 0.45em no-repeat;
	padding-left: 8px;
	color: #fb4182;
	font-weight: bold;
	font-size: 94%;
	margin-bottom: 3px;
}

div.popupSelfCheck p {
	font-size: 94%;
}

div.popupSelfCheck .imgL {padding-right: 15px;}

div.popupSelfCheck ul.popupNav,
div.popupSelfCheck ul.popupNav li {
	background: none;
	list-style: none;
	padding: 0;
	overflow: visible;
	position: relative;
}
div.popupSelfCheck #popupNavPrev {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 160px;
}
div.popupSelfCheck #popupNavNext {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 160px;
}

#patternA7Popup {top: -56px;}
#patternA7Popup div {
	padding: 14px 5px 0 5px;
	overflow: hidden;
	zoom: 1;
}

#patternA7Popup div p {
	font-size: 90%;
}

#patternA7Popup h5 {padding-bottom: 7px;}

#patternA10Popup {top: -56px;}

/*#patternA26Popup {top: -90px;}
#patternA26Popup h5 {padding-bottom: 10px;}
#patternA26Popup ul {
	list-style: disc inside none;
	padding: 10px 0;
}
#patternA26Popup ul li {margin-left: 10px;}

#patternA27Popup {
	background: url(../img/quiz/bg_popup_02.png) left top no-repeat !important;
	top: -50px;
	height: 302px !important;
}
#patternA27Popup h5 {padding-bottom: 7px;}
*/
#btnResult {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -130px;
	z-index: 500;
	cursor: pointer;
	display: none;
}
#btnNext {
	position: absolute;
	left: 50%;
	bottom: 12px;
	margin-left: -120px;
	z-index: 500;
	cursor: pointer;
}



/* =============================================
	quizResult
============================================= */
#quizResult {
	display: none;
	width: 640px;
	position: absolute;
	height: 480px;
}

#quizResult .resultDetail {
	border-top: 1px solid #fbc7cf;
	width: 595px;
	position: absolute;
	left: 23px;
	top: 71px;
	margin: 0 auto;
	padding-top: 35px;
	overflow: hidden;
	zoom: 1;
}

#produced {
	text-align: right;
	font-size: 77%;
	width: 300px;
	position: absolute;
	right: 26px;
	top: 46px;
}

h5 {
	text-align: center;
}

#quizResult .resultDetail p {
	text-align: center;
	line-height: 2;
	padding-bottom: 20px;
}

#quizResult .resultDetail p#btnRetry {
	padding-bottom: 18px;
}

#quizResult .resultDetail p.referenceNote {
	font-size: 11px;
	line-height: 1.6em;
	padding-bottom: 0;
}

#quizResult .resultDetail p.resultNote {
	font-size: 10px;
}

#quizResult .resultDetail .resultMain_correct {
	padding: 30px 0 20px 0;
	overflow: hidden;
	zoom: 1;
}
#quizResult .resultDetail .resultMain_correct p {
	clear: none;
	text-align: right;
	line-height: normal;
	width: 268px;
	padding: 10px 0 0 0;
	float: left;
}
#quizResult .resultDetail .resultMain_correct p img {vertical-align: baseline;}
#quizResult .resultDetail .resultMain_correct p span {
	color: #fb4182;
	font-size: 167%;
	font-weight: bold;
	padding: 0 4px;
}

#quizResult .resultDetail .resultMain_correct ul,
#quizResult .resultDetail .resultMain_correct ul li {
	float: left;
	padding-left: 10px;
}
#quizResult .resultDetail .resultMain_correct ul {
	overflow: hidden;
	zoom: 1;
}

#quizResult .resultDetail .ResultIcon {
	padding-left: 3px;
	vertical-align: middle;
}

.referenceNote a { background: url(../img/result/icon_external.gif) right 0.1em no-repeat; padding-right: 13px;}

#btnRetry {text-align: center;}
#btnRetry img {cursor: pointer;}

#quizResult .btnBlock { clear: both; overflow: hidden; width: 498px; margin: 0 auto;}
#quizResult #btnRetry {width: 277px; float: left;}
#quizResult #btnShare {width: 211px; float: left;}
#quizResult #btnShare {margin-right: 10px;}
#quizResult #btnShare img, #quizResult #btnRetry img {cursor: pointer;}


/* =============================================
	error(html)
============================================= */

#error #quizContainer,
#error #quizMain {
	display: block;
}
#error #quizArea p {
	text-align: center;
	line-height: 2;
	padding-top: 150px;
}