@charset "utf-8";
*{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}
body{
    font-family: 'Roboto',sans-serif;
    max-width: 1024px;
    margin: 0px auto;
}

.clear_both {
    clear: both;
}
#main_page #contents #blank_position {
    height: 300px;
}


@media (max-width:970px){
    #contents{margin-left: 5px;}
    #main_page #contents #blank_position {
    height: 250px;
}
    
}
@media (max-width:768px){


#main_page #contents #blank_position {
    height: 250px;
    }
}
td .answok{
    color:green;
}
.answbad{
    color: red;
}