﻿.nav_list {
	list-style: none;
	padding: 15;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	color:white;
}
.nav_list a {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none;
 	line-height: 1.3;
	color:white;
 	
}

/* よこ並びのスタイル */
@media screen and (min-width: 768px) {
	.nav_list {
		display: table.cart;
		table.cart-layout: fixed;
		width: 100%;
	}
	.nav_list li {
		display: table.cart-cell;
		overflow: hidden;
	
	}
	.nav_list li:nth-child(n+2) {
		padding-left: 1px;
	}
}
@media screen and (max-width: 767px) {
	.nav_list li:nth-child(n+2) {
		padding-top: 1px;
	}
}

body {
margin: 0px 0px 0px 0px;
}

.top{ width: 100vw;}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


 /* カートテーブル　*/
table.cart {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 850px;
  table.cart-layout: fixed;
  color: #000000;
}

table.cart tr {
  background-color: #fff;
  padding: .35em;
}
table.cart tr:last-child{
}
table.cart th,
table.cart td {
  padding: 1em 10px 1em 1em;
 color: #000000;
}
tbody th {
    color: #000000
}
.txt{
   text-align: left;
   font-size: .85em;
}

@media screen and (max-width: 800px) {
  table.cart {
    border: 0;
    width:100%
  }
  table.cart th{
    display: block;
    border-right: none;



  }
  table.cart thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.cart tr {
    display: block;
    margin-bottom: .3em;  }
  
  table.cart td {
    border-bottom: 1px solid #cccccc;
    display: block;
    font-size: .8em;
    text-align:left;
    position: relative;
    padding: .3em .1em .3em 2.3em;
    border-right: none;
  }
  
  table.cart td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.cart td:last-child {
    border-bottom: 0;
  }
}


