
table{
  width: 100%;
  border-spacing: 0;
}

table th{
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
}

table td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
}

@media (min-width:768px){

.pc_none{
	display: none;
}

}
@media (max-width:767px){
.smt_none{
	display: none
}
table{
  width: 100%;
  border-spacing: 0;
  font-size: 10px;
}

table th{
  border-bottom: solid 2px #fb5144;
  width: 20%;
}

table td{
  border-bottom: solid 2px #ddd;
  text-align: center;
}

.add_font_p{
	font-size: 11px;
	text-align: center;
}
}

/*お知らせ欄*/
@media (min-width:1200px){

}
/*一部レスポンシブル対応*/
@media (min-width: 768px)
and (max-width: 1199px) {

}

@media (max-width:767px){

}
/*一部レスポンシブル対応ここまで*/
