
/*-------メイン-------*/
#main{
  margin-bottom:150px;
}

h2{
  margin-bottom:20px;
  padding:10px 0;
  clear:both;
  font-size:30px;
  font-weight:normal;
  color:#555;
  background-color:#fff;
  border-top:3px solid steelblue;
  border-bottom:3px solid steelblue;
  text-align:center;
}

/*--------　直営店　-------*/
.table_wrap01{
  width:90%;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  margin:0 auto;
}
.table_wrap01 table {
  font-size: 18px;
	width:48%;
  background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 15px 0;
}
.table_wrap01 .table_title{
  background:skyblue;
  text-align:center;
  padding:10px 0;
  font-size:20px;
}
.table_wrap01 .table_titles{
  background:skyblue;
  text-align:center;
  padding:25.6px 0;
  font-size:20px;
}
.table_wrap01 td.photo{
  text-align:center;
}
.table_wrap01 td.photo img{
  margin-top:10px;
	width: 96%;
}
.table_wrap01 table th {
  width:5em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 18px 5px 18px 15px;
	border-right: none;
  font-weight:normal;
}
.table_wrap01 table span.table_back {
	background-color: skyblue;
	padding: 5px 5px;
}
.table_wrap01 table td {
  text-align:left;
	border-bottom: 1px solid #ccc;
	border-left: none;
}


/*--------　取次店　-------*/
.table_wrap02{
  width:90%;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
}
.table_wrap02 table{
  text-align:center;
  width:48%;
  background:#fff;
  padding-bottom:3px;
  margin:20px 0;
}
.table_wrap02 .toritugi_title{
  background:skyblue;
  font-size:18px;
  padding:5px 0;
  margin-bottom:20px;
}
.table_wrap02 table th{
  width:7em;
  padding-left:30px;
  text-align:left;
  font-weight:normal;
}
