
@charset "utf-8";

#quiz{
	margin:0 auto;
	width:1000px;
}

#quiz .inner{
	margin:0 auto;
	width:858px;
	border: 1px solid #CCC;
	background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/mainbg.gif) repeat 0 0;
	
}
.quiz_area {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 0 30px 20px;
    position: relative;
    padding-bottom: 20px;
}
.quiz_area .ttl {
    background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/ttl_bluebg.gif) repeat-x 0 0;
    border-radius: 10px 10px 0 0;
    padding-left: 20px;
}
.quiz_question {
    background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/icon_q.gif) no-repeat 0 0;
    min-height: 57px;
    margin: 10px 0 30px 38px;
    width: 538px;
    padding-left: 140px;
    font-size: 131%;
    line-height: 1.5;
}

.quiz_question h3 {
font-size:108%;
font-weight:bold;
}

.btn-box {
	margin: 20px auto;
	text-align: center;
}
.btn-box button{
	border: none;
	padding:0;
	background-color: #FFF;/*IE対策*/
}

/*ラジオボタン部分*/
dl.quiz_select_answer{
	margin: 0 0 0 38px;
}
dl.quiz_select_answer dd:after { content: ''; display: block; clear: both; }
dl.quiz_select_answer dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 350px;
	margin:0 20px 15px 0;
}

dl.quiz_select_answer dd span{
	/*display: block;
	float:left;*/
	padding-right: 10px;
}

dl.quiz_select_answer dd span img{
	display: inline-block;
	margin-bottom: -10px;
}

dl.quiz_select_answer dd span.number{
	font-size: 20px;
	background-color: #ffbe57;
	width: 40px;
	height: 40px;
	/*border-radius: 20px;*/
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	box-shadow: 1px 1px 0 #CCC;
	
}

dl.quiz_select_answer dd .outer {
	/*float: left;
	background: #FFBE57;
	padding: 3px;*/
	width: 360px;
}
dd .ansbox {
	color: #333;
    margin: 0;
    background: #FFEBB9;
    zoom: 1;

}

dd .ansbox p {
        border: 3px solid #FFBE57;
        border-radius: 8px
}

dd .ansbox a{
	display: block;
	padding: 10px 10px 20px 10px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	max-height: 62px;
	vertical-align: top;
	font-size: 138.5%;	
}
dd .ansbox a:hover{
	color: #333;
	text-decoration:none;
}
.selected { 
	background: #fffde8;
 }
/*注意事項*/
.attention {
    width: 720px;
    margin: 0 auto;
    background: #ebebeb;
    padding: 10px;
}
.attention h3{
    text-align:center;
    margin:10px 0;
}
.attention_list {
	line-height: 1.5em;
	margin: 0 100px;
}

.attention li {
background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/attention_li.gif) no-repeat 0 3px;
padding-left: 30px;
margin-bottom: 10px;
}



/*解答*/
dl.answer_result dd span.number{
	font-size: 20px;
	background-color: #ffbe57;
	width: 40px;
	height: 40px;
	/*border-radius: 20px;*/
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	box-shadow: 1px 1px 0 #CCC;
	
}


dl.answer_result dd .outer {
	/*float: left;
	background: #FFBE57;
	padding: 3px;*/
	width: 360px;
}

/*dl.answer_result dd .ansbox {
	color: #333;
    margin: 0;
    background: #FFEBB9;
    border: 0;
    zoom: 1;
    display:block;
	padding: 10px;
	height: 62px;
	max-height: 62px;
	height: 60px;
	font-weight: bold;
}*/

dl.answer_result dd .ansbox p{
	display: block;
	padding: 10px 10px 20px 10px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	font-size: 138.5%;
	font-weight:bold;
        border: 3px solid #FFBE57;
        border-radius: 8px
}

dl.answer_result dd .ansbox span{
	/*display: block;
	float: left;*/
	padding-right: 10px;
}

dl.answer_result dd span img{
	display: inline-block;
	margin-bottom: -10px;
}

.result_img{
	position:relative;
	width:858px;
	height:330px; 
}
.correct_no_img{
	background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/correct_no.gif) no-repeat 0 0;
}
.correct_img{
	background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/correct.gif) no-repeat 0 0;
}
.incorrect_img{
	background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/incorrect.gif) no-repeat 0 0;
}
.loading_img{
	background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/loading.gif) no-repeat 0 0;
}
.txt_answer{
	position: absolute;
	top: 37px;
	left: 340px;
	font-size: 30px;
	line-height: 30px;
	color: #f00;
}
.txt_your_answer{
	position: absolute;
	top: 100px;
	left: 300px;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

.msg {
    text-align: center;
    margin: 0 auto 20px;
    color: #F00;
    font-size: 116%;
    font-weight: bold;
    border: 1px solid;
    width: 70%;
    padding: 5px;
}

dl.answer_result{
	margin: 0 0 0 38px;
}
dl.answer_result dd:after { content: ''; display: block; clear: both; }
dl.answer_result dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 350px;
	margin: 0 20px 32px 0;
}

.collect{
	background: #fffdb9 !important;
}

.select {   
    position: absolute;
    bottom: -21px;
    right: 0;
}
.mark_answer {
    position: absolute;
    top: 0px;
    right: 2px;
}
.tbl_rate {
    width: 375px;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 0 auto 20px;
    padding: 20px 0;
}
.tbl_rate p:first-child{
	text-align:center;
	margin-bottom:20px;
}
.tbl_rate p.parcent{
	font-size:33px;
	font-weight:bold;
	text-align:center;
}

/*キャンペーン*/
#quiz .inner_cp{
	border: 0;
	background-image:none;

}
h2.cp_visual {
    margin-left: -70px;
    margin-bottom: 40px;
}
.anni1_att {
    background-color: #CCCAC6;
    padding: 20px;
    margin: 30px 0;
    line-height:1.8;
    font-size:14px;    
}

.anni1_att dt{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}
.anni1_att dd{
	margin-bottom:10px;
	margin-left:20px;
}
.camp-name{
	color: #003685;
	font-weight: bold;
}
.anni1_att .sttl{
	font-weight: bold;
	margin-bottom: 0;
}
.anni1_att .sttl + p{
	margin-left:1em;
}

.anni1_att .text_red {
    color: #D3071F;
    font-weight:bold;
}
/*inputボタン画像*/
input#image_btn_answer {
    border: 0px;
    width: 500px;      
    height: 80px;
    background: url(https://img-point.pointmall-solution.com/mpm/images/quiz/quiz_btn.gif) 0 0 no-repeat;
    cursor: pointer;
}



