@charset "UTF-8";

/* ----------------------------
 == premama Style
---------------------------- */

.contentsHeader{
	background: url("../img/bg_contents.png");
	margin: 0 -40px;
	padding: 0 40px;

}

#topicPathBlock{
	color: #666666;
}
#topicPathBlock a,
#topicPathBlock a:link,
#topicPathBlock a:visited,
#topicPathBlock a:hover,
#topicPathBlock a:active{
	color: #43bfb8;
}


.mainTitle{
	text-align: center;
	padding: 40px 0 30px 0 !important;
}

#testContets{
	background: #f8e9f4;
	margin: 0 -40px;
	padding: 50px;
}

.panelBase{
	background: #e6e6e6;
	margin: 20px 0 40px 0;
	padding: 0;
	position: relative;
}
.panelBase:after{
	content: ""; 
	display: block;
	clear: both;
}

.questionBox{
	margin: 0;
	padding: 0;
}
.questionBox:after{
	content: ""; 
	display: block;
	clear: both;
}

.nomber{
	margin: 0;
	padding: 0;
	position: absolute;
	top: -20px;
	left: -30px;
	z-index: 100;
}

.questionTxt{
	width: 490px;
	background: #ffffff;
	margin: 0;
	padding: 50px 70px;
	font-size: 1.43em;
	position: relative;
	float: left;
	min-height: 3em;
}
.questionTxt:after{
	content: url("../img/arrow01.png");
	position: absolute;
	top: 40%;
	right: -12px;
}

.selectIconBox{
	width: 267px;
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
	position: relative;
	text-align: center;
}
.selectIconBox li{
	display: inline-block;
	margin: 0 14px;
	width: 84px;
	height: 84px;
	position: relative;
	cursor: pointer;
}
.selectIconBox li.select:after{
	content: "";
	display: inline-block;
	background: url("../img/ico_select.png") no-repeat left top;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 100;
}

.answerBox{
	display: table;
	margin: 0;
	padding: 0;
	display: none;
}
.answerBox p{
	width: 583px;
	display: table-cell;
	margin: 0;
	padding: 10px 30px;
	line-height: 2em;
	vertical-align: middle;
}
.answerBox:before{
	width: 315px;
	content: "";
	display: table-cell;
	margin: 0;
	padding: 0;
	border-right: 2px solid #ffffff;
	vertical-align: middle;
}
.ok{
	background: #ffeba7;
	display: table;
}
.ok:before{
	content: url("../img/txt_ok.png");
}
.ng{
	background: #ddddf2;
	display: table;
}
.ng:before{
	content: url("../img/txt_ng.png");
}


