@charset "utf-8";

input{
 width:92px;
 height:45px;
 margin:2px;
 
}
.com>div{
 width:74px;
 height:15px;
 margin:2px;
 float:left;
 font-size:12px;
 line-height:1.2em;
 background-color:#DDD;
 border:solid 1px #BBB;
 text-align:center;
 padding:10px;
}
.com+hr{
 clear:both;
}

@media only screen and (max-width : 639px) {
 a{
  display:block;
  width:92px;
  height:40px;
  padding-top:5px;
  line-height:1.2em;
  border:solid 1px #009;
  background-color:#CCF;
  margin:3px;
  float:left;
  text-align:center;
  font-size:14px;
 }
 .footer>a>span{
  display:block;
 }
 .footer>a:nth-child(1){
  width:292px;
 }
 .footer>a:nth-child(5){
  width:292px;
 }
}

