p{
	font-size: 0.9em;
}

h1 {
  background: #C76F00;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  font-size:120%;
	color: #ffffff;
	font-family: serif;
}

.space {
			background: #fff;
			width: 50px;
			height: 70px;
			position:relative;
			top: 100px;
			left:50px;
}

.fontred{
	color: #E00003;
	font-size: 1.3em;
line-height: 1.4em;
}

@media screen and (min-width:601px){

.img1 {
	width : 75vw ; /* 画面幅の100％ */}

	.a_link {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
    background-color: #7E4600;
	text-decoration: none;
	color: #fff;
	margin: 0.3em;
}
.a_link:hover {
	color: #7E4600;
	background-color: #fff;
}


.cate1{
	text-align: center;
	background-color: #7E4600;
	color: #fff;
	padding: 1px 0px 0px 0px;
	font-weight: bold;
	font-size: 1em;
}
.cate2{
	background-color: #7E4600;
	text-align: left;
	font-size: 1em;
}
}

@media screen and (min-width:1200px){
.img1 {
	width : 65vw ; /* 画面幅の100％ */
}

.a_link {
	display: inline-block;
	padding: 0.4em 0.3em 0em 0em;
	transition: all .3s;
    background-color: #7E4600;
	text-decoration: none;
	color: #fff;
	margin: 0.5em;
}
.a_link:hover {
	color: #7E4600;
	background-color: #fff;
}


.cate1{
	text-align: center;
	background-color: #7E4600;
	color: #fff;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.cate2{
	background-color: #7E4600;
	text-align: left;
	font-size: 1.2em;
}
}


.img2 {
	height: 10vw ;
}

.img3{
	width: 95vw ;
}

.img4{
	text-align: center;
	height: 5vw;
}




.sale{
	color: #CE0003;
	font-weight: bold;
	white-space: nowrap;
	display:inline-block;
}

.salemae {
	text-decoration: line-through;
}


.disp-block {
  display: block; /* これでブロック要素の扱いになります */
}
.th1{
  margin-left: auto;  /* 【ポイント】*/
  margin-right: auto; /* 【ポイント】*/
}


.parent1 {
          flex-wrap: wrap;
		  background: #fff;
          display: flex;
	}
      .child1 {
        background: #fff;
        width: 170px;
		text-align: center;
        margin: 2px;
        padding: 2px;
		border: 1px solid #7E4600; /* ボーター */
      }

table {
  margin: 20px auto;
}
.tb1 th {
  background: #fff;
  border: none;
  padding: 5px;
  text-align: center;
}

.td1 {
 padding: 5px;
  font-family: "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.2em;
  font-weight: bold;
}

.td2 {
 border:none;
 padding: 10px;
 color: #C76F00;
  font-family: "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.3em;
  font-weight: bold;
}

.td3 {
 border-bottom: solid 0.6em #ff9700;
 margin-bottom: 15px;
}


@media screen and (max-width: 640px) {

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tb1 {
    width: 80%;
  }
}

.thimage1{
	width: 150px;
	height: 150px;
}

.item{
	width: 300px;
	height: auto;
	margin: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #ccc;
	background-color: #ffffff;
	display:inline-block;
}
.img{
	border-radius: 5px 5px 0 0;
	max-width: 100%;
	height: auto;
}

.name{
	padding: 10px 10px 5px 10px;
}

.price{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

.msg{
	padding: 5px 10px 5px 10px;
}

.fo{
	padding: 5px 10px 10px 10px;
}

.item_list{
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	margin: 0 auto;
	padding:0px
}
.item_list li{
	width: 25%;
	list-style: none;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.item_list li table{
	margin: 0 auto;
}

.button_box{
	display: inline-block;
	width: 16px;
	height: 31px;
	position: relative;
	top: 12px;
}

.up{
	border: 0px;
	width: 15px;
	height: 15px;
	background: url("../../../cart_img/up.gif") no-repeat;
}

.down{
	border: 0px;
	width: 15px;
	height: 15px;
	background: url("../../../cart_img/down.gif") no-repeat;
}



/*------商品表示部分 catalog2.html------*/

.tb_item{
	margin: 20px auto;
	border-collapse:collapse;
}
.tb_item td{
	border:1px solid #cccccc;
	border-collapse:collapse;
}

.tb_item td img{
	border-width: 0;
	vertical-align: bottom
}

.tb_item td table td{
	border-width:0;
}

.button_cart{
	width: 180px;
	margin: 0px 10px 10px auto;
	position: sticky;
	top: 100px;
	z-Index: 2;
	text-align: right;
}


/*------部品-------*/

.new{
	position: relative;
	bottom: 2px;
}

/*------以下はスマートフォン用の表示-------*/

@media screen and (max-width:600px){

.img1 {
	width : 100vw ; /* 画面幅の100％ */
}

	/*------商品表示部分 catelog2.html-------*/

	.tb_item{
		border: none;
		width: 98%;
	}

	.tb_item tr {
		display: block;
		width: auto;
		border-bottom-style: solid;
		border-bottom-color: #cccccc;
		border-bottom-width: 1px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.tb_item td {
		display: block;
		border: none;
		justify-content: flex-start;
		text-align: left;
		padding: 2px;
		width: 100%;
	}

	.tb_item td:last-child {
		border-bottom: none;
	}

	.tb_item td:first-child {
		text-align: left;
	}
	.tb_item td:first-child img{
		width: auto;
		height: auto;
	}

	.tb_item td table tr{
		border-bottom-width: 0px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}

	.button_box{
		width: 85px;
		height: 34px;
		top: 0px;
	}

	.up{
		width: 39px;
		height: 34px;
		background-color: #999999;
		border-radius: 4px;
		border-style: solid;
		border-color: #666666;
		border-width: 1px;
		box-shadow: 1px 1px 1px 1px #888888 inset;
		color: #ffffff;
		text-decoration: none;
		background: url("../../../cart_img/up_b.gif") no-repeat;

	}
	.down{
		width: 39px;
		height: 34px;
		background-color: #999999;
		border-radius: 4px;
		border-style: solid;
		border-color: #666666;
		border-width: 1px;
		box-shadow: 1px 1px 1px 1px #888888 inset;
		color: #ffffff;
		text-decoration: none;
		background: url("../../../cart_img/down_b.gif") no-repeat;
	}

.a_link {
	display: inline-block;
	padding: 0.1em;
	transition: all .3s;
    background-color: #7E4600;
	text-decoration: none;
	color: #fff;
	margin: 0.1em;
}

.a_link:hover {
	color: #7E4600;
	background-color: #fff;
}


.cate1{
	text-align: center;
	background-color: #7E4600;
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
}
.cate2{
	background-color: #7E4600;
	text-align: left;
	font-size: 0.7em;
}



/*------部品-------*/

.new{
	position: relative;
	bottom: 2px;
}
}
