@charset "utf-8";
/* CSS Document */

/*********************ノート***************************/
.wp {
	width: 100%;
}
.wp .note {
	margin: 10px;
	padding: 10px 0 15px 0;
	background:#F4FFFA;
}
.wp .note p {
	background:url(../common_imeg/line.png) repeat bottom left;
	font-size: 14px;
	line-height: 30px;
	margin: 0 20px;
}
/*********************テーブル***************************/	

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #F4FFFA;
  text-align: center;
  width: 20%;
}

@media screen and (max-width:480px) { 

/*********************テーブル***************************/	

table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }