/*===============================

  タブレット版　1200px　以下

================================*/
@media only screen and (min-width:700px) and (max-width:1200px) {
/**/

body{
  width: 1200px;
}
.header {
  width: 1200px;
}
.home .footer {
  width: 1200px;
}
.home #wrapper {
  width: 1200px;
}
/**/
}
/**/