.quiz_question_waku h2 {
    background: #B72929;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
	margin-top: 20px;
    margin-bottom: 60px;
    -moz-border-radius: 10px;
}

.text {
    margin-top: 30px;
    font-size: 130%;
}
strong {
    color: #f88e12;
}

.quiz_setumei {
    position: relative;
    margin: 20px auto 20px auto;
    width: 1000px;
}

.quiz_block .quiz_question_waku {
    margin: 0px auto 0 auto;
	width: 990px;
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
	height: auto;
}

.image {
    width: 920px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.image p {
    display: inline-block;
    margin-right: 10px;
}

.image img {
	width: 100%;
}

.mb10 {
	margin-bottom: 10px;
}

#block:after {
    content: "";
    width: 130px;
    height: 152px;
    background: url(../img/saiboukun.png);
    background-size: 100%;
    position: absolute;
    top: 10px;
    right: 0;
}

.pagetop {
    width: 990px;
    position: relative;
    margin: 20px auto 50px auto;
    font-size: 130%;
    color: #FFFFFF;
}
.pagetop a {
    display: block;
    margin: 0 0 0 auto;
    width: 174px;
    height: 46px;
    background-image: url(../img/pagetop.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}