@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px) {
  .post2 table {
    width: 100%;
    margin: 0;
  }
  .post2 table th, .post2 table td {
    padding: 0;
    border: 0;
  }
  .post2 img {
    max-width: 100%;
    height: auto;
  }
  .post3 table {
    width: 85%;
    margin: 0px;
	  padding-bottom: 10px;
  }
  .post3 table th, .post3 table td {
    padding: 0px;
    border: 0;
  }
  .post3 img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:640px) {
  .post2 table {
    width: 97%;
  }
  .post2 table th, .post2 table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .post3 table {
    width: 70%;
  padding-bottom: 10px;
  }

 .post3 table tr { display: inline; }
 .post3 table td { display: inline-block; 
	  	margin-left: 10px;
}

}