.p1-btn
{
	    position: relative;
    display: inline-block;
	  padding: 1.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	text-align:center;
}

.p1-btn:active
{
	    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



table.product-box
{
	margin-bottom:40px;
	margin-top:40px;		
}

/**table.product-box
{
 width:100%;
 margin-top:8px;
 margin-bottom:12px;
 border-style:none;
}**/

h3.product-box
{
	margin-top:16px;
	margin-bottom:0px;
}


td.img-box
{
	margin:0px;
	padding:12px;
	width:40%;
	vertical-align:middle;
}


td.img-desc
{
padding:12px;	
}


p.img-box
{
	padding-top:16px;
	text-align:center;
}

p.product-volume
{
	margin-top:0px;
	padding-top:0px;
	margin-left:4px;
	margin-bottom:6px;
	font-size:12px;
	font-weight:bold;
	
}

p.product-volume-list
{
	margin-top:4px;
	padding-top:0px;
	margin-left:4px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
	
}

p.price-txt
{
	margin-top:0px;
	margin-left:4px;
	margin-bottom:0 !important;	
	font-weight:bold;
}

.manufacturer
{
	margin-top:0px;
	margin-left:4px;
	margin-bottom:10px;
	font-weight:bold;
	
}

p.price-disc
{
	margin-top:0px;
	padding-top:0px;
	line-height:10px;
	margin-bottom:6px;
	margin-left:4px;
	font-size:10px;
}

.shopping-btn
{
	margin:1px;
	padding:1px;
	font-size:11px;
	text-align:center;
}

.square_btn_dorg {
    position: relative;
    display: inline-block;
	  font-size:16px;
    padding: 16px 28px;
	margin: 2px;
    text-decoration: none;
	border-radius: 4px;
    color: #FFF;
    background: #ff6500;
    transition: .4s;
  }

.square_btn_dorg:hover {
    background: #FF653C;
}


.td-post-content h2 {
  padding: 2px 2px;
	margin-top:12px;
  color: #000000;
  background: #f8ffff;
  border-left: solid 5px #42bdcd;
}

.td-post-content h3 {
	border-bottom: solid 2px #42bdcd;
	margin-top:12px;
	padding-bottom:4px;
	padding-left:4px;
	
}

.products-list-box
{
	display: flex;
  flex-wrap: wrap;
	
}

.product-card {
  padding: 2%;
  flex: 1 46%;
  display: flex;
	flex-direction:column;
  }

@media screen and (min-width:480px) { 
.product-card {
  padding: 2%;
  flex: 1 46%;
  display: flex;
	flex-direction:column;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px)
{
	.product-card {
  padding: 2%;
  flex: 1 21%;
  display: flex;
	flex-direction:column;
  }
}

@media screen and (min-width:1024px)
{
	.product-card {
  padding: 1.8%;
	flex:0 1 21%;
  display: flex;
	flex-direction:column;
	border:solid 0.1px #d3d3d3;
  }
}


.product-image
{
	max-width: 100%;
	padding:4px;
}

.product-info {
  margin-top: auto;
	padding: 6% 0 0 0;
	text-align:center;
	border-top: solid 0.1px #d3d3d3;
}

.product-title
{
	font-size:0.8em;
}

.product-purchase-button {
	position: relative;
	display: inline-block;
	width:90%;
	margin-top:6%;
	padding: 4% 0;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,0.19);
	font-weight: bold;
	text-align: center;
}

.product-purchase-button:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0,0,0,0.30);
}
