<!-- 商品ページテーブル -->

body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.25;
  }
  
  table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 650px;
	table-layout: fixed;
	color: #000;
  }
  
  table tr {
	background-color: #fff;
	padding: .35em;
	border-bottom: 1px solid #bbb;
  }
  table thead{
	border-bottom: 5px solid #53B09F;
  }
  table tr:last-child{
	 border-bottom: none
  }
  table th,
  table td {
	padding: 1em 10px 1em 1em;
	border-right: 1px solid #bbb;
  }
  table th:last-child,
  table td:last-child{
	  border: none;
  }
  tbody th {
	  color: #53B09F;
  }
  .txt{
	 text-align: left;
	 font-size: .85em;
  }
  .price{
	 text-align: right;
  }
  @media screen and (max-width: 600px) {
	table {
	  border: 0;
	  width:100%
	}
	table th{
	  display: block;
	  border-right: none;
	  border-bottom: 5px solid #53B09F;
	  padding-bottom: .6em;
	  margin-bottom: .6em;
  
	}
	table thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	table tr {
	  display: block;
	  margin-bottom: 2em;
	}
	
	table td {
	  border-bottom: 1px solid #bbb;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	  position: relative;
	  padding: .625em .625em .625em 4em;
	  border-right: none;
	}
	
	table td::before {
	  content: attr(data-label);
	  font-weight: bold;
	  position: absolute;
	  left: 10px;
	}
	
	table td:last-child {
	  border-bottom: 0;
	}
  }


  <!-- 商品タイトル -->

  syouhin {
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  }



  <!-- 商品詳細 -->

  p.left {text-align: left}
