table.logstable {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
  border-radius: 5px;
  font-size: 100%;
}

table.logstable caption {
  margin-top: 1em;
  text-align: left;
}

table.logstable th {
  border: solid 1px #999;
  padding: 4px 6px;
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.logstable td {
  border: solid 1px #999;
  padding: 4px 6px;
  
}
.logstable button{
    padding:3px;font-size:1.2em;margin:8px;
}

#userfield{
    font-size: 200%;
}

#anscss { 
    font-size: 200%;
    font-weight: bold;
    color: #cd0066;
}

#bottum {
    font-size: 120%;
}

.my_adslot { width: 320px; height: 50px; }
@media(min-width: 500px) { .my_adslot { width: 468px; height: 60px; } }
@media(min-width: 800px) { .my_adslot { width: 728px; height: 90px; } }


.goro_img{
    width:450px;
}
.goro_img_sp{
    display: none;
}
@media only screen and (max-width : 1580px){
    .goro_img{
        width:130px;
    }
}
@media only screen and (max-width : 480px){
    .goro_img{
        display: none;
    }
    .goro_img_sp{
        float:right;
        width:40%;
        display: block;
    }
}