#info{
  margin:0 0 -90px 0;
  padding:0;
}

@media (max-width: 800px) {
  
  #info{
  margin:0 0 0px 0;
  padding:0;
}
}

.delivery-ttl{
  margin: 0;
    padding: 20px 0;
    font-size:16px;
    color:#00692f;
  font-weight:bold;
}

table.delivery-list{
	width: 100%;
	height:auto;
	padding:0px;
	margin:0 0 50px 0;
	text-align:left;
	border:none;
	line-height:180%;
  border-top:1px solid #333333;
    border-right:1px solid #333333;
	}
	
	table.delivery-list th{
	width:auto;
	margin:0;
	padding:10px;
	vertical-align:top;
	text-align:center;
      font-weight:bold;
	border-bottom:1px solid #333333;
           	border-left:1px solid #333333;
      background-color:#ffe17a;
       white-space: nowrap;
	}

	table.delivery-list tr:nth-child(odd) td {
	background: #ffffff;
}
	
	table.delivery-list td{
	padding:10px;
	margin:0;
	vertical-align:top;
	text-align:center;
      background: #f9f9f4;
      	border-left:1px solid #333333;
	border-bottom:1px solid #333333;
       white-space: nowrap;
	}

/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
.table-scroll{
        overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    }
  

  table.delivery-list{
	max-width: 800px;
	height:auto;
	padding:0px;
	margin:0 0 50px 0;
	text-align:left;
	border:none;
	line-height:180%;
  border-top:1px solid #333333;
    border-right:1px solid #333333;
	}
  
}
	

