@charset "utf-8";
/* CSS Document */
#top{
  background:#ffff66;
  margin-bottom:70px;
}
#contents #link{
	background:#fff;
}
#ir{
  width: 100%;
}
#ir .ir{
  width: 440px;
  margin: 0 auto 80px;
}

#ir .tb01 th{
  width: 60%;
}
#ir .tb01 td{
  text-align: center;
}
#ir .tb01 td i{
  font-size: 24px;
  color: #f32020;
  padding-right: 5px;
}
/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/

@media only screen and (max-width: 768px) {
  #top{
    margin-bottom:40px;
    padding:124px 0 20px;
  }
  #ir{
	  padding-bottom: 40px;
	}
  #ir .ir{
    width: 93%;
    margin: 0 auto;
  }
  #ir .tb01 th{
    width: 100%;
  }
}
