/*
#yesno_box * {
  margin: 0;
  padding: 0;
  border: 0;
}
*/

#yesno_box {
  background: #f3efe9;
  font: 30px;
}

#yesno_box h1,#yesno_box h2,#yesno_box h3 {
    margin-top: 14px;
    padding:0;
    font-size: 30px;
    line-height: 40px;
}

#yesno_box div, ul, li {
    margin: 0;
    padding: 0;
}
#yesno_box p {
    padding: 0 4px;
    font-size: 14px;
    line-height: 25px;
    /*background: url(/resources/cms/feature/sp/img/113178/7qL7k.gif);*/
}
#yesno_box li {
    list-style: inside none;
}



#yesno_box .screen_wrap {
/*
    width: 400px;
    height: 300px;
*/
    width: 362px;
    height: 252px;
    border: solid 10px #ffa473;
    margin: 0 auto 50px;
    background-color: #fff;
}

#yesno_box .screen {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
#yesno_box ul.quiz {
        width: 2350px;
        overflow: hidden;
/*
        margin-top: 300px;
        margin-left: 300px;
*/
    }
#yesno_box .quiz li {
        width: 340px;
        height: 230px;
        padding: 10px;
        position: relative;
        border: solid 1px #ffa473;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
/*
        border-radius: 5px;
        box-shadow: 2px 2px 4px #999;
*/
    }
#yesno_box .quiz li .ctrl {
        position: absolute;
        bottom: 0;
        right: 10px;
    }
#yesno_box .quiz li .ctrl button {
/*
        width: 100%;
        min-width: 120px;
        float: right;
        clear: right;
*/
        line-height: 24px;
        margin-bottom: 10px;
        font-family: arial black;
        color: #999;
        outline: 0;
    }


#yesno_box button.btn_yes {
    border: solid 2px #8bd95d;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #999;
    padding-left: 63px;
    width: 161px;
    height: 81px;
    float: left;
    margin-right: 17px;
    font-size: 38px;
}
#yesno_box button.btn_no {
    border: solid 2px #d85c93;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #999;
    padding-left: 48px;
    width: 161px;
    height: 81px;
    float: right;
    font-size: 38px;
}
#yesno_box button.btn_return {
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #999;
    padding: 5px;
    font-size: 13px;
    background: #fff
}
#yesno_box .yes {
        background: #fff url(/resources/a/pc/v2/images/tokushu/spcms_btn_yes.png) no-repeat 4px center;
    }
#yesno_box .no {
        background: #fff url(/resources/a/pc/v2/images/tokushu/spcms_btn_no.png) no-repeat 4px center;
    }


/* ------------
回答書誌エリア340
--------------- */
.spcms .answer_box {
    width: 340px;
    font-size: 13px;
}

.spcms #yesno_box .answer_box h1, .spcms #yesno_box .answer_box h2, .spcms #yesno_box .answer_box h3 {
    margin:0;
    padding:0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.spcms .answer_box .l_box {
    width: 120px;
    float: left;
}
.spcms .answer_box .l_box img {
    width: 100%;
}
.spcms .answer_box .r_box {
    width: 210px;
    float: right;
}

.spcms .answer_box .item-title {
    border-left: 5px solid #FF5A00;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}















