@charset "utf-8";

body{

 background-color: #f93;

}

div.box1{

 background-color: #f30;
 background-image: url(../../license/dangerstuff/danban.gif);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: 50% 15px;
 height: auto;
 padding-top: 70px;
 padding-bottom: 10px;

}

table.d1tb1 tr th:first-child,
table.d1tb4 tr td:first-child{

 width: 50%;

}

table.d1tb2 tr td:first-child{

 width: 110px;

}

table.d1tb3{

 width: 170px;
 background-color: #bbb;

}

span.tweet{

 font-size: 12px;

}

div.quote{

 border: 2px solid #ccc;
 border-radius: 5px;
 margin: 5px;
 padding: 10px;

}

@media screen and (min-width:240px){

div.box1{

 background-size: auto;

}

}/*240px*/

@media screen and (min-width:600px){



}/*600px*/