div#team_contents {width: 70%;
		   margin-top: 14%;
		   margin-left: auto;
		   margin-right: auto;
		  }

div.day_week	  {width: 17%;
		   text-align: center;
		   border-style: solid;
		   border-color: #999999;
		   border-width: 0.1px;
		   padding: 0.4rem;
		   font-weight: bolder;
		  }

table.day_week_detail{width: 100%;
		   margin-top: 1rem;
		   margin-bottom: 3rem;
		   border-style: solid;
		   border-color: #999999;
		   border-width: 0.1px;
		   padding: 0.4rem;
		  }

td.name		  {width: 35%;
		  }

td.time		  {width: 20%;
		  }

td.locate	  {width: 30%;
		  }

td.visitor	  {width: 15%;
		  }

