#main {
  max-width: 1000px;
  margin: 0 auto;
}
#main .item img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 641px) {
  #wrapper {
    padding: 130px 0 80px;
  }
  #info {
    width: 930px;
    background-color: #cbbb9d;
    padding: 35px;
    margin: 0 auto 0.5%;
    display: none;
  }
  #info .tit {
    margin-bottom: 20px;
    float: left;
  }
  #info .btn {
    float: right;
  }
  #info .btn a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #504a3d;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
  }
  #info .btn a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #info_list {
    width: 930px;
    background-color: #cbbb9d;
    padding: 35px;
    margin: 0 auto;
  }
  #info_list .tit {
    margin-bottom: 20px;
  }
  #main .item {
    width: 33%;
    margin: 0 0.5% 0.5% 0;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #main .item.last {
    margin-right: 0;
  }
  #main .item.x2 {
    /*	width: 66.5%; */
  }
  #main .item.x2-2 {
    width: 66.5%;
  }
  #main .item .photo {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  #main .item:hover .photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #main .item p {
    right: 15px;
    bottom: 15px;
    position: absolute;
    color: #fff;
  }
  #main .item p img {
    height: 45px;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper {
    padding: 90px 0 20px;
  }
  #info {
    background-color: #cbbb9d;
    padding: 15px 15px 20px;
    margin-bottom: 0.8%;
    display: none;
  }
  #info_list {
    background-color: #cbbb9d;
    padding: 15px 15px 20px;
  }
  #info .tit {
    margin-bottom: 10px;
    float: left;
  }
  #info .tit img {
    height: 19px;
    width: auto;
  }
  #info_list .tit img {
    height: 19px;
    width: auto;
  }
  #info .btn {
    margin-bottom: 15px;
    float: right;
    margin-top: 2px;
  }
  #info .btn a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #504a3d;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
  }
  #info .btn a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #info_list .tit {
    margin-bottom: 15px;
  }
  #main .item {
    width: 49.6%;
    float: left;
    margin: 0 0.8% 0.8% 0;
    position: relative;
  }
  #main .item:nth-child(1), #main .item:nth-child(3), #main .item:nth-child(5), #main .item:nth-child(7), #main .item:nth-child(9), #main .item:nth-child(11) {
    margin-right: 0;
  }
  #main .item.x2, #main .item.x2-2, #main .item.fb_page_plugin_area {
    width: 100%;
  }
  #main .item p {
    right: 10px;
    bottom: 10px;
    position: absolute;
    color: #fff;
    text-align: right;
  }
  #main .item p img {
    height: 29px;
    width: auto;
  }
}