@charset "utf-8";

#container {
    margin-left: auto;
    margin-right: auto;
}
#container #search {
/*    display: inline-block;*/
    margin-left: auto;
    margin-right: auto;
}
#container #blankow {
    height: 30px;
}
#content #details {
    margin-top: 0px;
    padding: 20px;
    display: inline-block;
}
#content #image {
    display: inline-block;
}
.btn1 {
  display: block;
  margin: 0 0 0 auto;
}



@media screen and (max-width:639px) {
/*スマホ用のcssを記述*/
/*.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .responsive-tbl {
    width: 80%;
  }
  .responsive-tbl th,
  .responsive-tbl td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }*/
}
   
@media only screen and (min-width:640px) and (max-width:1023px) {
/*tablet用のcssを記述*/
}
  
@media screen and (min-width:1024px) {
/*pc用のcssを記述*/
    #container {
        width: 1000px;
    margin-left: auto;
    margin-right: auto;
        
    }    
}
