
.div_contentback { position: absolute; width: 100%; height: 100%; background-image: url(../img/back1.png); opacity: 0.8; background-color: #F7F0D2; }
.div_contentbase { width: 90%; height: 80%; max-width: 800px; background: rgba(255,255,255,0.9); border-radius: 16px; border: 4px solid #509AFF; padding: 40px 30px 30px; }
.div_contentbase.login { height: auto; }
.div_contentbase.index { height: auto; margin: 50px auto 0; }
.div_contentbase.question { position: relative; padding: 0; }
.div_contentbase.question .div_qcase {  padding: 20px 30px 30px; }
.div_contentbase.confirm { position: relative; padding: 70px 0 50px; }
.div_contentbase h2 { width: 100%; text-align: center; font-size: 2.4em; font-weight: bold; color: #ED337D; }
.div_contentbase p { padding: 20px 0; }
.div_contentbase.confirm h2 { position: absolute; top: 20px; font-size: 2em; }

.txt_assesscode { width: 200px; padding: 10px; text-align: center; border: 1px solid #509AFF; font-size: 1.1em; }
.bt_submit { border: none; padding: 0 30px; height: 50px; line-height: 50px; background: #509AFF; color: #fff; font-size: 1.05em; margin-top: 30px; border-radius: 25px;  }
.bt_submit:active { opacity: 0.8; }
span.user_alert { width: 100%; display: inline-block; margin-top: 5px; background: #FF3480; color: #fff; text-align: center; padding: 5px; }

ul.ul_loginfooter { display: block; text-align: center; font-size: 0.9em; margin-top: 10px; }
ul.ul_loginfooter li { display: inline-block; padding: 0 10px; height: 30px; line-height: 30px; margin: 5px 5px; background: rgba(255,255,255,0.75); border-radius: 15px; }
ul.ul_loginfooter li a { color: #000; text-decoration: none; }
a.abt_top { display: block; margin: 20px auto; width: 300px; height: 50px; line-height: 50px; border-radius: 4px; background-color: #FF4B8F; box-shadow: 1px 1px 8px rgba(0,0,0,0.25);
	color: #fff; text-align: center; font-size: 1.1em; text-decoration: none; font-weight: bold; max-width: 96%; }
a.abt_top.second { background-color: #3E94FF; }
a.abt_top.third { background-color: #FF7E30; }
a.abt_top.fourth { background-color: #A857E1; }

.tbl_common {  }
.tbl_common th, .tbl_common td { padding: 10px; }
.tbl_common th { font-size: 0.9em; color: #509AFF; text-align: right; }
.txt_commoninput { width: 200px; padding: 10px; }
.sel_commonselect { padding: 10px; margin-right: 10px; }
.lab_common { margin-right: 20px; }

.div_question_indicase { position: relative; width: 100%; height: 24px; border-radius: 12px; border: 3px solid #509AFF; background: #fff; }
.div_question_indi { position: absolute; left: 0; top: 0; height: 100%; background: #509AFF; border-radius: 9px; }
.div_question_indicase p { position: absolute; padding: 0 10px; top: 0; width: 100px; height: 18px; line-height: 18px; font-size: 12px; font-weight: bold; color: #509AFF; }
.div_question_indicase p.left { text-align: right; color: #fff; margin-left: -100px; }

.div_questiontext { width: 90%; background: #FFFBEE; padding: 20px; margin: 20px auto; border: 1px solid #BFA895; border-radius: 4px; filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
	font-size: 1.2em; line-height: 1.8em; }
.div_questiontext span { color: rgba(0,0,0,0); }

.ul_answers { margin-top: 50px; }
.ul_answers li { display: block; width: 50%; margin: 0 auto 25px; height: 40px; }
.ul_answers li button { height: 40px; width: 100%; font-size: 1.2em; border-radius: 20px; text-align: center; background-color: #fff; filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2)); }
.ul_answers li:nth-child(6) { width: 36%; }
.ul_answers li:nth-child(1) button { border: 3px solid #4BA0FF; color: #317BBF; }
.ul_answers li:nth-child(2) button { border: 3px solid #12BF98; color: #26AD7C; }
.ul_answers li:nth-child(3) button { border: 3px solid #67C50B; color: #5CAA3A; }
.ul_answers li:nth-child(4) button { border: 3px solid #DA7F1E; color: #C96800; }
.ul_answers li:nth-child(5) button { border: 3px solid #FF55B1; color: #AE4464; }
.ul_answers li:nth-child(6) button { border: 3px solid #aaaaaa; color: #555555; font-size: 1em; }
.ul_answers li:nth-child(1) button.selected { background-color: #4BA0FF; }
.ul_answers li:nth-child(2) button.selected { background-color: #12BF98; }
.ul_answers li:nth-child(3) button.selected { background-color: #67C50B; }
.ul_answers li:nth-child(4) button.selected { background-color: #DA7F1E; }
.ul_answers li:nth-child(5) button.selected { background-color: #FF55B1; }
.ul_answers li:nth-child(6) button.selected { background-color: #aaaaaa; }
.ul_answers li button.selected { font-weight: bold; color: #fff; background-image: url(../img/check.png); background-repeat: no-repeat; background-size: contain; }
.ul_answers li button:active { filter: none; }

.bt_qestionmove { position: absolute; width: 200px; height: 40px; top: 100%; margin-top: -40px; background: #509AFF; border: none; font-size: 1em; color: #fff; }
.bt_qestionmove.bt_qback { left: 0px; border-bottom-left-radius: 10px; }
.bt_qestionmove.bt_qnext { left: 100%; margin-left: -200px; border-bottom-right-radius: 10px; }
.bt_qestionmove.bt_complete { left: 50%; margin-left: -100px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: none; }
.bt_qestionmove:active { opacity: 0.8; }
.bt_qestionmove:disabled { opacity: 0.3; }
.flg_done .bt_qestionmove { display: none; }
.flg_done .bt_qestionmove.bt_complete { display: block; }

.div_scrollcase { padding: 10px 5px 5px 10px; height: 100%; overflow-y: scroll; font-size: 0.86em; }
.div_scrollcase td { vertical-align: top; line-height: 1.3em; padding-top: 8px; padding-bottom: 8px; border-top: 1px dashed #aaa; }
.div_scrollcase tr:first-child td { border-top: none; }
.div_scrollcase td.td_conf_qno { padding-right: 10px; color: #999; }
.div_scrollcase td.td_conf_qtxt span { color: #999; display: none; }
.div_scrollcase td.td_conf_quserinf { font-size: 1.1em; }
.div_scrollcase td.td_conf_anstxt { width: 120px; font-weight: bold; text-align: right; }
.div_scrollcase td.td_conf_anstxt.ans0 { color: #317BBF; }
.div_scrollcase td.td_conf_anstxt.ans1 { color: #26AD7C; }
.div_scrollcase td.td_conf_anstxt.ans2 { color: #5CAA3A; }
.div_scrollcase td.td_conf_anstxt.ans3 { color: #C96800; }
.div_scrollcase td.td_conf_anstxt.ans4 { color: #AE4464; }
.div_scrollcase td.td_conf_anstxt.ans5 { color: #555555; }
.div_scrollcase td a { color: #000; text-decoration: none; }
.div_scrollcase td a:active; { color: #666; text-decoration: underline; }

/*	Dialog 	*/
.div_dialogboxback { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.7); }
.div_dialogbox { position: relative; width: 92%; height: 92%; max-width: 480px; max-height: 480px; background: #fff; border-radius: 8px; border: 2px solid #3891CA; box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	padding: 0; }
.div_dialogbox h3 { width: 100%; text-align: center; font-size: 1.2em; color: #B04474; font-weight: bold; padding: 20px 0 20px; }
.div_dialogbox p { padding: 0 20px; }
.div_dialogbox .div_buttoncase { position: absolute; height: 40px; width: 100%; top: 100%; margin-top: -40px; }
.div_dialogbox button { height: 100%; border: none; background: #3891CA; width: 46%; color: #fff; }
.div_dialogbox button:active { opacity: 0.7; }
.div_dialogbox button.bt_dlg_left { border-bottom-left-radius: 5px; border-top-right-radius: 8px; }
.div_dialogbox button.bt_dlg_right { border-bottom-right-radius: 5px; border-top-left-radius: 8px; }
.div_dialogbox button.bt_dlg_center { border-top-left-radius: 8px; border-top-right-radius: 8px; }


@media screen and (max-height: 823px){
	.div_contentbase { height: 90%; }
	.div_questiontext { width: 100%; font-size: 1.1em; line-height: 1.5em; }
	.ul_answers { margin-top: 30px; }
	.ul_answers li { margin: 0 auto 16px; }
}

@media screen and (max-width: 767px){
	.div_contentbase { height: 90%; padding: 26px; }
	.div_contentbase h2 { font-size: 1.8em; }
	.tbl_common th, .tbl_common td { display: inline-block; width: 100%; }
	.tbl_common th { padding: 10px 5px 0px; text-align: left; }
	.tbl_common td { padding: 0px 5px 10px; }
	.div_questiontext { width: 100%; font-size: 1.1em; line-height: 1.5em; }
	.ul_answers { margin-top: 0; }
	.ul_answers li { width: 100%; margin: 0 auto 10px; height: 34px; }
	.ul_answers li button { height: 30px; font-size: 1.0em; border-radius: 17px; }
	.ul_answers li:nth-child(6) { width: 72%; }
	.ul_answers li:nth-child(6) button { font-size: 0.9em; }
	.bt_qestionmove { width: 120px; font-size: 0.8em; }
	.bt_qestionmove.bt_qnext { margin-left: -120px; }
	.bt_qestionmove.bt_complete { margin-left: -60px; }
	.div_scrollcase td.td_conf_qno { display: none; }
	.div_scrollcase td { display: inline-block; border-top: none; padding: 0; margin: 0; }
	.div_scrollcase td.td_conf_qtxt span { display: inline; }
	.div_scrollcase td.td_conf_anstxt { width: 100%; border-bottom: 1px dashed #aaa; }
	.div_scrollcase td.td_conf_quserinf { width: 100%; border-bottom: 1px dashed #aaa; padding-bottom: 5px; margin-bottom: 10px; }
	.div_scrollcase tr:last-child td.td_conf_anstxt { border-bottom: none; }
}

@media screen and (max-width: 359px){
	.div_contentbase.question .div_qcase { padding: 0 10px; }
	.div_question_indicase { display: none; }
}

@media screen and (max-height: 639px){
	.div_contentbase.question .div_qcase { padding: 0 10px; }
	.div_question_indicase { display: none; }
	.div_questiontext { font-size: 1em; line-height: 1.4em; }
}